Files
RSSHub/lib/v2/bad/router.js
Ethan Shen 8e147c70b3 feat(route): add Bad.news (#12547)
* feat(route): add Bad.news

* fix: load lazy images and video posters
2023-05-23 03:40:02 +05:00

4 lines
90 B
JavaScript

module.exports = function (router) {
router.get(/([\w-/]+)?/, require('./index'));
};