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.
User and password doesn't work for Dplaycom #25150
Comments
|
I'm using youtube-dl through Terminal on Mac I should say |
|
@ijbh use --netrc with the add-on cookies.txt. --username and --password is no longer enough to download premium or content that requires an account. |
It works for you doing it? what is your exact command to make it work? i used --cookie cookies.txt and it does not work. You are using one called --netrc ? |
|
@ijbh sorry it's the --cookies flag you're supposed to use combined with referring to the txt file of the cookie created by the add-on. @felisucoibi yes it works maybe you need to cleanup your browsers cookie/history a bit? |
Can yo explain step by step what you do? I have the cookie, so i use the -cookie cookie.txt flag, but you said you also use --netrc? what is the format of the .netrc file, and where it needs to be placed? Thanks. |
|
@felisucoibi I mixed up --netrc with --cookie. I only use --cookie together with a cookie.txt generated with the cookies.txt add-on for example FF or Chrome. |
|
@SYSophie Did I do this wrong?
I apologize. I'm a novice. |
|
I downloaded the cookies.txt file through the add on. Do I have to put the txt-file in a specific place? |
|
@SYSophie Nevermind my earlier posts! OMG I got it to work! Lol, I'm so proud of myself :) Thank you for the help!!! |
what command are you using, wich url are you testing just to try it also mys elf... i tried this: youtube-dl --cookie cookies.txt https://es.dplay.com/dmax/el-resurgir-de-la-atlantida/la-atlantida-en-donana/ |
|
No, you need to write the pathway to the cookies.txt. Like this:
You also must have logged in to the site before (so that there is a username and password in the cookies.txt file). |
Nice work! |
Checklist
Verbose log
Description
Does this error mean that the username and password workaround does not work for this particular site? Or does it simply mean that somehow I have entered the wrong code?