26 lines
792 B
JavaScript
26 lines
792 B
JavaScript
module.exports = {
|
|
'bandcamp.com': {
|
|
_name: 'Bandcamp',
|
|
'.': [
|
|
{
|
|
title: 'Tag',
|
|
docs: 'https://docs.rsshub.app/multimedia.html#bandcamp',
|
|
source: ['/tag/:tag'],
|
|
target: '/bandcamp/tag/:tag',
|
|
},
|
|
{
|
|
title: 'Upcoming Live Streams',
|
|
docs: 'https://docs.rsshub.app/multimedia.html#bandcamp-upcoming-live-streams',
|
|
source: ['/live_schedule'],
|
|
target: '/bandcamp/live',
|
|
},
|
|
{
|
|
title: 'Weekly',
|
|
docs: 'https://docs.rsshub.app/multimedia.html#bandcamp',
|
|
source: ['/'],
|
|
target: '/bandcamp/weekly',
|
|
},
|
|
],
|
|
},
|
|
};
|