-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
[Crunchyroll] Title extractor broken #21291
Comments
Can confirm I'm having the same issue with all playlists. Thank you @WhiteRabbit56 for the quick fix! |
Sorry for my ignorance, but is there an easy way for me to make this fix in Windows before the official fix is released? I only have my .exe. :\ |
@dstftw Is the PR from dunn good enough to merge? Can confirm I'm having the same issue on the windows version. |
This still isn't working for me. Was the fix not included in the latest update? (Windows) |
Not included. |
Checklist
Verbose log
Description
Crunchyroll has updated their website, breaking the name regex.
Changing the regex on line 665 of extractor/crunchyroll.py resolves the issue.
r'(?s)<h1[^>]*>\s*<span itemprop="name">(.*?)</span>'
to
r'(?s)<meta content="(.*?)" itemprop="name">'
The text was updated successfully, but these errors were encountered: