diff options
author | pukkandan <pukkandan@gmail.com> | 2021-01-11 02:59:36 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-01-11 03:10:53 +0530 |
commit | ba3c9477eeb2b96cf78bd70c655bb51911942efd (patch) | |
tree | 25bcc8a955da8a7938323c6e2c823886aed7ba28 /youtube_dlc/extractor/extractors.py | |
parent | a3e26449cd7090728247dcaf523fdf2c5466b794 (diff) |
[Animelab] Added (https://github.com/ytdl-org/youtube-dl/pull/13600)
Authored by mariuszskon
Diffstat (limited to 'youtube_dlc/extractor/extractors.py')
-rw-r--r-- | youtube_dlc/extractor/extractors.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dlc/extractor/extractors.py b/youtube_dlc/extractor/extractors.py index 65effed8e..08d19017f 100644 --- a/youtube_dlc/extractor/extractors.py +++ b/youtube_dlc/extractor/extractors.py @@ -46,6 +46,10 @@ from .alura import ( AluraCourseIE ) from .amcnetworks import AMCNetworksIE +from .animelab import ( + AnimeLabIE, + AnimeLabShowsIE, +) from .americastestkitchen import AmericasTestKitchenIE from .animeondemand import AnimeOnDemandIE from .anvato import AnvatoIE |