diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-04-11 20:03:12 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-04-11 20:03:12 +0600 |
commit | 7a91d1fc43f8873e6636c316006c908d7efe2f07 (patch) | |
tree | 0b9e27c4fbfc01c8fb13ce74441bc94f73318bea /youtube_dl/extractor/__init__.py | |
parent | af14ded75e10653b4713c23f8c428c6cd88610ad (diff) |
[crooksandliars] Improve embed extractor and remove article extractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 894aa5b43..bbf3be41d 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -90,7 +90,7 @@ from .commonmistakes import CommonMistakesIE, UnicodeBOMIE from .condenast import CondeNastIE from .cracked import CrackedIE from .criterion import CriterionIE -from .crooksandliars import CrooksAndLiarsIE, CrooksAndLiarsArticleIE +from .crooksandliars import CrooksAndLiarsIE from .crunchyroll import ( CrunchyrollIE, CrunchyrollShowPlaylistIE |