chore(source): use more consistent meta title format

This commit is contained in:
WebStreamr 2025-11-29 12:54:34 +00:00
parent 68cfa65135
commit 1765311586
No known key found for this signature in database
22 changed files with 126 additions and 116 deletions

View file

@ -37,7 +37,7 @@ export class CineHDPlus extends Source {
const countryCodes = [($('.details__langs').html() as string).includes('Latino') ? CountryCode.mx : CountryCode.es];
const title = `${($('meta[property="og:title"]').attr('content') as string).trim()} ${tmdbId.season}x${tmdbId.episode}`;
const title = `${($('meta[property="og:title"]').attr('content') as string).trim()} S${tmdbId.season} E${tmdbId.episode}`;
return Promise.all(
$(`[data-num="${tmdbId.season}x${tmdbId.episode}"]`)

View file

@ -26,7 +26,7 @@ export class Cuevana extends Source {
public async handleInternal(ctx: Context, _type: string, id: Id): Promise<SourceResult[]> {
const tmdbId = await getTmdbId(ctx, this.fetcher, id);
const [name] = await getTmdbNameAndYear(ctx, this.fetcher, tmdbId, 'es');
const [name, year] = await getTmdbNameAndYear(ctx, this.fetcher, tmdbId, 'es');
let pageUrl = await this.fetchPageUrl(ctx, name);
if (!pageUrl) {
@ -36,12 +36,14 @@ export class Cuevana extends Source {
let title: string = name;
if (tmdbId.season) {
title += ` ${tmdbId.season}x${tmdbId.episode}`;
title += ` S${tmdbId.season} E${tmdbId.episode}`;
pageUrl = await this.fetchEpisodeUrl(ctx, pageUrl, tmdbId);
if (!pageUrl) {
return [];
}
} else {
title += ` (${year})`;
}
const html = await this.fetcher.text(ctx, pageUrl);

View file

@ -37,7 +37,7 @@ export class Eurostreaming extends Source {
const $ = cheerio.load(html);
const title = `${name} ${tmdbId.season}x${tmdbId.episode}`;
const title = `${name} S${tmdbId.season} E${tmdbId.episode}`;
return Promise.all(
$(`[data-num="${tmdbId.season}x${tmdbId.episode}"]`)

View file

@ -1,6 +1,6 @@
import { ContentType } from 'stremio-addon-sdk';
import { Context, CountryCode } from '../types';
import { Fetcher, getTmdbId, Id } from '../utils';
import { Fetcher, getTmdbId, getTmdbNameAndYear, Id } from '../utils';
import { Source, SourceResult } from './Source';
export class Frembed extends Source {
@ -24,6 +24,7 @@ export class Frembed extends Source {
public async handleInternal(ctx: Context, _type: string, id: Id): Promise<SourceResult[]> {
const tmdbId = await getTmdbId(ctx, this.fetcher, id);
const [, year] = await getTmdbNameAndYear(ctx, this.fetcher, tmdbId);
const apiUrl = tmdbId.season
? new URL(`/api/series?id=${tmdbId.id}&sa=${tmdbId.season}&epi=${tmdbId.episode}&idType=tmdb`, this.baseUrl)
@ -43,8 +44,8 @@ export class Frembed extends Source {
}
const title = tmdbId.season
? `${json['title']} ${tmdbId.season}x${tmdbId.episode}`
: json['title'];
? `${json['title']} S${tmdbId.season} E${tmdbId.episode}`
: `${json['title']} (${year})`;
return urls.map(url => ({ url, meta: { countryCodes: [CountryCode.fr], referer: this.baseUrl, title } }));
};

View file

@ -48,7 +48,7 @@ export class HomeCine extends Source {
pageHtml = await this.fetcher.text(ctx, pageUrl);
}
const title = tmdbId.season ? `${name} ${tmdbId.season}x${tmdbId.episode}` : `${name} (${year})`;
const title = tmdbId.season ? `${name} S${tmdbId.season} E${tmdbId.episode}` : `${name} (${year})`;
const $ = cheerio.load(pageHtml);

View file

@ -1,6 +1,6 @@
import { ContentType } from 'stremio-addon-sdk';
import { Context, CountryCode } from '../types';
import { Fetcher, getTmdbId, Id } from '../utils';
import { Fetcher, getTmdbId, getTmdbNameAndYear, Id } from '../utils';
import { Source, SourceResult } from './Source';
interface MovixApiData {
@ -29,6 +29,7 @@ export class Movix extends Source {
public async handleInternal(ctx: Context, _type: string, id: Id): Promise<SourceResult[]> {
const tmdbId = await getTmdbId(ctx, this.fetcher, id);
const [, year] = await getTmdbNameAndYear(ctx, this.fetcher, tmdbId);
const apiUrl = tmdbId.season
? new URL(`/api/tmdb/tv/${tmdbId.id}?season=${tmdbId.season}&episode=${tmdbId.episode}`, this.baseUrl)
@ -44,8 +45,8 @@ export class Movix extends Source {
const urls: URL[] = data['player_links'].map(({ decoded_url }) => new URL(decoded_url));
const title = tmdbId.season
? `${json['tmdb_details']['title']} ${tmdbId.season}x${tmdbId.episode}`
: json['tmdb_details']['title'];
? `${json['tmdb_details']['title']} S${tmdbId.season} E${tmdbId.episode}`
: `${json['tmdb_details']['title']} (${year})`;
return urls.map(url => ({ url, meta: { countryCodes: [CountryCode.fr], referer: data.iframe_src, title } }));
};

View file

@ -35,7 +35,7 @@ export class StreamKiste extends Source {
const $ = cheerio.load(html);
const title = `${($('meta[property="og:title"]').attr('content') as string).trim()} ${tmdbId.season}x${tmdbId.episode}`;
const title = `${($('meta[property="og:title"]').attr('content') as string).trim()} S${tmdbId.season} E${tmdbId.episode}`;
return Promise.all(
$(`[data-num="${tmdbId.season}x${tmdbId.episode}"]`)

View file

@ -28,7 +28,7 @@ export class VixSrc extends Source {
let title: string = name;
if (tmdbId.season) {
title += ` ${tmdbId.season}x${tmdbId.episode}`;
title += ` S${tmdbId.season} E${tmdbId.episode}`;
} else {
title += ` (${year})`;
}

View file

@ -0,0 +1 @@
{"adult":false,"backdrop_path":"/amBvmIshdsSkOtvVIgxl7YSQ9Dg.jpg","belongs_to_collection":{"id":16302,"name":"Battle Royale Collection","poster_path":"/wc1XDHwzEKlMpmvvsABLu4A8Sie.jpg","backdrop_path":"/gKpdj5aKtxrAoAbJJ3EtBZHcsyP.jpg"},"budget":4500000,"genres":[{"id":18,"name":"Drama"},{"id":53,"name":"Thriller"},{"id":28,"name":"Action"}],"homepage":"","id":3176,"imdb_id":"tt0266308","origin_country":["JP"],"original_language":"ja","original_title":"バトル・ロワイアル","overview":"In the future, the Japanese government captures a class of ninth-grade students and forces them to kill each other under the revolutionary \"Battle Royale\" act.","popularity":5.1764,"poster_path":"/gFX7NuBUeKysOB9nEzRqVpHNT32.jpg","production_companies":[{"id":5822,"logo_path":"/qyTbRgCyU9NLKvKaiQVbadtr7RY.png","name":"Toei Company","origin_country":"JP"},{"id":157807,"logo_path":"/tyrJOOVAUIxQEJzjP1PhP2H5zFi.png","name":"WOWOW","origin_country":"JP"},{"id":11538,"logo_path":null,"name":"AM Associates","origin_country":"JP"},{"id":11539,"logo_path":null,"name":"Kobi","origin_country":"JP"},{"id":3032,"logo_path":"/gaf3ez34cuvG9snphWGreB1WerA.png","name":"Nippan Group Holdings","origin_country":"JP"},{"id":11540,"logo_path":null,"name":"MF Pictures","origin_country":"JP"},{"id":3656,"logo_path":"/mY6L0bHRp8fNWfICPqLjxp3khvq.png","name":"GAGA Communications","origin_country":"JP"}],"production_countries":[{"iso_3166_1":"JP","name":"Japan"}],"release_date":"2000-12-16","revenue":30600000,"runtime":113,"spoken_languages":[{"english_name":"English","iso_639_1":"en","name":"English"},{"english_name":"Japanese","iso_639_1":"ja","name":"日本語"}],"status":"Released","tagline":"Could you kill your best friend?","title":"Battle Royale","video":false,"vote_average":7.279,"vote_count":3652}

View file

@ -0,0 +1 @@
{"adult":false,"backdrop_path":"/dg3OindVAGZBjlT3xYKqIAdukPL.jpg","created_by":[{"id":211845,"credit_id":"52595fb5760ee346619587b5","name":"Charlie Brooker","original_name":"Charlie Brooker","gender":2,"profile_path":"/dmdLd5I4cnpCZzoITm26NOwu6Rn.jpg"}],"episode_run_time":[],"first_air_date":"2011-12-04","genres":[{"id":10765,"name":"Sci-Fi & Fantasy"},{"id":18,"name":"Drama"},{"id":9648,"name":"Mystery"}],"homepage":"https://www.netflix.com/title/70264888","id":42009,"in_production":true,"languages":["en"],"last_air_date":"2025-04-10","last_episode_to_air":{"id":6085099,"name":"USS Callister: Into Infinity","overview":"Nanette Cole and the crew of the USS Callister are stranded in an infinite virtual universe, fighting for survival against 30 million players.","vote_average":7.507,"vote_count":69,"air_date":"2025-04-10","episode_number":6,"episode_type":"finale","production_code":"","runtime":90,"season_number":7,"show_id":42009,"still_path":"/6JxoU4B1VMYf2tt8VPpNl8juKwm.jpg"},"name":"Black Mirror","next_episode_to_air":null,"networks":[{"id":26,"logo_path":"/7Ai64ZDaVbGDtm7f0QSZAKohjk4.png","name":"Channel 4","origin_country":"GB"},{"id":213,"logo_path":"/wwemzKWzjKYJFfCeiB57q3r4Bcm.png","name":"Netflix","origin_country":""}],"number_of_episodes":32,"number_of_seasons":7,"origin_country":["GB"],"original_language":"en","original_name":"Black Mirror","overview":"Twisted tales run wild in this mind-bending anthology series that reveals humanity's worst traits, greatest innovations and more.","popularity":35.2944,"poster_path":"/seN6rRfN0I6n8iDXjlSMk1QjNcq.jpg","production_companies":[{"id":76757,"logo_path":"/TUzHXCcbax9pQYWtIkLJNpRFnJ.png","name":"House of Tomorrow","origin_country":"GB"},{"id":18663,"logo_path":"/khiCshsZBdtUUYOr4VLoCtuqCEq.png","name":"Zeppotron","origin_country":"GB"},{"id":133905,"logo_path":"/tEEIQIYHQgPyOBgvoAlqPXfpEPX.png","name":"Broke & Bones","origin_country":"GB"}],"production_countries":[{"iso_3166_1":"GB","name":"United Kingdom"}],"seasons":[{"air_date":"2014-12-16","episode_count":1,"id":76596,"name":"Specials","overview":"","poster_path":"/zvfw0f35QmfHCPq5qvdHquFjrQC.jpg","season_number":0,"vote_average":0.0},{"air_date":"2011-12-04","episode_count":3,"id":51964,"name":"Season 1","overview":"Season one of this sci-fi anthology series imagines realities in which people are forced to power their own existence, receive memory implants and more.","poster_path":"/ztdy1f1cAjwsO0GpVKzNuqZ0PMv.jpg","season_number":1,"vote_average":7.7},{"air_date":"2013-02-11","episode_count":3,"id":51965,"name":"Season 2","overview":"This anthology series' second season examines the dark stories of a social media addict, a woman who's part of a live \"life\" show, and more.","poster_path":"/y71DeJiAv0dV8H8hiFnuIuyc0Gx.jpg","season_number":2,"vote_average":7.1},{"air_date":"2016-10-21","episode_count":6,"id":63871,"name":"Season 3","overview":"Lovers meet in a surreal paradise, a young man is tormented by strange texts, and a social app wields disturbing power in these high-tech tales.","poster_path":"/3mKYrlZpFbpFu7CaVxoleO68MFG.jpg","season_number":3,"vote_average":7.7},{"air_date":"2017-12-29","episode_count":6,"id":96276,"name":"Season 4","overview":"A fantasy spins out of control, all-seeing devices expose dark secrets, and a woman flees a ruthless hunter in more tales of technology run wild.","poster_path":"/zvLZvFU6RhdIPEH4afbUa4rmYtW.jpg","season_number":4,"vote_average":7.3},{"air_date":"2019-06-05","episode_count":3,"id":124320,"name":"Season 5","overview":"A video game transforms a longtime friendship, a social media company faces a hostage crisis, and a teen bonds with an AI version of her pop star idol.","poster_path":"/5xjf5aLeooPYWqH66vB80jMJT9u.jpg","season_number":5,"vote_average":6.5},{"air_date":"2023-06-15","episode_count":5,"id":331809,"name":"Season 6","overview":"Twisted tales that span eras — and terrors — deliver a myriad of surprises in this game-changing anthology series' most unpredictable season yet.","poster_path":"/kwATNh8JC1IJclnVwk8x7wZb2b4.jpg","season_number":6,"vote_average":6.3},{"air_date":"2025-04-10","episode_count":6,"id":383778,"name":"Season 7","overview":"The twisted stories are endless in this incredible anthology series that reveals humanity's worst traits, greatest inventions, and much more.","poster_path":"/aRN9LmPQHe8c1B2eR7MB3tiWFWk.jpg","season_number":7,"vote_average":7.1}],"spoken_languages":[{"english_name":"English","iso_639_1":"en","name":"English"}],"status":"Returning Series","tagline":"The future is bright.","type":"Scripted","vote_average":8.288,"vote_count":5811}

View file

@ -0,0 +1 @@
{"adult":false,"backdrop_path":"/amBvmIshdsSkOtvVIgxl7YSQ9Dg.jpg","belongs_to_collection":{"id":16302,"name":"Battle Royale Collection","poster_path":"/wc1XDHwzEKlMpmvvsABLu4A8Sie.jpg","backdrop_path":"/gKpdj5aKtxrAoAbJJ3EtBZHcsyP.jpg"},"budget":4500000,"genres":[{"id":18,"name":"Drama"},{"id":53,"name":"Thriller"},{"id":28,"name":"Action"}],"homepage":"","id":3176,"imdb_id":"tt0266308","origin_country":["JP"],"original_language":"ja","original_title":"バトル・ロワイアル","overview":"In the future, the Japanese government captures a class of ninth-grade students and forces them to kill each other under the revolutionary \"Battle Royale\" act.","popularity":5.1764,"poster_path":"/gFX7NuBUeKysOB9nEzRqVpHNT32.jpg","production_companies":[{"id":5822,"logo_path":"/qyTbRgCyU9NLKvKaiQVbadtr7RY.png","name":"Toei Company","origin_country":"JP"},{"id":157807,"logo_path":"/tyrJOOVAUIxQEJzjP1PhP2H5zFi.png","name":"WOWOW","origin_country":"JP"},{"id":11538,"logo_path":null,"name":"AM Associates","origin_country":"JP"},{"id":11539,"logo_path":null,"name":"Kobi","origin_country":"JP"},{"id":3032,"logo_path":"/gaf3ez34cuvG9snphWGreB1WerA.png","name":"Nippan Group Holdings","origin_country":"JP"},{"id":11540,"logo_path":null,"name":"MF Pictures","origin_country":"JP"},{"id":3656,"logo_path":"/mY6L0bHRp8fNWfICPqLjxp3khvq.png","name":"GAGA Communications","origin_country":"JP"}],"production_countries":[{"iso_3166_1":"JP","name":"Japan"}],"release_date":"2000-12-16","revenue":30600000,"runtime":113,"spoken_languages":[{"english_name":"English","iso_639_1":"en","name":"English"},{"english_name":"Japanese","iso_639_1":"ja","name":"日本語"}],"status":"Released","tagline":"Could you kill your best friend?","title":"Battle Royale","video":false,"vote_average":7.279,"vote_count":3652}

View file

@ -0,0 +1 @@
{"adult":false,"backdrop_path":"/vj2gCvD5vZDJ865izTU0J0wJBVc.jpg","belongs_to_collection":{"id":1375345,"name":"Arkham Horror Collection","poster_path":null,"backdrop_path":null},"budget":6000000,"genres":[{"id":27,"name":"Horror"},{"id":878,"name":"Science Fiction"},{"id":9648,"name":"Mystery"},{"id":53,"name":"Thriller"}],"homepage":"https://us.rljentertainment.com/franchise/237631/Color-Out-of-Space","id":548473,"imdb_id":"tt5073642","origin_country":["PT","US"],"original_language":"en","original_title":"Color Out of Space","overview":"The Gardner family moves to a remote farmstead in rural New England to escape the hustle of the 21st century. They are busy adapting to their new life when a meteorite crashes into their front yard, melts into the earth, and infects both the land and the properties of space-time with a strange, otherworldly colour. To their horror, the family discovers this alien force is gradually mutating every life form that it touches—including them.","popularity":1.9495,"poster_path":"/k7rD7LzlsPS4jmE6Siah0QO4tAc.jpg","production_companies":[{"id":34519,"logo_path":"/MGFizEilC4bv5aDeF8YfEyjDVG.png","name":"SpectreVision","origin_country":"US"},{"id":125049,"logo_path":"/pXPj0HsFjcvv8OINE4yVgB0AXst.png","name":"BRO Cinema","origin_country":"PT"},{"id":112399,"logo_path":"/plWc00ADe9sk3srODk9EhER2WcY.png","name":"ACE Pictures Entertainment","origin_country":"US"},{"id":12142,"logo_path":"/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png","name":"XYZ Films","origin_country":"US"}],"production_countries":[{"iso_3166_1":"PT","name":"Portugal"},{"iso_3166_1":"US","name":"United States of America"}],"release_date":"2020-01-24","revenue":1023510,"runtime":110,"spoken_languages":[{"english_name":"English","iso_639_1":"en","name":"English"}],"status":"Released","tagline":"It will consume you.","title":"Color Out of Space","video":false,"vote_average":6.054,"vote_count":1597}

View file

@ -0,0 +1 @@
{"adult":false,"backdrop_path":"/dg3OindVAGZBjlT3xYKqIAdukPL.jpg","created_by":[{"id":211845,"credit_id":"52595fb5760ee346619587b5","name":"Charlie Brooker","original_name":"Charlie Brooker","gender":2,"profile_path":"/dmdLd5I4cnpCZzoITm26NOwu6Rn.jpg"}],"episode_run_time":[],"first_air_date":"2011-12-04","genres":[{"id":10765,"name":"Sci-Fi & Fantasy"},{"id":18,"name":"Drama"},{"id":9648,"name":"Mystery"}],"homepage":"https://www.netflix.com/title/70264888","id":42009,"in_production":true,"languages":["en"],"last_air_date":"2025-04-10","last_episode_to_air":{"id":6085099,"name":"USS Callister: Into Infinity","overview":"Nanette Cole and the crew of the USS Callister are stranded in an infinite virtual universe, fighting for survival against 30 million players.","vote_average":7.507,"vote_count":69,"air_date":"2025-04-10","episode_number":6,"episode_type":"finale","production_code":"","runtime":90,"season_number":7,"show_id":42009,"still_path":"/6JxoU4B1VMYf2tt8VPpNl8juKwm.jpg"},"name":"Black Mirror","next_episode_to_air":null,"networks":[{"id":26,"logo_path":"/7Ai64ZDaVbGDtm7f0QSZAKohjk4.png","name":"Channel 4","origin_country":"GB"},{"id":213,"logo_path":"/wwemzKWzjKYJFfCeiB57q3r4Bcm.png","name":"Netflix","origin_country":""}],"number_of_episodes":32,"number_of_seasons":7,"origin_country":["GB"],"original_language":"en","original_name":"Black Mirror","overview":"Twisted tales run wild in this mind-bending anthology series that reveals humanity's worst traits, greatest innovations and more.","popularity":35.2944,"poster_path":"/seN6rRfN0I6n8iDXjlSMk1QjNcq.jpg","production_companies":[{"id":76757,"logo_path":"/TUzHXCcbax9pQYWtIkLJNpRFnJ.png","name":"House of Tomorrow","origin_country":"GB"},{"id":18663,"logo_path":"/khiCshsZBdtUUYOr4VLoCtuqCEq.png","name":"Zeppotron","origin_country":"GB"},{"id":133905,"logo_path":"/tEEIQIYHQgPyOBgvoAlqPXfpEPX.png","name":"Broke & Bones","origin_country":"GB"}],"production_countries":[{"iso_3166_1":"GB","name":"United Kingdom"}],"seasons":[{"air_date":"2014-12-16","episode_count":1,"id":76596,"name":"Specials","overview":"","poster_path":"/zvfw0f35QmfHCPq5qvdHquFjrQC.jpg","season_number":0,"vote_average":0.0},{"air_date":"2011-12-04","episode_count":3,"id":51964,"name":"Season 1","overview":"Season one of this sci-fi anthology series imagines realities in which people are forced to power their own existence, receive memory implants and more.","poster_path":"/ztdy1f1cAjwsO0GpVKzNuqZ0PMv.jpg","season_number":1,"vote_average":7.7},{"air_date":"2013-02-11","episode_count":3,"id":51965,"name":"Season 2","overview":"This anthology series' second season examines the dark stories of a social media addict, a woman who's part of a live \"life\" show, and more.","poster_path":"/y71DeJiAv0dV8H8hiFnuIuyc0Gx.jpg","season_number":2,"vote_average":7.1},{"air_date":"2016-10-21","episode_count":6,"id":63871,"name":"Season 3","overview":"Lovers meet in a surreal paradise, a young man is tormented by strange texts, and a social app wields disturbing power in these high-tech tales.","poster_path":"/3mKYrlZpFbpFu7CaVxoleO68MFG.jpg","season_number":3,"vote_average":7.7},{"air_date":"2017-12-29","episode_count":6,"id":96276,"name":"Season 4","overview":"A fantasy spins out of control, all-seeing devices expose dark secrets, and a woman flees a ruthless hunter in more tales of technology run wild.","poster_path":"/zvLZvFU6RhdIPEH4afbUa4rmYtW.jpg","season_number":4,"vote_average":7.3},{"air_date":"2019-06-05","episode_count":3,"id":124320,"name":"Season 5","overview":"A video game transforms a longtime friendship, a social media company faces a hostage crisis, and a teen bonds with an AI version of her pop star idol.","poster_path":"/5xjf5aLeooPYWqH66vB80jMJT9u.jpg","season_number":5,"vote_average":6.5},{"air_date":"2023-06-15","episode_count":5,"id":331809,"name":"Season 6","overview":"Twisted tales that span eras — and terrors — deliver a myriad of surprises in this game-changing anthology series' most unpredictable season yet.","poster_path":"/kwATNh8JC1IJclnVwk8x7wZb2b4.jpg","season_number":6,"vote_average":6.3},{"air_date":"2025-04-10","episode_count":6,"id":383778,"name":"Season 7","overview":"The twisted stories are endless in this incredible anthology series that reveals humanity's worst traits, greatest inventions, and much more.","poster_path":"/aRN9LmPQHe8c1B2eR7MB3tiWFWk.jpg","season_number":7,"vote_average":7.1}],"spoken_languages":[{"english_name":"English","iso_639_1":"en","name":"English"}],"status":"Returning Series","tagline":"The future is bright.","type":"Scripted","vote_average":8.288,"vote_count":5811}

View file

@ -0,0 +1 @@
{"adult":false,"backdrop_path":"/uu2qZZ82Ml2u6SgOd68OIIOI0si.jpg","created_by":[{"id":1257266,"credit_id":"52596f86760ee34661a25a3e","name":"Oleg Kuzovkov","original_name":"Олег Кузовков","gender":2,"profile_path":"/QL9m69HnwyGyTB0rhZWqpfzEkZ.jpg"}],"episode_run_time":[7],"first_air_date":"2009-01-07","genres":[{"id":16,"name":"Animation"},{"id":10751,"name":"Family"},{"id":10762,"name":"Kids"},{"id":35,"name":"Comedy"}],"homepage":"http://mashabear.com","id":46080,"in_production":true,"languages":["ru"],"last_air_date":"2025-10-02","last_episode_to_air":{"id":6600695,"name":"Episode 4","overview":"","vote_average":0.0,"vote_count":0,"air_date":"2025-10-02","episode_number":4,"episode_type":"standard","production_code":"","runtime":7,"season_number":8,"show_id":46080,"still_path":"/81KzhKnUxTZRn4f2V1e1pIobatF.jpg"},"name":"Masha and the Bear","next_episode_to_air":null,"networks":[{"id":412,"logo_path":"/t96cnWLH1OivW91EXygZDNSmhAK.png","name":"Russia-1","origin_country":"RU"},{"id":8666,"logo_path":"/2waHvK5XyfiAK4Ch0MpT1KtZJAt.png","name":"adrian150 tv","origin_country":"MX"}],"number_of_episodes":174,"number_of_seasons":8,"origin_country":["RU"],"original_language":"ru","original_name":"Маша и Медведь","overview":"Masha is an energetic three-year-old who cant seem to keep herself out of trouble. Bear is a warm, fatherly figure that does his best to guide his friend and keep her from harm, often ending up the unintended victim of her misadventures.","popularity":18.5554,"poster_path":"/wPkeRunw71Mm10xQYKAwGG0NLgt.jpg","production_companies":[{"id":55393,"logo_path":"/kGiO9cwfccySbOMAxTNN7VaqTNJ.png","name":"Animaccord Animation Studio","origin_country":"RU"}],"production_countries":[{"iso_3166_1":"RU","name":"Russia"}],"seasons":[{"air_date":"2024-02-01","episode_count":14,"id":106177,"name":"Specials","overview":"","poster_path":"/vm8A3AMxmLXBRNmavOBSGiYiZdg.jpg","season_number":0,"vote_average":0.0},{"air_date":"2009-01-07","episode_count":26,"id":54453,"name":"Season 1","overview":"Lively young girl Masha sets out on all kinds of fun adventures with her best friend, a bear who used to perform in the circus.","poster_path":"/kdBio5Hbpb1bcX5pzzZlD8tmpcm.jpg","season_number":1,"vote_average":5.0},{"air_date":"2012-07-07","episode_count":26,"id":83279,"name":"Season 2","overview":"The fun antics continue in Season 2, which finds Bear trying to impress the female bear and Masha continuing her friendly rivalry with Panda.","poster_path":"/ooduk0OsBJ6g2BgW4Y4HmfGflyL.jpg","season_number":2,"vote_average":4.2},{"air_date":"2015-11-28","episode_count":26,"id":83280,"name":"Season 3","overview":"Masha and Bear create fairy tales, learn from technology, celebrate friendship and discover that bears are no match for a stubborn bee.","poster_path":"/mrgs3c03PsddA1DV4YazpsSZl1A.jpg","season_number":3,"vote_average":7.3},{"air_date":"2019-05-31","episode_count":13,"id":156944,"name":"Season 4","overview":"Masha's imaginative songs are just as spirited as she is! Join Bear and the rest of the forest gang for adventure and music-fueled fun.","poster_path":"/nYaHXnxVIjuQdftZppij3ifwg3q.jpg","season_number":4,"vote_average":6.7},{"air_date":"2020-08-27","episode_count":26,"id":166117,"name":"Season 5","overview":"Masha, Bear and their forest friends hike to volcanoes, hunt for pirate treasure and find more ways to have fun, learn and explore together!","poster_path":"/yG0gAPNW10CoGMoWgSxJ99cJTwi.jpg","season_number":5,"vote_average":8.0},{"air_date":"2023-03-16","episode_count":26,"id":373030,"name":"Season 6","overview":"","poster_path":"/q5zL6rxgMDhOXM4huz4y9pivhss.jpg","season_number":6,"vote_average":0.0},{"air_date":"2023-11-16","episode_count":27,"id":373127,"name":"Season 7","overview":"","poster_path":"/djMKpLY54FBwkBmK9FhIP6mPWy1.jpg","season_number":7,"vote_average":0.0},{"air_date":"2025-08-21","episode_count":4,"id":479814,"name":"Season 8","overview":"","poster_path":"/uFCujNK6rMwJ7lnWKph5PPgDXFh.jpg","season_number":8,"vote_average":0.0}],"spoken_languages":[{"english_name":"Russian","iso_639_1":"ru","name":"Pусский"}],"status":"Returning Series","tagline":"","type":"Scripted","vote_average":6.9,"vote_count":407}

View file

@ -8,7 +8,7 @@ exports[`CineHDPlus handle imdb babylon 5 s2e3 (es) 1`] = `
"es",
],
"referer": "https://cinehdplus.gratis/peliculas/19678-babylon-5-ver-online-hd.html",
"title": "Babylon 5 2x3",
"title": "Babylon 5 S2 E3",
},
"url": "https://supervideo.tv/embed-1p0m1fi9mok8.html",
},
@ -18,7 +18,7 @@ exports[`CineHDPlus handle imdb babylon 5 s2e3 (es) 1`] = `
"es",
],
"referer": "https://cinehdplus.gratis/peliculas/19678-babylon-5-ver-online-hd.html",
"title": "Babylon 5 2x3",
"title": "Babylon 5 S2 E3",
},
"url": "https://dropload.io/embed-957hny8mzrvh.html",
},
@ -33,7 +33,7 @@ exports[`CineHDPlus handle imdb black mirror s2e3 (mx) 1`] = `
"mx",
],
"referer": "https://cinehdplus.gratis/peliculas/9582-black-mirror-ver-online-hd.html",
"title": "Black Mirror 2x3",
"title": "Black Mirror S2 E3",
},
"url": "https://supervideo.tv/embed-avmgppo37sx1.html",
},
@ -43,7 +43,7 @@ exports[`CineHDPlus handle imdb black mirror s2e3 (mx) 1`] = `
"mx",
],
"referer": "https://cinehdplus.gratis/peliculas/9582-black-mirror-ver-online-hd.html",
"title": "Black Mirror 2x3",
"title": "Black Mirror S2 E3",
},
"url": "https://dropload.io/embed-t058ulwwkwn6.html",
},

View file

@ -8,7 +8,7 @@ exports[`Cuevana does not return es content for mx 1`] = `
"mx",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://streamwish.to/e/9icce2ca0yir",
},
@ -18,7 +18,7 @@ exports[`Cuevana does not return es content for mx 1`] = `
"mx",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://filemoon.sx/e/fgxxkidqq4jp",
},
@ -28,7 +28,7 @@ exports[`Cuevana does not return es content for mx 1`] = `
"mx",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://voe.sx/e/h87m8wyj5x8j",
},
@ -38,7 +38,7 @@ exports[`Cuevana does not return es content for mx 1`] = `
"mx",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://doodstream.com/e/ju53ufkqy9hc",
},
@ -48,7 +48,7 @@ exports[`Cuevana does not return es content for mx 1`] = `
"mx",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://streamtape.com/e/WgxgBAwOyGfbZxY",
},
@ -58,7 +58,7 @@ exports[`Cuevana does not return es content for mx 1`] = `
"mx",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://waaw.to/f/xtG7M9GL2MmV",
},
@ -68,7 +68,7 @@ exports[`Cuevana does not return es content for mx 1`] = `
"mx",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://filelions.to/v/tnehp8g7zght",
},
@ -78,7 +78,7 @@ exports[`Cuevana does not return es content for mx 1`] = `
"mx",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://plustream.com/embedb2/gHHRwqKdHgF5MYniuxGWnG8j_vIW77uC4a4vrO5iwLktMwS8ryr2i.bhH3SiGHw6PKNBoqxCHLDyc1Pw6EPhwg--",
},
@ -93,7 +93,7 @@ exports[`Cuevana does not return mx content for es 1`] = `
"es",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://streamwish.to/e/mtb09rms1njz",
},
@ -103,7 +103,7 @@ exports[`Cuevana does not return mx content for es 1`] = `
"es",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://filemoon.sx/e/r77fu9ez9nsv",
},
@ -113,7 +113,7 @@ exports[`Cuevana does not return mx content for es 1`] = `
"es",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://voe.sx/e/cepsnqy0qgyo",
},
@ -123,7 +123,7 @@ exports[`Cuevana does not return mx content for es 1`] = `
"es",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://doodstream.com/e/ny5qlz61x9xt",
},
@ -133,7 +133,7 @@ exports[`Cuevana does not return mx content for es 1`] = `
"es",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://waaw.to/f/hlHhgFkmWHom",
},
@ -143,7 +143,7 @@ exports[`Cuevana does not return mx content for es 1`] = `
"es",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://plustream.com/embedb2/DpAUEfJrAHkBAdb.6erU25OAypGXqMugDfQuWU2sTDBKHNQmIxzyq1b2Ma06kb7EgL6d4hdzw8quWDimAGnIvQ--",
},
@ -153,7 +153,7 @@ exports[`Cuevana does not return mx content for es 1`] = `
"es",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://vidhidepro.com/v/lhaueh479t2v",
},
@ -168,7 +168,7 @@ exports[`Cuevana handle el camino 1`] = `
"mx",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://streamwish.to/e/9icce2ca0yir",
},
@ -178,7 +178,7 @@ exports[`Cuevana handle el camino 1`] = `
"mx",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://filemoon.sx/e/fgxxkidqq4jp",
},
@ -188,7 +188,7 @@ exports[`Cuevana handle el camino 1`] = `
"mx",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://voe.sx/e/h87m8wyj5x8j",
},
@ -198,7 +198,7 @@ exports[`Cuevana handle el camino 1`] = `
"mx",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://doodstream.com/e/ju53ufkqy9hc",
},
@ -208,7 +208,7 @@ exports[`Cuevana handle el camino 1`] = `
"mx",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://streamtape.com/e/WgxgBAwOyGfbZxY",
},
@ -218,7 +218,7 @@ exports[`Cuevana handle el camino 1`] = `
"mx",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://waaw.to/f/xtG7M9GL2MmV",
},
@ -228,7 +228,7 @@ exports[`Cuevana handle el camino 1`] = `
"mx",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://filelions.to/v/tnehp8g7zght",
},
@ -238,7 +238,7 @@ exports[`Cuevana handle el camino 1`] = `
"mx",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://plustream.com/embedb2/gHHRwqKdHgF5MYniuxGWnG8j_vIW77uC4a4vrO5iwLktMwS8ryr2i.bhH3SiGHw6PKNBoqxCHLDyc1Pw6EPhwg--",
},
@ -248,7 +248,7 @@ exports[`Cuevana handle el camino 1`] = `
"es",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://streamwish.to/e/mtb09rms1njz",
},
@ -258,7 +258,7 @@ exports[`Cuevana handle el camino 1`] = `
"es",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://filemoon.sx/e/r77fu9ez9nsv",
},
@ -268,7 +268,7 @@ exports[`Cuevana handle el camino 1`] = `
"es",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://voe.sx/e/cepsnqy0qgyo",
},
@ -278,7 +278,7 @@ exports[`Cuevana handle el camino 1`] = `
"es",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://doodstream.com/e/ny5qlz61x9xt",
},
@ -288,7 +288,7 @@ exports[`Cuevana handle el camino 1`] = `
"es",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://waaw.to/f/hlHhgFkmWHom",
},
@ -298,7 +298,7 @@ exports[`Cuevana handle el camino 1`] = `
"es",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://plustream.com/embedb2/DpAUEfJrAHkBAdb.6erU25OAypGXqMugDfQuWU2sTDBKHNQmIxzyq1b2Ma06kb7EgL6d4hdzw8quWDimAGnIvQ--",
},
@ -308,7 +308,7 @@ exports[`Cuevana handle el camino 1`] = `
"es",
],
"referer": "https://ww1.cuevana3.is/ver-pelicula/el-camino-una-pelicula-de-breaking-bad",
"title": "El Camino: Una película de Breaking Bad",
"title": "El Camino: Una película de Breaking Bad (2019)",
},
"url": "https://vidhidepro.com/v/lhaueh479t2v",
},
@ -323,7 +323,7 @@ exports[`Cuevana handle la frontera s1e1 1`] = `
"es",
],
"referer": "https://ww1.cuevana3.is/episodio/la-frontera-temporada-1-episodio-1",
"title": "La frontera 1x1",
"title": "La frontera S1 E1",
},
"url": "https://streamwish.to/e/tpzbrzz7p41k",
},
@ -333,7 +333,7 @@ exports[`Cuevana handle la frontera s1e1 1`] = `
"es",
],
"referer": "https://ww1.cuevana3.is/episodio/la-frontera-temporada-1-episodio-1",
"title": "La frontera 1x1",
"title": "La frontera S1 E1",
},
"url": "https://filemoon.sx/e/nhbmj6o6zl0l",
},
@ -343,7 +343,7 @@ exports[`Cuevana handle la frontera s1e1 1`] = `
"es",
],
"referer": "https://ww1.cuevana3.is/episodio/la-frontera-temporada-1-episodio-1",
"title": "La frontera 1x1",
"title": "La frontera S1 E1",
},
"url": "https://vidhidepro.com/v/x5w6b0wys1fs",
},
@ -353,7 +353,7 @@ exports[`Cuevana handle la frontera s1e1 1`] = `
"es",
],
"referer": "https://ww1.cuevana3.is/episodio/la-frontera-temporada-1-episodio-1",
"title": "La frontera 1x1",
"title": "La frontera S1 E1",
},
"url": "https://voe.sx/e/nfal9zqu9yvy",
},
@ -363,7 +363,7 @@ exports[`Cuevana handle la frontera s1e1 1`] = `
"es",
],
"referer": "https://ww1.cuevana3.is/episodio/la-frontera-temporada-1-episodio-1",
"title": "La frontera 1x1",
"title": "La frontera S1 E1",
},
"url": "https://doodstream.com/e/dyvg7ofnnqgi",
},
@ -373,7 +373,7 @@ exports[`Cuevana handle la frontera s1e1 1`] = `
"es",
],
"referer": "https://ww1.cuevana3.is/episodio/la-frontera-temporada-1-episodio-1",
"title": "La frontera 1x1",
"title": "La frontera S1 E1",
},
"url": "https://waaw.to/f/goypdL0qGqks",
},
@ -388,7 +388,7 @@ exports[`Cuevana handle walking dead s1e1 1`] = `
"mx",
],
"referer": "https://ww1.cuevana3.is/episodio/the-walking-dead-temporada-2-episodio-1",
"title": "The Walking Dead 1x1",
"title": "The Walking Dead S1 E1",
},
"url": "https://streamwish.to/e/gudk6hvc4qwl",
},
@ -398,7 +398,7 @@ exports[`Cuevana handle walking dead s1e1 1`] = `
"mx",
],
"referer": "https://ww1.cuevana3.is/episodio/the-walking-dead-temporada-2-episodio-1",
"title": "The Walking Dead 1x1",
"title": "The Walking Dead S1 E1",
},
"url": "https://filemoon.sx/e/kp39yor1z0js",
},
@ -408,7 +408,7 @@ exports[`Cuevana handle walking dead s1e1 1`] = `
"mx",
],
"referer": "https://ww1.cuevana3.is/episodio/the-walking-dead-temporada-2-episodio-1",
"title": "The Walking Dead 1x1",
"title": "The Walking Dead S1 E1",
},
"url": "https://voe.sx/e/4ahrkbnofnty",
},
@ -418,7 +418,7 @@ exports[`Cuevana handle walking dead s1e1 1`] = `
"mx",
],
"referer": "https://ww1.cuevana3.is/episodio/the-walking-dead-temporada-2-episodio-1",
"title": "The Walking Dead 1x1",
"title": "The Walking Dead S1 E1",
},
"url": "https://doodstream.com/e/wvk23p39ikyd",
},
@ -428,7 +428,7 @@ exports[`Cuevana handle walking dead s1e1 1`] = `
"mx",
],
"referer": "https://ww1.cuevana3.is/episodio/the-walking-dead-temporada-2-episodio-1",
"title": "The Walking Dead 1x1",
"title": "The Walking Dead S1 E1",
},
"url": "https://streamtape.com/e/qMjrKleBMpCLO0",
},
@ -438,7 +438,7 @@ exports[`Cuevana handle walking dead s1e1 1`] = `
"mx",
],
"referer": "https://ww1.cuevana3.is/episodio/the-walking-dead-temporada-2-episodio-1",
"title": "The Walking Dead 1x1",
"title": "The Walking Dead S1 E1",
},
"url": "https://filelions.to/v/rvyogjvsejlh",
},

View file

@ -8,7 +8,7 @@ exports[`Eurostreaming alien earth s1e1 1`] = `
"it",
],
"referer": "https://eurostreaming.luxe/stream/4331-alien-pianeta-terra-streaming-streaming.html",
"title": "Alien - Pianeta Terra 1x1",
"title": "Alien - Pianeta Terra S1 E1",
},
"url": "https://supervideo.cc/e/lsz10iyul3ot",
},
@ -18,7 +18,7 @@ exports[`Eurostreaming alien earth s1e1 1`] = `
"it",
],
"referer": "https://eurostreaming.luxe/stream/4331-alien-pianeta-terra-streaming-streaming.html",
"title": "Alien - Pianeta Terra 1x1",
"title": "Alien - Pianeta Terra S1 E1",
},
"url": "https://dropload.tv/e/xjbjskdi9tuj",
},
@ -33,7 +33,7 @@ exports[`Eurostreaming game of thrones s1e1 1`] = `
"it",
],
"referer": "https://eurostreaming.luxe/stream/194-visualizza-game-of-thrones-il-trono-di-spade-5-streaming.html",
"title": "Il Trono di Spade 1x1",
"title": "Il Trono di Spade S1 E1",
},
"url": "https://supervideo.cc/e/05jfivnr5hiw",
},
@ -43,7 +43,7 @@ exports[`Eurostreaming game of thrones s1e1 1`] = `
"it",
],
"referer": "https://eurostreaming.luxe/stream/194-visualizza-game-of-thrones-il-trono-di-spade-5-streaming.html",
"title": "Il Trono di Spade 1x1",
"title": "Il Trono di Spade S1 E1",
},
"url": "https://dropload.io/embed-dub8oh3k3yk5.html",
},
@ -58,7 +58,7 @@ exports[`Eurostreaming handle imdb black mirror s2e4 1`] = `
"it",
],
"referer": "https://eurostreaming.luxe/stream/284-black-mirror-streaming-streaming.html",
"title": "Black Mirror 2x4",
"title": "Black Mirror S2 E4",
},
"url": "https://supervideo.cc/e/anf0clp2vb6y",
},
@ -68,7 +68,7 @@ exports[`Eurostreaming handle imdb black mirror s2e4 1`] = `
"it",
],
"referer": "https://eurostreaming.luxe/stream/284-black-mirror-streaming-streaming.html",
"title": "Black Mirror 2x4",
"title": "Black Mirror S2 E4",
},
"url": "https://dropload.io/embed-978xyyxi3ldq.html",
},
@ -83,7 +83,7 @@ exports[`Eurostreaming handle lost s1e1 1`] = `
"it",
],
"referer": "https://eurostreaming.luxe/stream/496-lost-streaming.html",
"title": "Lost 1x1",
"title": "Lost S1 E1",
},
"url": "https://supervideo.cc/e/lgslt2lst4jv",
},
@ -93,7 +93,7 @@ exports[`Eurostreaming handle lost s1e1 1`] = `
"it",
],
"referer": "https://eurostreaming.luxe/stream/496-lost-streaming.html",
"title": "Lost 1x1",
"title": "Lost S1 E1",
},
"url": "https://dropload.io/embed-vabynwo8glxz.html",
},
@ -108,7 +108,7 @@ exports[`Eurostreaming last of us s1e1 1`] = `
"it",
],
"referer": "https://eurostreaming.luxe/stream/2605-the-last-of-us-streamingcommunity-streaming.html",
"title": "The Last of Us 1x1",
"title": "The Last of Us S1 E1",
},
"url": "https://supervideo.cc/e/ic1mmvrh5xv6",
},
@ -118,7 +118,7 @@ exports[`Eurostreaming last of us s1e1 1`] = `
"it",
],
"referer": "https://eurostreaming.luxe/stream/2605-the-last-of-us-streamingcommunity-streaming.html",
"title": "The Last of Us 1x1",
"title": "The Last of Us S1 E1",
},
"url": "https://dropload.io/embed-uyzfrh62n31l.html",
},
@ -133,7 +133,7 @@ exports[`Eurostreaming wednesday s1e1 1`] = `
"it",
],
"referer": "https://eurostreaming.luxe/stream/2529-mercoledi-wednesday-streaming.html",
"title": "Mercoledì 1x1",
"title": "Mercoledì S1 E1",
},
"url": "https://supervideo.cc/e/n6i7qyxpkw2e",
},
@ -143,7 +143,7 @@ exports[`Eurostreaming wednesday s1e1 1`] = `
"it",
],
"referer": "https://eurostreaming.luxe/stream/2529-mercoledi-wednesday-streaming.html",
"title": "Mercoledì 1x1",
"title": "Mercoledì S1 E1",
},
"url": "https://dropload.tv/e/fkbw1uszc0nh",
},

View file

@ -8,7 +8,7 @@ exports[`Frembed handle battle royal 1`] = `
"fr",
],
"referer": "https://frembed.my",
"title": "Battle Royale",
"title": "Battle Royale (2000)",
},
"url": "https://dsvplay.com/e/gtenfs0rffzq",
},
@ -18,7 +18,7 @@ exports[`Frembed handle battle royal 1`] = `
"fr",
],
"referer": "https://frembed.my",
"title": "Battle Royale",
"title": "Battle Royale (2000)",
},
"url": "https://netu.fremtv.lol/e/p0QUHavRbQD0",
},
@ -28,7 +28,7 @@ exports[`Frembed handle battle royal 1`] = `
"fr",
],
"referer": "https://frembed.my",
"title": "Battle Royale",
"title": "Battle Royale (2000)",
},
"url": "https://christopheruntilpoint.com/e/lbeqm6ofmauq",
},
@ -38,7 +38,7 @@ exports[`Frembed handle battle royal 1`] = `
"fr",
],
"referer": "https://frembed.my",
"title": "Battle Royale",
"title": "Battle Royale (2000)",
},
"url": "https://video.streamtales.cc/player/frvod.php?url=https://streamtales.cc:8443/videos/3176.mp4",
},
@ -48,7 +48,7 @@ exports[`Frembed handle battle royal 1`] = `
"fr",
],
"referer": "https://frembed.my",
"title": "Battle Royale",
"title": "Battle Royale (2000)",
},
"url": "https://uqload.cx/embed-pnxmokgrigu9.html",
},
@ -63,7 +63,7 @@ exports[`Frembed handle imdb black mirror s4e2 1`] = `
"fr",
],
"referer": "https://frembed.my",
"title": "Black Mirror 4x2",
"title": "Black Mirror S4 E2",
},
"url": "https://dsvplay.com/e/dfx8me4un4ul",
},
@ -73,7 +73,7 @@ exports[`Frembed handle imdb black mirror s4e2 1`] = `
"fr",
],
"referer": "https://frembed.my",
"title": "Black Mirror 4x2",
"title": "Black Mirror S4 E2",
},
"url": "https://netu.fremtv.lol/e/0DFgfkcXOsDP",
},
@ -83,7 +83,7 @@ exports[`Frembed handle imdb black mirror s4e2 1`] = `
"fr",
],
"referer": "https://frembed.my",
"title": "Black Mirror 4x2",
"title": "Black Mirror S4 E2",
},
"url": "https://christopheruntilpoint.com/e/cqy9oue7sv0g",
},
@ -93,7 +93,7 @@ exports[`Frembed handle imdb black mirror s4e2 1`] = `
"fr",
],
"referer": "https://frembed.my",
"title": "Black Mirror 4x2",
"title": "Black Mirror S4 E2",
},
"url": "https://ds2play.com/e/fzfvfq3ngig0",
},
@ -108,7 +108,7 @@ exports[`Frembed handle tmdb black mirror s4e2 1`] = `
"fr",
],
"referer": "https://frembed.my",
"title": "Black Mirror 4x2",
"title": "Black Mirror S4 E2",
},
"url": "https://dsvplay.com/e/dfx8me4un4ul",
},
@ -118,7 +118,7 @@ exports[`Frembed handle tmdb black mirror s4e2 1`] = `
"fr",
],
"referer": "https://frembed.my",
"title": "Black Mirror 4x2",
"title": "Black Mirror S4 E2",
},
"url": "https://netu.fremtv.lol/e/0DFgfkcXOsDP",
},
@ -128,7 +128,7 @@ exports[`Frembed handle tmdb black mirror s4e2 1`] = `
"fr",
],
"referer": "https://frembed.my",
"title": "Black Mirror 4x2",
"title": "Black Mirror S4 E2",
},
"url": "https://christopheruntilpoint.com/e/cqy9oue7sv0g",
},
@ -138,7 +138,7 @@ exports[`Frembed handle tmdb black mirror s4e2 1`] = `
"fr",
],
"referer": "https://frembed.my",
"title": "Black Mirror 4x2",
"title": "Black Mirror S4 E2",
},
"url": "https://ds2play.com/e/fzfvfq3ngig0",
},

View file

@ -78,7 +78,7 @@ exports[`HomeCine handle marvel - the punisher 1`] = `
"es",
],
"referer": "https://www3.homecine.to/series/marvel-the-punisher",
"title": "Marvel - The Punisher 1x1",
"title": "Marvel - The Punisher S1 E1",
},
"url": "https://fastream.to/embed-ujq9uojoftog.html",
},
@ -93,7 +93,7 @@ exports[`HomeCine handle walking dead s1e1 1`] = `
"mx",
],
"referer": "https://www3.homecine.to/series/serie-the-walking-dead-cualquier-idioma",
"title": "The Walking Dead 1x1",
"title": "The Walking Dead S1 E1",
},
"url": "https://fastream.to/embed-nkztf1memuca.html",
},
@ -103,7 +103,7 @@ exports[`HomeCine handle walking dead s1e1 1`] = `
"es",
],
"referer": "https://www3.homecine.to/series/serie-the-walking-dead-cualquier-idioma",
"title": "The Walking Dead 1x1",
"title": "The Walking Dead S1 E1",
},
"url": "https://fastream.to/embed-5bv96pdifz0b.html",
},

View file

@ -8,7 +8,7 @@ exports[`Movix handle battle royal 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17959&ads=true",
"title": "Battle Royale",
"title": "Battle Royale (2000)",
},
"url": "https://lecteur6.com/video/18085327b86002fc604c323b9a07f997",
},
@ -18,7 +18,7 @@ exports[`Movix handle battle royal 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17959&ads=true",
"title": "Battle Royale",
"title": "Battle Royale (2000)",
},
"url": "https://vidoza.net/embed-55hvynbdyqvc.html",
},
@ -28,7 +28,7 @@ exports[`Movix handle battle royal 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17959&ads=true",
"title": "Battle Royale",
"title": "Battle Royale (2000)",
},
"url": "https://wishonly.site/e/kykhuv6tscs8",
},
@ -38,7 +38,7 @@ exports[`Movix handle battle royal 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17959&ads=true",
"title": "Battle Royale",
"title": "Battle Royale (2000)",
},
"url": "https://darkibox.com/embed-5ghz7myucfjq.html",
},
@ -48,7 +48,7 @@ exports[`Movix handle battle royal 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17959&ads=true",
"title": "Battle Royale",
"title": "Battle Royale (2000)",
},
"url": "https://supervideo.cc/e/uieh17bid0ce",
},
@ -58,7 +58,7 @@ exports[`Movix handle battle royal 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17959&ads=true",
"title": "Battle Royale",
"title": "Battle Royale (2000)",
},
"url": "https://dood.li/e/gha75crrm8nf",
},
@ -68,7 +68,7 @@ exports[`Movix handle battle royal 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17959&ads=true",
"title": "Battle Royale",
"title": "Battle Royale (2000)",
},
"url": "https://filemoon.sx/e/c5lhlypfasmm",
},
@ -78,7 +78,7 @@ exports[`Movix handle battle royal 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17959&ads=true",
"title": "Battle Royale",
"title": "Battle Royale (2000)",
},
"url": "https://voe.sx/e/aghpmosgkhsu",
},
@ -88,7 +88,7 @@ exports[`Movix handle battle royal 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17959&ads=true",
"title": "Battle Royale",
"title": "Battle Royale (2000)",
},
"url": "http://vidmoly.me/embed-79w00r2qv88n.html",
},
@ -98,7 +98,7 @@ exports[`Movix handle battle royal 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17959&ads=true",
"title": "Battle Royale",
"title": "Battle Royale (2000)",
},
"url": "https://waaw.to/f/JWzt5eJSbpu8",
},
@ -108,7 +108,7 @@ exports[`Movix handle battle royal 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17959&ads=true",
"title": "Battle Royale",
"title": "Battle Royale (2000)",
},
"url": "https://veev.to/e/lu4c24e3aetf",
},
@ -118,7 +118,7 @@ exports[`Movix handle battle royal 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17959&ads=true",
"title": "Battle Royale",
"title": "Battle Royale (2000)",
},
"url": "https://listeamed.net/e/eL2157Kzw8m5rw4",
},
@ -133,7 +133,7 @@ exports[`Movix handle tmdb black mirror s4e2 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17320&ads=true",
"title": "Black Mirror 4x2",
"title": "Black Mirror S4 E2",
},
"url": "https://uqload.net/embed-xjmhb7rbzdjh.html",
},
@ -143,7 +143,7 @@ exports[`Movix handle tmdb black mirror s4e2 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17320&ads=true",
"title": "Black Mirror 4x2",
"title": "Black Mirror S4 E2",
},
"url": "https://lulustream.com/e/c3defa2cbtmm",
},
@ -153,7 +153,7 @@ exports[`Movix handle tmdb black mirror s4e2 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17320&ads=true",
"title": "Black Mirror 4x2",
"title": "Black Mirror S4 E2",
},
"url": "https://wishonly.site/e/bzfdmjlrsqxk",
},
@ -163,7 +163,7 @@ exports[`Movix handle tmdb black mirror s4e2 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17320&ads=true",
"title": "Black Mirror 4x2",
"title": "Black Mirror S4 E2",
},
"url": "https://vidoza.net/embed-i2e8gn4m64e1.html",
},
@ -173,7 +173,7 @@ exports[`Movix handle tmdb black mirror s4e2 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17320&ads=true",
"title": "Black Mirror 4x2",
"title": "Black Mirror S4 E2",
},
"url": "https://filemoon.sx/e/0iuzfpt5cbx6",
},
@ -183,7 +183,7 @@ exports[`Movix handle tmdb black mirror s4e2 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17320&ads=true",
"title": "Black Mirror 4x2",
"title": "Black Mirror S4 E2",
},
"url": "https://voe.sx/e/mustkdlxo67t",
},
@ -193,7 +193,7 @@ exports[`Movix handle tmdb black mirror s4e2 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17320&ads=true",
"title": "Black Mirror 4x2",
"title": "Black Mirror S4 E2",
},
"url": "http://vidmoly.me/embed-2rls953tvhxc.html",
},
@ -203,7 +203,7 @@ exports[`Movix handle tmdb black mirror s4e2 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17320&ads=true",
"title": "Black Mirror 4x2",
"title": "Black Mirror S4 E2",
},
"url": "https://waaw.to/f/GdQ6mHpxPdd8",
},
@ -213,7 +213,7 @@ exports[`Movix handle tmdb black mirror s4e2 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17320&ads=true",
"title": "Black Mirror 4x2",
"title": "Black Mirror S4 E2",
},
"url": "https://veev.to/e/nifwerilwo0i",
},
@ -223,7 +223,7 @@ exports[`Movix handle tmdb black mirror s4e2 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17320&ads=true",
"title": "Black Mirror 4x2",
"title": "Black Mirror S4 E2",
},
"url": "https://listeamed.net/e/8ozgENePwdLxmjA",
},
@ -233,7 +233,7 @@ exports[`Movix handle tmdb black mirror s4e2 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17320&ads=true",
"title": "Black Mirror 4x2",
"title": "Black Mirror S4 E2",
},
"url": "https://coflix.upn.one/#x63hig",
},
@ -243,7 +243,7 @@ exports[`Movix handle tmdb black mirror s4e2 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17320&ads=true",
"title": "Black Mirror 4x2",
"title": "Black Mirror S4 E2",
},
"url": "https://do7go.com/e/2zn4y7ueq1ta",
},
@ -253,7 +253,7 @@ exports[`Movix handle tmdb black mirror s4e2 1`] = `
"fr",
],
"referer": "https://lecteurvideo.com/embed.php?id=17320&ads=true",
"title": "Black Mirror 4x2",
"title": "Black Mirror S4 E2",
},
"url": "https://movearnpre.com/embed/eiel2p4z74kp",
},

View file

@ -8,7 +8,7 @@ exports[`StreamKiste handle black mirror s2e4 1`] = `
"de",
],
"referer": "https://streamkiste.taxi/movie/29992-black-mirror-stream-kostenlos.html",
"title": "Black Mirror 2x4",
"title": "Black Mirror S2 E4",
},
"url": "https://supervideo.cc/embed-22go50mon0ke.html",
},
@ -18,7 +18,7 @@ exports[`StreamKiste handle black mirror s2e4 1`] = `
"de",
],
"referer": "https://streamkiste.taxi/movie/29992-black-mirror-stream-kostenlos.html",
"title": "Black Mirror 2x4",
"title": "Black Mirror S2 E4",
},
"url": "https://dropload.io/embed-jvjwrkpijr0f.html",
},
@ -33,7 +33,7 @@ exports[`StreamKiste handle monster: the ed gein story s1e2 1`] = `
"de",
],
"referer": "https://streamkiste.taxi/movie/40087-monster-die-geschichte-von-ed-gein-stream-kostenlos.html",
"title": "Monster: Die Geschichte von Ed Gein 1x2",
"title": "Monster: Die Geschichte von Ed Gein S1 E2",
},
"url": "https://supervideo.cc/embed-lfwd3ytzsyry.html",
},

View file

@ -7,7 +7,7 @@ exports[`VixSrc handle imdb black mirror s4e2 1`] = `
"countryCodes": [
"multi",
],
"title": "Black Mirror 4x2",
"title": "Black Mirror S4 E2",
},
"url": "https://vixsrc.to/tv/42009/4/2",
},