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

_genre is empty, even if film page provide Genre #6

Open
dominix opened this issue Mar 20, 2019 · 0 comments
Open

_genre is empty, even if film page provide Genre #6

dominix opened this issue Mar 20, 2019 · 0 comments

Comments

@dominix
Copy link

dominix commented Mar 20, 2019

in line 891 of Film.pm I got
last unless $tag->[1]{href} =~ m!/genre/!i;
were what works is :
last unless $tag->[1]{href} =~ m!genre!i;

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

1 participant