mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 12:07:12 +01:00
[extractors] Add import for comedycentral.tv
This commit is contained in:
parent
05087d1b4c
commit
4e51ec5f57
@ -156,7 +156,11 @@
|
|||||||
)
|
)
|
||||||
from .coub import CoubIE
|
from .coub import CoubIE
|
||||||
from .collegerama import CollegeRamaIE
|
from .collegerama import CollegeRamaIE
|
||||||
from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
|
from .comedycentral import (
|
||||||
|
ComedyCentralIE,
|
||||||
|
ComedyCentralShowsIE,
|
||||||
|
ComedyCentralTVIE,
|
||||||
|
)
|
||||||
from .comcarcoff import ComCarCoffIE
|
from .comcarcoff import ComCarCoffIE
|
||||||
from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
|
from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
|
||||||
from .commonprotocols import RtmpIE
|
from .commonprotocols import RtmpIE
|
||||||
|
Loading…
Reference in New Issue
Block a user