-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Vimeo embed-only video behind basic auth #18276
Labels
Comments
|
Using |
hhirtz
added a commit
to hhirtz/youtube-dl
that referenced
this issue
Apr 19, 2021
Fixes ytdl-org#18276 (point 4) Fixes ytdl-org#20258 Fixes ytdl-org#26211 (see comment)
hhirtz
added a commit
to hhirtz/youtube-dl
that referenced
this issue
Apr 19, 2021
Fixes "nonnumeric port" errors when youtube-dl is given URLs with usernames and passwords such as: http://username:password@example.com/myvideo.mp4 Refs: - https://en.wikipedia.org/wiki/Basic_access_authentication - https://tools.ietf.org/html/rfc1738#section-3.1 - https://docs.python.org/3.8/library/urllib.parse.html#urllib.parse.urlsplit Fixes ytdl-org#18276 (point 4) Fixes ytdl-org#20258 Fixes ytdl-org#26211 (see comment)
hhirtz
added a commit
to hhirtz/youtube-dl
that referenced
this issue
Apr 19, 2021
Fixes "nonnumeric port" errors when youtube-dl is given URLs with usernames and passwords such as: http://username:password@example.com/myvideo.mp4 Refs: - https://en.wikipedia.org/wiki/Basic_access_authentication - https://tools.ietf.org/html/rfc1738#section-3.1 - https://docs.python.org/3.8/library/urllib.parse.html#urllib.parse.urlsplit Fixes ytdl-org#18276 (point 4) Fixes ytdl-org#20258 Fixes ytdl-org#26211 (see comment)
hhirtz
added a commit
to hhirtz/youtube-dl
that referenced
this issue
Apr 19, 2021
Fixes "nonnumeric port" errors when youtube-dl is given URLs with usernames and passwords such as: http://username:password@example.com/myvideo.mp4 Refs: - https://en.wikipedia.org/wiki/Basic_access_authentication - https://tools.ietf.org/html/rfc1738#section-3.1 - https://docs.python.org/3.8/library/urllib.parse.html#urllib.parse.urlsplit Fixes ytdl-org#18276 (point 4) Fixes ytdl-org#20258 Fixes ytdl-org#26211 (see comment)
hhirtz
added a commit
to hhirtz/youtube-dl
that referenced
this issue
Jul 2, 2021
Fixes "nonnumeric port" errors when youtube-dl is given URLs with usernames and passwords such as: http://username:password@example.com/myvideo.mp4 Refs: - https://en.wikipedia.org/wiki/Basic_access_authentication - https://tools.ietf.org/html/rfc1738#section-3.1 - https://docs.python.org/3.8/library/urllib.parse.html#urllib.parse.urlsplit Fixes ytdl-org#18276 (point 4) Fixes ytdl-org#20258 Fixes ytdl-org#26211 (see comment)
hhirtz
added a commit
to hhirtz/youtube-dl
that referenced
this issue
Jul 6, 2021
Fixes "nonnumeric port" errors when youtube-dl is given URLs with usernames and passwords such as: http://username:password@example.com/myvideo.mp4 Refs: - https://en.wikipedia.org/wiki/Basic_access_authentication - https://tools.ietf.org/html/rfc1738#section-3.1 - https://docs.python.org/3.8/library/urllib.parse.html#urllib.parse.urlsplit Fixes ytdl-org#18276 (point 4) Fixes ytdl-org#20258 Fixes ytdl-org#26211 (see comment)
dirkf
added a commit
that referenced
this issue
Mar 4, 2024
* Handle user:pass in URLs Fixes "nonnumeric port" errors when youtube-dl is given URLs with usernames and passwords such as: http://username:password@example.com/myvideo.mp4 Refs: - https://en.wikipedia.org/wiki/Basic_access_authentication - https://tools.ietf.org/html/rfc1738#section-3.1 - https://docs.python.org/3.8/library/urllib.parse.html#urllib.parse.urlsplit Fixes #18276 (point 4) Fixes #20258 Fixes #26211 (see comment) * Align code with yt-dlp --------- Co-authored-by: dirkf <fieldhouse@gmx.net>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like this:[x]
)Make sure you are using the latest version: run
youtube-dl --version
and ensure your version is 2018.11.18. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
I'm trying to download an embed-only video, hosted on Vimeo and embedded on a page protected by basic auth. I have the username and password and am able to access the page and play the video normally on a browser. I've tried the following approaches, all of which have resulted in errors.
1. Using the video embed URL
2. Using the URL of the page that embeds the video
3. Adding
--username
and--password
options to the command line4. Adding
username:password
to the page's URLThe text was updated successfully, but these errors were encountered: