RSS-Bridge / rss-bridge

The RSS feed for websites missing it
https://rss-bridge.org/bridge01/
The Unlicense
7.03k stars 1.02k forks source link

Laser Cutting (Recent) - Instructables Bridge failed with error 404 #3241

Open TSASStallings opened 1 year ago

TSASStallings commented 1 year ago
HttpException: https://www.instructables.com/workshop/laser-cutting/projects/recent/ resulted in `404 Not Found` in lib/contents.php line 194

index.php(7): RssBridge->main()
lib/RssBridge.php(15): RssBridge->run()
lib/RssBridge.php(88): DisplayAction->execute()
actions/DisplayAction.php(136): InstructablesBridge->collectData()
bridges/InstructablesBridge.php(243): getSimpleHTMLDOM()
lib/contents.php(370): getContents()
lib/contents.php(194)

Query string: action=display&bridge=InstructablesBridge&context=Category&category=%2Fworkshop%2Flaser-cutting%2Fprojects%2F&filter=recent%2F&format=Atom
Version: dev.2022-06-14 (git.master.c97e192)
Os: Linux
PHP version: 7.4.33
redtif commented 1 year ago

Same here for electronics:

Bridge returned error 404! (19402) Tuesday, February 14, 2023 6:20:57 PM

Electronics (Recent) - Instructables Bridge was unable to receive or process the remote website's content! Error message: 404 Not Found Query string: action=display&bridge=Instructables&context=Category&category=%2Fcircuits%2Felectronics%2Fprojects%2F&filter=recent%2F&format=Atom Version: dev.2022-06-14_

It seems, they have changed their URI. New one looks like:

https://www.instructables.com/circuits/electronics/projects?sort=Newest&projects=all

Can this be fixed??

Rgds redtif

Bockiii commented 1 year ago

Instructables changed their whole site, so it will need a complete rewrite.

I dont know if @LogMANOriginal is interested in doing the rewrite since its his bridge.