[telequebec:live] Add extractor (closes #15688)

This commit is contained in:
Sergey M․ 2018-02-24 06:16:42 +07:00
parent 2d17c63140
commit 300148b48a
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
2 changed files with 44 additions and 1 deletions

View file

@ -1049,7 +1049,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,
TeleQuebecLiveIE,
)
from .teletask import TeleTaskIE
from .telewebion import TelewebionIE
from .testurl import TestURLIE