IMDB Movie or TV Show

Adds an embedded video for streaming on any IMDB movie or TV show page with multiple mirrors.

< 腳本IMDB Movie or TV Show的回應

評論:正評 - 腳本一切正常

§
發表於:2024-09-14

2embed.in is down right now.

Use 2embed.cc instead like this:

    if (ogType === 'video.movie') {
        embedUrl = `https://2embed.cc/embed/${imdbId}`;
    } else if (ogType === 'video.tv_show') {
        embedUrl = `https://2embed.cc/embedtvfull/${imdbId}`;
    }
Fus3n作者
§
發表於:2024-09-14

Hey thanks, I updated the script.

發表回覆

登入以回覆