mokrueger
d2189d3d36
[ie/tiktok:live] Fix room ID extraction ( #10408 )
...
Closes #10407
Authored by: mokrueger
4 months ago
bashonly
96472d72f2
[ie/tiktok] Fix API extraction ( #10216 )
...
Closes #10213
Authored by: bashonly
5 months ago
bashonly
ea88129784
[ie/tiktok] Detect and raise when login is required ( #10124 )
...
Authored by: bashonly
5 months ago
sepro
add96eb9f8
[cleanup] Add more ruff rules ( #10149 )
...
Authored by: seproDev
Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com>
Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
5 months ago
bashonly
c53c2e40fd
[ie/tiktok:user] Fix extraction loop ( #10035 )
...
Closes #10033
Authored by: bashonly
6 months ago
imanoreotwe
119d41f270
[ie/tiktok:collection] Add extractor ( #9986 )
...
Closes #9984
Authored by: imanoreotwe, bashonly
6 months ago
bashonly
347f13dd9b
[ie/tiktok:user] Fix extractor ( #9661 )
...
Closes #3776 , Closes #4996
Authored by: bashonly
6 months ago
bashonly
eef1e9f44f
[ie/tiktok] Fix subtitles extraction ( #9961 )
...
Authored by: bashonly
6 months ago
bashonly
4ccd73fea0
[ie/tiktok] Extract all web formats ( #9960 )
...
Closes #9506
Authored by: bashonly
6 months ago
bashonly
3584b8390b
[ie/tiktok] Add `device_id` extractor-arg ( #9951 )
...
Authored by: bashonly
6 months ago
bashonly
41ba4a808b
[ie/tiktok] Extract via mobile API only if `app_info` is passed ( #9938 )
...
Partially addresses #9506
Authored by: bashonly
6 months ago
Simon Sawicki
3ee1194288
[ie] Make `_search_nextjs_data` non fatal ( #8937 )
...
Authored by: Grub4K
7 months ago
bashonly
fc53ec13ff
[ie/tiktok] Restore `carrier_region` API parameter ( #9637 )
...
Avoids some geo-blocks
Authored by: bashonly
7 months ago
bashonly
63f685f341
[ie/tiktok] Prefer non-bytevc2 formats ( #9575 )
...
Closes #9567
Authored by: bashonly
7 months ago
bashonly
cb61e20c26
[ie/tiktok] Fix API extraction ( #9548 )
...
Closes #9506
Authored by: bashonly, Grub4K
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
8 months ago
bashonly
8c05b3ebae
[ie/tiktok] Update API hostname ( #9444 )
...
Closes #9441
Authored by: bashonly
8 months ago
sepro
f4f9f6d00e
[cleanup] Fix infodict returned fields ( #8906 )
...
Authored by: seproDev
8 months ago
bashonly
d9b4154cbc
[ie/tiktok] Fix webpage extraction ( #9327 )
...
Closes #4992 , Closes #8620
Authored by: bashonly
8 months ago
bashonly
e546e5d3b3
Bugfix for 9ff9466455
...
Closes #9322
Authored by: bashonly
9 months ago
114514ns
9ff9466455
[ie/Douyin] Fix extractor ( #9239 )
...
Closes #7854 , Closes #7941
Authored by: 114514ns, bashonly
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
9 months ago
bashonly
069cbece9d
[ie/tiktok] Fix webpage extraction
...
Closes #8089
Authored by: bashonly
1 year ago
bashonly
b09bd0c196
[ie/tiktok] Fix audio-only format extraction ( #7712 )
...
Closes #6608
Authored by: bashonly
1 year ago
coletdjnz
3d2623a898
[compat, networking] Deprecate old functions ( #2861 )
...
Authored by: coletdjnz, pukkandan
1 year ago
bashonly
a2be9781fb
[extractor/Douyin] Fix extraction from webpage
...
Closes #7431
Authored by: bashonly
1 year ago
puc9
ab6057ec80
[extractor/tiktok] Fix resolution extraction ( #7237 )
...
Authored by: puc9
1 year ago
bashonly
c2a1bdb009
[extractor/tiktok] Extract 1080p adaptive formats ( #7228 )
...
Closes #7109
Authored by: bashonly
1 year ago
bashonly
925936908a
[extractor/tiktok] Fix and improve metadata extraction ( #6777 )
...
Authored by: bashonly
2 years ago
bashonly
8ceb07e870
[extractor/tiktok] Fix mp3 formats ( #6615 )
...
Closes #6608
Authored by: bashonly
2 years ago
bashonly
216bcb66d7
[extractor/tiktok] Improve `TikTokLive` extractor ( #6520 )
...
Closes #6459
Authored by: bashonly
2 years ago
Simon Sawicki
6839ae1f6d
[utils] `traverse_obj`: Fix more bugs
...
and cleanup uses of `default=[]`
Continued from b1bde57bef
2 years ago
JC-Chung
933ed882e9
[extractor/tiktok] Add `TikTokLive` extractor ( #5637 )
...
Closes #3698
Authored by: JC-Chung
2 years ago
Anant Murmu
efa944f4bc
[cleanup] Use `random.choices` ( #5800 )
...
Authored by: freezboltz
2 years ago
bashonly
c4cbd3bebd
[extractor/tiktok] Update `_VALID_URL`, add `api_hostname` arg ( #5708 )
...
Closes #5706
Authored by: bashonly
2 years ago
Benjamin Ryan
c9f5ce5118
[extractor/tiktok] Update API hostname ( #5690 )
...
Closes #5688
Authored by: redraskal
2 years ago
bashonly
ba72399723
[extractor/tiktok] Fix subs, `DouyinIE`, improve `_VALID_URL` ( #5676 )
...
Closes #5665 , Closes #2267
Authored by: bashonly
2 years ago
pukkandan
9f14daf22b
[extractor] Deprecate `_sort_formats`
2 years ago
pukkandan
6368e2e639
[cleanup] Misc
...
Closes #5541
2 years ago
bashonly
f7c5a5e967
[extractor/tiktok] Fix TikTokIE ( #4984 )
...
Authored by: bashonly
2 years ago
pukkandan
be5c1ae862
Standardize retry mechanism ( #1649 )
...
* [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
2 years ago
pukkandan
bfd973ece3
[extractors] Use new framework for existing embeds ( #4307 )
...
`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
2 years ago
pukkandan
a39a7ba8d6
[extractor/tiktok] Extract `SIGI_STATE`
...
Based on #3624 , https://github.com/ytdl-org/youtube-dl/pull/30479
Closes #3551
Authored by dirkf, sulyi, pukkandan
2 years ago
pukkandan
b801cd7179
[tiktok] Detect embeds
...
Closes #3799
3 years ago
pukkandan
86e5f3ed2e
[cleanup] Upgrade syntax
...
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
3 years ago
pukkandan
11e1c2e3f8
[TikTokVM] Fix redirect to user URL
...
Closes #3349 , Closes #3351
3 years ago
pukkandan
a44ca5a470
[cleanup] Misc fixes
...
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 , a825ffbffa (commitcomment-68538986)
, https://github.com/yt-dlp/yt-dlp/issues/2360 , 5fa3c9a88f (r70393519)
, 5fa3c9a88f (r70393254)
3 years ago
Ha Tien Loi
5fa3c9a88f
[TikTok] Fix URLs with user id ( #3295 )
...
Closes #3243
Authored by: hatienl0i261299
3 years ago
pukkandan
ff91cf7483
[utils] Add `get_first`
3 years ago
pukkandan
49895f062e
[tiktok] Fix `vt.tiktok` URLs
...
and add test
3 years ago
pukkandan
88afe05695
[tiktok] Fix `vm.tiktok` URLs
...
Closes #2396
3 years ago
MinePlayersPE
046cab3915
[TikTok] Iterate through app versions ( #2449 )
...
Closes #2476
Authored by: MinePlayersPE
3 years ago