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

Error: "can't use a string pattern on a bytes-like object" #20

Closed
UiharuKazari2008 opened this issue Sep 15, 2017 · 3 comments
Closed

Comments

@UiharuKazari2008
Copy link

Hi am trying run it but all i get is this

root@Awatsuki:/opt/awatsuki-anidps/anime_dl# python3 main.py -i "http://www.crunchyroll.com/i-cant-understand-what-my-husband-is-saying/episode-13-happy-days-678059" -u "g" -p "g" -r "1080p"
Trying to login...
Logged in successfully...
Seems like this video isn't available...
can't use a string pattern on a bytes-like object

@UiharuKazari2008
Copy link
Author

I belive its getting tripped up here sense it never logs the line after
m3u8_file_link = str(re.search(r'(.*?)', xml_page).group(1)).replace("&", "&")

@Xonshiz
Copy link
Owner

Xonshiz commented Sep 18, 2017

Will check it by the end of this week.

@Xonshiz
Copy link
Owner

Xonshiz commented Sep 20, 2017

Just checked on my end and it's working just fine. It downloaded the same episode and muxed it properly.

Refer to the screenshot :

https://i.imgur.com/WB1Ri5g.png

Closing this, as I couldn't replicate the issue.

@Xonshiz Xonshiz closed this as completed Sep 20, 2017
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