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: add short video URLs #3677

Merged
merged 1 commit into from Apr 4, 2021

Conversation

bastimeyer
Copy link
Member

Resolves #3676

$ streamlink -l debug https://youtu.be/SebJIjQgdjg
[cli][debug] OS:         Linux-5.12.0-rc5-1-git-x86_64-with-glibc2.33
[cli][debug] Python:     3.9.2
[cli][debug] Streamlink: 2.1.1+4.g303c424
[cli][debug] Requests(2.25.1), Socks(1.7.1), Websocket(0.58.0)
[cli][debug] Arguments:
[cli][debug]  url=https://youtu.be/SebJIjQgdjg
[cli][debug]  --loglevel=debug
[cli][debug]  --player=mpv
[cli][info] Found matching plugin youtube for URL https://youtu.be/SebJIjQgdjg
[plugins.youtube][debug] Video ID from URL
[plugins.youtube][debug] Using video ID: SebJIjQgdjg
[plugins.youtube][debug] get_video_info - 1: Found data
[plugins.youtube][debug] This video is live.
[utils.l10n][debug] Language code: en_US
Available streams: 144p (worst), 240p, 360p, 480p, 720p, 1080p (best)

@bastimeyer bastimeyer added plugin issue A Plugin does not work correctly plugin enhancement A new feature for a working Plugin and removed plugin issue A Plugin does not work correctly labels Apr 4, 2021
@back-to back-to merged commit 71b8c5f into streamlink:master Apr 4, 2021
@bastimeyer bastimeyer deleted the plugins/youtube/short-urls branch April 4, 2021 20:03
Billy2011 added a commit to Billy2011/streamlink-27 that referenced this pull request Apr 8, 2021
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.

plugins.youtube: error: No plugin can handle URL: https://youtu.be/SebJIjQgdjg
2 participants