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