mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-18 08:01:43 +00:00
Co-authored-by: shaker <your_github_username@users.noreply.github.com> Co-authored-by: himanshu8443 <sangwanhimanshu8443@gmail.com>
21 lines
472 B
TypeScript
21 lines
472 B
TypeScript
export const catalog = [
|
|
{
|
|
title: "Telugu Movies",
|
|
filter: "/category/Telugu-(2025)-Movies.html",
|
|
},
|
|
{
|
|
title: "Tamil Movies",
|
|
filter: "/category/Tamil-(2025)-Movies.html",
|
|
},
|
|
{
|
|
title: "Hollywood Telugu Dubbed",
|
|
filter: "/category/Telugu-Dubbed-Hollywood-Movies-Complete-Set.html",
|
|
},
|
|
{
|
|
title: "Web Series",
|
|
filter: "/category/Telugu-Web-Series.html",
|
|
},
|
|
];
|
|
|
|
export const genres = [];
|
|
|