guide fixes

This commit is contained in:
Cloudburst 2022-10-17 19:37:54 +02:00 committed by GitHub
parent 79ba004a29
commit 8ac6621e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 9 deletions

View File

@ -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.
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.
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
1) Install the stremio extension from english repo.
2) Go to <a href="https://2ecbbd610840-trakt.baby-beamup.club/configure" target="_blank">this site</a>
3) Add the lists you want to see in the home section.
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 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>

View File

@ -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)
*Ref: [WSA Sideloader](https://github.com/infinitepower18/WSA-Sideloader)*
## Video guide
<video src="https://cdn.discordapp.com/attachments/737724143570780260/1031100838212538388/wsa.mp4" controls>

View File

@ -16,7 +16,7 @@ const IndexPage = () => {
<div className="divider divider-horizontal" />
<CompatBtn className="btn-primary" href="/repos">Repositories</CompatBtn>
</div>
<CompatBtn className="btn-secondary" href="/docs">Help</CompatBtn>
<CompatBtn className="btn-secondary" href="/docs">Guides, FAQ & Docs</CompatBtn>
</Hero>
</Layout>