diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2022-12-04 22:30:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-04 22:30:31 +0000 |
commit | c4cbd3bebd33d2d77fa340a4035447ab1b9eb3eb (patch) | |
tree | 1bc706844a0fbcf49d5eb8359bb0ac9f61fd35ed /README.md | |
parent | c53a18f016fe6ff774411d938c9959097f00b44c (diff) | |
download | hypervideo-pre-c4cbd3bebd33d2d77fa340a4035447ab1b9eb3eb.tar.lz hypervideo-pre-c4cbd3bebd33d2d77fa340a4035447ab1b9eb3eb.tar.xz hypervideo-pre-c4cbd3bebd33d2d77fa340a4035447ab1b9eb3eb.zip |
[extractor/tiktok] Update `_VALID_URL`, add `api_hostname` arg (#5708)
Closes #5706
Authored by: bashonly
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1765,6 +1765,7 @@ The following extractors use this feature: * `dr`: dynamic range to ignore - one or more of `sdr`, `hdr10`, `dv` #### tiktok +* `api_hostname`: Hostname to use for mobile API requests, e.g. `api-h2.tiktokv.com` * `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` |