diff options
author | Remita Amine <remitamine@gmail.com> | 2017-01-26 18:36:28 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2017-01-26 18:37:22 +0100 |
commit | 9463637887ba784e3499410ab0945dcd68002bc1 (patch) | |
tree | 2ba1cca9f7bb76908e153ab7d37b370a3cc06ee3 /youtube_dl/extractor/extractors.py | |
parent | 3cbecdd11121b9c7ff0284e481992f7230806399 (diff) |
[tva] Add new extractor(closes #11842)
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 0c3e081ad..81366f933 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -985,6 +985,7 @@ from .tv2 import ( ) from .tv3 import TV3IE from .tv4 import TV4IE +from .tva import TVAIE from .tvanouvelles import ( TVANouvellesIE, TVANouvellesArticleIE, |