-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(stremio): add official stremio seasonal addons to addon list
- Loading branch information
Showing
3 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: Christmas Movies | ||
description: An official Stremio catalogue providing movies fit for Christmas. | ||
keywords: [stremio, addons, addon, official, christmas, install, link] | ||
tags: [stremio-addon, stremio-addon:catalogues, stremio-addon:official] | ||
--- | ||
```mdx-code-block | ||
import StremioAddonButtons from '@site/src/components/StremioAddonButtons'; | ||
<StremioAddonButtons id="christmas-movies" manifest="https://cinemeta-catalogs.strem.io/christmaspopular/manifest.json"/> | ||
``` | ||
|
||
<h3>Description</h3> | ||
|
||
This is an official Stremio catalogue providing movies fit for Christmas. It appears in a pop-up during Christmas. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: Halloween Movies | ||
description: An official Stremio catalogue providing movies fit for Halloween. | ||
keywords: [stremio, addons, addon, official, halloween, install, link] | ||
tags: [stremio-addon, stremio-addon:catalogues, stremio-addon:official] | ||
--- | ||
```mdx-code-block | ||
import StremioAddonButtons from '@site/src/components/StremioAddonButtons'; | ||
<StremioAddonButtons id="halloween-movies" manifest="https://cinemeta-catalogs.strem.io/halloweenpopular/manifest.json"/> | ||
``` | ||
|
||
<h3>Description</h3> | ||
|
||
This is an official Stremio catalogue providing movies fit for Halloween. It appears in a pop-up during Halloween. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters