googler icon indicating copy to clipboard operation
googler copied to clipboard

Video-specific search not working

Open jarun opened this issue 3 years ago • 0 comments

Video search has stopped working:

$ googler -V hello -d
[DEBUG] googler version 4.3.2
[DEBUG] Python version 3.9.5
[DEBUG] Platform: Linux-5.11.0-40-generic-x86_64-with-glibc2.33
[DEBUG] Connecting to new host www.google.com
[DEBUG] Opened socket to 142.250.67.36:443
[DEBUG] new_connection completed in 0.097s
[DEBUG] Fetching URL /search?ie=UTF-8&oe=UTF-8&q=hello&sei=YnmAPb4tR_qHZ+ZzAXrLvw&tbm=vid
[DEBUG] Cookie: 1P_JAR=2021-11-20-05
[DEBUG] fetch_page completed in 1.333s
[DEBUG] Response body written to '/tmp/googler-response-p0d8r3gp.html'.
[DEBUG] parse completed in 0.098s
No results.
[DEBUG] Fetching https://raw.githubusercontent.com/jarun/googler/master/info.json for project status...
If you believe this is a bug, please review https://git.io/googler-no-results before submitting a bug report.
googler (? for help)

Attached the html response. @zmwangx can you please have a look? Doesn't look like we do anything special in the parser for videos today. So the format might have changed.

googler-response-p0d8r3gp.zip

jarun avatar Nov 20 '21 05:11 jarun