mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #653] [BUG] "Minimal Mode" breaks again with 'Top stories' #418
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#418
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 outTop stories, it is still shown.To Reproduce
Steps to reproduce the behavior:
Deployment Method
runexecutableVersion of Whoogle Search
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
I will also have to block
Twitter >@DUOLabs333 commented on GitHub (Feb 11, 2022):
These results don't show up in
for result in self.main_divs.@DUOLabs333 commented on GitHub (Feb 11, 2022):
Figured it out -- it has to be
for result in self.main_divs.find_all():@DUOLabs333 commented on GitHub (Feb 11, 2022):
May also fix #642