Files
RSSHub/lib/v2/pixabay/radar.js
2023-02-26 01:51:56 +08:00

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',
},
],
},
};