diff options
| author | anovicecodemonkey <anovicecodemonkey13435@mailinator.com> | 2015-02-27 02:36:45 +1030 | 
|---|---|---|
| committer | anovicecodemonkey <anovicecodemonkey13435@mailinator.com> | 2015-02-27 02:36:45 +1030 | 
| commit | 1a2313a6f2d83c9e0a5c0c25bf5a2e3167994dbe (patch) | |
| tree | ef34424e9169c0be5b0d122d323a0b4a594994cf /youtube_dl/extractor/__init__.py | |
| parent | 250a9bdfe27ecf3d0acf179b4c21ff2126c64990 (diff) | |
[TheChiveIE] added support for TheChive.com (Closes #5016)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
| -rw-r--r-- | youtube_dl/extractor/__init__.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index ddb9d6670..b064a3a7c 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -481,6 +481,7 @@ from .tenplay import TenPlayIE  from .testurl import TestURLIE  from .testtube import TestTubeIE  from .tf1 import TF1IE +from .thechive import TheChiveIE  from .theonion import TheOnionIE  from .theplatform import ThePlatformIE  from .thesixtyone import TheSixtyOneIE  | 
