[ie/zan] Add extractor (#16086)

Closes #7961, Closes #16967
Authored by: doe1080
This commit is contained in:
doe1080
2026-07-02 18:35:25 +00:00
committed by GitHub
parent 84db5246fa
commit ad9a6f25f6
3 changed files with 242 additions and 0 deletions
+3
View File
@@ -1976,6 +1976,9 @@ The following extractors use this feature:
* `client`: Client to extract video data from. The currently available clients are `android`, `ios`, `macos` and `web`. Only one client can be used. The `macos` client is used by default, but the `web` client is used when logged-in. The `web` client only works with account cookies or login credentials. The `android` and `ios` clients only work with previously cached OAuth tokens
* `original_format_policy`: Policy for when to try extracting original formats. One of `always`, `never`, or `auto`. The default `auto` policy tries to avoid exceeding the web client's API rate-limit by only making an extra request when Vimeo publicizes the video's downloadability
#### zan
* `split_angles`: Split multi-angle streams into separate angle formats. Forces re-encoding of the video stream during download, and requires ffmpeg. Either `true` or `false` (default)
**Note**: These options may be changed/removed in the future without concern for backward compatibility
<!-- MANPAGE: MOVE "INSTALLATION" SECTION HERE -->