Skip to content

plugins.youtube: added API fallback #3809

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
Jun 20, 2021

Conversation

back-to
Copy link
Collaborator

@back-to back-to commented Jun 20, 2021

Allow videos which are age restricted and which can be viewed with the embed url.

Example:

https://www.youtube.com/watch?v=HtVdAasjOgU
https://www.youtube.com/embed/HtVdAasjOgU

$ streamlink https://www.youtube.com/embed/HtVdAasjOgU -l info
[cli][info] Found matching plugin youtube for URL https://www.youtube.com/embed/HtVdAasjOgU
[plugins.youtube][error] Could not get video info - LOGIN_REQUIRED: ...
[cli][info] Available streams: audio_mp4a, audio_opus, 144p (worst), 240p, 360p, 480p, 720p, 1080p (best)
[cli][info] Opening stream: 1080p (muxed-stream)

Not fixed.

  • Video's like This video is age-restricted and only available on YouTube.

Allow videos which are `age restricted` and which can be viewed with the `embed url`.

Example:

https://www.youtube.com/watch?v=HtVdAasjOgU
https://www.youtube.com/embed/HtVdAasjOgU

```
$ streamlink https://www.youtube.com/embed/HtVdAasjOgU -l info
[cli][info] Found matching plugin youtube for URL https://www.youtube.com/embed/HtVdAasjOgU
[plugins.youtube][error] Could not get video info - LOGIN_REQUIRED: ...
[cli][info] Available streams: audio_mp4a, audio_opus, 144p (worst), 240p, 360p, 480p, 720p, 1080p (best)
[cli][info] Opening stream: 1080p (muxed-stream)
```

---

Not fixed.

- Video's like `This video is age-restricted and only available on YouTube.`
@back-to back-to added the plugin enhancement A new feature for a working Plugin label Jun 20, 2021
@bastimeyer bastimeyer merged commit 5d1227e into streamlink:master Jun 20, 2021
Billy2011 added a commit to Billy2011/streamlink-27 that referenced this pull request Jun 20, 2021
Allow videos which are `age restricted` and which can be viewed with the `embed url`.

Example:

https://www.youtube.com/watch?v=HtVdAasjOgU
https://www.youtube.com/embed/HtVdAasjOgU

```
$ streamlink https://www.youtube.com/embed/HtVdAasjOgU -l info
[cli][info] Found matching plugin youtube for URL https://www.youtube.com/embed/HtVdAasjOgU
[plugins.youtube][error] Could not get video info - LOGIN_REQUIRED: ...
[cli][info] Available streams: audio_mp4a, audio_opus, 144p (worst), 240p, 360p, 480p, 720p, 1080p (best)
[cli][info] Opening stream: 1080p (muxed-stream)
```

---

Not fixed.

- Video's like `This video is age-restricted and only available on YouTube.`
@back-to back-to deleted the yt_2021_06_20 branch June 23, 2021 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin enhancement A new feature for a working Plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants