We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting 200 None and empty response after invoking a search
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): youtube.com:443 DEBUG:urllib3.connectionpool:https://youtube.com:443 "GET /results?search_query=tuvan%20throat%20singing&pbj=1 HTTP/1.1" 301 0 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): www.youtube.com:443 DEBUG:urllib3.connectionpool:https://www.youtube.com:443 "GET /results?search_query=tuvan%20throat%20singing&pbj=1 HTTP/1.1" 200 None {"videos": []}
youtube-search module is updated to 1.0.0
The text was updated successfully, but these errors were encountered:
Try the new 1.1.0 release, it should remove the errors that come from missing fields. Let me know if that works!
Sorry, something went wrong.
its working now, thanks
No branches or pull requests
Getting 200 None and empty response after invoking a search
youtube-search module is updated to 1.0.0
The text was updated successfully, but these errors were encountered: