Skip to content
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

plugins.youtube: quickfix for "/live" URL #3372

Merged
merged 1 commit into from
Nov 28, 2020
Merged

Conversation

back-to
Copy link
Collaborator

@back-to back-to commented Nov 28, 2020

before

$ streamlink https://www.youtube.com/user/deutschewelleenglish/live -l info
[cli][info] Found matching plugin youtube for URL https://www.youtube.com/user/deutschewelleenglish/live
error: Could not find a video on this page

after

$ streamlink https://www.youtube.com/user/deutschewelleenglish/live worst -l info
[cli][info] Found matching plugin youtube for URL https://www.youtube.com/user/deutschewelleenglish/live
[cli][info] Available streams: 144p (worst), 240p, 360p, 480p, 720p (best)
[cli][info] Opening stream: 144p (hls)

before

```
$ streamlink https://www.youtube.com/user/deutschewelleenglish/live -l info
[cli][info] Found matching plugin youtube for URL https://www.youtube.com/user/deutschewelleenglish/live
error: Could not find a video on this page
```

after

```
$ streamlink https://www.youtube.com/user/deutschewelleenglish/live worst -l info
[cli][info] Found matching plugin youtube for URL https://www.youtube.com/user/deutschewelleenglish/live
[cli][info] Available streams: 144p (worst), 240p, 360p, 480p, 720p (best)
[cli][info] Opening stream: 144p (hls)
```
@back-to back-to added the plugin issue A Plugin does not work correctly label Nov 28, 2020
@back-to back-to linked an issue Nov 28, 2020 that may be closed by this pull request
1 task
@gravyboat
Copy link
Member

Looks good, thanks @back-to.

@gravyboat gravyboat merged commit fd1affa into streamlink:master Nov 28, 2020
@back-to back-to deleted the YT branch December 4, 2020 18:47
@bastimeyer bastimeyer mentioned this pull request Jan 24, 2021
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.

Youtube Live - Could not find a video on this page for Euronews DE Channel
2 participants