[twitch.py] Improved _VALID_URL

This commit is contained in:
Léo El Amri
2019-07-20 20:35:58 +02:00
parent a7d44de6da
commit ca7e9e1cd1
2 changed files with 22 additions and 6 deletions

View File

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