1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-03 23:43:21 -04:00

[VIKI] Rewrite extractors (#475)

Closes #462
Also added extractor-arg `video_types` to `vikichannel`

Co-authored-by: zackmark29, pukkandan
This commit is contained in:
zackmark29
2021-07-10 04:38:09 +08:00
committed by GitHub
parent 60bdb7bd9e
commit 73d829c144
2 changed files with 114 additions and 205 deletions

View File

@@ -1340,6 +1340,9 @@ The following extractors use this feature:
* `language`: Languages to extract. Eg: `funimation:language=english,japanese`
* `version`: The video version to extract - `uncut` or `simulcast`
* **vikiChannel**
* `video_types`: Types of videos to download - one or more of `episodes`, `movies`, `clips`, `trailers`
NOTE: These options may be changed/removed in the future without concern for backward compatibility