Browse Source
[extractors] Add import for comedycentral.tv
master
Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
5 additions and
1 deletions
-
youtube_dl/extractor/extractors.py
|
@ -156,7 +156,11 @@ from .cnn import ( |
|
|
) |
|
|
) |
|
|
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 |
|
|