[PR #26] [CLOSED] Remove broken feed links; add link-checker and reports #24

Closed
opened 2026-04-15 10:08:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plenaryapp/awesome-rss-feeds/pull/26
Author: @alatralanahitrnahi
Created: 12/14/2025
Status: Closed

Base: masterHead: fix/remove-broken-links


📝 Commits (2)

  • 52bb7ad Remove broken feed links; add link-checker, removal scripts, backups, and reports
  • d558815 Add feed categorization script and CSV (reports/feeds_with_categories.csv)

📊 Changes

228 files changed (+18151 additions, -367 deletions)

View changed files

backups/countries/with_category/Australia.opml (+27 -0)
backups/countries/with_category/Bangladesh.opml (+19 -0)
backups/countries/with_category/Brazil.opml (+18 -0)
backups/countries/with_category/Canada.opml (+21 -0)
backups/countries/with_category/Germany.opml (+16 -0)
backups/countries/with_category/Hong Kong SAR China.opml (+16 -0)
backups/countries/with_category/India.opml (+47 -0)
backups/countries/with_category/Indonesia.opml (+15 -0)
backups/countries/with_category/Iran.opml (+18 -0)
backups/countries/with_category/Italy.opml (+24 -0)
backups/countries/with_category/Japan.opml (+19 -0)
backups/countries/with_category/Mexico.opml (+26 -0)
backups/countries/with_category/Myanmar (Burma).opml (+14 -0)
backups/countries/with_category/Nigeria.opml (+21 -0)
backups/countries/with_category/Philippines.opml (+31 -0)
backups/countries/with_category/Russia.opml (+24 -0)
backups/countries/with_category/South Africa.opml (+22 -0)
backups/countries/with_category/Spain.opml (+20 -0)
backups/countries/with_category/Ukraine.opml (+23 -0)
backups/countries/with_category/United States.opml (+21 -0)

...and 80 more files

📄 Description

This PR removes feed links that the automated link-checker identified as broken, adds the checker and removal scripts, backups, and generated reports (reports/removed_links_all.md). All removals are backed up in the backups/ directory. The link-checker and removal scripts are in scripts/, and requirements.txt lists dependencies.\n\nAfter cleanup, the link checker reports 0 broken links.\n\nIf you'd prefer a different policy (e.g., keep rate-limited Reddit feeds), I can narrow removals or open a follow-up PR.


🔄 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/plenaryapp/awesome-rss-feeds/pull/26 **Author:** [@alatralanahitrnahi](https://github.com/alatralanahitrnahi) **Created:** 12/14/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix/remove-broken-links` --- ### 📝 Commits (2) - [`52bb7ad`](https://github.com/plenaryapp/awesome-rss-feeds/commit/52bb7ad091fbf7c750007709bb8fec0b7dbdeb2e) Remove broken feed links; add link-checker, removal scripts, backups, and reports - [`d558815`](https://github.com/plenaryapp/awesome-rss-feeds/commit/d558815ddeeb30bfd34a57234019c8cda2d45277) Add feed categorization script and CSV (reports/feeds_with_categories.csv) ### 📊 Changes **228 files changed** (+18151 additions, -367 deletions) <details> <summary>View changed files</summary> ➕ `backups/countries/with_category/Australia.opml` (+27 -0) ➕ `backups/countries/with_category/Bangladesh.opml` (+19 -0) ➕ `backups/countries/with_category/Brazil.opml` (+18 -0) ➕ `backups/countries/with_category/Canada.opml` (+21 -0) ➕ `backups/countries/with_category/Germany.opml` (+16 -0) ➕ `backups/countries/with_category/Hong Kong SAR China.opml` (+16 -0) ➕ `backups/countries/with_category/India.opml` (+47 -0) ➕ `backups/countries/with_category/Indonesia.opml` (+15 -0) ➕ `backups/countries/with_category/Iran.opml` (+18 -0) ➕ `backups/countries/with_category/Italy.opml` (+24 -0) ➕ `backups/countries/with_category/Japan.opml` (+19 -0) ➕ `backups/countries/with_category/Mexico.opml` (+26 -0) ➕ `backups/countries/with_category/Myanmar (Burma).opml` (+14 -0) ➕ `backups/countries/with_category/Nigeria.opml` (+21 -0) ➕ `backups/countries/with_category/Philippines.opml` (+31 -0) ➕ `backups/countries/with_category/Russia.opml` (+24 -0) ➕ `backups/countries/with_category/South Africa.opml` (+22 -0) ➕ `backups/countries/with_category/Spain.opml` (+20 -0) ➕ `backups/countries/with_category/Ukraine.opml` (+23 -0) ➕ `backups/countries/with_category/United States.opml` (+21 -0) _...and 80 more files_ </details> ### 📄 Description This PR removes feed links that the automated link-checker identified as broken, adds the checker and removal scripts, backups, and generated reports (reports/removed_links_all.md). All removals are backed up in the backups/ directory. The link-checker and removal scripts are in scripts/, and requirements.txt lists dependencies.\n\nAfter cleanup, the link checker reports 0 broken links.\n\nIf you'd prefer a different policy (e.g., keep rate-limited Reddit feeds), I can narrow removals or open a follow-up PR. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 10:08:19 -05:00
GiteaMirror changed title from [PR #26] Remove broken feed links; add link-checker and reports to [PR #26] [CLOSED] Remove broken feed links; add link-checker and reports 2026-05-11 15:01:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-rss-feeds#24