mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 14:40:23 +08:00
14 lines
335 B
JavaScript
14 lines
335 B
JavaScript
module.exports = {
|
|
'pixabay.com': {
|
|
_name: 'Pixabay',
|
|
'.': [
|
|
{
|
|
title: 'Search',
|
|
docs: 'https://docs.rsshub.app/en/picture.html#pixabay',
|
|
source: ['/:searchType/search/:q'],
|
|
target: '/pixabay/search/:q',
|
|
},
|
|
],
|
|
},
|
|
};
|