chore: add referral
This commit is contained in:
parent
6d5870ccb2
commit
a5e429fea3
2 changed files with 11 additions and 0 deletions
|
|
@ -6,6 +6,10 @@
|
|||
|
||||
[Stremio](https://www.stremio.com/) add-on which provides HTTP URLs from streaming websites.
|
||||
|
||||
HTTP streams have limitations.
|
||||
For a better experience, I'd advise using a Debrid service and WebStreamr as fallback.
|
||||
[TorBox](https://torbox.app/subscription?referral=f22eb00d-27ce-4e20-85fc-68da3d018b99) is working very well.
|
||||
|
||||
## Public instance
|
||||
|
||||
A public instance is available at https://webstreamr.hayd.uk. Hosting infrastructure for this instance is donated by [ElfHosted](https://elfhosted.com), and independently maintained by [Hayduk](https://hayd.uk).
|
||||
|
|
|
|||
|
|
@ -280,6 +280,13 @@ export function landingTemplate(manifest: CustomManifest) {
|
|||
|
||||
<div class="separator"></div>
|
||||
|
||||
<p>
|
||||
Note: HTTP streams have limitations. For a better experience, I'd advise using a Debrid service and WebStreamr as fallback.
|
||||
<a href="https://torbox.app/subscription?referral=f22eb00d-27ce-4e20-85fc-68da3d018b99" target="_blank"><strong>TorBox</strong></a> is working very well.
|
||||
</p>
|
||||
|
||||
<div class="separator"></div>
|
||||
|
||||
<h3 class="gives">This addon has more :</h3>
|
||||
<ul>
|
||||
${stylizedTypes.map(t => `<li>${t}</li>`).join('')}
|
||||
|
|
|
|||
Loading…
Reference in a new issue