diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-05-13 00:14:30 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-05-13 00:14:30 +0600 |
commit | 0df79d552a6d528ac5bb1a9cce99199aafe79144 (patch) | |
tree | b1d0f6d0ac0f71c547baa510ba062a63f6c1ac7d /youtube_dl/extractor/extractors.py | |
parent | 0db3a66162cf1059dbfccd60db350596f7c5b469 (diff) |
[twitch:bookmarks] Remove extractor
Bookmarks no longer available
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index a0bb3d4c2..f2bd4fe97 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -834,7 +834,6 @@ from .twitch import ( TwitchVodIE, TwitchProfileIE, TwitchPastBroadcastsIE, - TwitchBookmarksIE, TwitchStreamIE, ) from .twitter import ( |