Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Downloading Twitch subscriber VODs, nothing worked until I changed machine to youtube instead of twitch in netrc #18270
Comments
|
Verbose log does not look valid. |
|
Can you try not closing the thread immediately next time, because in this context at least it was not that crucial. I tried a few other variations. Even though login is required, the downloading works only with cookies, which makes sense, the thing is that it does not work at all when .netrc is provided (with or without cookies). When something else other than twitch is written in netrc after machine and if twitch is what I download from, this warning comes out:
but the file is still being downloaded, while like I mentioned providing twitch as machine instead (which is the correct one) gives me:
So apparently the thing I focused the most which were cookies are not the problem, but netrc is, the file is read so I haven't made a mistake there, the only thing that is problematic is when twitch is provided as machine and the error that captcha is invalid then occurs, what I am guessing is that it tries to re-captcha with the credentials of netrc while the already captched credentials of the cookies are trying to be imported afterwards, my question is: Is netrc and cookies actually meant not to be used together? |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand 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?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):