diff options
author | pukkandan <pukkandan@gmail.com> | 2021-02-11 02:52:55 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-02-11 03:03:39 +0530 |
commit | cc2db87805d77dc5d1328ae3411037805f750472 (patch) | |
tree | 8e0d58c7923f478bf893745840f6878ade7440a3 /youtube_dlc/extractor/extractors.py | |
parent | 539d158c5077c71f8d038983f101daed5db3445d (diff) | |
download | hypervideo-pre-cc2db87805d77dc5d1328ae3411037805f750472.tar.lz hypervideo-pre-cc2db87805d77dc5d1328ae3411037805f750472.tar.xz hypervideo-pre-cc2db87805d77dc5d1328ae3411037805f750472.zip |
Update to ytdl-2021.02.10
Except: [archiveorg] Fix and improve extraction (5fc53690cbe6abb11941a3f4846b566a7472753e)
Diffstat (limited to 'youtube_dlc/extractor/extractors.py')
-rw-r--r-- | youtube_dlc/extractor/extractors.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dlc/extractor/extractors.py b/youtube_dlc/extractor/extractors.py index 752e7bee5..cbbc8f7cd 100644 --- a/youtube_dlc/extractor/extractors.py +++ b/youtube_dlc/extractor/extractors.py @@ -502,8 +502,8 @@ from .hungama import ( from .hypem import HypemIE from .ign import ( IGNIE, - OneUPIE, - PCMagIE, + IGNVideoIE, + IGNArticleIE, ) from .iheart import ( IHeartRadioIE, |