You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: