youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit cb9cbd84ed2471140ce58480b8ed373f8abb5816
parent 4d5726b0d7562aff975c91303b8ae8cfc4de8c51
Author: Remita Amine <remitamine@gmail.com>
Date:   Thu,  8 Sep 2016 22:55:27 +0100

[extractors] add import for TeleQuebecIE

Diffstat:
Myoutube_dl/extractor/extractors.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/extractors.py b/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