1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-24 00:45:38 +08:00

Update extractors.py

This commit is contained in:
enigmaquip 2017-11-01 16:48:01 -06:00 committed by GitHub
parent 5f223aaa07
commit ef3f9898b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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