1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

[goodgame] Don't capture unused group

This commit is contained in:
Iaiao 2021-01-16 22:31:30 +02:00
parent 1b733c1e2c
commit 556d03d450
No known key found for this signature in database
GPG key ID: 06921DA11602FE75

View file

@ -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': {