Closed alex131290 closed 5 years ago
@dstftw Would you be able to provide the link of the duplicate issue?
I found only one issue which is related to it, #2045 , this issue was closed due to login issue, in my case there's no login issue, i'm providing the cookies file which i'm downloading.
Hi alex131290,
I had the same problem trying to login throw the cookies. The solution was to just add a random credentials for the user and password parameters like the example below:
-u someuser
-p somepassword
--cookies /path/to/cookies/file.txt
Hope it will be helpful
I had the same problem, all the downloaded videos had a maximum duration of 1:00, the solution for me was to add the username and password as parameters, not with the cookies file.
youtube-dl -u <username> -p <password> --verbose <link>
Checklist
Verbose log
Description
Videos which are downloaded from Oreilly, for example this course https://learning.oreilly.com/videos/kubernetes-in-7/9781789130881, are being cut off at 1:00 minute, all the videos are longer than 1 minute.
I have ffmpeg installed
I don't have any configuration, only the parameters which i'm providing through the CLI. My logon to oreilly is through the organisation where i'm working at, so i'm passing the
--cookies
option, i've downloaded the cookies file through the Chrome browser using thehttps://chrome.google.com/webstore/detail/cookiestxt/njabckikapfpffapmjgojcnbfjonfjfg
More debug info, i've executed the command without actually downloading the videos, just printing the length and title so you can see that the length in more than 1 minute