aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-07-07 02:51:29 +0530
committerGitHub <noreply@github.com>2021-07-07 02:51:29 +0530
commit3acf6d385600b1dd67e3b60ec28aba82a1043104 (patch)
treed82f87e75137f81f3020dfd54dde86e7577921bc /yt_dlp/extractor/extractors.py
parent46890374f74b4262a4ac7ff44d75e46316e00192 (diff)
downloadhypervideo-pre-3acf6d385600b1dd67e3b60ec28aba82a1043104.tar.lz
hypervideo-pre-3acf6d385600b1dd67e3b60ec28aba82a1043104.tar.xz
hypervideo-pre-3acf6d385600b1dd67e3b60ec28aba82a1043104.zip
[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
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index 3973dcb5a..5df1a4301 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -457,7 +457,8 @@ from .frontendmasters import (
from .fujitv import FujiTVFODPlus7IE
from .funimation import (
FunimationIE,
- FunimationShowIE
+ FunimationPageIE,
+ FunimationShowIE,
)
from .funk import FunkIE
from .fusion import FusionIE