r33int / crunchyrollDownloader

Bash script to download anime videos from Crunchyroll. Powered by youtube-dl.
7 stars 1 forks source link

Can not download any anime in 1080, even if my account is premium. #1

Closed ilukasschneider closed 6 years ago

ilukasschneider commented 6 years ago

Screens:

screen shot 2018-03-30 at 17 30 10 screen shot 2018-03-30 at 17 31 06

skid9000 commented 6 years ago

Are you sure that your cookies.txt is valid ? When youtube-dl stop at 480p, generally, it means that or the account is not premium or that the cookies.txt is invalid.

If you are not sure how to make your cookies.txt properly, you can try this https://github.com/skid9000/CrunchyrollAuth

r33int commented 6 years ago

Hi, is your problem solved?

ilukasschneider commented 6 years ago

Sry for answering so late...

It actually did fix my problem, thank you!

Nevertheless I wanted to ask if there will be some kind of merging of the subs and the .mp4 in the future? The download of a whole series with a link like: "http://www.crunchyroll.com/naruto" would also be a great feature to have.

r33int commented 6 years ago

I will see if I can add this, but, as far as I know, it will need to convert the video from MP4 to MKV, so encoding will be necessary, which may take a while for the end user. However, I think I can still implement it as a choice.

About downloading the whole series, you can! Input the series's URL and it should download all episodes! I will add a notice about that.

By the way, I am completely rewriting the script right now, stay tuned! 😉