mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-06-02 21:48:14 +00:00
2ce3c737d1
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>
11 lines
155 B
TypeScript
11 lines
155 B
TypeScript
export const catalog = [
|
|
{
|
|
title: "Latest",
|
|
filter: "",
|
|
},
|
|
{
|
|
title: "Web Series",
|
|
filter: "/category/web-series/",
|
|
},
|
|
];
|