mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-01-27 13:19:53 +00:00
[goodgame] Don't capture unused group
This commit is contained in:
parent
1b733c1e2c
commit
556d03d450
@ -42,7 +42,7 @@ class GoodgameBaseIE(InfoExtractor):
|
||||
|
||||
class GoodgameStreamIE(GoodgameBaseIE):
|
||||
IE_NAME = 'goodgame:stream'
|
||||
_VALID_URL = r'https?://(?:www\.)?goodgame\.ru/(channel/|player\?)(?P<id>[^/#?]+)'
|
||||
_VALID_URL = r'https?://(?:www\.)?goodgame\.ru/(?:channel/|player\?)(?P<id>[^/#?]+)'
|
||||
_TESTS = [{
|
||||
'url': 'https://goodgame.ru/channel/rutony',
|
||||
'info_dict': {
|
||||
|
Loading…
Reference in New Issue
Block a user