[PR #90] [MERGED] Updated Link scraper to avoid NoneType error. #3199

Closed
opened 2026-02-22 18:33:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/90
Author: @AntonioCiolino
Created: 6/19/2023
Status: Merged
Merged: 6/19/2023
Merged by: @timothycarambat

Base: masterHead: master


📝 Commits (5)

📊 Changes

2 files changed (+9 additions, -7 deletions)

View changed files

📝 .gitignore (+1 -1)
📝 collector/scripts/link.py (+8 -6)

📄 Description

When scraping, a href can sometime return a bad body value.


🔄 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/Mintplex-Labs/anything-llm/pull/90 **Author:** [@AntonioCiolino](https://github.com/AntonioCiolino) **Created:** 6/19/2023 **Status:** ✅ Merged **Merged:** 6/19/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`8406c09`](https://github.com/Mintplex-Labs/anything-llm/commit/8406c09a948853dd37081fc3e2615f6fffcec521) Enable web scraping based on a urtl and a simple filter. - [`9f158d5`](https://github.com/Mintplex-Labs/anything-llm/commit/9f158d5ff0963c848d08d7c81b1a7069583283d4) Merge branch 'Mintplex-Labs:master' into master - [`b262198`](https://github.com/Mintplex-Labs/anything-llm/commit/b262198d5327de23db6d8396ae19d0dd75b337b3) ignore yarn - [`de54bc7`](https://github.com/Mintplex-Labs/anything-llm/commit/de54bc7d623272c754dc0c790ac1af7f377cd04a) Merge branch 'master' of https://github.com/AntonioCiolino/anything-llm - [`b3e35c8`](https://github.com/Mintplex-Labs/anything-llm/commit/b3e35c8cd236a7635c1ee41899ed34167f3ffe8c) Updated Link scraper to avoid NoneType error. ### 📊 Changes **2 files changed** (+9 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -1) 📝 `collector/scripts/link.py` (+8 -6) </details> ### 📄 Description When scraping, a href can sometime return a bad body value. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:15 -05:00
yindo closed this issue 2026-02-22 18:33:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3199