1
0
Fork 0
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:
mansoor-roeen-glitch 2021-09-14 01:47:12 +05:30 committed by GitHub
parent 87950ffadf
commit f8aea3fa24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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());