[GH-ISSUE #653] [BUG] "Minimal Mode" breaks again with 'Top stories' #418

Closed
opened 2026-02-25 20:35:42 +03:00 by kerem · 3 comments
Owner

Originally created by @DUOLabs333 on GitHub (Feb 11, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/653

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 >

Originally created by @DUOLabs333 on GitHub (Feb 11, 2022). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/653 **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 - [x] `run` executable - [ ] pip/pipx - [ ] Other: [describe setup] **Version of Whoogle Search** - [x] 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 >`
kerem 2026-02-25 20:35:42 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@DUOLabs333 commented on GitHub (Feb 11, 2022):

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

<!-- gh-comment-id:1036302045 --> @DUOLabs333 commented on GitHub (Feb 11, 2022): These results don't show up in `for result in self.main_divs`.
Author
Owner

@DUOLabs333 commented on GitHub (Feb 11, 2022):

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

<!-- gh-comment-id:1036319682 --> @DUOLabs333 commented on GitHub (Feb 11, 2022): Figured it out -- it has to be `for result in self.main_divs.find_all():`
Author
Owner

@DUOLabs333 commented on GitHub (Feb 11, 2022):

May also fix #642

<!-- gh-comment-id:1036320059 --> @DUOLabs333 commented on GitHub (Feb 11, 2022): May also fix #642
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#418
No description provided.