Files
RSSHub/lib/v2/thepaper/maintainer.js
Felix Hsu fe50f9cb18 fix(route): thepaper changes its site to nextjs based backend, so change the feeder (#10850)
* fix(route) thepaper now use nextjs as backend

* Id to Name for channel and list

* summary ok

* determine the detail by null check instead of type check

* list_url for better reading

* add failback of thumbnail

* fix video article

* add list for thepaper

* add list for thepaper

* del the dup line

* small fix and optimize

* add maintainer
2022-09-21 22:53:50 +08:00

9 lines
270 B
JavaScript

module.exports = {
'/839studio/:id': ['umm233'],
'/839studio': ['umm233'],
'/channel/:id': ['xyqfer', 'nczitzk', 'bigfei'],
'/featured': ['HenryQW', 'nczitzk', 'bigfei'],
'/factpaper/:status?': ['nczitzk'],
'/list/:id': ['nczitzk', 'bigfei'],
};