mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 00:05:09 +01:00
remove console.log
This commit is contained in:
parent
9696c38bc0
commit
de05d66702
@ -73,8 +73,6 @@ async function getStreamUrl(slug, type, season, episode) {
|
||||
const parser = new DOMParser();
|
||||
const site2Dom = parser.parseFromString(site2, "text/html");
|
||||
|
||||
console.log(site2Dom.body)
|
||||
|
||||
if (site2Dom.body.innerText === "File was deleted")
|
||||
return { url: '' }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user