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

[BUG] "Minimal Mode" breaks again with 'Top stories' #653

Closed
2 of 8 tasks
DUOLabs333 opened this issue Feb 11, 2022 · 3 comments · Fixed by #654
Closed
2 of 8 tasks

[BUG] "Minimal Mode" breaks again with 'Top stories' #653

DUOLabs333 opened this issue Feb 11, 2022 · 3 comments · Fixed by #654
Labels
bug Something isn't working

Comments

@DUOLabs333
Copy link
Contributor

Describe the bug
Even though in filter.py, I filter out Top stories, it is still shown.

To Reproduce
Steps to reproduce the behavior:

  1. Search for 'google'
  2. See error

Deployment Method

  • Heroku (one-click deploy)
  • Docker
  • run executable
  • pip/pipx
  • Other: [describe setup]

Version of Whoogle Search

  • Latest build from [source] (i.e. GitHub, Docker Hub, pip, etc)
  • Version [version number]
  • Not sure

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
I will also have to block Twitter >

@DUOLabs333 DUOLabs333 added the bug Something isn't working label Feb 11, 2022
@DUOLabs333
Copy link
Contributor Author

DUOLabs333 commented Feb 11, 2022

These results don't show up in for result in self.main_divs.

@DUOLabs333
Copy link
Contributor Author

Figured it out -- it has to be for result in self.main_divs.find_all():

@DUOLabs333
Copy link
Contributor Author

May also fix #642

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant