IMDB Movie or TV Show

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

< Spätná väzba na IMDB Movie or TV Show

Hodnotenie: Dobré - skript funguje

§
Pridaný: 14.09.2024

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}`;
    }
Fus3nAutor
§
Pridaný: 14.09.2024

Hey thanks, I updated the script.

Pridať odpoveď

Aby ste mohli pridať odpoveď, prihláste sa.