feat: Add 1cinevood provider

This commit is contained in:
Himanshu
2025-11-23 17:15:40 +05:30
parent 232d3409bc
commit 69d486c155
10 changed files with 447 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
export const catalog = [
{ title: "Latest", filter: "" },
{ title: "Hollywood", filter: "hollywood/" },
];