mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-01-28 21:59:47 +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):
|
class GoodgameStreamIE(GoodgameBaseIE):
|
||||||
IE_NAME = 'goodgame:stream'
|
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 = [{
|
_TESTS = [{
|
||||||
'url': 'https://goodgame.ru/channel/rutony',
|
'url': 'https://goodgame.ru/channel/rutony',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
|
Loading…
Reference in New Issue
Block a user