Files
RSSHub/lib/v2/sohu/radar.js
Fatpandac 43f1d1813d fix(route): sohu_mp can not get author's link and refactor to V2 (#9311)
* fix(route): sohu_mp can not get author's link and refactor to V2

* fix: pubDate

* fix: remove unused timezone

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-03-13 21:11:12 +08:00

14 lines
349 B
JavaScript

module.exports = {
'sohu.com': {
_name: '搜狐',
'.': [
{
title: '搜狐号',
docs: 'https://docs.rsshub.app/new-media.html#sou-hu-hao',
source: ['/a/:id'],
target: (params) => `/sohu/mp/${params.id.split('_')[1]}`,
},
],
},
};