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.
CrunchyRoll Download says preview of video #17116
Comments
|
E:\FuniNow-DL>bin\youtube-dl -v -u ******* -p ******** -f "[height <=? 1080]" --sub-lang enUS --sub-format "ass" --write-sub "http://www.crunchyroll.com/phantom-in-the-twilight/episode-4-important-friends-775039" I am able to log into CrunchyRoll and view the video on site. Just not able to download it. |
|
possible duplicate #17115 (Probably crunchroll disable RCP - Login) |
|
The weird thing is that it worked earlier this morning. |
|
Same problem. So there's a solution? |
|
I have different error, but I'm think it is similar cuse:
Original login procedure only make request to RCP-login-page, and don't check is login was OK I can't get your error, but:
|
|
I have this by running the command with your fix:
|
|
@RGFRv2 it look you don't have this: https://github.com/bato3/youtube-dl/blob/crunchroll2/youtube_dl/extractor/common.py#L2821-L2877 I get fresh copy, and this work for me. (Sometimes on second run - I don't know why sometimes on get token crunchy returns second challegne) |
|
@bato3 This modification will be added in a new version of Youtube-DL? It is necessary to clone the branch "crunchroll2" of the git of bato3 https://github.com/bato3/youtube-dl/tree/crunchroll2 Here is the command : git clone -b crunchroll2 --single-branch https://github.com/bato3/youtube-dl.git
|
|
@Rikku1990 Just install python, and downoad repo: https://github.com/bato3/youtube-dl/archive/crunchroll2.zip (no @RGFRv2 IDK when, but code need some refactoring - so not so fast. Especially, I'm just learning python. So every hint is indicated btw - for better experience add |
|
For now I'll go through an alias and we'll see later. Thanks again ! |
I don't know how to do, but I would like to see how should this be do. (My Python experience is about 2 weeks)
on MIT License: https://github.com/Anorov/cloudflare-scrape/blob/master/LICENSE
|
|
When will the fix be applied to the new version? Just wondering... Thanks |
|
@RGFRv2 Hello could you provide a windows binary, or explain how to compile or run your scripts on windows. I have python installed, but when i do "python setup.py" it just errors out with
|
|
@dystopia2017 this file is in ./devscripts/ they use https://github.com/rg3/youtube-dl/blob/master/devscripts/buildserver.py but I don't know details (only |
|
It's working again after CrunchyRolls Website restart this morning. |
|
I'm curious how long it will work. |
|
I updated to latest windows veriosn 2018.08.04 and now i get this message :
|
|
Same problem as @leprasson. That's when manually specifying the user agent and cookies.txt. Can still download with streamlink but no way to get subtitles that way. anime-dl seems to work fine, though. |
|
Same problem here. PS. If you are in hurry Xonshiz anime-dl is working right now... Since it's open source too I'm sure youtube-dl will be fixed too soon. |
|
Current error I'm getting now: [debug] System config: [] |
|
@kseniasolo yes, it works for me in Windows, but adding --cookies cookies.txt (previously downloaded) |
|
@N0197exe I know how to use cookies... but how do you convert that string Can someone from the development team implement kseniasolo fix (if it make sense)? |
|
For my: It gave me cloudflare anti boot test on login page. |
|
I tried with --cookies and user-agent and even -u PRIVATE -p PRIVATE: |
|
@federicorosso1993.
then go to the download path, in my case it is: "C:\Users\Lenovo\Downloads\youtube-dl-crunchroll2\youtube_dl" there you will find "main.py" (will have underscores) I go to the location with the cmd and do the following example:
|
|
@N0197exe Ah ok, thank you. |
|
@federicorosso1993 Today I'm thinking about:
And you can create bath file like: cd c:/youtube_dl && python -m youtube_dl %*linux cd ~/youtube_dl && python -m youtube_dl "$@"The biggest difference is the need to use |
|
Thanks for the help. The PYthon script is working as: E:\youtube-dl-crunchroll2\youtube_dl_main_.py -v -u PRIVATE -p PRIVATE -f "[height <=? 1080]" --sub-lang enUS --sub-format "ass" --write-sub "%1" This is a batch file that is run from another folder where the encodes are muxed together |
|
@bato3 I tried your fix but I got this output instead.
|
|
@freddiaN strange. This error is raised after solving cloudflare challenge. Please add And do you have installed |
|
I can reproduce the above error with Python 3.7 too. It seems that reading |
|
I can't reproduce. I always have some HTML in response. @puxlit You talk about first And can you store cookies by |
|
Yes, Your patch works fine on Python 2(.7.15) though; not sure about other versions of Python 3. |
|
Okay, it would seem that |
|
Not that I have anything to add to the discussion, but I also encounter this error with the most recent version of youtube-dl. |
|
@puxlit Can you fix it, will you report it as a new issue? |
|
Still nothing changed |
|
As a workaround, I've logged in using my web browser, then saved the cookies into a text file. You can then use said cookies to "stay" logged in when you run your command on youtube-dl. |
|
Ok now I know what the main problem is. Right now, for my personal UI, I'm using a double download line: Of course right now the first line always fail, in the future, if the log in will be fixed, it will download the episode two times (so it's not ideal at all)... That's why I ask you if you can fix and keep in mind that "I should be able to use both method at the same time to log in" |
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.07.29. 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 ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Note that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.
Description of your issue, suggested solution and other information
Explanation of your issue in arbitrary form goes here. Please make sure the description is worded well enough to be understood. Provide as much context and examples as possible.
If work on your issue requires account credentials please provide them or explain how one can obtain them.