diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-09-25 23:30:57 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-09-25 23:30:57 +0700 |
commit | 2d5b4af0070f8aa6f3f4eb8fdabef5d006f6429a (patch) | |
tree | b9896129fe740cd979fc6977bd41409ca8060a7f /youtube_dl | |
parent | f1ee462c82381d3c68673500c0491fe477030c3b (diff) |
[extractors] Add import for anderetijden extractor
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index bf1f70885..23fd2a308 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -612,13 +612,14 @@ from .nowtv import ( ) from .noz import NozIE from .npo import ( + AndereTijdenIE, NPOIE, NPOLiveIE, NPORadioIE, NPORadioFragmentIE, SchoolTVIE, VPROIE, - WNLIE + WNLIE, ) from .npr import NprIE from .nrk import ( |