23 lines
613 B
Plaintext
Raw Normal View History

2024-03-08 15:50:08 +07:00
## FREQUENTLY ASKED QUESTIONS
<br />
### How do I fix a source error (503)?
<details>
<summary>Add the relevant ```User-Agent``` header.</summary>
Add the following header to your video player request:
```
{'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'}
```
</details>
### CORS causing trouble?
<details>
<summary>Use the Nganime CORS proxy.</summary>
Append the source link for the media to `https://cors.nganime.my.id/`, like so:
```
2024-03-08 18:21:53 +07:00
https://cors.nganime.my.id/proxy/m3u8/<SOURCE_LINK>
2024-03-08 15:50:08 +07:00
```
</details>