diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-11-18 01:16:33 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-11-18 01:16:33 +0700 |
commit | c131fc3372c4fc69434dbb7c79935c1587beff20 (patch) | |
tree | 2f6bf7b7d5fdb53fb25e630e4123edb472fe1a5b /youtube_dl/extractor/extractors.py | |
parent | b25459b88ae8faf072046eb9c23af0dcda7c1408 (diff) |
[tvanouvelles] Add extractor (closes #10616)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 578359a5e..9107f0b96 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -965,6 +965,10 @@ from .tv2 import ( ) from .tv3 import TV3IE from .tv4 import TV4IE +from .tvanouvelles import ( + TVANouvellesIE, + TVANouvellesArticleIE, +) from .tvc import ( TVCIE, TVCArticleIE, |