mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-20 07:37:13 +00: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) {
|
||||
|
||||
const url = `${BASE_URL}/${type}s/view/${slug}`;
|
||||
const pageReq = await fetch(url).then((d) => d.text());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue