mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 02:58:08 +08:00
feat(route): instructables projects (#12179)
* add instructables projects * docs * add maintainer.js; correct radar.js * fix doc * fix radar.js * fix maintainer.js * add pubDate * fix teachers category
This commit is contained in:
19
lib/v2/instructables/radar.js
Normal file
19
lib/v2/instructables/radar.js
Normal file
@@ -0,0 +1,19 @@
|
||||
module.exports = {
|
||||
'instructables.com': {
|
||||
_name: 'Instructables',
|
||||
'.': [
|
||||
{
|
||||
title: 'All Projects - Instructables',
|
||||
docs: 'https://docs.rsshub.app/other.html#instructables',
|
||||
source: ['/projects'],
|
||||
target: '/instructables/projects',
|
||||
},
|
||||
{
|
||||
title: 'Projects - Instructables',
|
||||
docs: 'https://docs.rsshub.app/other.html#instructables',
|
||||
source: ['/:category/projects'],
|
||||
target: (params) => `/instructables/projects/${params.category}`,
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user