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

Fix range() page numbers for Python3 & prevent long cache file names #69

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

chk1
Copy link

@chk1 chk1 commented Oct 28, 2018

This should fix issue #67

In Python 3 a range() is not converted to a list by default which breaks the _flatten function used for flattening the list of page numbers

I prevented long cache file names by md5-hashing the list of page numbers

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

Successfully merging this pull request may close these issues.

None yet

1 participant