Files
RSSHub/lib/v2/youku/radar.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

14 lines
319 B
JavaScript

module.exports = {
'youku.com': {
_name: '优酷',
i: [
{
title: '订阅作者',
docs: 'https://docs.rsshub.app/multimedia.html#you-ku',
source: ['/i/:id'],
target: '/youku/channel/:id',
},
],
},
};