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

Search does not urlencode special characters #67

Open
mattbuck85 opened this issue Jul 28, 2014 · 0 comments
Open

Search does not urlencode special characters #67

mattbuck85 opened this issue Jul 28, 2014 · 0 comments

Comments

@mattbuck85
Copy link

Example: Search for R&B and invalid results are returned. It can be fixed by editing YouTubeFeeds.py and changing line 88 to query = urllib.quote_plus(get("search")) . It's currently calling urllib.unquote_plus

Also it seems that searches with ampersands cannot be selected from the search history or deleted from the search history. I do not know what the fix is for this.

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