mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-13 00:35:57 +08:00
fix: 龙腾网无内容 (#2054)
This commit is contained in:
@@ -38,7 +38,7 @@ module.exports = async (ctx) => {
|
||||
|
||||
let a = $(target).find('a.rtitle');
|
||||
if (!a || a.length <= 0) {
|
||||
a = $(target).find('div.dtop > a');
|
||||
a = $(target).find('div.li-title > a');
|
||||
}
|
||||
|
||||
for (let i = 0; i < a.length; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user