Files
RSSHub/lib/v2/ajmide/radar.js
2022-01-22 15:32:49 +00:00

17 lines
460 B
JavaScript

module.exports = {
'ajmide.com': {
_name: '阿基米德FM',
m: [
{
title: '播客',
docs: 'https://docs.rsshub.app/multimedia.html#a-ji-mi-de-fm-bo-ke',
source: ['/m/brand'],
target: (_, url) => {
const id = new URL(url).searchParams.get('id');
return `/ajmide/${id}`;
},
},
],
},
};