mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-06-19 13:07:44 +00:00
fix: update animetsu and movies4u providers
This commit is contained in:
@@ -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",
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user