diff options
author | Jesús <heckyel@hyperbola.info> | 2022-02-26 03:30:53 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-02-26 03:30:53 +0800 |
commit | 619367044478f509f5a5babb0b309ded674f2b4a (patch) | |
tree | 8e288076f24e1bae66d74a21a440d0dffd0a62d0 /yt_dlp/extractor/extractors.py | |
parent | 9b55a2a3601b4d350b8900ff8fdea306add12fc2 (diff) | |
parent | f0734e1190630f4cefa4a2028884413f54310f82 (diff) | |
download | hypervideo-pre-619367044478f509f5a5babb0b309ded674f2b4a.tar.lz hypervideo-pre-619367044478f509f5a5babb0b309ded674f2b4a.tar.xz hypervideo-pre-619367044478f509f5a5babb0b309ded674f2b4a.zip |
updated from upstream | 26/02/2022 at 03:30
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r-- | yt_dlp/extractor/extractors.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py index 7d4262acf..ef1d6c14d 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -14,6 +14,10 @@ from .abcotvs import ( ABCOTVSIE, ABCOTVSClipsIE, ) +from .abematv import ( + AbemaTVIE, + AbemaTVTitleIE, +) from .academicearth import AcademicEarthCourseIE from .acast import ( ACastIE, @@ -474,6 +478,7 @@ from .faz import FazIE from .fc2 import ( FC2IE, FC2EmbedIE, + FC2LiveIE, ) from .fczenit import FczenitIE from .filmmodu import FilmmoduIE |