diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2016-09-01 17:31:08 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2016-09-04 19:06:40 +0200 |
commit | 78e762d23c48f85c61a8afcae29307912000a7dd (patch) | |
tree | 4fdc0d0ede1ad339ef017f9e0878d88d6b539224 /youtube_dl/extractor/extractors.py | |
parent | 48094901086534533ca89283067f2ab732857654 (diff) |
Add new extractor for TV Noe (Czech Christian TV).
Fixes #10520
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, |