Skip to content

Commit

Permalink
feat: add radar rule for bilibili/bangumi (#4072)
Browse files Browse the repository at this point in the history
  • Loading branch information
junfengP committed Feb 24, 2020
1 parent f318aa3 commit b443272
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/radar-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
return `/bilibili/video/danmaku/${params.aid.replace('av', '')}/${pid ? pid : 1}`;
},
},
{
title: '番剧',
docs: 'https://docs.rsshub.app/social-media.html#bilibili',
source: '/bangumi/media/:bid',
target: (params) => `/bilibili/bangumi/media/${params.bid.replace('md', '')}`,
},
],
space: [
{
Expand Down

0 comments on commit b443272

Please sign in to comment.