You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This rewrite doesn't include the old "DDOS protection" workaround, which accessed the site once, checked for document.cookie="..." and set the cookie before accessing it again. No idea if it's still required, but it doesn't seem like it is. As said, the current plugin implementation on master is really old.
$ streamlink 'https://goodgame.ru/channel/Nikichar' best
[cli][info] Found matching plugin goodgame for URL https://goodgame.ru/channel/Nikichar
[cli][info] Available streams: 240p (worst), 480p, 720p, source (best)
[cli][info] Opening stream: source (hls)
[cli][info] Starting player: mpv
[cli][info] Player closed
[cli][info] Stream ended
[cli][info] Closing currently open stream...
$ streamlink 'https://goodgame.ru/Nikichar' best
[cli][info] Found matching plugin goodgame for URL https://goodgame.ru/Nikichar
[cli][info] Available streams: 240p (worst), 480p, 720p, source (best)
[cli][info] Opening stream: source (hls)
[cli][info] Starting player: mpv
[cli][info] Player closed
[cli][info] Stream ended
[cli][info] Closing currently open stream...
metadata
$ streamlink goodgame.ru/channel/Pomi best -j | jq .metadata
{
"id": "1644",
"author": "Pomi",
"category": "StarCraft II: Legacy of the Void",
"title": "Stats vs Ragnarok (bo3) WardiTV KR Royale S2 - группа B (день #2)"
}
offline channel
$ streamlink 'https://goodgame.ru/BRAT_OK' best
[cli][info] Found matching plugin goodgame for URL https://goodgame.ru/BRAT_OK
error: No playable streams found on this URL: https://goodgame.ru/BRAT_OK
unknown channel
$ streamlink 'https://goodgame.ru/unknown' best
[cli][info] Found matching plugin goodgame for URL https://goodgame.ru/unknown
error: Unable to open URL: https://goodgame.ru/unknown (404 Client Error: not found for url: https://goodgame.ru/unknown)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #5556
This rewrite doesn't include the old "DDOS protection" workaround, which accessed the site once, checked for
document.cookie="..."and set the cookie before accessing it again. No idea if it's still required, but it doesn't seem like it is. As said, the current plugin implementation on master is really old.@StasYong, please check if there are any problems left, thanks
https://github.com/streamlink/streamlink/blob/master/CONTRIBUTING.md#pull-request-feedback
live
metadata
offline channel
unknown channel