Browse Source

[extractors] Add import for anderetijden extractor

Sergey M․ 9 years ago
parent
commit
2d5b4af007
1 changed files with 2 additions and 1 deletions
  1. 2 1
      youtube_dl/extractor/extractors.py

+ 2 - 1
youtube_dl/extractor/extractors.py

@@ -612,13 +612,14 @@ from .nowtv import (
 )
 )
 from .noz import NozIE
 from .noz import NozIE
 from .npo import (
 from .npo import (
+    AndereTijdenIE,
     NPOIE,
     NPOIE,
     NPOLiveIE,
     NPOLiveIE,
     NPORadioIE,
     NPORadioIE,
     NPORadioFragmentIE,
     NPORadioFragmentIE,
     SchoolTVIE,
     SchoolTVIE,
     VPROIE,
     VPROIE,
-    WNLIE
+    WNLIE,
 )
 )
 from .npr import NprIE
 from .npr import NprIE
 from .nrk import (
 from .nrk import (