This commit is contained in:
himanshu8443
2025-06-30 12:11:42 +05:30
parent 305e3d2552
commit b1bbb4f8b5
5 changed files with 266 additions and 0 deletions

22
dist/moviezwap/catalog.js vendored Normal file
View File

@@ -0,0 +1,22 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.genres = exports.catalog = void 0;
exports.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",
},
];
exports.genres = [];