diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2023-03-23 13:45:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-23 18:45:56 +0000 |
commit | 6bdb64e2a2a6d504d8ce1dc830fbfb8a7f199c63 (patch) | |
tree | deea82c22464ce1981e61a09204ae49d1603aa3b /yt_dlp/extractor/_extractors.py | |
parent | 3ae182ad89e1427ff7b1684d6a44ff93fa857a0c (diff) | |
download | hypervideo-pre-6bdb64e2a2a6d504d8ce1dc830fbfb8a7f199c63.tar.lz hypervideo-pre-6bdb64e2a2a6d504d8ce1dc830fbfb8a7f199c63.tar.xz hypervideo-pre-6bdb64e2a2a6d504d8ce1dc830fbfb8a7f199c63.zip |
[extractor/hollywoodreporter] Add extractors (#6614)
Closes #6525
Authored by: bashonly
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r-- | yt_dlp/extractor/_extractors.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index 4a4d38caf..69464b6f0 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -719,6 +719,10 @@ from .hidive import HiDiveIE from .historicfilms import HistoricFilmsIE from .hitbox import HitboxIE, HitboxLiveIE from .hitrecord import HitRecordIE +from .hollywoodreporter import ( + HollywoodReporterIE, + HollywoodReporterPlaylistIE, +) from .holodex import HolodexIE from .hotnewhiphop import HotNewHipHopIE from .hotstar import ( |