Skip to content

Conversation

@bastimeyer
Copy link
Member

Fixes #5753

$ ./script/test-plugin-urls.py bigo -r SITE_ID 954321825
:: Finding streams for URL: https://www.bigo.tv/954321825
:: Found streams: live, worst, best
$ streamlink --json 'https://www.bigo.tv/954321825' | jq .metadata
{
  "id": "7287389864212587887",
  "author": "954321825",
  "category": "League of Legends",
  "title": "Gaming"
}
$ streamlink 'https://www.bigo.tv/achannelthatdoesnotexist'
[cli][info] Found matching plugin bigo for URL https://www.bigo.tv/achannelthatdoesnotexist
error: No playable streams found on this URL: https://www.bigo.tv/achannelthatdoesnotexist
$ streamlink 'https://www.bigo.tv/x'
[cli][info] Found matching plugin bigo for URL https://www.bigo.tv/x
[plugins.bigo][info] Channel is offline
error: No playable streams found on this URL: https://www.bigo.tv/x

@bastimeyer bastimeyer added the plugin issue A Plugin does not work correctly label Jan 3, 2024
@bastimeyer bastimeyer merged commit 1d7fc8d into streamlink:master Jan 3, 2024
@bastimeyer bastimeyer deleted the plugins/bigo/rewrite branch January 3, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

plugin issue A Plugin does not work correctly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

plugins.bigo: Unable to parse JSON

1 participant