Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion websites/M/Movix/core/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const SITE_NAME = 'Movix'
export const FALLBACK_SITE_URL = 'https://movix.cash'
export const FALLBACK_SITE_URL = 'https://movix.tax'
export const FALLBACK_LOGO = `${FALLBACK_SITE_URL}/movix512.png`
export const TMDB_API_BASE = 'https://api.themoviedb.org/3'
export const TMDB_IMAGE_BASE = 'https://image.tmdb.org/t/p'
Expand Down
14 changes: 4 additions & 10 deletions websites/M/Movix/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,14 @@
"en": "Movix is a streaming platform for movies, series, anime, and watch parties.",
"fr": "Movix est une plateforme de streaming pour films, series, anime et watch parties."
},
"url": "movix.cash",
"regExp": "^https?[:][/][/]([a-z0-9-]+[.])*movix[.]cash[/]",
"version": "1.0.4",
"url": ["movix.tax", "movix.cash"],
"regExp": "^https?[:][/][/]([a-z0-9-]+[.])*movix[.](cash|tax)[/]",
"version": "1.0.5",
"logo": "https://cdn.rcd.gg/PreMiD/websites/M/Movix/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/M/Movix/assets/thumbnail.png",
"color": "#dc2626",
"category": "videos",
"tags": [
"movies",
"series",
"anime",
"watchparty",
"streaming"
],
"tags": ["movies", "series", "anime", "watchparty", "streaming"],
"allowURLOverrides": true,
"settings": [
{
Expand Down
Loading