Skip to content

plugins.bigo: rewrite and fix plugin #5754

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 3, 2024

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