mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
Add MoviezWap provider and update manifest (#1)
Co-authored-by: shaker <your_github_username@users.noreply.github.com> Co-authored-by: himanshu8443 <sangwanhimanshu8443@gmail.com>
This commit is contained in:
21
providers/moviezwap/catalog.ts
Normal file
21
providers/moviezwap/catalog.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
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 = [];
|
||||
|
||||
Reference in New Issue
Block a user