mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-08 03:18:28 +03:00
Add flexible extractor_args to generic_extractor.py This allows users to pass any of the options listed [here](https://github.com/yt-dlp/yt-dlp/blob/master/README.md#extractor-arguments) to yt-dlp extractor_args. example usage: ``` generic_extractor: facebook_cookie: ... extractor_args: youtube: player_client: web,tv generic: is_live: true ```