Skip to content
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

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

Closed
TheSybr opened this issue Oct 31, 2017 · 1 comment

Comments

@TheSybr
Copy link

TheSybr commented Oct 31, 2017

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
Copy link
Owner

Xonshiz commented Nov 1, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants