Browse Source

[extractors] Add missing twitch imports

totalwebcasting
Sergey M․ 8 years ago
parent
commit
04bf59ff64
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      youtube_dl/extractor/extractors.py

+ 3
- 0
youtube_dl/extractor/extractors.py View File

@ -1001,7 +1001,10 @@ from .twitch import (
TwitchChapterIE, TwitchChapterIE,
TwitchVodIE, TwitchVodIE,
TwitchProfileIE, TwitchProfileIE,
TwitchAllVideosIE,
TwitchUploadsIE,
TwitchPastBroadcastsIE, TwitchPastBroadcastsIE,
TwitchHighlightsIE,
TwitchStreamIE, TwitchStreamIE,
TwitchClipsIE, TwitchClipsIE,
) )


Loading…
Cancel
Save