1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-05 00:13:33 +08:00

Update extractors.py

This commit is contained in:
enigmaquip
2017-11-01 16:48:01 -06:00
committed by GitHub
Unverified
parent 5f223aaa07
commit ef3f9898b0
+4 -1
View File
@@ -1024,7 +1024,10 @@ from .telebruxelles import TeleBruxellesIE
from .telecinco import TelecincoIE
from .telegraaf import TelegraafIE
from .telemb import TeleMBIE
from .telequebec import TeleQuebecIE
from .telequebec import (
TeleQuebecIE,
TeleQuebecEmissionsIE,
)
from .teletask import TeleTaskIE
from .telewebion import TelewebionIE
from .testurl import TestURLIE