diff options
author | MinePlayersPE <20515340+MinePlayersPE@users.noreply.github.com> | 2022-02-01 15:26:23 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 13:56:23 +0530 |
commit | 046cab39156635fd0908180d03e65ece7622a6eb (patch) | |
tree | b7eb5cc1a70324768c1fe62f430affd1c474bb81 /README.md | |
parent | 7df07a3b555be7196f0e72aee0c662ec0217981d (diff) | |
download | hypervideo-pre-046cab39156635fd0908180d03e65ece7622a6eb.tar.lz hypervideo-pre-046cab39156635fd0908180d03e65ece7622a6eb.tar.xz hypervideo-pre-046cab39156635fd0908180d03e65ece7622a6eb.zip |
[TikTok] Iterate through app versions (#2449)
Closes #2476
Authored by: MinePlayersPE
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 --> |