aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2020-12-29 16:13:36 +0100
committerRemita Amine <remitamine@gmail.com>2020-12-29 16:13:36 +0100
commit9ee984fc760c9a3f4818055ff28ea886aadc58cb (patch)
treea743a1f0d80d4d8ae43781b4393a018f3e994a3c /youtube_dl/extractor/extractors.py
parent53528e1d2385494c72349f609907f0164d6f8431 (diff)
downloadyoutube-dl-9ee984fc760c9a3f4818055ff28ea886aadc58cb.tar.xz
[aenetworks] add support for biography.com (closes #3863)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index cf50b897b..20472f2f7 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -33,6 +33,8 @@ from .aenetworks import (
AENetworksCollectionIE,
AENetworksShowIE,
HistoryTopicIE,
+ HistoryPlayerIE,
+ BiographyIE,
)
from .afreecatv import AfreecaTVIE
from .airmozilla import AirMozillaIE