Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ie/tiktok] Fix audio-only format extraction (#7712) | bashonly | 2023-07-29 | 1 | -8/+35 |
| | | | | Closes #6608 Authored by: bashonly | ||||
* | [compat, networking] Deprecate old functions (#2861) | coletdjnz | 2023-07-15 | 1 | -2/+2 |
| | | | | Authored by: coletdjnz, pukkandan | ||||
* | [extractor/Douyin] Fix extraction from webpage | bashonly | 2023-06-27 | 1 | -6/+4 |
| | | | | | Closes #7431 Authored by: bashonly | ||||
* | [extractor/tiktok] Fix resolution extraction (#7237) | puc9 | 2023-06-11 | 1 | -2/+2 |
| | | | Authored by: puc9 | ||||
* | [extractor/tiktok] Extract 1080p adaptive formats (#7228) | bashonly | 2023-06-04 | 1 | -4/+30 |
| | | | | Closes #7109 Authored by: bashonly | ||||
* | [extractor/tiktok] Fix and improve metadata extraction (#6777) | bashonly | 2023-04-13 | 1 | -72/+117 |
| | | | Authored by: bashonly | ||||
* | [extractor/tiktok] Fix mp3 formats (#6615) | bashonly | 2023-03-23 | 1 | -1/+35 |
| | | | | Closes #6608 Authored by: bashonly | ||||
* | [extractor/tiktok] Improve `TikTokLive` extractor (#6520) | bashonly | 2023-03-16 | 1 | -21/+158 |
| | | | | Closes #6459 Authored by: bashonly | ||||
* | [utils] `traverse_obj`: Fix more bugs | Simon Sawicki | 2023-02-10 | 1 | -2/+2 |
| | | | | | | and cleanup uses of `default=[]` Continued from b1bde57bef878478e3503ab07190fd207914ade9 | ||||
* | [extractor/tiktok] Add `TikTokLive` extractor (#5637) | JC-Chung | 2023-01-05 | 1 | -0/+40 |
| | | | | Closes #3698 Authored by: JC-Chung | ||||
* | [cleanup] Use `random.choices` (#5800) | Anant Murmu | 2022-12-30 | 1 | -5/+5 |
| | | | Authored by: freezboltz | ||||
* | [extractor/tiktok] Update `_VALID_URL`, add `api_hostname` arg (#5708) | bashonly | 2022-12-04 | 1 | -4/+27 |
| | | | | Closes #5706 Authored by: bashonly | ||||
* | [extractor/tiktok] Update API hostname (#5690) | Benjamin Ryan | 2022-12-02 | 1 | -1/+1 |
| | | | | Closes #5688 Authored by: redraskal | ||||
* | [extractor/tiktok] Fix subs, `DouyinIE`, improve `_VALID_URL` (#5676) | bashonly | 2022-12-01 | 1 | -53/+99 |
| | | | | Closes #5665, Closes #2267 Authored by: bashonly | ||||
* | [extractor] Deprecate `_sort_formats` | pukkandan | 2022-11-17 | 1 | -3/+2 |
| | |||||
* | [cleanup] Misc | pukkandan | 2022-11-16 | 1 | -2/+2 |
| | | | | Closes #5541 | ||||
* | [extractor/tiktok] Fix TikTokIE (#4984) | bashonly | 2022-09-21 | 1 | -22/+12 |
| | | | Authored by: bashonly | ||||
* | Standardize retry mechanism (#1649) | pukkandan | 2022-08-02 | 1 | -16/+12 |
| | | | | | | | * [utils] Create `RetryManager` * Migrate all retries to use the manager * [extractor] Add wrapper methods for convenience * Standardize console messages for retries * Add `--retry-sleep` for extractors | ||||
* | [extractors] Use new framework for existing embeds (#4307) | pukkandan | 2022-08-02 | 1 | -6/+1 |
| | | | | | | | `Brightcove` is difficult to migrate because it's subclasses may depend on the signature of the current functions. So it is left as-is for now Note: Tests have not been migrated | ||||
* | [extractor/tiktok] Extract `SIGI_STATE` | pukkandan | 2022-06-17 | 1 | -15/+45 |
| | | | | | | | | Based on #3624, https://github.com/ytdl-org/youtube-dl/pull/30479 Closes #3551 Authored by dirkf, sulyi, pukkandan | ||||
* | [tiktok] Detect embeds | pukkandan | 2022-05-20 | 1 | -10/+18 |
| | | | | Closes #3799 | ||||
* | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1 | -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 | ||||
* | [TikTokVM] Fix redirect to user URL | pukkandan | 2022-04-08 | 1 | -2/+6 |
| | | | | Closes #3349, Closes #3351 | ||||
* | [cleanup] Misc fixes | pukkandan | 2022-04-05 | 1 | -3/+8 |
| | | | | | | Closes https://github.com/yt-dlp/yt-dlp/pull/3213, Closes https://github.com/yt-dlp/yt-dlp/pull/3117 Related: https://github.com/yt-dlp/yt-dlp/issues/3146#issuecomment-1077323114, https://github.com/yt-dlp/yt-dlp/pull/3277#discussion_r841019671, https://github.com/yt-dlp/yt-dlp/commit/a825ffbffa0bea322e3ccb44c6f8e01d8d9572fb#commitcomment-68538986, https://github.com/yt-dlp/yt-dlp/issues/2360, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393519, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393254 | ||||
* | [TikTok] Fix URLs with user id (#3295) | Ha Tien Loi | 2022-04-04 | 1 | -2/+35 |
| | | | | Closes #3243 Authored by: hatienl0i261299 | ||||
* | [utils] Add `get_first` | pukkandan | 2022-03-09 | 1 | -2/+2 |
| | |||||
* | [tiktok] Fix `vt.tiktok` URLs | pukkandan | 2022-02-14 | 1 | -2/+29 |
| | | | | and add test | ||||
* | [tiktok] Fix `vm.tiktok` URLs | pukkandan | 2022-02-13 | 1 | -0/+10 |
| | | | | Closes #2396 | ||||
* | [TikTok] Iterate through app versions (#2449) | MinePlayersPE | 2022-02-01 | 1 | -22/+57 |
| | | | | Closes #2476 Authored by: MinePlayersPE | ||||
* | [extractor,cleanup] Use `_search_nextjs_data` | pukkandan | 2022-01-20 | 1 | -5/+2 |
| | |||||
* | [TikTok] Extract captions (#2185) | MinePlayersPE | 2022-01-20 | 1 | -0/+27 |
| | | | | Closes #2184 Authored by: MinePlayersPE | ||||
* | [tiktok] Extract user thumbnail | pukkandan | 2022-01-10 | 1 | -9/+19 |
| | | | | | Closes #2186 Authored by: pukkandan, MinePlayersPE | ||||
* | [TikTok] Misc fixes (#2271) | MinePlayersPE | 2022-01-09 | 1 | -6/+9 |
| | | | | Closes #2265 Authored by: MinePlayersPE | ||||
* | [TikTok] Pass cookies to formats (#2171) | MinePlayersPE | 2022-01-01 | 1 | -0/+4 |
| | | | | Closes #2166 Authored by: MinePlayersPE | ||||
* | [TikTok] Fix extraction for sigi-based webpages (#2164) | MinePlayersPE | 2021-12-30 | 1 | -14/+22 |
| | | | | Fixes: #2133 Authored by: MinePlayersPE | ||||
* | [TikTok] Change app version (#2161) | MinePlayersPE | 2021-12-30 | 1 | -5/+47 |
| | | | | Closes #2133, #2135 Authored by: MinePlayersPE, llacb47 | ||||
* | [TikTok] Fallback to feed API endpoint (#2142) | MinePlayersPE | 2021-12-28 | 1 | -4/+12 |
| | | | | Authored by: MinePlayersPE Workaround for #2133 | ||||
* | [tiktok] Fix `extractor_key` used in archive | pukkandan | 2021-12-26 | 1 | -2/+2 |
| | |||||
* | [TikTok] Add music, sticker and tag IEs (#2119) | MinePlayersPE | 2021-12-26 | 1 | -0/+108 |
| | | | | Closes #1752 Authored by: MinePlayersPE | ||||
* | [tiktok] Fix 53dad39e30b007feed4b6d4776bd15d28c27a96c | pukkandan | 2021-12-15 | 1 | -1/+1 |
| | |||||
* | [TikTok] Pass cookies to mobile API (#1994) | MinePlayersPE | 2021-12-14 | 1 | -3/+15 |
| | | | Authored by: MinePlayersPE | ||||
* | [tiktok:user] Set `webpage_url` correctly | pukkandan | 2021-11-27 | 1 | -0/+1 |
| | | | | Closes #1802 | ||||
* | [utils] Add `join_nonempty` | pukkandan | 2021-11-06 | 1 | -2/+3 |
| | |||||
* | [docs,cleanup] Improve docs and minor cleanup | pukkandan | 2021-10-31 | 1 | -4/+4 |
| | | | | Closes #1387, #1404, #1408, #1485, #1415, #1450, #1492 | ||||
* | [tiktok] Fix typo in 943d5ab13305b6a37424e6572d10f562384ada9a | pukkandan | 2021-10-11 | 1 | -15/+19 |
| | | | | | and update tests Closes #1226 | ||||
* | [Douyin] Rewrite extractor (#1157) | MinePlayersPE | 2021-10-05 | 1 | -60/+204 |
| | | | | Closes #1121 Authored by: MinePlayersPE | ||||
* | [TikTokUser] Fix extractor using mobile API (#925) | MinePlayersPE | 2021-09-12 | 1 | -129/+176 |
| | | | | | | and misc cleanup Closes #859 Authored by: MinePlayersPE, llacb47 | ||||
* | [tiktok] Use API to fetch higher quality video (#843) | MinePlayersPE | 2021-09-05 | 1 | -33/+196 |
| | | | Authored by: MinePlayersPE, llacb47 | ||||
* | [cleanup] Misc | pukkandan | 2021-09-05 | 1 | -3/+3 |
| | |||||
* | [tiktok] Add TikTokUserIE (#756) | Ashish | 2021-08-23 | 1 | -2/+78 |
| | | | Authored-by: Ashish0804, pukkandan |