feat: update Movies4U version to 1.4 and modify catalog titles

fix: handle anti-DDoS checks in meta and posts fetching
fix: improve episode extraction logic in episodes
fix: enhance stream link extraction in stream

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Himanshu
2026-05-03 21:24:04 +05:30
parent 80e687da6b
commit 2ce3c737d1
11 changed files with 309 additions and 83 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
export const catalog = [
{
title: "Trending",
title: "Latest",
filter: "",
},
{
title: "Anime",
filter: "/category/anime/",
title: "Web Series",
filter: "/category/web-series/",
},
];
];