aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/twitter.py
Commit message (Collapse)AuthorAgeFilesLines
* [ie/twitter] Fix retweet extraction and syndication API (#8016)bashonly2023-09-091-51/+132
| | | Authored by: bashonly
* [ie/twitter:spaces] Pass referer header to downloaderbashonly2023-09-051-1/+3
| | | | | Closes #8029 Authored by: bashonly
* [ie/twitter] Add fallback, improve error handling (#7621)bashonly2023-07-291-21/+60
| | | | Closes #7579, Closes #7625 Authored by: bashonly
* [ie/twitter:spaces] Fix format protocol (#7550)bashonly2023-07-151-3/+35
| | | | Closes #7536 Authored by: bashonly
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-1/+1
| | | | Authored by: coletdjnz, pukkandan
* [extractor/twitter] Fix GraphQL and legacy API (#7516)bashonly2023-07-061-67/+124
| | | Authored by: bashonly
* Revert 49296437a8e5fa91dacb5446e51ab588474c85d3pukkandan2023-07-061-70/+110
|
* [extractor/twitter] Fix unauthenticated extraction (#7476)bashonly2023-07-051-110/+70
| | | | Closes #7473 Authored by: bashonly
* [extractor/twitter:spaces] Fix extraction (#7512)bashonly2023-07-051-14/+24
| | | | Closes #7455 Authored by: bashonly
* [extractor/twitter] Add login support (#7258)bashonly2023-06-081-15/+198
| | | | Closes #6951 Authored by: bashonly
* [extractor/twitter:spaces] Add `release_timestamp` (#7186)CeruleanSky2023-06-011-0/+3
| | | Authored by: CeruleanSky
* [extractor/twitter] Default to GraphQL, handle auth errors (#6957)bashonly2023-05-011-75/+61
| | | | Closes #6763 Authored by: bashonly
* [extractor/twitter] Fix retweet extraction (#6422)lauren n. liberda2023-03-041-2/+24
| | | Authored by: selfisekai
* [extractor/twitter] Fix `--no-playlist` and add media `view_count` when ↵Simon Sawicki2023-02-121-22/+75
| | | | | using GraphQL (#6211) Authored by: Grub4K
* [extractor/twitter] Fix graphql extraction on some tweets (#6075)lauren n. liberda2023-02-021-1/+27
| | | Authored by: selfisekai
* [extractor/twitter] Heed `--no-playlist` for multi-video tweets (#5757)bashonly2022-12-091-4/+53
| | | | Closes #5752 Authored by: bashonly, Grub4K
* [extractor/twitter] Refresh guest token when expired (#5560)bashonly2022-11-181-42/+50
| | | | Closes #5548 Authored by: bashonly, Grub4K
* [extractor/twitter:spaces] Add 'Referer' to m3u8 (#5580)nixxo2022-11-181-1/+2
| | | | Closes #5565 Authored by: nixxo
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-2/+2
|
* [extractor/twitter] Add Spaces extractor and GraphQL API (#5247, #4864)Simon Sawicki2022-10-191-52/+423
| | | | | | | | Closes #1605, Closes #5233, Closes #1249 Authored by: Grub4K, nixxo, bashonly, pukkandan Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> Co-authored-by: nixxo <nixxo@protonmail.com>
* [extractor/twitter] Add onion site to `_VALID_URL` (#5208)sam2022-10-121-1/+5
| | | | See #3053 Authored by: DoubleCouponDay
* [extractor/twitter] Support multi-video posts (#5183)Simon Sawicki2022-10-111-97/+228
| | | | Closes #5157, Closes #5147 Authored by: Grub4K
* [cleanup, utils] Don't use kwargs for `format_field`pukkandan2022-06-181-1/+1
|
* [cleanup] Upgrade syntaxpukkandan2022-04-121-3/+0
| | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
* [twitter] Fix for private videos (#2772)Ronald Ip2022-02-141-0/+3
| | | | Closes #2762, https://github.com/ytdl-org/youtube-dl/issues/27643 Authored by: iphoting
* [cleanup] Use format_field where applicablepukkandan2022-01-211-1/+2
|
* [twitter] Fix video in quoted tweetspukkandan2022-01-101-2/+3
| | | | Closes #2254
* [twitter] Do not sort by codecpukkandan2021-10-261-1/+1
| | | | Closes #1431
* [extractor] Common function `_match_valid_url`pukkandan2021-08-231-1/+1
|
* Update to ytdl-commit-a726009pukkandan2021-05-061-0/+4
| | | | | [blinkx] Remove extractor https://github.com/ytdl-org/youtube-dl/commit/a7260099873acc6dc7d76cafad2f6b139087afd0
* [twitter] Extract subtitles from HLS manifestsFelix S2021-04-281-9/+19
|
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+683
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan