[PR #268] [MERGED] View image functionality #827

Closed
opened 2026-02-25 20:36:50 +03:00 by kerem · 0 comments
Owner

📋 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: developHead: develop


📝 Commits (10+)

  • 41a5ea4 add view image option
  • 9bc30d6 Merge branch 'develop' into develop
  • a97bbc5 Merge branch 'develop' into develop
  • ba296f0 prevent whoogle links from opening in a new tab.
  • 244736e revert commit not related to the issue already opened
  • 68d5cf3 remove writing soup to a file
  • 50a93a8 Merge branch 'develop' into develop
  • 7c75597 remove view image template on mobile requests
  • 4407202 fix missing parser
  • 42cdc91 change 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.

## 📋 Pull Request Information **Original PR:** https://github.com/benbusby/whoogle-search/pull/268 **Author:** [@jacr13](https://github.com/jacr13) **Created:** 4/6/2021 **Status:** ✅ Merged **Merged:** 4/16/2021 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`41a5ea4`](https://github.com/benbusby/whoogle-search/commit/41a5ea43fc2033db937f981e78300931f48a911d) add view image option - [`9bc30d6`](https://github.com/benbusby/whoogle-search/commit/9bc30d69f6e6c3f23a209a481c33d75a89e93f45) Merge branch 'develop' into develop - [`a97bbc5`](https://github.com/benbusby/whoogle-search/commit/a97bbc54755f188716e3cca852f25dd041907c47) Merge branch 'develop' into develop - [`ba296f0`](https://github.com/benbusby/whoogle-search/commit/ba296f056a2fc264eb3e6f52a813d553750bb105) prevent whoogle links from opening in a new tab. - [`244736e`](https://github.com/benbusby/whoogle-search/commit/244736e98a55408e88cf262f615b5d9705397b4c) revert commit not related to the issue already opened - [`68d5cf3`](https://github.com/benbusby/whoogle-search/commit/68d5cf398617e5fc05400d110d4a055e4f6cfcbd) remove writing soup to a file - [`50a93a8`](https://github.com/benbusby/whoogle-search/commit/50a93a8e0b6f7051eb3b8b5190d74782b4e37f76) Merge branch 'develop' into develop - [`7c75597`](https://github.com/benbusby/whoogle-search/commit/7c7559756c6b65416d45eb6498da94a4030e5b8a) remove view image template on mobile requests - [`4407202`](https://github.com/benbusby/whoogle-search/commit/4407202e4b94469df4538b83f331b86927618fd5) fix missing parser - [`42cdc91`](https://github.com/benbusby/whoogle-search/commit/42cdc91d980d8127beaa57460c554bfa9615c114) change loop values to be more robust to the number of images ### 📊 Changes **9 files changed** (+229 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Adds the view image functionality using mobile user agent to get real image URLs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:36:50 +03:00
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#827
No description provided.