mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
removed extra new line
This commit is contained in:
parent
87950ffadf
commit
f8aea3fa24
1 changed files with 0 additions and 1 deletions
|
@ -137,7 +137,6 @@ async function getEpisodes(slug) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function getStreamUrl(slug, type, season, episode) {
|
async function getStreamUrl(slug, type, season, episode) {
|
||||||
|
|
||||||
const url = `${BASE_URL}/${type}s/view/${slug}`;
|
const url = `${BASE_URL}/${type}s/view/${slug}`;
|
||||||
const pageReq = await fetch(url).then((d) => d.text());
|
const pageReq = await fetch(url).then((d) => d.text());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue