1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-15 14:06:22 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
Dag
bb7f329e81 fix(instructables): migrate from dom to json api (#3667) 2023-09-13 22:48:37 +02:00
Dag
4f75591060 Reformat codebase v4 (#2872)
Reformat code base to PSR12

Co-authored-by: rssbridge <noreply@github.com>
2022-07-01 15:10:30 +02:00
Dag
9f2f1e526d [Instructables] refactor: conform to PSR2 (#2870) 2022-07-01 02:19:47 +02:00
37cb4091d4 bridges: remove redundant "or returnServerError" after getContents/getSimpleHTMLDom/getSimpleHTMLDomCached (#2398)
When fetching website contents, exceptions already raise on fetching error
2022-01-02 14:36:09 +05:00
60c1339612 [InstructablesBridge] Fix after layout changes 2019-06-27 21:05:50 +02:00
d324aa5da1 [InstructablesBridge] Update available categories 2019-06-27 20:29:21 +02:00
6f24987601 [InstructablesBridge] Fix listCategories() to work with new layout 2019-06-27 20:28:23 +02:00
54fb29d443 [InstructablesBridge] Add support for HTTPS 2019-06-27 20:16:53 +02:00
e0db349a57 bridges: Fix bridges that don't pass the unit test 2019-01-22 18:24:32 +01:00
4facbf32e3 [InstructableBridge] Add new bridge (#724)
This commit adds a new bridge for http://www.instructables.com. This bridge
currently supports fetching content by category (all categories available 200+),
using available filters (featured, recent, popular, views, contest winners).
2018-07-21 15:25:13 +02:00