diff options
| author | Sergey M․ <dstftw@gmail.com> | 2016-07-19 22:50:37 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2016-07-19 22:50:37 +0700 | 
| commit | 4e51ec5f579465d5b64ecfef3614ac5c726fca1f (patch) | |
| tree | a302b735e71c1bfb3c9e923e1a1398cc93104819 | |
| parent | 05087d1b4c4d7171b6121f700468149c175e2058 (diff) | |
[extractors] Add import for comedycentral.tv
| -rw-r--r-- | youtube_dl/extractor/extractors.py | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 10b2390bf..7314be747 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -156,7 +156,11 @@ from .cnn import (  )  from .coub import CoubIE  from .collegerama import CollegeRamaIE -from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE +from .comedycentral import ( +    ComedyCentralIE, +    ComedyCentralShowsIE, +    ComedyCentralTVIE, +)  from .comcarcoff import ComCarCoffIE  from .commonmistakes import CommonMistakesIE, UnicodeBOMIE  from .commonprotocols import RtmpIE  | 
