]> jfr.im git - yt-dlp.git/commit - README.md
[Funimation] Rewrite extractor (See desc) (#444)
authorpukkandan <redacted>
Tue, 6 Jul 2021 21:21:29 +0000 (02:51 +0530)
committerGitHub <redacted>
Tue, 6 Jul 2021 21:21:29 +0000 (02:51 +0530)
commit3acf6d385600b1dd67e3b60ec28aba82a1043104
treed82f87e75137f81f3020dfd54dde86e7577921bc
parent46890374f74b4262a4ac7ff44d75e46316e00192
[Funimation] Rewrite extractor (See desc) (#444)

* Support direct `/player/` URL
* Treat the different versions of an episode as different formats of a single video. So `experience_id` can no longer be used as the video `id` and the `episode_id` is used instead. This means that all existing archives will break
* Extractor options `language` and `version` to pre-select them
* Compat option `seperate-video-versions` to fall back to old behavior (including using the old video IDs)

Closes #428
README.md
yt_dlp/YoutubeDL.py
yt_dlp/__init__.py
yt_dlp/extractor/extractors.py
yt_dlp/extractor/funimation.py