Xonshiz / anime-dl

Anime-dl is a command-line program to download anime from CrunchyRoll and Funimation.
MIT License
229 stars 37 forks source link

Seems like this video isn't available... cannot use a string pattern on a bytes-like object #27

Closed TheSybr closed 6 years ago

TheSybr commented 6 years ago

Command Line Arguments You Gave : python3.6 main.py -i "http://www.crunchyroll.com/dragon-ball-super/episode-1-the-peace-reward-who-will-get-the-100-million-zeni-723163" -u "xxxxx" -p "xxxxx" -r "1080p" -l "sub" -v

Verbose Log Link : https://pastebin.com/iS9tK27k

Long Explanation : Been trying this with multiple anime and with/without the language argument. Can't seem to get it to work at all with any anime on the site. Read the debugging log, seems like it isn't able to grab the video file for some reason.

Xonshiz commented 6 years ago

Hey! If you're using Python 3.6, this won't work. It has some internal problems while working with 3.6. I've tried with python 3.5, it works on that.

And, you don't have to specify the "-l" option, specially for a single video. Get Python 3.5 or 2.7 and run :

python3.5 main.py -i "http://www.crunchyroll.com/dragon-ball-super/episode-1-the-peace-reward-who-will-get-the-100-million-zeni-723163" -u "xxxxx" -p "xxxxx" -r "1080p

EDIT : For some reason Github is omitting "Dunder" from this text.