Files
RSSHub/lib/v2/youku/router.js
Fatpandac e436c5d270 fix(route): fix youku/channel route is empty and refactor to V2 (#9002)
* Fix(route): fix route is empty and change to V2

* Fix(route): change HTTP to HTTPS
2022-02-06 19:33:32 +08:00

4 lines
109 B
JavaScript

module.exports = function (router) {
router.get('/channel/:channelId/:embed?', require('./channel'));
};