mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 04:15:09 +01:00
removed extra new line
This commit is contained in:
parent
87950ffadf
commit
f8aea3fa24
@ -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 New Issue
Block a user