-
Notifications
You must be signed in to change notification settings - Fork 34
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
login required to download video from source #43
Comments
hi, did you ever figure this out? |
Hey there, On the otherside it is easy to hack a http password protection. I don't like this idea. |
@judos can you clarify what you are looking for here? Thanks! |
Yes I meant a way to specify credentials for video sources. Like when I tried to download a video it said "login required". |
Found it finally again. I tried to download mp3 of this video: Log in the youtube-dl UI shows:
Is there a way how I can configure it to use my account? |
Hi @judos, Thanks yeah I have something in mind to get this sorted out. I should have a fix soon. |
thanks for providing this great project! and it will be better if you can add the following function. 1.using youtube cookies to download some age-confirmed videos; best wishes! |
@yangchris4 thanks for the suggestions!
Cheers! |
hi @nbr23 thank you for answering my question patiently.
nice try,however sometimes the video files are either separated from audio and video, or there are many fragments like m3u8, which means that after the download is completed, it needs to be merged twice; if it is to download the file directly to the vps local, merging local files is extremely fast; but if it is a mounted remote disk,These incomplete videos are downloaded and transmitted to the remote. When merging, the downloaded incomplete files must be read from the remote. Pull it back from the remote and merge it for a second time,that's a big problem. At this time, you need to download the file to the local first, and automatically move the complete video file to the specified remote folder after the merge is completed, so as to avoid the problem of slow speed or simply unable to download; accroding to the offical documentation
For example argument
This command works when I use it,XD |
Is there an easy way to configure logins for webpages where this is required?
I am not familiar with youtube-dl/ffmpeg so far.
Thanks for your help! The Frontend is awesome btw!
The text was updated successfully, but these errors were encountered: