fix: update animetsu and movies4u providers

This commit is contained in:
Himanshu
2026-06-19 13:10:37 +05:30
parent 3fedeb8816
commit 695dd89f4e
11 changed files with 300 additions and 178 deletions
+5 -9
View File
@@ -1,23 +1,19 @@
export const catalog = [
{
title: "Popular",
filter:
"/api/anime/search?query=&page=1&perPage=35&year=any&sort=favourites&season=any&format=any&status=any",
filter: "popular",
},
{
title: "Trending",
filter:
"/api/anime/search?query=&page=1&perPage=35&year=any&sort=trending&season=any&format=any&status=any",
filter: "trending",
},
{
title: "Top Rated",
filter:
"/api/anime/search?query=&page=1&perPage=35&year=any&sort=rating&season=any&format=any&status=any",
filter: "top",
},
{
title: "Favourites",
filter:
"/api/anime/search?query=&page=1&perPage=35&year=any&sort=updated&season=any&format=any&status=any",
title: "Seasonal",
filter: "seasonal",
},
];