mirror of
https://github.com/recloudstream/website.git
synced 2024-08-15 03:18:45 +00:00
guide fixes
This commit is contained in:
parent
79ba004a29
commit
8ac6621e59
3 changed files with 21 additions and 9 deletions
|
@ -6,14 +6,21 @@ order: 7
|
||||||
|
|
||||||
⚠ The Stremio extension is still experimental. Don't expect a stremio like experience. Most of the public stremio sources are torrent based but cloudstream doesn't support torrent stream. So, none of the popular sources will work here. The below trakt example is link only and it will not play any video. Also, this trakt doesn't sync anything.
|
⚠ The Stremio extension is still experimental. Don't expect a stremio like experience. Most of the public stremio sources are torrent based but cloudstream doesn't support torrent stream. So, none of the popular sources will work here. The below trakt example is link only and it will not play any video. Also, this trakt doesn't sync anything.
|
||||||
|
|
||||||
1. Install the stremio extension from english repo.
|
1) Install the stremio extension from english repo.
|
||||||
2. Go to this site https://2ecbbd610840-trakt.baby-beamup.club/configure
|
|
||||||
3. Add the lists you want to see in the home section.
|
2) Go to <a href="https://2ecbbd610840-trakt.baby-beamup.club/configure" target="_blank">this site</a>
|
||||||
4. Click install
|
|
||||||
5. Copy the link address of the install button that appears again
|
3) Add the lists you want to see in the home section.
|
||||||
6. Clone the stremio addon with the link you just pasted
|
|
||||||
7. At the start of the link, replace stremio:// with https:// and remove manifest.json from the end of the link
|
4) Click install
|
||||||
|
|
||||||
|
5) Copy the link address of the install button that appears again
|
||||||
|
|
||||||
|
6) Clone the stremio addon with the link you just pasted
|
||||||
|
|
||||||
|
7) At the start of the link, replace `stremio://` with `https://` and remove `manifest.json` from the end of the link
|
||||||
|
|
||||||
|
|
||||||
## Video guide
|
## Video guide
|
||||||
|
|
||||||
<video src="https://streamable.com/wbrlnp" controls>
|
<div style="width: 100%; height: 0px; position: relative; padding-bottom: 56.250%;"><iframe src="https://streamable.com/e/wbrlnp" frameborder="0" width="100%" height="100%" allowfullscreen style="width: 100%; height: 100%; position: absolute;"></iframe></div>
|
|
@ -22,3 +22,8 @@ If you're not in a supported country, change your PC region setting to United St
|
||||||
![image](https://user-images.githubusercontent.com/57977673/194704070-b83185bd-d3d8-4d88-aa67-871a9feaf189.png)
|
![image](https://user-images.githubusercontent.com/57977673/194704070-b83185bd-d3d8-4d88-aa67-871a9feaf189.png)
|
||||||
|
|
||||||
*Ref: [WSA Sideloader](https://github.com/infinitepower18/WSA-Sideloader)*
|
*Ref: [WSA Sideloader](https://github.com/infinitepower18/WSA-Sideloader)*
|
||||||
|
|
||||||
|
|
||||||
|
## Video guide
|
||||||
|
|
||||||
|
<video src="https://cdn.discordapp.com/attachments/737724143570780260/1031100838212538388/wsa.mp4" controls>
|
|
@ -16,7 +16,7 @@ const IndexPage = () => {
|
||||||
<div className="divider divider-horizontal" />
|
<div className="divider divider-horizontal" />
|
||||||
<CompatBtn className="btn-primary" href="/repos">Repositories</CompatBtn>
|
<CompatBtn className="btn-primary" href="/repos">Repositories</CompatBtn>
|
||||||
</div>
|
</div>
|
||||||
<CompatBtn className="btn-secondary" href="/docs">Help</CompatBtn>
|
<CompatBtn className="btn-secondary" href="/docs">Guides, FAQ & Docs</CompatBtn>
|
||||||
</Hero>
|
</Hero>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue