mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
feat: update catalog titles and enhance stream functionality with quality and subtitle support
This commit is contained in:
@@ -16,8 +16,8 @@ export const getPosts = async function ({
|
||||
const baseUrl = "https://backend.animetsu.to";
|
||||
|
||||
// Parse filter to modify page parameter
|
||||
const url = new URL(baseUrl + filter);
|
||||
url.searchParams.set("page", page.toString());
|
||||
const url = baseUrl + filter + "&page=" + page.toString();
|
||||
console.log("animetsuGetPosts url", url);
|
||||
|
||||
return posts({ url: url.toString(), signal, axios });
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user