mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[PR #268] [MERGED] View image functionality #827
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#827
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?
📋 Pull Request Information
Original PR: https://github.com/benbusby/whoogle-search/pull/268
Author: @jacr13
Created: 4/6/2021
Status: ✅ Merged
Merged: 4/16/2021
Merged by: @benbusby
Base:
develop← Head:develop📝 Commits (10+)
41a5ea4add view image option9bc30d6Merge branch 'develop' into developa97bbc5Merge branch 'develop' into developba296f0prevent whoogle links from opening in a new tab.244736erevert commit not related to the issue already opened68d5cf3remove writing soup to a file50a93a8Merge branch 'develop' into develop7c75597remove view image template on mobile requests4407202fix missing parser42cdc91change loop values to be more robust to the number of images📊 Changes
9 files changed (+229 additions, -15 deletions)
View changed files
📝
README.md(+14 -12)📝
app.json(+5 -0)📝
app/filter.py(+62 -0)📝
app/models/config.py(+2 -0)📝
app/request.py(+10 -2)➕
app/templates/imageresults.html(+116 -0)📝
app/templates/index.html(+6 -0)📝
app/utils/search.py(+13 -1)📝
whoogle.env(+1 -0)📄 Description
Adds the view image functionality using mobile user agent to get real image URLs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.