1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-01 15:15:15 +00:00

[TikTok] Iterate through app versions (#2449)

Closes #2476
Authored by: MinePlayersPE
This commit is contained in:
MinePlayersPE
2022-02-01 15:26:23 +07:00
committed by GitHub
parent 7df07a3b55
commit 046cab3915
2 changed files with 61 additions and 22 deletions

View File

@@ -1689,6 +1689,10 @@ The following extractors use this feature:
* `vcodec`: vcodec to ignore - one or more of `h264`, `h265`, `dvh265`
* `dr`: dynamic range to ignore - one or more of `sdr`, `hdr10`, `dv`
#### tiktok
* `app_version`: App version to call mobile APIs with - should be set along with `manifest_app_version`. (e.g. `20.2.1`)
* `manifest_app_version`: Numeric app version to call mobile APIs with. (e.g. `221`)
NOTE: These options may be changed/removed in the future without concern for backward compatibility
<!-- MANPAGE: MOVE "INSTALLATION" SECTION HERE -->