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

fix search problem. #95

Merged
merged 1 commit into from
Jun 16, 2022
Merged

fix search problem. #95

merged 1 commit into from
Jun 16, 2022

Conversation

la-strole
Copy link
Contributor

Looks like Google changed the tags again. In the file init.py you can replace line 139
result = self.content.find_all("div", id="search")[0].find_all("g-card")
with
result = self.content.find_all("div", id="search")[0].find("div", id="rso").children

https://drive.google.com/file/d/1oRq5BRVEsFBlwpNWmaWdvCbLgniUku6U/view?usp=sharing

@HurinHu HurinHu merged commit e673c8b into Iceloof:dev Jun 16, 2022
HurinHu added a commit that referenced this pull request Jun 16, 2022
* fixed datetime parse None issue

* fix search problem. (#95)

* updated version number

Co-authored-by: Eugene P <la-strole@users.noreply.github.com>
HurinHu added a commit that referenced this pull request Aug 21, 2022
* fixed datetime parse None issue

* fix search problem. (#95)

* updated version number

* fixed google code changes

Co-authored-by: Eugene P <la-strole@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

2 participants