diff --git a/src/lib/downstream.ts b/src/lib/downstream.ts index fbb70fa..4bf5551 100644 --- a/src/lib/downstream.ts +++ b/src/lib/downstream.ts @@ -328,6 +328,10 @@ async function handleSpecialSourceDetail( const coverMatch = html.match(/(https?:\/\/[^"'\s]+?\.jpg)/g); const coverUrl = coverMatch ? coverMatch[0].trim() : ''; + // 提取年份 + const yearMatch = html.match(/>(\d{4})