Browse Source

[extractors] add import for TeleQuebecIE

Remita Amine 9 years ago
parent
commit
cb9cbd84ed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      youtube_dl/extractor/extractors.py

+ 1 - 0
youtube_dl/extractor/extractors.py

@@ -861,6 +861,7 @@ from .telebruxelles import TeleBruxellesIE
 from .telecinco import TelecincoIE
 from .telegraaf import TelegraafIE
 from .telemb import TeleMBIE
+from .telequebec import TeleQuebecIE
 from .teletask import TeleTaskIE
 from .telewebion import TelewebionIE
 from .testurl import TestURLIE