Skip to content

Conversation

christianp
Copy link

The code to pull out the next page URL from the Link header converted the text to lowercase, leading to returning an incorrect URL when the original used uppercase characters.

This changes the regex to use the re.IGNORECASE flag instead of converting the string to lowercase.

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.

1 participant