mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 15:41:45 +00:00
fix: update filters in catalog and meta files; adjust post title extraction logic
feat: increment version in manifest.json to 2.1
This commit is contained in:
@@ -124,7 +124,10 @@ async function posts(
|
||||
?.replace("Download", "")
|
||||
?.match(/^(.*?)\s*\((\d{4})\)|^(.*?)\s*\((Season \d+)\)/)?.[0] ||
|
||||
$(element)?.find("a")?.attr("title")?.replace("Download", "") ||
|
||||
$(element)?.find(".post-title").text()?.replace("Download", "") ||
|
||||
$(element)
|
||||
?.find(".post-title,.poster-title")
|
||||
.text()
|
||||
?.replace("Download", "") ||
|
||||
""
|
||||
).trim(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user