diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-04-14 21:54:41 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-04-14 21:54:41 +0600 |
commit | 9e285387260a019d7471c3bdbd52cc764c0e8700 (patch) | |
tree | e9a68a36289756c8b2932166d07f29670b01e838 /youtube_dl/extractor/extractors.py | |
parent | 404284132c7877767a5b751d2ada2e064f75bd10 (diff) |
[arte:creative] Improve _VALID_URL
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 04c6508f1..2ae9bc9a8 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -46,6 +46,7 @@ from .arte import ( ArteTVPlus7IE, ArteTVCreativeIE, ArteTVConcertIE, + ArteTVInfoIE, ArteTVFutureIE, ArteTVCinemaIE, ArteTVDDCIE, |