-
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
[Crackle] Some TV episodes fail with HTTP 401 #16931
Comments
It's not too helpful but the EXACT same issue is happening with me too. |
I found a very weird workaround. If I open the episode page in my web browser first and then switch over to my Terminal window and execute youtube-dl, it works! Every single time. Open |
@tylerforesthauser TY! Had this error and just did what you stated and the error went away immediately. |
This is a bit of a "me too" post, but also bringing this issue up-to-date with the latest version of youtube-dl. For those looking for a workaround (and for the developers' info) - find a much older version of youtube-dl. I'm using 2018.02.03 for crackle downloads. That version does not throw the 401 error and is able to find the m3u8 URLs and continue with the download. Here's sample output for a current Crackle movie with version 2019.01.30.1: |
@LoopinFool TY! I read in another issues on here or actually may have been somewhere else that the older version works better when problems like this occur. I was worried though with the site redesign that an older version may not work and also was concerned when I "sniffed" Crackle, I was getting "widevine" URLs, and was like, hopefully Crackle didn't lock everything down. |
Just to add to @LoopinFool's post, this for a fact works. Noticed you have to remove "sony" from the URL as if you put a "sonycrackle.com" URL in, youtube-dl will say "Unsupported URL", but works fine changing it to the old "crackle.com". |
Yes @RedPenguin2 is correct. I forgot about that detail, but did show it in my example of a failed download. That same URL I posted works right now with on old build of youtube-dl but it does require the old domain name. |
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.07.04. 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
-v
flag 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 ```):Retry with --no-geo-bypass works:
This one fails with or without --no-geo-bypass. First without:
Then with:
Description of your issue, suggested solution and other information
Downloading TV episodes fails with HTTP Error 401 after trying all geo-bypass countries. For some episodes adding --no-geo-bypass helps. All of the movies I tried worked fine. For comparison, here is an example working movie URL
# youtube-dl -v -F https://www.crackle.com/c/the-matrix/the-matrix/2504638
The text was updated successfully, but these errors were encountered: