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:
Himanshu
2026-02-23 22:13:29 +05:30
parent 1dc01890c8
commit 913239459c
7 changed files with 26 additions and 38 deletions

View File

@@ -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(),