diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-09-05 13:39:51 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-09-05 13:39:51 +0800 |
commit | abf2c79f954c065d6bf92a2129f04eb07942d022 (patch) | |
tree | 1389d6b3721074d715a117144d7b6d2830660c7e /youtube_dl/extractor/extractors.py | |
parent | 48094901086534533ca89283067f2ab732857654 (diff) | |
parent | b49ad71ce1d985165e07fd0f59f80f677434ad84 (diff) |
Merge branch 'mcepl-tvnoe'
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 8c6ee0503..e47adc26c 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -916,6 +916,7 @@ from .tvc import ( ) from .tvigle import TvigleIE from .tvland import TVLandIE +from .tvnoe import TVNoeIE from .tvp import ( TVPEmbedIE, TVPIE, |