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

Better Parsing of URL parameters #14186

Closed
gimmel opened this issue Sep 12, 2017 · 1 comment
Closed

Better Parsing of URL parameters #14186

gimmel opened this issue Sep 12, 2017 · 1 comment
Labels

Comments

@gimmel
Copy link

@gimmel gimmel commented Sep 12, 2017

URL parameters are parsed in a wrong way sometimes. I experienced this problem with some URLs, for example 3sat and some youtube playlists.

http://www.3sat.de/mediathek/?mode=play&obj=48376
outputs "Unsupported URL: http://www.3sat.de/mediathek/?mode=play"

http://www.3sat.de/mediathek/?obj=48376
works

It seems like the URL is parsed with a (too) simple Regex. The URL parser should get the parameters by name, not by position or order.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.