aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2021-02-08 15:56:42 +0100
committerRemita Amine <remitamine@gmail.com>2021-02-08 15:58:20 +0100
commit7f8b8bc418b8831ea1c2ae8de64e3bf0e8b707f8 (patch)
treeb665b644b404dcf9a2e14e4fb2a41f8a9f685cc1 /youtube_dl/extractor/extractors.py
parent311ebdd9a57e72116136a464fbc0fa8cad32db42 (diff)
downloadyoutube-dl-7f8b8bc418b8831ea1c2ae8de64e3bf0e8b707f8.tar.xz
[ign] fix extraction(closes #24771)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 97b0b4034..84998316c 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -470,8 +470,8 @@ from .hungama import (
from .hypem import HypemIE
from .ign import (
IGNIE,
- OneUPIE,
- PCMagIE,
+ IGNVideoIE,
+ IGNArticleIE,
)
from .iheart import (
IHeartRadioIE,