diff options
author | Tom-Oliver Heidel <github@tom-oliver.eu> | 2020-10-31 09:03:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-31 09:03:17 +0100 |
commit | 0ae154c4b4385e44f1f9c2d6c35dd4ac003a744c (patch) | |
tree | 1eec6078e40d75ed114024add466309455636233 /youtube_dlc/extractor/extractors.py | |
parent | e2d5e9a361c31f4716fa02c095d9041407f00380 (diff) | |
parent | bb8a73a0e2b5e4118a32dee9e3c30737107ed90b (diff) | |
download | hypervideo-pre-0ae154c4b4385e44f1f9c2d6c35dd4ac003a744c.tar.lz hypervideo-pre-0ae154c4b4385e44f1f9c2d6c35dd4ac003a744c.tar.xz hypervideo-pre-0ae154c4b4385e44f1f9c2d6c35dd4ac003a744c.zip |
Merge pull request #51 from B0pol/nitter
[nitter] Add new extractor
Diffstat (limited to 'youtube_dlc/extractor/extractors.py')
-rw-r--r-- | youtube_dlc/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dlc/extractor/extractors.py b/youtube_dlc/extractor/extractors.py index a0c7d0f42..666134d86 100644 --- a/youtube_dlc/extractor/extractors.py +++ b/youtube_dlc/extractor/extractors.py @@ -751,6 +751,7 @@ from .ninecninemedia import NineCNineMediaIE from .ninegag import NineGagIE from .ninenow import NineNowIE from .nintendo import NintendoIE +from .nitter import NitterIE from .njpwworld import NJPWWorldIE from .nobelprize import NobelPrizeIE from .noco import NocoIE |