fix(source): adapt MegaKino for new search
This commit is contained in:
parent
6c44fccf66
commit
fb689bf7da
11 changed files with 2278 additions and 138 deletions
|
|
@ -20,4 +20,14 @@ describe('MegaKino', () => {
|
|||
const streams = await source.handle(ctx, 'movie', new ImdbId('tt2245084', undefined, undefined));
|
||||
expect(streams).toMatchSnapshot();
|
||||
});
|
||||
|
||||
test('lego movie 2014', async () => {
|
||||
const streams = await source.handle(ctx, 'movie', new ImdbId('tt1490017', undefined, undefined));
|
||||
expect(streams).toMatchSnapshot();
|
||||
});
|
||||
|
||||
test('lego movie 2 2019', async () => {
|
||||
const streams = await source.handle(ctx, 'movie', new ImdbId('tt3513498', undefined, undefined));
|
||||
expect(streams).toMatchSnapshot();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
import * as cheerio from 'cheerio';
|
||||
import { ContentType } from 'stremio-addon-sdk';
|
||||
import { Cookie } from 'tough-cookie';
|
||||
import { Context, CountryCode } from '../types';
|
||||
import { Fetcher, getImdbId, Id, ImdbId } from '../utils';
|
||||
import { Source, SourceResult } from './Source';
|
||||
|
|
@ -13,7 +14,7 @@ export class MegaKino extends Source {
|
|||
|
||||
public readonly countryCodes: CountryCode[] = [CountryCode.de];
|
||||
|
||||
public readonly baseUrl = 'https://megakino.si';
|
||||
public readonly baseUrl = 'https://megakino.haus';
|
||||
|
||||
private readonly fetcher: Fetcher;
|
||||
|
||||
|
|
@ -26,16 +27,18 @@ export class MegaKino extends Source {
|
|||
public async handleInternal(ctx: Context, _type: string, id: Id): Promise<SourceResult[]> {
|
||||
const imdbId = await getImdbId(ctx, this.fetcher, id);
|
||||
|
||||
const pageUrl = await this.fetchPageUrl(ctx, imdbId);
|
||||
const cookie = await this.getCookie(ctx);
|
||||
|
||||
const pageUrl = await this.fetchPageUrl(ctx, imdbId, cookie);
|
||||
if (!pageUrl) {
|
||||
return [];
|
||||
}
|
||||
|
||||
const html = await this.fetcher.text(ctx, pageUrl);
|
||||
const html = await this.fetcher.text(ctx, pageUrl, { headers: { Cookie: cookie.cookieString() } });
|
||||
|
||||
const $ = cheerio.load(html);
|
||||
|
||||
const title = $('title').text().trim();
|
||||
const title = $('meta[property="og:title"]').attr('content')?.trim();
|
||||
|
||||
return Promise.all(
|
||||
$(`.video-inside iframe`)
|
||||
|
|
@ -45,15 +48,37 @@ export class MegaKino extends Source {
|
|||
);
|
||||
};
|
||||
|
||||
private fetchPageUrl = async (ctx: Context, imdbId: ImdbId): Promise<URL | undefined> => {
|
||||
const html = await this.fetcher.text(ctx, new URL(`/?do=search&subaction=search&story=${imdbId.id}`, this.baseUrl));
|
||||
private fetchPageUrl = async (ctx: Context, imdbId: ImdbId, cookie: Cookie): Promise<URL | undefined> => {
|
||||
const postUrl = new URL(this.baseUrl);
|
||||
|
||||
const form = new URLSearchParams();
|
||||
form.append('do', 'search');
|
||||
form.append('subaction', 'search');
|
||||
form.append('story', `${imdbId.id}`);
|
||||
|
||||
const html = await this.fetcher.textPost(
|
||||
ctx,
|
||||
postUrl,
|
||||
form.toString(),
|
||||
{
|
||||
headers: {
|
||||
'Content-Type': 'application/x-www-form-urlencoded',
|
||||
'Referer': postUrl.origin,
|
||||
'Cookie': cookie.cookieString(),
|
||||
},
|
||||
},
|
||||
);
|
||||
|
||||
const $ = cheerio.load(html);
|
||||
|
||||
const url = $('#dle-content a[href].poster:first')
|
||||
.map((_i, el) => $(el).attr('href'))
|
||||
return $('#dle-content a[href].poster:first')
|
||||
.map((_i, el) => new URL($(el).attr('href') as string))
|
||||
.get(0);
|
||||
};
|
||||
|
||||
return url !== undefined ? new URL(url) : url;
|
||||
private getCookie = async (ctx: Context): Promise<Cookie> => {
|
||||
const headers = await this.fetcher.head(ctx, new URL('/?yg=token', this.baseUrl)) as Record<string, string>;
|
||||
|
||||
return Cookie.parse(headers['set-cookie'] as string) as Cookie;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
1
src/source/__fixtures__/MegaKino/head-https:megakino.hausygtoken
generated
Normal file
1
src/source/__fixtures__/MegaKino/head-https:megakino.hausygtoken
generated
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"no-store","cf-cache-status":"DYNAMIC","cf-ray":"986ad05a3e58dc85-FRA","connection":"close","content-type":"text/html; charset=UTF-8","date":"Mon, 29 Sep 2025 10:31:57 GMT","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","referrer-policy":"strict-origin-when-cross-origin","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=1XKlmeSVu4MFh71WP%2FGYiuZyA22P1OT%2FQEo%2FQ5ZaoNK%2BuY%2FfQ4vqoeBZJxyouBCOM3Vs017jQPSt7IajFPZM2JpD9RR6B30xuqcxMeA9hPTfePvNwP6Giyo%3D\"}]}","server":"cloudflare","set-cookie":"yg_token=1759141917.2d9e1e4f8f41901c949a0b072fc37daf71edac9083a8e12fe62eb88997189242; HttpOnly; SameSite=Lax; Path=/; Max-Age=900; Expires=Mon, 29 Sep 2025 10:46:57 GMT","x-frame-options":"SAMEORIGIN"}
|
||||
635
src/source/__fixtures__/MegaKino/https:megakino.hausadventure4804-the-lego-movie-2.html
generated
Normal file
635
src/source/__fixtures__/MegaKino/https:megakino.hausadventure4804-the-lego-movie-2.html
generated
Normal file
|
|
@ -0,0 +1,635 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>The LEGO Movie 2</title>
|
||||
<meta name="description" content="Die Helden von Steinstadt sind zurück, mit einem großen Abenteuer voller Spannung und Action, um ihre geliebte Heimatstadt zu retten! Fünf Jahre lang war hier alles super, aber jetzt sehen sich die Bewohner mit einer neuen Bedrohung konfrontiert: LEGO DUPLO-Angreifer aus dem Weltall, die alles">
|
||||
<meta name="keywords" content="villain, sequel, based on toy, live action and animation, lego">
|
||||
<meta name="generator" content="DataLife Engine (http://dle-news.ru)">
|
||||
<meta property="og:site_name" content="MEGAKino - Filme und Serien Kostenlos in HD online anschauen auf Deutsch">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="The LEGO Movie 2">
|
||||
<meta property="og:url" content="https://megakino.haus/adventure/4804-the-lego-movie-2.html">
|
||||
<meta property="og:image" content="https://megakino.haus/uploads/posts/2024-10/4977526_jpg-c_310_420_x-f_jpg-q_x-xxyxx.webp">
|
||||
<meta property="og:description" content="Fünf Jahre, nachdem die Pläne des skrupellosen Lord Business (Stimme im Original: Will Ferrell) vereitelt werden konnten, haben die DUPLO-Invasoren aus dem Weltall die heile LEGO-Welt zerstört. Mittlerweile ist Steinstadt nur noch eine postapokalyptische Brache, die heute Apokalypstadt heißt. Emmet">
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="https://megakino.haus/index.php?do=opensearch" title="MEGAKino - Filme und Serien Kostenlos in HD online anschauen auf Deutsch">
|
||||
<link rel="canonical" href="https://megakino.haus/adventure/4804-the-lego-movie-2.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="MEGAKino - Filme und Serien Kostenlos in HD online anschauen auf Deutsch" href="https://megakino.haus/rss.xml">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#303d4a">
|
||||
<link rel="preload" href="/templates/popcornie-dark/css/common.css" as="style">
|
||||
<link rel="preload" href="/templates/popcornie-dark/css/styles.css" as="style">
|
||||
<link rel="preload" href="/templates/popcornie-dark/css/engine.css" as="style">
|
||||
<link rel="preload" href="/templates/popcornie-dark/css/fontawesome.css" as="style">
|
||||
<link rel="preload" href="/templates/popcornie-dark/webfonts/manrope-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/templates/popcornie-dark/webfonts/manrope-500.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/templates/popcornie-dark/webfonts/fredoka-one-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/templates/popcornie-dark/webfonts/fa-light-300.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="shortcut icon" href="/templates/popcornie-dark/images/favicon.svg" />
|
||||
<link href="/templates/popcornie-dark/css/common.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/templates/popcornie-dark/css/styles.css?v=14" type="text/css" rel="stylesheet" />
|
||||
<link href="/templates/popcornie-dark/css/engine.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/templates/popcornie-dark/css/fontawesome.css" type="text/css" rel="stylesheet" />
|
||||
|
||||
<style media="screen">
|
||||
.collection-container #dle-content{display:block!important}.collection-item{height:200px;position:relative;display:block;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px 0 rgba(0,0,0,0.5);margin-bottom:20px}.collection-image{position:absolute;left:-10px;top:-10px;right:-10px;bottom:-10px}.collection-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.collection-info{position:absolute;bottom:15px;left:0;display:-webkit-flex;display:-ms-flex;display:flex;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.collection-title{font-size:22px;padding:5px 25px;background-color:#3bb33b;margin-bottom:0;display:inline}.collection-text{display:none}.collection-item:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='40'%3E%3Cpath fill-rule='evenodd' fill='%233BB33B' d='M20.978 39.989C9.934 39.989.982 31.037.982 19.993.982 8.949 9.934-.003 20.978-.003c11.043 0 19.995 8.952 19.995 19.996 0 11.044-8.952 19.996-19.995 19.996Zm0-37.816c-9.789 0-17.821 8.031-17.821 17.82s8.032 17.821 17.821 17.821c9.788 0 17.82-8.032 17.82-17.821 0-9.789-8.032-17.82-17.82-17.82Zm-1.925 27.693 8.628-8.702H10.352v-2.342h17.329l-8.628-8.701 1.506-1.59 11.462 11.462-11.462 11.462-1.506-1.589Z'/%3E%3C/svg%3E") no-repeat;width:41px;height:40px;content:'';position:absolute;bottom:20px;right:20px;z-index:3;opacity:0;-webkit-transition:.35s;-o-transition:.35s;transition:.35s}.collection-scroll{margin-left:-30px;margin-right:-30px;max-height:350px;overflow:auto;scrollbar-color:#363d48 #090b0e;scrollbar-width:thin}.collection-scroll::-webkit-scrollbar{width:4px;background-color:#090b0e}.collection-scroll::-webkit-scrollbar-thumb{background-color:#363d48}.custom-collection{height:100px;max-width:180px;margin-left:auto;margin-right:auto;position:relative;display:block;border-radius:6px;overflow:hidden;box-shadow:0 8px 8px 0 rgba(0,0,0,0.35);margin-bottom:10px}.custom-collection-image{position:absolute;left:0;top:0;right:0;bottom:0}.custom-collection-image img{width:100%;height:100%;object-fit:cover;transition:.35s;border-radius:6px}.custom-collection-image:after{content:'';background:linear-gradient(to top,rgba(18,22,27,1) 0%,rgba(18,22,27,0) 100%);height:100%;width:100%;position:absolute;left:0;top:0;opacity:.85}.custom-collection-title{position:absolute;left:0;bottom:0;font-size:12px;font-weight:500;padding:10px;z-index:2;-webkit-transition:.25s;-o-transition:.25s;transition:.25s}.custom-collection:hover .custom-collection-title{padding-bottom:15px}.custom-collection-title:before{height:3px;position:absolute;left:10px;bottom:0;height:3px;width:60%;background-color:#3bb33b;content:''}.collection-entry-heading{padding-top:42%;position:relative;margin-left:-60px;margin-right:-60px;margin-top:-30px}.collection-entry-heading img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.collection-entry-title{position:absolute;left:0;top:15px;font-size:24px;padding:5px 25px;background-color:#3bb33b;margin-bottom:0;font-weight:500}.collection-entry-content{background-color:rgba(26,31,39,0.85);margin-top:-40px;position:relative;z-index:2;padding:30px;margin-left:-30px;margin-right:-30px;font-size:1.1em;line-height:1.5}.collection-entry-showfull{padding:3px 8px;border-radius:3px;border:1px solid #3bb33b;color:#fff;display:inline-block;margin-top:10px;font-size:12px;font-weight:500;cursor:pointer}@media screen and (min-width: 951px){.collection-item:hover .collection-title{background-color:transparent;color:#3bb33b}.collection-item:hover .collection-text{display:block;padding:5px 25px}.collection-item:hover:before{opacity:1}.collection-item:hover img{filter:blur(5px);opacity:.25}.collection-item:hover .collection-info{left:0;bottom:0;width:100%;height:100%;padding-right:60px}}@media screen and (max-width: 950px){.custom-collection{max-width:90%}.collection-entry-heading{margin-left:-30px;margin-right:-30px;padding-top:56.25%}.collection-entry-title{font-size:20px}.collection-title{font-size:16px}}
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2XE4T7C7SG"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-2XE4T7C7SG');
|
||||
</script>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body id="pmovie">
|
||||
<div class="wrapper">
|
||||
<div class="wrapper-container wrapper-main d-flex fd-column">
|
||||
<header class="header d-flex ai-center vw100">
|
||||
<div class="header__search d-none">
|
||||
<form id="quicksearch" method="post">
|
||||
<input type="hidden" name="do" value="search">
|
||||
<input type="hidden" name="subaction" value="search">
|
||||
<div class="header__search-box">
|
||||
<input id="story" name="story" placeholder="Suche ..." type="text" autocomplete="off">
|
||||
<button type="submit" class="search-btn"><span class="fal fa-search"></span></button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<a href="/" class="logo header__logo">
|
||||
<div class="logo__title">MegaKino</div>
|
||||
<p class="logo__caption">Kostenlos Filme und Serien auf Deutsch anschauen.</p>
|
||||
</a>
|
||||
<ul class="header__menu d-flex flex-grow-1 js-this-in-mobile-menu">
|
||||
<li><a href="/"><span class="fal fa-home"></span>Home</a></li>
|
||||
<li><a href="/films/"><span class="fal fa-fire-alt"></span>Filme</a></li>
|
||||
<li><a href="/serials/"><span class="fal fa-play"></span>Serien</a></li>
|
||||
<li><a href="/documentary/"><span class="fal fa-tv-retro"></span>Dokus</a></li>
|
||||
</ul>
|
||||
<div class="header__btn-search btn-icon js-toggle-search"><span class="fal fa-search"></span></div>
|
||||
<div class="header__btn-menu d-none js-show-mobile-menu"><span class="fal fa-bars"></span></div>
|
||||
</header>
|
||||
|
||||
<!-- END HEADER -->
|
||||
|
||||
|
||||
<div class="content flex-grow-1 cols d-flex">
|
||||
|
||||
|
||||
|
||||
<aside class="col-side">
|
||||
<div class="side-block js-this-in-mobile-menu">
|
||||
<div class="side-block__title">Was interessiert Sie?</div>
|
||||
<ul class="side-block__content side-block__menu" data-showitems="10" itemscope itemtype="http://schema.org/SiteNavigationElement">
|
||||
<li><a href="https://megakino.haus/films/" itemprop="url"><font itemprop="name">Filme</font></a><span style="float: right">4699</span></li><li><a href="https://megakino.haus/kinofilme/" itemprop="url"><font itemprop="name">Kinofilme</font></a><span style="float: right">193</span></li><li><a href="https://megakino.haus/serials/" itemprop="url"><font itemprop="name">Serien</font></a><span style="float: right">766</span></li><li><a href="https://megakino.haus/multfilm/" itemprop="url"><font itemprop="name">Animation</font></a><span style="float: right">294</span></li><li><a href="https://megakino.haus/documentary/" itemprop="url"><font itemprop="name">Dokumentationen</font></a><span style="float: right">72</span></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="side-block">
|
||||
<div class="side-block__title">Sammlung</div>
|
||||
<div class="side-block__content collection-scroll">
|
||||
<a href="https://megakino.haus/collection/2092-die-besten-weihnachtsfilme.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-12/merry.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Die besten Weihnachtsfilme</div>
|
||||
</a>
|
||||
<a href="https://megakino.haus/collection/412-batman-filme-die-komplette-chronologie.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-02/batman.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Batman Filme - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.haus/collection/127-marvel-filme-chronologischer.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/mcu.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Marvel Filme - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.haus/collection/181-harry-potter-die-komplette-chronologie.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/harry.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Harry Potter - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.haus/collection/136-star-wars-die-komplette-chronologie.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/starwars.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Star Wars – Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.haus/collection/135-fast-and-furious-chronologischer.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/forsag.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Fast and Furious - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="side-block js-this-in-mobile-menu">
|
||||
<div class="side-block__title">Genres</div>
|
||||
<ul class="side-block__content side-block__menu" data-showitems="10">
|
||||
<li><a href="https://megakino.haus/multfilm/">Animation</a><span style="float: right">294</span></li><li><a href="https://megakino.haus/action/">Action</a><span style="float: right">1560</span></li><li><a href="https://megakino.haus/adventure/">Adventure</a><span style="float: right">892</span></li><li><a href="https://megakino.haus/comedy/">Comedy</a><span style="float: right">1614</span></li><li><a href="https://megakino.haus/crime/">Crime</a><span style="float: right">734</span></li><li><a href="https://megakino.haus/documentary/">Dokumentationen</a><span style="float: right">72</span></li><li><a href="https://megakino.haus/drama/">Drama</a><span style="float: right">2215</span></li><li><a href="https://megakino.haus/family/">Family</a><span style="float: right">475</span></li><li><a href="https://megakino.haus/fantasy/">Fantasy</a><span style="float: right">634</span></li><li><a href="https://megakino.haus/history/">History</a><span style="float: right">226</span></li><li><a href="https://megakino.haus/horror/">Horror</a><span style="float: right">813</span></li><li><a href="https://megakino.haus/music/">Music</a><span style="float: right">107</span></li><li><a href="https://megakino.haus/mystery/">Mystery</a><span style="float: right">380</span></li><li><a href="https://megakino.haus/romance/">Romance</a><span style="float: right">515</span></li><li><a href="https://megakino.haus/science-fiction/">Sci-Fi</a><span style="float: right">706</span></li><li><a href="https://megakino.haus/tv-movie/">TV Movie</a><span style="float: right">54</span></li><li><a href="https://megakino.haus/thriller/">Thriller</a><span style="float: right">1545</span></li><li><a href="https://megakino.haus/war/">War</a><span style="float: right">142</span></li><li><a href="https://megakino.haus/western/">Western</a><span style="float: right">83</span></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="side-block">
|
||||
<div class="side-block__title">Demnächst bei uns!</div>
|
||||
<div class="side-block__content">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="side-block">
|
||||
<div class="side-block__title">Kommentare</div>
|
||||
<div class="side-block__content">
|
||||
<div class="lcomm">
|
||||
<div class="lcomm__meta d-flex ai-center">
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">Angelu</div>
|
||||
<div class="lcomm__date">27.09.25</div>
|
||||
</div>
|
||||
<div class="lcomm__text">Best fun ever, wirklich toller Spass</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.haus/films/5681-nobody-2.html#comment"><span class="fal fa-arrow-circle-right"></span>Nobody 2</a>
|
||||
</div><div class="lcomm">
|
||||
<div class="lcomm__meta d-flex ai-center">
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">CineZilla</div>
|
||||
<div class="lcomm__date">27.09.25</div>
|
||||
</div>
|
||||
<div class="lcomm__text">Brutal gut und verdammt true..Allerhöchsten Respekt an die,die unsere Ärsche am</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.haus/films/5716-code-3.html#comment"><span class="fal fa-arrow-circle-right"></span>Code 3</a>
|
||||
</div><div class="lcomm">
|
||||
<div class="lcomm__meta d-flex ai-center">
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">mortis main</div>
|
||||
<div class="lcomm__date">27.09.25</div>
|
||||
</div>
|
||||
<div class="lcomm__text">richtig geiler film</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.haus/films/174-star-wars-episode-ii-angriff-der-klonkrieger.html#comment"><span class="fal fa-arrow-circle-right"></span>Star Wars: Episode II - Angriff der Klonkrieger</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</aside>
|
||||
|
||||
<!-- END COL SIDE -->
|
||||
|
||||
|
||||
<main class="col-main flex-grow-1 d-flex fd-column grid-2">
|
||||
|
||||
|
||||
<div class="speedbar ws-nowrap">
|
||||
<span itemscope itemtype="https://schema.org/BreadcrumbList"><span itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><meta itemprop="position" content="1"><a href="https://megakino.haus/" itemprop="item"><span itemprop="name">MEGAKino</span></a></span> <span itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><meta itemprop="position" content="2"><a href="https://megakino.haus/adventure/" itemprop="item"><span itemprop="name">Adventure</span></a></span> The LEGO Movie 2</span>
|
||||
</div>
|
||||
|
||||
<div id="dle-content"><article class="page ignore-select pmovie" itemscope itemtype="http://schema.org/Movie">
|
||||
|
||||
<meta itemprop="inLanguage" content="de">
|
||||
<meta itemprop="countryOfOrigin" content="Canada, Denmark, United States of America">
|
||||
<meta itemprop="image" content="https://megakino.haus/uploads/posts/2024-10/4977526_jpg-c_310_420_x-f_jpg-q_x-xxyxx.webp">
|
||||
<meta itemprop="name" content="The LEGO Movie 2">
|
||||
<meta itemprop="dateCreated" content="2024-10-19T22:24:53+03:00" />
|
||||
|
||||
<div class="page__subcols d-flex">
|
||||
|
||||
<div class="page__subcol-side">
|
||||
<div class="pmovie__poster img-fit-cover">
|
||||
<img itemprop="image" data-src="/uploads/posts/2024-10/4977526_jpg-c_310_420_x-f_jpg-q_x-xxyxx.webp" src="/templates/popcornie-dark/images/no-img.png" alt="The LEGO Movie 2">
|
||||
<div class="poster__label">HD</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- END PAGE SUBCOL SIDE -->
|
||||
|
||||
<header class="page__subcol-main flex-grow-1 d-flex fd-column">
|
||||
<h1 itemprop="name">The LEGO Movie 2</h1>
|
||||
<div class="pmovie__original-title" itemprop="alternativeHeadline"> The Lego Movie 2: The Second Part</div>
|
||||
<div class="pmovie__year"><span itemprop="countryOfOrigin">Canada, Denmark, United States of America</span>, <span itemprop="dateCreated"><a href="https://megakino.haus/xfsearch/release_date/2019/">2019</a></span>, 107 min</div>
|
||||
<div class="pmovie__genres" itemprop="genre">Adventure / Animation / Filme</div>
|
||||
<div class="pmovie__age order-first"><div>16+</div></div>
|
||||
<div class="pmovie__complaint flex-grow-1"><a href="javascript:AddComplaint('4804', 'news')">Fehler gefunden?</a></div>
|
||||
<div class="pmovie__subinfo d-flex ai-center">
|
||||
<div class="pmovie__subrating pmovie__subrating--kp"><img data-src="/templates/popcornie-dark/images/kp.svg" src="/templates/popcornie-dark/images/no-img.png" alt="">6.681</div>
|
||||
<div class="pmovie__subrating pmovie__subrating--site"><img data-src="/templates/popcornie-dark/images/logo.svg" src="/templates/popcornie-dark/images/no-img.png" alt=""><div class="js-count-rating"><span id="ratig-layer-4804"><span class="ratingtypeplusminus ratingplus" >+28</span></span><span id="vote-num-id-4804">40</span></div></div>
|
||||
<div class="pmovie__btn btn icon-at-left flex-grow-1 js-scroll-to">Stream Anschauen</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- END PAGE SUBCOL MAIN -->
|
||||
|
||||
<ul class="page__subcol-side2 pmovie__header-list">
|
||||
<li>
|
||||
<div>Director:</div>
|
||||
<span itemprop="directors"><a href="https://megakino.haus/xfsearch/directors/Mike%20Mitchell/">Mike Mitchell</a></span>
|
||||
</li>
|
||||
<li>
|
||||
<div>Stars:</div>
|
||||
<span itemprop="actors"><a href="https://megakino.haus/xfsearch/cast/Chris%20Pratt/">Chris Pratt</a>, <a href="https://megakino.haus/xfsearch/cast/Elizabeth%20Banks/">Elizabeth Banks</a>, <a href="https://megakino.haus/xfsearch/cast/Will%20Arnett/">Will Arnett</a>, <a href="https://megakino.haus/xfsearch/cast/Tiffany%20Haddish/">Tiffany Haddish</a>, <a href="https://megakino.haus/xfsearch/cast/Stephanie%20Beatriz/">Stephanie Beatriz</a>, <a href="https://megakino.haus/xfsearch/cast/Alison%20Brie/">Alison Brie</a>, <a href="https://megakino.haus/xfsearch/cast/Nick%20Offerman/">Nick Offerman</a>, <a href="https://megakino.haus/xfsearch/cast/Charlie%20Day/">Charlie Day</a>, <a href="https://megakino.haus/xfsearch/cast/Maya%20Rudolph/">Maya Rudolph</a>, <a href="https://megakino.haus/xfsearch/cast/Will%20Ferrell/">Will Ferrell</a>, <a href="https://megakino.haus/xfsearch/cast/Jadon%20Sand/">Jadon Sand</a>, <a href="https://megakino.haus/xfsearch/cast/Brooklynn%20Prince/">Brooklynn Prince</a>, <a href="https://megakino.haus/xfsearch/cast/Channing%20Tatum/">Channing Tatum</a>, <a href="https://megakino.haus/xfsearch/cast/Jonah%20Hill/">Jonah Hill</a>, <a href="https://megakino.haus/xfsearch/cast/Richard%20Ayoade/">Richard Ayoade</a>, <a href="https://megakino.haus/xfsearch/cast/Ben%20Schwartz/">Ben Schwartz</a>, <a href="https://megakino.haus/xfsearch/cast/Noel%20Fielding/">Noel Fielding</a>, <a href="https://megakino.haus/xfsearch/cast/Jason%20Momoa/">Jason Momoa</a>, <a href="https://megakino.haus/xfsearch/cast/Cobie%20Smulders/">Cobie Smulders</a>, <a href="https://megakino.haus/xfsearch/cast/Ike%20Barinholtz/">Ike Barinholtz</a>, <a href="https://megakino.haus/xfsearch/cast/Ralph%20Fiennes/">Ralph Fiennes</a>, <a href="https://megakino.haus/xfsearch/cast/Will%20Forte/">Will Forte</a>, <a href="https://megakino.haus/xfsearch/cast/Jimmy%20O.%20Yang/">Jimmy O. Yang</a>, <a href="https://megakino.haus/xfsearch/cast/Jorma%20Taccone/">Jorma Taccone</a>, <a href="https://megakino.haus/xfsearch/cast/Bruce%20Willis/">Bruce Willis</a>, <a href="https://megakino.haus/xfsearch/cast/Gary%20Payton/">Gary Payton</a>, <a href="https://megakino.haus/xfsearch/cast/Sheryl%20Swoopes/">Sheryl Swoopes</a>, <a href="https://megakino.haus/xfsearch/cast/Todd%20Hansen/">Todd Hansen</a>, <a href="https://megakino.haus/xfsearch/cast/Doug%20Nicholas/">Doug Nicholas</a>, <a href="https://megakino.haus/xfsearch/cast/Liam%20Knight/">Liam Knight</a>, <a href="https://megakino.haus/xfsearch/cast/Emmett%20Mitchell/">Emmett Mitchell</a>, <a href="https://megakino.haus/xfsearch/cast/Sawyer%20D.%20Jones/">Sawyer D. Jones</a>, <a href="https://megakino.haus/xfsearch/cast/Graham%20Miller/">Graham Miller</a>, <a href="https://megakino.haus/xfsearch/cast/Cora%20Miller/">Cora Miller</a>, <a href="https://megakino.haus/xfsearch/cast/Ollie%20Mitchell/">Ollie Mitchell</a>, <a href="https://megakino.haus/xfsearch/cast/Mike%20Mitchell/">Mike Mitchell</a>, <a href="https://megakino.haus/xfsearch/cast/Christopher%20Miller/">Christopher Miller</a>, <a href="https://megakino.haus/xfsearch/cast/Margot%20Rubin/">Margot Rubin</a>, <a href="https://megakino.haus/xfsearch/cast/Emily%20Nordwind/">Emily Nordwind</a>, <a href="https://megakino.haus/xfsearch/cast/Chris%20McKay/">Chris McKay</a>, <a href="https://megakino.haus/xfsearch/cast/Trisha%20Gum/">Trisha Gum</a>, <a href="https://megakino.haus/xfsearch/cast/Ryan%20Halprin/">Ryan Halprin</a>, <a href="https://megakino.haus/xfsearch/cast/Lauren%20White/">Lauren White</a></span>
|
||||
</li>
|
||||
<li>
|
||||
<div>Production:</div>
|
||||
<span itemprop="productionCompany">Vertigo Entertainment, Warner Bros. Pictures Animation, Lord Miller, Rideback, LEGO, Animal Logic</span>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- END PAGE SUBCOLS -->
|
||||
|
||||
<div class="pmovie__caption">
|
||||
Kostenlos <b>The LEGO Movie 2</b> in voller länge auf Deutsch anschauen.<br>
|
||||
Unser Team wünscht viel Spaß beim dem Stream.
|
||||
</div>
|
||||
|
||||
<div class="page__cols d-flex">
|
||||
<div class="page__col-main flex-grow-1 d-flex fd-column">
|
||||
<h2 class="page__subtitle">Inhaltsangabe</h2>
|
||||
<div class="page__text full-text clearfix js-hide-text" itemprop="description" data-rows="9"><p>Fünf Jahre, nachdem die Pläne des skrupellosen Lord Business (Stimme im Original: Will Ferrell) vereitelt werden konnten, haben die DUPLO-Invasoren aus dem Weltall die heile LEGO-Welt zerstört. Mittlerweile ist Steinstadt nur noch eine postapokalyptische Brache, die heute Apokalypstadt heißt. Emmet führt sein Leben jedoch unbeirrt weiter. Im Gegensatz zu allen anderen, die sich für weitere Kämpfe wappnen, sieht er darin keinen Sinn. Doch dann müssen sich die Helden erneut zusammentun, um eine Bedrohung abzuwenden, denn ein außerirdischer Eindringling namens General Mischmasch (Stephanie Beatriz) aus dem Systar-System erscheint auf der Bildfläche. Mischmasch entführt Lucy (Elizabeth Banks), Batman (Will Arnett), EisenBart (Nick Offerman), Einhorn-Kitty (Alison Brie), Benny (Charlie Day) und Emmet (Chris Pratt) bleibt allein zurück. Er bricht auf, um seine Freunde zu retten und erhält dabei Hilfe vom intergalaktischen Abenteurer Rex Abenteuerweste (ebenfalls Chris Pratt)... </p></div>
|
||||
|
||||
<div class="flex-grow-1"></div>
|
||||
<h2 class="page__subtitle">Stream "The LEGO Movie 2" Kostenlos auf Deutsch</h2>
|
||||
|
||||
</div>
|
||||
<div class="page__col-side">
|
||||
<h3 class="page__subtitle">Trailer</h3>
|
||||
<div class="pmovie__btn-trailer img-fit-cover js-show-trailer">
|
||||
<div class="fal fa-play anim"></div>
|
||||
<img data-src="/uploads/posts/2024-10/280217_backdrop_path_1729369455.webp" src="/templates/popcornie-dark/images/no-img.png" alt="The LEGO Movie 2">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<a href="//warez.cx/" rel="nofollow" target="_blank">
|
||||
<img style="max-width: 100%;" src="/templates/popcornie-dark/images/ba_ibooks.png" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="pmovie__caption">
|
||||
Bei uns kannst du dir kostenlos Filme und Serien als Stream anschauen.<br>
|
||||
Wir zeigen dir in der Schritt-für-Schritt Anleitung wie es geht. <br>
|
||||
<a href="/tutorials.html" target="_blank">So funktioniert's</a>
|
||||
</div><br>
|
||||
<!-- END PAGE COLS -->
|
||||
<div class="pmovie__player tabs-block">
|
||||
<div class="pmovie__player-controls d-flex ai-center">
|
||||
|
||||
<div class="tabs-block__select d-flex flex-grow-1">
|
||||
<span>Voe</span>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="pmovie__complaint2">
|
||||
<a href="javascript:AddComplaint('4804', 'news')">Funktioniert nicht?</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="tabs-block__content video-inside video-responsive">
|
||||
<iframe id="film_main" data-src="https://voe.sx/e/gkd0hqdinrex" scrolling="no" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="pmovie__player-bottom d-flex ai-center">
|
||||
|
||||
<div class="pmovie__rating-likes d-flex">
|
||||
<a href="#" onclick="doRate('plus', '4804'); return false;" ><span class="fal fa-thumbs-up"></span><span id="likes-id-4804">34</span></a>
|
||||
<a href="#" onclick="doRate('minus', '4804'); return false;" ><span class="fal fa-thumbs-down"></span><span id="dislikes-id-4804">6</span></a>
|
||||
</div>
|
||||
|
||||
<div class="pmovie__share flex-grow-1">
|
||||
<div class="ya-share2" data-services="vkontakte,facebook,odnoklassniki,viber,whatsapp,telegram" data-counter="ig"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ins class="604c7625" data-key="db6f7550-dc92-46e9-b50b-ea0dda9dfd40" data-cp-host="39f199aed1bd4b98a92539a0e4e0fe3b|megakino.ink" data-cp-domain="megakino.ink"></ins>
|
||||
|
||||
<div class="pmovie__caption">
|
||||
Stream auf Deutsch <b>The LEGO Movie 2</b> in hd online <b>Kostenlos</b>!, The LEGO Movie 2 in voller länge kostenlos anschauen, stream The LEGO Movie 2 kostenlos, The LEGO Movie 2 stream, The LEGO Movie 2 deutsch stream,
|
||||
Kostenlos The LEGO Movie 2 anschauen, The LEGO Movie 2 in HD anschauen, Kostenlos in HD The LEGO Movie 2, The LEGO Movie 2 auf deutsch
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<section class="sect pmovie__related">
|
||||
<h2 class="sect__title sect__header">Empfohlene Einträge:</h2>
|
||||
<div class="sect__content d-grid">
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.haus/films/727-the-lego-movie.html">
|
||||
<div class="poster__img img-responsive img-responsive--portrait img-fit-cover">
|
||||
<img data-src="/uploads/posts/2022-04/137106_poster_164993468kwn.webp" src="/templates/popcornie-dark/images/no-img.png" alt="The Lego Movie">
|
||||
<div class="has-overlay__mask btn-icon anim"><span class="fal fa-play"></span></div>
|
||||
</div>
|
||||
<div class="poster__desc">
|
||||
<h3 class="poster__title ws-nowrap">The Lego Movie</h3>
|
||||
<ul class="poster__subtitle ws-nowrap">
|
||||
<li>2014</li>
|
||||
<li>Filme / Animation / Adventure / Comedy / Family / Fantasy</li>
|
||||
</ul>
|
||||
</div>
|
||||
</a>
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.haus/films/702-the-lego-batman-movie.html">
|
||||
<div class="poster__img img-responsive img-responsive--portrait img-fit-cover">
|
||||
<img data-src="/uploads/posts/2022-04/324849_posters_164988rckab1.webp" src="/templates/popcornie-dark/images/no-img.png" alt="The Lego Batman Movie">
|
||||
<div class="has-overlay__mask btn-icon anim"><span class="fal fa-play"></span></div>
|
||||
</div>
|
||||
<div class="poster__desc">
|
||||
<h3 class="poster__title ws-nowrap">The Lego Batman Movie</h3>
|
||||
<ul class="poster__subtitle ws-nowrap">
|
||||
<li>2017</li>
|
||||
<li>Filme / Animation / Action / Comedy</li>
|
||||
</ul>
|
||||
</div>
|
||||
</a>
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.haus/films/639-3-engel-fur-charlie.html">
|
||||
<div class="poster__img img-responsive img-responsive--portrait img-fit-cover">
|
||||
<img data-src="/uploads/posts/2022-04/458897_poster_16495963ekm41.webp" src="/templates/popcornie-dark/images/no-img.png" alt="3 Engel für Charlie">
|
||||
<div class="has-overlay__mask btn-icon anim"><span class="fal fa-play"></span></div>
|
||||
</div>
|
||||
<div class="poster__desc">
|
||||
<h3 class="poster__title ws-nowrap">3 Engel für Charlie</h3>
|
||||
<ul class="poster__subtitle ws-nowrap">
|
||||
<li>2019</li>
|
||||
<li>Filme / Action / Adventure / Comedy / Sci-Fi</li>
|
||||
</ul>
|
||||
</div>
|
||||
</a>
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.haus/comedy/4294-wir-sind-die-neuen.html">
|
||||
<div class="poster__img img-responsive img-responsive--portrait img-fit-cover">
|
||||
<img data-src="/uploads/posts/2024-06/465808_jpg-c_310_420_x-f_jpg-q_x-xxyxx.webp" src="/templates/popcornie-dark/images/no-img.png" alt="Wir sind die Neuen">
|
||||
<div class="has-overlay__mask btn-icon anim"><span class="fal fa-play"></span></div>
|
||||
</div>
|
||||
<div class="poster__desc">
|
||||
<h3 class="poster__title ws-nowrap">Wir sind die Neuen</h3>
|
||||
<ul class="poster__subtitle ws-nowrap">
|
||||
<li>2014</li>
|
||||
<li>Comedy / Filme</li>
|
||||
</ul>
|
||||
</div>
|
||||
</a>
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.haus/films/241-batman-v-superman-dawn-of-justice.html">
|
||||
<div class="poster__img img-responsive img-responsive--portrait img-fit-cover">
|
||||
<img data-src="/uploads/posts/2022-01/209112_poster_1642968jfkuz1.webp" src="/templates/popcornie-dark/images/no-img.png" alt="Batman v Superman: Dawn of Justice">
|
||||
<div class="has-overlay__mask btn-icon anim"><span class="fal fa-play"></span></div>
|
||||
</div>
|
||||
<div class="poster__desc">
|
||||
<h3 class="poster__title ws-nowrap">Batman v Superman: Dawn of Justice</h3>
|
||||
<ul class="poster__subtitle ws-nowrap">
|
||||
<li>2016</li>
|
||||
<li>Filme / Action / Adventure / Fantasy</li>
|
||||
</ul>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="page__comments">
|
||||
<div class="page__comments-title">Kommentare</div>
|
||||
<div class="page__comments-info">
|
||||
<span class="fal fa-exclamation-circle"></span>
|
||||
Die Mindestkommentarlänge beträgt 20 Zeichen. Respektiere dich und andere!
|
||||
</div>
|
||||
<form method="post" name="dle-comments-form" id="dle-comments-form" ><div class="form add-comments-form ignore-select" id="add-comments-form">
|
||||
|
||||
<div class="form__row form__row--without-label">
|
||||
<div class="form__content form__textarea-inside"><div class="bb-editor">
|
||||
<textarea name="comments" id="comments" cols="70" rows="10"></textarea>
|
||||
</div></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form__row form__row--protect message-info d-none">
|
||||
<div class="form__caption">
|
||||
<label class="form__label form__label--important" for="sec_code">Geben Sie den Code aus dem Bild ein:</label>
|
||||
</div>
|
||||
<div class="form__content form__content--sec-code">
|
||||
<input class="form__input" type="text" name="sec_code" id="sec_code" placeholder="Bitte Code eingeben" maxlength="45" required />
|
||||
<a onclick="reload(); return false;" title="reload, if the code cannot be seen" href="#"><span id="dle-captcha"><img src="/engine/modules/antibot/antibot.php" alt="reload, if the code cannot be seen" width="160" height="80"></span></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form__row form__row--without-label">
|
||||
<div class="form__content d-flex jc-space-between">
|
||||
<button class="btn add-comments-form__btn" name="submit" type="submit">Absenden</button>
|
||||
|
||||
<input class="form__input add-comments-form__input flex-grow-1" type="text" maxlength="35" name="name" id="name" placeholder="Name" />
|
||||
<input class="form__input add-comments-form__input flex-grow-1" type="text" maxlength="35" name="mail" id="mail" placeholder="E-Mail (nicht notwendig)" />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<input type="hidden" name="subaction" value="addcomment">
|
||||
<input type="hidden" name="post_id" id="post_id" value="4804"><input type="hidden" name="user_hash" value="6d3aae7c5e6aaa86c7bd35f33c45c317f973643d"></form>
|
||||
<div class="page__comments-list page__comments-list--not-comments" id="page__comments-list">
|
||||
<div class="message-info">Es gibt noch keine Kommentare. Willst du der Erste sein?</div>
|
||||
|
||||
<div id="dle-ajax-comments"></div>
|
||||
<!--dlenavigationcomments-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="d-none" id="pmovie__trailer" title="Trailer">
|
||||
<div class="pmovie__trailer video-responsive" itemprop="video" itemscope="" itemtype="http://schema.org/VideoObject">
|
||||
<link itemprop="thumbnail" href="https://megakino.haus/uploads/posts/2024-10/4977526_jpg-c_310_420_x-f_jpg-q_x-xxyxx.webp">
|
||||
<meta itemprop="description" content="Fünf Jahre, nachdem die Pläne des skrupellosen Lord Business (Stimme im Original: Will Ferrell)">
|
||||
<meta itemprop="uploadDate" content="2024-10-19T22:24:53+03:00" />
|
||||
<meta itemprop="datePublished" content="2024-10-19T22:24:53+03:00">
|
||||
<link itemprop="embedUrl" href="https://www.youtube.com/embed/xqXCjtWLmdI">
|
||||
<link itemprop="url" href="https://megakino.haus/adventure/4804-the-lego-movie-2.html">
|
||||
<meta itemprop="isFamilyFriendly" content="true">
|
||||
<meta itemprop="playerType" content="HTML5">
|
||||
<meta itemprop="duration" content="PT3000S">
|
||||
<meta itemprop="width" content="1280">
|
||||
<meta itemprop="height" content="720">
|
||||
<meta itemprop="videoQuality" content="high">
|
||||
<meta itemprop="name" content="The LEGO Movie 2">
|
||||
|
||||
<iframe data-src="https://www.youtube.com/embed/xqXCjtWLmdI" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<script type="text/javascript" async>
|
||||
|
||||
let aaScript = document.createElement('script')
|
||||
aaScript.type = 'text/javascript'
|
||||
aaScript.src =
|
||||
'https://cvt-s2.agl006.host/o?' +
|
||||
new URLSearchParams({
|
||||
vst: [
|
||||
encodeURIComponent(
|
||||
'_jMvNDY1NT_jNmUtNTVjYiWWZTZiL-I2ODEtM-NkZDJiMzBkZGRk'
|
||||
),
|
||||
encodeURIComponent(
|
||||
'_jMvYjM1ZDZhM2MtNzRjNSWWZTIyL-ExM-QtOGUWNzYxN-NmOTJj'
|
||||
)
|
||||
],
|
||||
lang: 'en',
|
||||
container: '.pmovie__player.tabs-block',
|
||||
cp: JSON.stringify({
|
||||
domain: 'megakino.dad',
|
||||
host: '757f0897b6694b79aad7cbf152c4d567|megakino.dad',
|
||||
}),
|
||||
})
|
||||
document.body.appendChild(aaScript)
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.pmovie__player {
|
||||
position: relative;
|
||||
}
|
||||
</style>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<!-- END COL MAIN -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- END CONTENT -->
|
||||
|
||||
<footer class="footer d-flex ai-center">
|
||||
<a href="/?do=feedback" class="btn-accent centered-content">Kontakt</a>
|
||||
<div class="logo footer__logo">
|
||||
<div class="logo__title">MegaKino</div>
|
||||
<p class="logo__caption">Kostenlos Filme und Serien auf Deutsch anschauen.</p>
|
||||
</div>
|
||||
<div class="footer__text flex-grow-1">
|
||||
© 2024 "MegaKino" <br>Bietet Dir eine vielzahl von neuen
|
||||
<br>Filmen , Serien und Kinofilmen.
|
||||
</div>
|
||||
<div class="footer__counter">
|
||||
X
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- END FOOTER -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- END WRAPPER-MAIN -->
|
||||
|
||||
</div>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebSite",
|
||||
"url": "https://www.example.com/",
|
||||
"potentialAction": {
|
||||
"@type": "SearchAction",
|
||||
"target": {
|
||||
"@type": "EntryPoint",
|
||||
"urlTemplate": "https://megakino.haus/index.php?do=search&story={search_term_string}"
|
||||
},
|
||||
"query-input": "required name=search_term_string"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Organization",
|
||||
"url": "https://megakino.haus",
|
||||
"logo": "https://megakino.haus/templates/popcornie-dark/images/logo.svg"
|
||||
}
|
||||
</script>
|
||||
<!-- END WRAPPER -->
|
||||
<link href="/engine/classes/min/index.php?f=engine/editor/css/default.css&v=bc993" rel="stylesheet" type="text/css">
|
||||
<script src="/engine/classes/min/index.php?g=general3&v=bc993"></script>
|
||||
<script src="/engine/classes/min/index.php?f=engine/classes/js/jqueryui3.js,engine/classes/js/dle_js.js,engine/classes/js/lazyload.js&v=bc993" defer></script>
|
||||
<script src="/templates/popcornie-dark/js/libs.js?5"></script>
|
||||
<script>
|
||||
<!--
|
||||
var dle_root = '/';
|
||||
var dle_admin = '';
|
||||
var dle_login_hash = '6d3aae7c5e6aaa86c7bd35f33c45c317f973643d';
|
||||
var dle_group = 5;
|
||||
var dle_skin = 'popcornie-dark';
|
||||
var dle_wysiwyg = '-1';
|
||||
var quick_wysiwyg = '1';
|
||||
var dle_min_search = '4';
|
||||
var dle_act_lang = ["Yes", "No", "Enter", "Cancel", "Save", "Delete", "Loading. Please, wait..."];
|
||||
var menu_short = 'Quick edit';
|
||||
var menu_full = 'Full edit';
|
||||
var menu_profile = 'View profile';
|
||||
var menu_send = 'Send message';
|
||||
var menu_uedit = 'Admin Center';
|
||||
var dle_info = 'Information';
|
||||
var dle_confirm = 'Confirm';
|
||||
var dle_prompt = 'Enter the information';
|
||||
var dle_req_field = ["Fill the name field", "Fill the message field", "Fill the field with the subject of the message"];
|
||||
var dle_del_agree = 'Are you sure you want to delete it? This action cannot be undone';
|
||||
var dle_spam_agree = 'Are you sure you want to mark the user as a spammer? This will remove all his comments';
|
||||
var dle_c_title = 'Send a complaint';
|
||||
var dle_complaint = 'Enter the text of your complaint to the Administration:';
|
||||
var dle_mail = 'Your e-mail:';
|
||||
var dle_big_text = 'Highlighted section of text is too large.';
|
||||
var dle_orfo_title = 'Enter a comment to the detected error on the page for Administration ';
|
||||
var dle_p_send = 'Send';
|
||||
var dle_p_send_ok = 'Notification has been sent successfully ';
|
||||
var dle_save_ok = 'Changes are saved successfully. Refresh the page?';
|
||||
var dle_reply_title= 'Reply to the comment';
|
||||
var dle_tree_comm = '0';
|
||||
var dle_del_news = 'Delete article';
|
||||
var dle_sub_agree = 'Do you really want to subscribe to this article’s comments?';
|
||||
var dle_captcha_type = '0';
|
||||
var dle_share_interesting = ["Share a link to the selected text", "Twitter", "Facebook", "Вконтакте", "Direct Link:", "Right-click and select «Copy Link»"];
|
||||
var DLEPlayerLang = {prev: 'Previous',next: 'Next',play: 'Play',pause: 'Pause',mute: 'Mute', unmute: 'Unmute', settings: 'Settings', enterFullscreen: 'Enable full screen mode', exitFullscreen: 'Disable full screen mode', speed: 'Speed', normal: 'Normal', quality: 'Quality', pip: 'PiP mode'};
|
||||
var allow_dle_delete_news = false;
|
||||
var dle_search_delay = false;
|
||||
var dle_search_value = '';
|
||||
jQuery(function($){
|
||||
$('#dle-comments-form').submit(function() {
|
||||
doAddComments();
|
||||
return false;
|
||||
});
|
||||
FastSearch();
|
||||
});
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
$('.collection-entry-showfull[data-show]').on('click', function(){
|
||||
$('.collection-entry-preview').hide();
|
||||
$('.collection-entry-full').show();
|
||||
})
|
||||
$('.collection-entry-showfull[data-hide]').on('click', function(){
|
||||
$('.collection-entry-preview').show();
|
||||
$('.collection-entry-full').hide();
|
||||
})
|
||||
</script>
|
||||
<link href="/templates/popcornie-dark/lazydev/dle_filter/assets/dle_filter.css" type="text/css" rel="stylesheet">
|
||||
<script src="/engine/lazydev/dle_filter/lib/dle_filter.js.php"></script>
|
||||
<script src="/templates/popcornie-dark/lazydev/dle_filter/assets/dle_filter.js"></script>
|
||||
|
||||
<ins class="604c7625" data-key="a194e23a-9276-4eae-aab3-1b19d679a85b" data-cp-host="39f199aed1bd4b98a92539a0e4e0fe3b|megakino.ink" data-cp-domain="megakino.ink"></ins>
|
||||
<script async src="https://cvt-s2.agl006.host/o/s/a941312e99999aac85c8d55346033a2f.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!-- DataLife Engine Copyright SoftNews Media Group (http://dle-news.ru) -->
|
||||
|
|
@ -6,16 +6,15 @@
|
|||
<meta name="description" content="Hiro Hamada (Stimme: Ryan Potter) ist ein brillanter Teenager und lebt in der futuristischen Stadt San Fransokyo, wo er sein geniales Erfindertalent aber bei weitem nicht so nutzt, wie es sein Bruder Tadashi (Daniel Henney) gerne hätte. Als dieser stirbt, findet Hiro den aufblasbaren Roboter Baymax">
|
||||
<meta name="keywords" content="sibling relationship, san francisco, california, martial arts, hero, talent, friendship, cartoon, superhero, revenge, tokyo, japan, best friend, another dimension, robot, boy genius, aftercreditsstinger, moral dilemma, teen superhero, dead brother, Baymax - Riesiges Robowabohu">
|
||||
<meta name="generator" content="DataLife Engine (http://dle-news.ru)">
|
||||
<meta property="og:site_name" content="MEGAKino.SI- Filme und Serien Kostenlos in HD online anschauen auf Deutsch">
|
||||
<meta property="og:site_name" content="MEGAKino - Filme und Serien Kostenlos in HD online anschauen auf Deutsch">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="Baymax - Riesiges Robowabohu">
|
||||
<meta property="og:url" content="https://megakino.si/films/693-baymax-riesiges-robowabohu.html">
|
||||
<meta name="news_keywords" content="sibling relationship, san francisco, california, martial arts, hero, talent, friendship, cartoon, superhero, revenge, tokyo, japan, best friend, another dimension, robot, boy genius, aftercreditsstinger, moral dilemma, teen superhero, dead brother, Baymax">
|
||||
<meta property="og:image" content="https://megakino.si/uploads/posts/2022-04/177572_poster_1649884uqk2f1.webp">
|
||||
<meta property="og:url" content="https://megakino.haus/films/693-baymax-riesiges-robowabohu.html">
|
||||
<meta property="og:image" content="https://megakino.haus/uploads/posts/2022-04/177572_poster_1649884uqk2f1.webp">
|
||||
<meta property="og:description" content="Hiro Hamada (Stimme: Ryan Potter) ist ein brillanter Teenager und lebt in der futuristischen Stadt San Fransokyo, wo er sein geniales Erfindertalent aber bei weitem nicht so nutzt, wie es sein Bruder Tadashi (Daniel Henney) gerne hätte. Als dieser stirbt, findet Hiro den aufblasbaren Roboter Baymax">
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="https://megakino.si/index.php?do=opensearch" title="MEGAKino.SI- Filme und Serien Kostenlos in HD online anschauen auf Deutsch">
|
||||
<link rel="canonical" href="https://megakino.si/films/693-baymax-riesiges-robowabohu.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="MEGAKino.SI- Filme und Serien Kostenlos in HD online anschauen auf Deutsch" href="https://megakino.si/rss.xml">
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="https://megakino.haus/index.php?do=opensearch" title="MEGAKino - Filme und Serien Kostenlos in HD online anschauen auf Deutsch">
|
||||
<link rel="canonical" href="https://megakino.haus/films/693-baymax-riesiges-robowabohu.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="MEGAKino - Filme und Serien Kostenlos in HD online anschauen auf Deutsch" href="https://megakino.haus/rss.xml">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#303d4a">
|
||||
<link rel="preload" href="/templates/popcornie-dark/css/common.css" as="style">
|
||||
|
|
@ -39,17 +38,16 @@
|
|||
|
||||
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2C5NR7917L"></script>
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2XE4T7C7SG"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-2C5NR7917L');
|
||||
gtag('config', 'G-2XE4T7C7SG');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body id="pmovie">
|
||||
|
|
@ -67,7 +65,7 @@
|
|||
</form>
|
||||
</div>
|
||||
<a href="/" class="logo header__logo">
|
||||
<div class="logo__title">MegaKino.SI</div>
|
||||
<div class="logo__title">MegaKino</div>
|
||||
<p class="logo__caption">Kostenlos Filme und Serien auf Deutsch anschauen.</p>
|
||||
</a>
|
||||
<ul class="header__menu d-flex flex-grow-1 js-this-in-mobile-menu">
|
||||
|
|
@ -91,7 +89,7 @@
|
|||
<div class="side-block js-this-in-mobile-menu">
|
||||
<div class="side-block__title">Was interessiert Sie?</div>
|
||||
<ul class="side-block__content side-block__menu" data-showitems="10" itemscope itemtype="http://schema.org/SiteNavigationElement">
|
||||
<li><a href="https://megakino.si/films/" itemprop="url"><font itemprop="name">Filme</font></a><span style="float: right">4576</span></li><li><a href="https://megakino.si/kinofilme/" itemprop="url"><font itemprop="name">Kinofilme</font></a><span style="float: right">190</span></li><li><a href="https://megakino.si/serials/" itemprop="url"><font itemprop="name">Serien</font></a><span style="float: right">734</span></li><li><a href="https://megakino.si/multfilm/" itemprop="url"><font itemprop="name">Animation</font></a><span style="float: right">289</span></li><li><a href="https://megakino.si/documentary/" itemprop="url"><font itemprop="name">Dokumentationen</font></a><span style="float: right">69</span></li>
|
||||
<li><a href="https://megakino.haus/films/" itemprop="url"><font itemprop="name">Filme</font></a><span style="float: right">4699</span></li><li><a href="https://megakino.haus/kinofilme/" itemprop="url"><font itemprop="name">Kinofilme</font></a><span style="float: right">193</span></li><li><a href="https://megakino.haus/serials/" itemprop="url"><font itemprop="name">Serien</font></a><span style="float: right">766</span></li><li><a href="https://megakino.haus/multfilm/" itemprop="url"><font itemprop="name">Animation</font></a><span style="float: right">294</span></li><li><a href="https://megakino.haus/documentary/" itemprop="url"><font itemprop="name">Dokumentationen</font></a><span style="float: right">72</span></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -100,27 +98,27 @@
|
|||
<div class="side-block">
|
||||
<div class="side-block__title">Sammlung</div>
|
||||
<div class="side-block__content collection-scroll">
|
||||
<a href="https://megakino.si/collection/2092-die-besten-weihnachtsfilme.html" class="custom-collection">
|
||||
<a href="https://megakino.haus/collection/2092-die-besten-weihnachtsfilme.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-12/merry.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Die besten Weihnachtsfilme</div>
|
||||
</a>
|
||||
<a href="https://megakino.si/collection/412-batman-filme-die-komplette-chronologie.html" class="custom-collection">
|
||||
<a href="https://megakino.haus/collection/412-batman-filme-die-komplette-chronologie.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-02/batman.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Batman Filme - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.si/collection/127-marvel-filme-chronologischer.html" class="custom-collection">
|
||||
<a href="https://megakino.haus/collection/127-marvel-filme-chronologischer.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/mcu.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Marvel Filme - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.si/collection/181-harry-potter-die-komplette-chronologie.html" class="custom-collection">
|
||||
<a href="https://megakino.haus/collection/181-harry-potter-die-komplette-chronologie.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/harry.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Harry Potter - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.si/collection/136-star-wars-die-komplette-chronologie.html" class="custom-collection">
|
||||
<a href="https://megakino.haus/collection/136-star-wars-die-komplette-chronologie.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/starwars.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Star Wars – Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.si/collection/135-fast-and-furious-chronologischer.html" class="custom-collection">
|
||||
<a href="https://megakino.haus/collection/135-fast-and-furious-chronologischer.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/forsag.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Fast and Furious - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
|
|
@ -132,7 +130,7 @@
|
|||
<div class="side-block js-this-in-mobile-menu">
|
||||
<div class="side-block__title">Genres</div>
|
||||
<ul class="side-block__content side-block__menu" data-showitems="10">
|
||||
<li><a href="https://megakino.si/multfilm/">Animation</a><span style="float: right">289</span></li><li><a href="https://megakino.si/action/">Action</a><span style="float: right">1524</span></li><li><a href="https://megakino.si/adventure/">Adventure</a><span style="float: right">882</span></li><li><a href="https://megakino.si/comedy/">Comedy</a><span style="float: right">1562</span></li><li><a href="https://megakino.si/crime/">Crime</a><span style="float: right">726</span></li><li><a href="https://megakino.si/documentary/">Dokumentationen</a><span style="float: right">69</span></li><li><a href="https://megakino.si/drama/">Drama</a><span style="float: right">2157</span></li><li><a href="https://megakino.si/family/">Family</a><span style="float: right">471</span></li><li><a href="https://megakino.si/fantasy/">Fantasy</a><span style="float: right">627</span></li><li><a href="https://megakino.si/history/">History</a><span style="float: right">221</span></li><li><a href="https://megakino.si/horror/">Horror</a><span style="float: right">785</span></li><li><a href="https://megakino.si/music/">Music</a><span style="float: right">102</span></li><li><a href="https://megakino.si/mystery/">Mystery</a><span style="float: right">375</span></li><li><a href="https://megakino.si/romance/">Romance</a><span style="float: right">504</span></li><li><a href="https://megakino.si/science-fiction/">Sci-Fi</a><span style="float: right">688</span></li><li><a href="https://megakino.si/tv-movie/">TV Movie</a><span style="float: right">53</span></li><li><a href="https://megakino.si/thriller/">Thriller</a><span style="float: right">1497</span></li><li><a href="https://megakino.si/war/">War</a><span style="float: right">142</span></li><li><a href="https://megakino.si/western/">Western</a><span style="float: right">83</span></li>
|
||||
<li><a href="https://megakino.haus/multfilm/">Animation</a><span style="float: right">294</span></li><li><a href="https://megakino.haus/action/">Action</a><span style="float: right">1560</span></li><li><a href="https://megakino.haus/adventure/">Adventure</a><span style="float: right">892</span></li><li><a href="https://megakino.haus/comedy/">Comedy</a><span style="float: right">1614</span></li><li><a href="https://megakino.haus/crime/">Crime</a><span style="float: right">734</span></li><li><a href="https://megakino.haus/documentary/">Dokumentationen</a><span style="float: right">72</span></li><li><a href="https://megakino.haus/drama/">Drama</a><span style="float: right">2215</span></li><li><a href="https://megakino.haus/family/">Family</a><span style="float: right">475</span></li><li><a href="https://megakino.haus/fantasy/">Fantasy</a><span style="float: right">634</span></li><li><a href="https://megakino.haus/history/">History</a><span style="float: right">226</span></li><li><a href="https://megakino.haus/horror/">Horror</a><span style="float: right">813</span></li><li><a href="https://megakino.haus/music/">Music</a><span style="float: right">107</span></li><li><a href="https://megakino.haus/mystery/">Mystery</a><span style="float: right">380</span></li><li><a href="https://megakino.haus/romance/">Romance</a><span style="float: right">515</span></li><li><a href="https://megakino.haus/science-fiction/">Sci-Fi</a><span style="float: right">706</span></li><li><a href="https://megakino.haus/tv-movie/">TV Movie</a><span style="float: right">54</span></li><li><a href="https://megakino.haus/thriller/">Thriller</a><span style="float: right">1545</span></li><li><a href="https://megakino.haus/war/">War</a><span style="float: right">142</span></li><li><a href="https://megakino.haus/western/">Western</a><span style="float: right">83</span></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
|
@ -150,25 +148,25 @@
|
|||
<div class="side-block__content">
|
||||
<div class="lcomm">
|
||||
<div class="lcomm__meta d-flex ai-center">
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">Merkel</div>
|
||||
<div class="lcomm__date">30.06.25</div>
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">Angelu</div>
|
||||
<div class="lcomm__date">27.09.25</div>
|
||||
</div>
|
||||
<div class="lcomm__text">Boah richtign gut muss jeder gesehen haben</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.si/serials/5567-squid-game-3-staffel.html#comment"><span class="fal fa-arrow-circle-right"></span>Squid Game - 3 Staffel</a>
|
||||
<div class="lcomm__text">Best fun ever, wirklich toller Spass</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.haus/films/5681-nobody-2.html#comment"><span class="fal fa-arrow-circle-right"></span>Nobody 2</a>
|
||||
</div><div class="lcomm">
|
||||
<div class="lcomm__meta d-flex ai-center">
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">Neo</div>
|
||||
<div class="lcomm__date">28.06.25</div>
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">CineZilla</div>
|
||||
<div class="lcomm__date">27.09.25</div>
|
||||
</div>
|
||||
<div class="lcomm__text">Geiler Film</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.si/serials/5567-squid-game-3-staffel.html#comment"><span class="fal fa-arrow-circle-right"></span>Squid Game - 3 Staffel</a>
|
||||
<div class="lcomm__text">Brutal gut und verdammt true..Allerhöchsten Respekt an die,die unsere Ärsche am</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.haus/films/5716-code-3.html#comment"><span class="fal fa-arrow-circle-right"></span>Code 3</a>
|
||||
</div><div class="lcomm">
|
||||
<div class="lcomm__meta d-flex ai-center">
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">Tanja</div>
|
||||
<div class="lcomm__date">27.06.25</div>
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">mortis main</div>
|
||||
<div class="lcomm__date">27.09.25</div>
|
||||
</div>
|
||||
<div class="lcomm__text">super echt mega</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.si/serials/5567-squid-game-3-staffel.html#comment"><span class="fal fa-arrow-circle-right"></span>Squid Game - 3 Staffel</a>
|
||||
<div class="lcomm__text">richtig geiler film</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.haus/films/174-star-wars-episode-ii-angriff-der-klonkrieger.html#comment"><span class="fal fa-arrow-circle-right"></span>Star Wars: Episode II - Angriff der Klonkrieger</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -182,14 +180,14 @@
|
|||
|
||||
|
||||
<div class="speedbar ws-nowrap">
|
||||
<span itemscope itemtype="https://schema.org/BreadcrumbList"><span itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><meta itemprop="position" content="1"><a href="https://megakino.si/" itemprop="item"><span itemprop="name">MEGAKino.SI</span></a></span> <span itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><meta itemprop="position" content="2"><a href="https://megakino.si/films/" itemprop="item"><span itemprop="name">Filme</span></a></span> Baymax - Riesiges Robowabohu</span>
|
||||
<span itemscope itemtype="https://schema.org/BreadcrumbList"><span itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><meta itemprop="position" content="1"><a href="https://megakino.haus/" itemprop="item"><span itemprop="name">MEGAKino</span></a></span> <span itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><meta itemprop="position" content="2"><a href="https://megakino.haus/films/" itemprop="item"><span itemprop="name">Filme</span></a></span> Baymax - Riesiges Robowabohu</span>
|
||||
</div>
|
||||
|
||||
<div id="dle-content"><article class="page ignore-select pmovie" itemscope itemtype="http://schema.org/Movie">
|
||||
|
||||
<meta itemprop="inLanguage" content="de">
|
||||
<meta itemprop="countryOfOrigin" content="United States of America">
|
||||
<meta itemprop="image" content="https://megakino.si/uploads/posts/2022-04/177572_poster_1649884uqk2f1.webp">
|
||||
<meta itemprop="image" content="https://megakino.haus/uploads/posts/2022-04/177572_poster_1649884uqk2f1.webp">
|
||||
<meta itemprop="name" content="Baymax - Riesiges Robowabohu">
|
||||
<meta itemprop="dateCreated" content="2022-02-28T23:11:35+03:00" />
|
||||
|
||||
|
|
@ -207,13 +205,13 @@
|
|||
<header class="page__subcol-main flex-grow-1 d-flex fd-column">
|
||||
<h1 itemprop="name">Baymax - Riesiges Robowabohu</h1>
|
||||
<div class="pmovie__original-title" itemprop="alternativeHeadline"> Big Hero 6</div>
|
||||
<div class="pmovie__year"><span itemprop="countryOfOrigin">United States of America</span>, <span itemprop="dateCreated"><a href="https://megakino.si/xfsearch/release_date/2014/">2014</a></span>, 102 min</div>
|
||||
<div class="pmovie__year"><span itemprop="countryOfOrigin">United States of America</span>, <span itemprop="dateCreated"><a href="https://megakino.haus/xfsearch/release_date/2014/">2014</a></span>, 102 min</div>
|
||||
<div class="pmovie__genres" itemprop="genre">Filme / Animation / Action / Adventure / Comedy / Family</div>
|
||||
<div class="pmovie__age order-first"><div>16+</div></div>
|
||||
<div class="pmovie__complaint flex-grow-1"><a href="javascript:AddComplaint('693', 'news')">Fehler gefunden?</a></div>
|
||||
<div class="pmovie__subinfo d-flex ai-center">
|
||||
<div class="pmovie__subrating pmovie__subrating--kp"><img data-src="/templates/popcornie-dark/images/kp.svg" src="/templates/popcornie-dark/images/no-img.png" alt="">7,8</div>
|
||||
<div class="pmovie__subrating pmovie__subrating--site"><img data-src="/templates/popcornie-dark/images/logo.svg" src="/templates/popcornie-dark/images/no-img.png" alt=""><div class="js-count-rating"><span id="ratig-layer-693"><span class="ratingtypeplusminus ratingplus" >+168</span></span><span id="vote-num-id-693">234</span></div></div>
|
||||
<div class="pmovie__subrating pmovie__subrating--site"><img data-src="/templates/popcornie-dark/images/logo.svg" src="/templates/popcornie-dark/images/no-img.png" alt=""><div class="js-count-rating"><span id="ratig-layer-693"><span class="ratingtypeplusminus ratingplus" >+178</span></span><span id="vote-num-id-693">244</span></div></div>
|
||||
<div class="pmovie__btn btn icon-at-left flex-grow-1 js-scroll-to">Stream Anschauen</div>
|
||||
</div>
|
||||
</header>
|
||||
|
|
@ -223,11 +221,11 @@
|
|||
<ul class="page__subcol-side2 pmovie__header-list">
|
||||
<li>
|
||||
<div>Director:</div>
|
||||
<span itemprop="directors"><a href="https://megakino.si/xfsearch/directors/Chris%20Williams/">Chris Williams</a>, <a href="https://megakino.si/xfsearch/directors/Don%20Hall/">Don Hall</a></span>
|
||||
<span itemprop="directors"><a href="https://megakino.haus/xfsearch/directors/Chris%20Williams/">Chris Williams</a>, <a href="https://megakino.haus/xfsearch/directors/Don%20Hall/">Don Hall</a></span>
|
||||
</li>
|
||||
<li>
|
||||
<div>Stars:</div>
|
||||
<span itemprop="actors"><a href="https://megakino.si/xfsearch/cast/Scott%20Adsit/">Scott Adsit</a>, <a href="https://megakino.si/xfsearch/cast/Ryan%20Potter/">Ryan Potter</a>, <a href="https://megakino.si/xfsearch/cast/Daniel%20Henney/">Daniel Henney</a>, <a href="https://megakino.si/xfsearch/cast/T.%20J.%20Miller/">T. J. Miller</a>, <a href="https://megakino.si/xfsearch/cast/Jamie%20Chung/">Jamie Chung</a>, <a href="https://megakino.si/xfsearch/cast/Damon%20Wayans%20Jr./">Damon Wayans Jr.</a>, <a href="https://megakino.si/xfsearch/cast/G%C3%A9nesis%20Rodr%C3%ADguez/">Génesis Rodríguez</a>, <a href="https://megakino.si/xfsearch/cast/James%20Cromwell/">James Cromwell</a>, <a href="https://megakino.si/xfsearch/cast/Alan%20Tudyk/">Alan Tudyk</a>, <a href="https://megakino.si/xfsearch/cast/Maya%20Rudolph/">Maya Rudolph</a>, <a href="https://megakino.si/xfsearch/cast/Abraham%20Benrubi/">Abraham Benrubi</a>, <a href="https://megakino.si/xfsearch/cast/Katie%20Lowes/">Katie Lowes</a>, <a href="https://megakino.si/xfsearch/cast/Billy%20Bush/">Billy Bush</a>, <a href="https://megakino.si/xfsearch/cast/Daniel%20Gerson/">Daniel Gerson</a>, <a href="https://megakino.si/xfsearch/cast/Paul%20Briggs/">Paul Briggs</a>, <a href="https://megakino.si/xfsearch/cast/Charlie%20Adler/">Charlie Adler</a>, <a href="https://megakino.si/xfsearch/cast/Marcella%20Lentz-Pope/">Marcella Lentz-Pope</a></span>
|
||||
<span itemprop="actors"><a href="https://megakino.haus/xfsearch/cast/Scott%20Adsit/">Scott Adsit</a>, <a href="https://megakino.haus/xfsearch/cast/Ryan%20Potter/">Ryan Potter</a>, <a href="https://megakino.haus/xfsearch/cast/Daniel%20Henney/">Daniel Henney</a>, <a href="https://megakino.haus/xfsearch/cast/T.%20J.%20Miller/">T. J. Miller</a>, <a href="https://megakino.haus/xfsearch/cast/Jamie%20Chung/">Jamie Chung</a>, <a href="https://megakino.haus/xfsearch/cast/Damon%20Wayans%20Jr./">Damon Wayans Jr.</a>, <a href="https://megakino.haus/xfsearch/cast/G%C3%A9nesis%20Rodr%C3%ADguez/">Génesis Rodríguez</a>, <a href="https://megakino.haus/xfsearch/cast/James%20Cromwell/">James Cromwell</a>, <a href="https://megakino.haus/xfsearch/cast/Alan%20Tudyk/">Alan Tudyk</a>, <a href="https://megakino.haus/xfsearch/cast/Maya%20Rudolph/">Maya Rudolph</a>, <a href="https://megakino.haus/xfsearch/cast/Abraham%20Benrubi/">Abraham Benrubi</a>, <a href="https://megakino.haus/xfsearch/cast/Katie%20Lowes/">Katie Lowes</a>, <a href="https://megakino.haus/xfsearch/cast/Billy%20Bush/">Billy Bush</a>, <a href="https://megakino.haus/xfsearch/cast/Daniel%20Gerson/">Daniel Gerson</a>, <a href="https://megakino.haus/xfsearch/cast/Paul%20Briggs/">Paul Briggs</a>, <a href="https://megakino.haus/xfsearch/cast/Charlie%20Adler/">Charlie Adler</a>, <a href="https://megakino.haus/xfsearch/cast/Marcella%20Lentz-Pope/">Marcella Lentz-Pope</a></span>
|
||||
</li>
|
||||
<li>
|
||||
<div>Production:</div>
|
||||
|
|
@ -248,7 +246,7 @@
|
|||
<div class="page__col-main flex-grow-1 d-flex fd-column">
|
||||
<h2 class="page__subtitle">Inhaltsangabe</h2>
|
||||
<div class="page__text full-text clearfix js-hide-text" itemprop="description" data-rows="9"><p>Hiro Hamada (Stimme: Ryan Potter) ist ein brillanter Teenager und lebt in der futuristischen Stadt San Fransokyo, wo er sein geniales Erfindertalent aber bei weitem nicht so nutzt, wie es sein Bruder Tadashi (Daniel Henney) gerne hätte. Als dieser stirbt, findet Hiro den aufblasbaren Roboter Baymax (Scott Adsit), der von Tadashi entwickelt wurde, um Menschen mit Schmerzen zu helfen. Baymax' tatkräftige Unterstützung kann der aufgeweckte Junge gut gebrauchen, droht doch schon bald ein mysteriöser Mann mit einer Kabuki-Maske damit, seine Heimatstadt zu zerstören. Mit der Hilfe von Baymax und Tadashis Freunden Go Go Tomago (Jamie Chung), Wasabi (Damon Wayans Jr.), Honey Lemon (Genesis Rodriguez) und Fred (T.J. Miller) beschließt Hiro, alles zu tun, um die Katastrophe zu verhindern. Dazu stattet er seine Mitstreiter mit allerlei nützlichen High-Tech-Gerätschaften aus. Gemeinsam sind sie von nun an die "Big Hero 6"...</p></div>
|
||||
<div class="page__tags d-flex"><span class="fal fa-tags"></span><a href="https://megakino.si/tags/sibling%20relationship/">sibling relationship</a>, <a href="https://megakino.si/tags/san%20francisco/">san francisco</a>, <a href="https://megakino.si/tags/california/">california</a>, <a href="https://megakino.si/tags/martial%20arts/">martial arts</a>, <a href="https://megakino.si/tags/hero/">hero</a>, <a href="https://megakino.si/tags/talent/">talent</a>, <a href="https://megakino.si/tags/friendship/">friendship</a>, <a href="https://megakino.si/tags/cartoon/">cartoon</a>, <a href="https://megakino.si/tags/superhero/">superhero</a>, <a href="https://megakino.si/tags/revenge/">revenge</a>, <a href="https://megakino.si/tags/tokyo/">tokyo</a>, <a href="https://megakino.si/tags/japan/">japan</a>, <a href="https://megakino.si/tags/best%20friend/">best friend</a>, <a href="https://megakino.si/tags/another%20dimension/">another dimension</a>, <a href="https://megakino.si/tags/robot/">robot</a>, <a href="https://megakino.si/tags/boy%20genius/">boy genius</a>, <a href="https://megakino.si/tags/aftercreditsstinger/">aftercreditsstinger</a>, <a href="https://megakino.si/tags/moral%20dilemma/">moral dilemma</a>, <a href="https://megakino.si/tags/teen%20superhero/">teen superhero</a>, <a href="https://megakino.si/tags/dead%20brother/">dead brother</a>, <a href="https://megakino.si/tags/Baymax/">Baymax</a></div>
|
||||
|
||||
<div class="flex-grow-1"></div>
|
||||
<h2 class="page__subtitle">Stream "Baymax - Riesiges Robowabohu" Kostenlos auf Deutsch</h2>
|
||||
|
||||
|
|
@ -310,7 +308,7 @@
|
|||
<div class="pmovie__player-bottom d-flex ai-center">
|
||||
|
||||
<div class="pmovie__rating-likes d-flex">
|
||||
<a href="#" onclick="doRate('plus', '693'); return false;" ><span class="fal fa-thumbs-up"></span><span id="likes-id-693">201</span></a>
|
||||
<a href="#" onclick="doRate('plus', '693'); return false;" ><span class="fal fa-thumbs-up"></span><span id="likes-id-693">211</span></a>
|
||||
<a href="#" onclick="doRate('minus', '693'); return false;" ><span class="fal fa-thumbs-down"></span><span id="dislikes-id-693">33</span></a>
|
||||
</div>
|
||||
|
||||
|
|
@ -320,6 +318,8 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<ins class="604c7625" data-key="db6f7550-dc92-46e9-b50b-ea0dda9dfd40" data-cp-host="39f199aed1bd4b98a92539a0e4e0fe3b|megakino.ink" data-cp-domain="megakino.ink"></ins>
|
||||
|
||||
<div class="pmovie__caption">
|
||||
Stream auf Deutsch <b>Baymax - Riesiges Robowabohu</b> in hd online <b>Kostenlos</b>!, Baymax - Riesiges Robowabohu in voller länge kostenlos anschauen, stream Baymax - Riesiges Robowabohu kostenlos, Baymax - Riesiges Robowabohu stream, Baymax - Riesiges Robowabohu deutsch stream,
|
||||
Kostenlos Baymax - Riesiges Robowabohu anschauen, Baymax - Riesiges Robowabohu in HD anschauen, Kostenlos in HD Baymax - Riesiges Robowabohu, Baymax - Riesiges Robowabohu auf deutsch
|
||||
|
|
@ -329,7 +329,7 @@
|
|||
<section class="sect pmovie__related">
|
||||
<h2 class="sect__title sect__header">Empfohlene Einträge:</h2>
|
||||
<div class="sect__content d-grid">
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.si/serials/1381-baymax-staffel-1.html">
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.haus/serials/1381-baymax-staffel-1.html">
|
||||
<div class="poster__img img-responsive img-responsive--portrait img-fit-cover">
|
||||
<img data-src="/uploads/posts/2022-06/ftnsbmjuuaaeohu.webp" src="/templates/popcornie-dark/images/no-img.png" alt="Baymax! - Staffel 1">
|
||||
<div class="has-overlay__mask btn-icon anim"><span class="fal fa-play"></span></div>
|
||||
|
|
@ -342,7 +342,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
</a>
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.si/films/2286-die-maske-2-die-nachste-generation.html">
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.haus/films/2286-die-maske-2-die-nachste-generation.html">
|
||||
<div class="poster__img img-responsive img-responsive--portrait img-fit-cover">
|
||||
<img data-src="/uploads/posts/2022-12/0362165.webp" src="/templates/popcornie-dark/images/no-img.png" alt="Die Maske 2 - Die nächste Generation">
|
||||
<div class="has-overlay__mask btn-icon anim"><span class="fal fa-play"></span></div>
|
||||
|
|
@ -355,7 +355,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
</a>
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.si/films/160-harry-potter-und-die-heiligtumer-des-todes-teil-1.html">
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.haus/films/160-harry-potter-und-die-heiligtumer-des-todes-teil-1.html">
|
||||
<div class="poster__img img-responsive img-responsive--portrait img-fit-cover">
|
||||
<img data-src="/uploads/posts/2022-01/12444_poster_16422667tvjb91.webp" src="/templates/popcornie-dark/images/no-img.png" alt="Harry Potter und die Heiligtümer des Todes - Teil 1">
|
||||
<div class="has-overlay__mask btn-icon anim"><span class="fal fa-play"></span></div>
|
||||
|
|
@ -368,7 +368,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
</a>
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.si/films/1924-ramstein-das-durchstossene-herz.html">
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.haus/films/1924-ramstein-das-durchstossene-herz.html">
|
||||
<div class="poster__img img-responsive img-responsive--portrait img-fit-cover">
|
||||
<img data-src="/uploads/posts/2022-10/ramstein-das-durchstosene-herz.webp" src="/templates/popcornie-dark/images/no-img.png" alt="Ramstein - Das durchstoßene Herz">
|
||||
<div class="has-overlay__mask btn-icon anim"><span class="fal fa-play"></span></div>
|
||||
|
|
@ -381,7 +381,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
</a>
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.si/films/712-drachenzahmen-leicht-gemacht.html">
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.haus/films/712-drachenzahmen-leicht-gemacht.html">
|
||||
<div class="poster__img img-responsive img-responsive--portrait img-fit-cover">
|
||||
<img data-src="/uploads/posts/2022-04/10191_poster_16499331z9kdp.webp" src="/templates/popcornie-dark/images/no-img.png" alt="Drachenzähmen leicht gemacht">
|
||||
<div class="has-overlay__mask btn-icon anim"><span class="fal fa-play"></span></div>
|
||||
|
|
@ -398,7 +398,6 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<div class="page__comments">
|
||||
<div class="page__comments-title">Kommentare</div>
|
||||
<div class="page__comments-info">
|
||||
|
|
@ -438,7 +437,7 @@
|
|||
</div>
|
||||
|
||||
<input type="hidden" name="subaction" value="addcomment">
|
||||
<input type="hidden" name="post_id" id="post_id" value="693"><input type="hidden" name="user_hash" value="9403f03e8f172637a8da930b5a0621fe5d528ce0"></form>
|
||||
<input type="hidden" name="post_id" id="post_id" value="693"><input type="hidden" name="user_hash" value="6d3aae7c5e6aaa86c7bd35f33c45c317f973643d"></form>
|
||||
<div class="page__comments-list page__comments-list--not-comments" id="page__comments-list">
|
||||
<div class="message-info">Es gibt noch keine Kommentare. Willst du der Erste sein?</div>
|
||||
|
||||
|
|
@ -449,12 +448,12 @@
|
|||
|
||||
<div class="d-none" id="pmovie__trailer" title="Trailer">
|
||||
<div class="pmovie__trailer video-responsive" itemprop="video" itemscope="" itemtype="http://schema.org/VideoObject">
|
||||
<link itemprop="thumbnail" href="https://megakino.si/uploads/posts/2022-04/177572_poster_1649884uqk2f1.webp">
|
||||
<link itemprop="thumbnail" href="https://megakino.haus/uploads/posts/2022-04/177572_poster_1649884uqk2f1.webp">
|
||||
<meta itemprop="description" content="Hiro Hamada (Stimme: Ryan Potter) ist ein brillanter Teenager und lebt in der futuristischen Stadt">
|
||||
<meta itemprop="uploadDate" content="2022-02-28T23:11:35+03:00" />
|
||||
<meta itemprop="datePublished" content="2022-02-28T23:11:35+03:00">
|
||||
<link itemprop="embedUrl" href="https://www.youtube.com/embed/pnuIbJJFFEg">
|
||||
<link itemprop="url" href="https://megakino.si/films/693-baymax-riesiges-robowabohu.html">
|
||||
<link itemprop="url" href="https://megakino.haus/films/693-baymax-riesiges-robowabohu.html">
|
||||
<meta itemprop="isFamilyFriendly" content="true">
|
||||
<meta itemprop="playerType" content="HTML5">
|
||||
<meta itemprop="duration" content="PT3000S">
|
||||
|
|
@ -499,7 +498,8 @@ let aaScript = document.createElement('script')
|
|||
.pmovie__player {
|
||||
position: relative;
|
||||
}
|
||||
</style></div>
|
||||
</style>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
|
@ -519,11 +519,11 @@ let aaScript = document.createElement('script')
|
|||
<footer class="footer d-flex ai-center">
|
||||
<a href="/?do=feedback" class="btn-accent centered-content">Kontakt</a>
|
||||
<div class="logo footer__logo">
|
||||
<div class="logo__title">MegaKino.SI</div>
|
||||
<div class="logo__title">MegaKino</div>
|
||||
<p class="logo__caption">Kostenlos Filme und Serien auf Deutsch anschauen.</p>
|
||||
</div>
|
||||
<div class="footer__text flex-grow-1">
|
||||
© 2024 "MegaKino.SI" <br>Bietet Dir eine vielzahl von neuen
|
||||
© 2024 "MegaKino" <br>Bietet Dir eine vielzahl von neuen
|
||||
<br>Filmen , Serien und Kinofilmen.
|
||||
</div>
|
||||
<div class="footer__counter">
|
||||
|
|
@ -549,7 +549,7 @@ X
|
|||
"@type": "SearchAction",
|
||||
"target": {
|
||||
"@type": "EntryPoint",
|
||||
"urlTemplate": "https://megakino.si/index.php?do=search&story={search_term_string}"
|
||||
"urlTemplate": "https://megakino.haus/index.php?do=search&story={search_term_string}"
|
||||
},
|
||||
"query-input": "required name=search_term_string"
|
||||
}
|
||||
|
|
@ -559,8 +559,8 @@ X
|
|||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Organization",
|
||||
"url": "https://megakino.si",
|
||||
"logo": "https://megakino.si/templates/popcornie-dark/images/logo.svg"
|
||||
"url": "https://megakino.haus",
|
||||
"logo": "https://megakino.haus/templates/popcornie-dark/images/logo.svg"
|
||||
}
|
||||
</script>
|
||||
<!-- END WRAPPER -->
|
||||
|
|
@ -572,7 +572,7 @@ X
|
|||
<!--
|
||||
var dle_root = '/';
|
||||
var dle_admin = '';
|
||||
var dle_login_hash = '9403f03e8f172637a8da930b5a0621fe5d528ce0';
|
||||
var dle_login_hash = '6d3aae7c5e6aaa86c7bd35f33c45c317f973643d';
|
||||
var dle_group = 5;
|
||||
var dle_skin = 'popcornie-dark';
|
||||
var dle_wysiwyg = '-1';
|
||||
|
|
@ -630,7 +630,9 @@ FastSearch();
|
|||
<link href="/templates/popcornie-dark/lazydev/dle_filter/assets/dle_filter.css" type="text/css" rel="stylesheet">
|
||||
<script src="/engine/lazydev/dle_filter/lib/dle_filter.js.php"></script>
|
||||
<script src="/templates/popcornie-dark/lazydev/dle_filter/assets/dle_filter.js"></script>
|
||||
|
||||
|
||||
<ins class="604c7625" data-key="a194e23a-9276-4eae-aab3-1b19d679a85b" data-cp-host="39f199aed1bd4b98a92539a0e4e0fe3b|megakino.ink" data-cp-domain="megakino.ink"></ins>
|
||||
<script async src="https://cvt-s2.agl006.host/o/s/a941312e99999aac85c8d55346033a2f.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
639
src/source/__fixtures__/MegaKino/https:megakino.hausfilms727-the-lego-movie.html
generated
Normal file
639
src/source/__fixtures__/MegaKino/https:megakino.hausfilms727-the-lego-movie.html
generated
Normal file
|
|
@ -0,0 +1,639 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>The Lego Movie</title>
|
||||
<meta name="description" content="Der gutmütige Emmet wird eines Tages von der abenteuerlustigen Wyldstyle entführt. Sie glaubt, in dem Normalo den von einer Prophezeiung angekündigten Meisterbauer gefunden zu haben. Unter der Führung des alten Mystikers Vitruvius soll Emmet gemeinsam mit Batman und Wyldstyle den skrupellosen">
|
||||
<meta name="keywords" content="parent child relationship, friendship, based on comic, part live action, based on toy, falling in love, super power, duringcreditsstinger, live action and animation, lego, The LEGO Movie">
|
||||
<meta name="generator" content="DataLife Engine (http://dle-news.ru)">
|
||||
<meta property="og:site_name" content="MEGAKino - Filme und Serien Kostenlos in HD online anschauen auf Deutsch">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="The Lego Movie">
|
||||
<meta property="og:url" content="https://megakino.haus/films/727-the-lego-movie.html">
|
||||
<meta property="og:image" content="https://megakino.haus/uploads/posts/2022-04/137106_poster_164993468kwn.webp">
|
||||
<meta property="og:description" content="Der gutmütige Emmet wird eines Tages von der abenteuerlustigen Wyldstyle entführt. Sie glaubt, in dem Normalo den von einer Prophezeiung angekündigten Meisterbauer gefunden zu haben. Unter der Führung des alten Mystikers Vitruvius soll Emmet gemeinsam mit Batman und Wyldstyle den skrupellosen">
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="https://megakino.haus/index.php?do=opensearch" title="MEGAKino - Filme und Serien Kostenlos in HD online anschauen auf Deutsch">
|
||||
<link rel="canonical" href="https://megakino.haus/films/727-the-lego-movie.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="MEGAKino - Filme und Serien Kostenlos in HD online anschauen auf Deutsch" href="https://megakino.haus/rss.xml">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#303d4a">
|
||||
<link rel="preload" href="/templates/popcornie-dark/css/common.css" as="style">
|
||||
<link rel="preload" href="/templates/popcornie-dark/css/styles.css" as="style">
|
||||
<link rel="preload" href="/templates/popcornie-dark/css/engine.css" as="style">
|
||||
<link rel="preload" href="/templates/popcornie-dark/css/fontawesome.css" as="style">
|
||||
<link rel="preload" href="/templates/popcornie-dark/webfonts/manrope-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/templates/popcornie-dark/webfonts/manrope-500.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/templates/popcornie-dark/webfonts/fredoka-one-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/templates/popcornie-dark/webfonts/fa-light-300.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="shortcut icon" href="/templates/popcornie-dark/images/favicon.svg" />
|
||||
<link href="/templates/popcornie-dark/css/common.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/templates/popcornie-dark/css/styles.css?v=14" type="text/css" rel="stylesheet" />
|
||||
<link href="/templates/popcornie-dark/css/engine.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/templates/popcornie-dark/css/fontawesome.css" type="text/css" rel="stylesheet" />
|
||||
|
||||
<style media="screen">
|
||||
.collection-container #dle-content{display:block!important}.collection-item{height:200px;position:relative;display:block;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px 0 rgba(0,0,0,0.5);margin-bottom:20px}.collection-image{position:absolute;left:-10px;top:-10px;right:-10px;bottom:-10px}.collection-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.collection-info{position:absolute;bottom:15px;left:0;display:-webkit-flex;display:-ms-flex;display:flex;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.collection-title{font-size:22px;padding:5px 25px;background-color:#3bb33b;margin-bottom:0;display:inline}.collection-text{display:none}.collection-item:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='40'%3E%3Cpath fill-rule='evenodd' fill='%233BB33B' d='M20.978 39.989C9.934 39.989.982 31.037.982 19.993.982 8.949 9.934-.003 20.978-.003c11.043 0 19.995 8.952 19.995 19.996 0 11.044-8.952 19.996-19.995 19.996Zm0-37.816c-9.789 0-17.821 8.031-17.821 17.82s8.032 17.821 17.821 17.821c9.788 0 17.82-8.032 17.82-17.821 0-9.789-8.032-17.82-17.82-17.82Zm-1.925 27.693 8.628-8.702H10.352v-2.342h17.329l-8.628-8.701 1.506-1.59 11.462 11.462-11.462 11.462-1.506-1.589Z'/%3E%3C/svg%3E") no-repeat;width:41px;height:40px;content:'';position:absolute;bottom:20px;right:20px;z-index:3;opacity:0;-webkit-transition:.35s;-o-transition:.35s;transition:.35s}.collection-scroll{margin-left:-30px;margin-right:-30px;max-height:350px;overflow:auto;scrollbar-color:#363d48 #090b0e;scrollbar-width:thin}.collection-scroll::-webkit-scrollbar{width:4px;background-color:#090b0e}.collection-scroll::-webkit-scrollbar-thumb{background-color:#363d48}.custom-collection{height:100px;max-width:180px;margin-left:auto;margin-right:auto;position:relative;display:block;border-radius:6px;overflow:hidden;box-shadow:0 8px 8px 0 rgba(0,0,0,0.35);margin-bottom:10px}.custom-collection-image{position:absolute;left:0;top:0;right:0;bottom:0}.custom-collection-image img{width:100%;height:100%;object-fit:cover;transition:.35s;border-radius:6px}.custom-collection-image:after{content:'';background:linear-gradient(to top,rgba(18,22,27,1) 0%,rgba(18,22,27,0) 100%);height:100%;width:100%;position:absolute;left:0;top:0;opacity:.85}.custom-collection-title{position:absolute;left:0;bottom:0;font-size:12px;font-weight:500;padding:10px;z-index:2;-webkit-transition:.25s;-o-transition:.25s;transition:.25s}.custom-collection:hover .custom-collection-title{padding-bottom:15px}.custom-collection-title:before{height:3px;position:absolute;left:10px;bottom:0;height:3px;width:60%;background-color:#3bb33b;content:''}.collection-entry-heading{padding-top:42%;position:relative;margin-left:-60px;margin-right:-60px;margin-top:-30px}.collection-entry-heading img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.collection-entry-title{position:absolute;left:0;top:15px;font-size:24px;padding:5px 25px;background-color:#3bb33b;margin-bottom:0;font-weight:500}.collection-entry-content{background-color:rgba(26,31,39,0.85);margin-top:-40px;position:relative;z-index:2;padding:30px;margin-left:-30px;margin-right:-30px;font-size:1.1em;line-height:1.5}.collection-entry-showfull{padding:3px 8px;border-radius:3px;border:1px solid #3bb33b;color:#fff;display:inline-block;margin-top:10px;font-size:12px;font-weight:500;cursor:pointer}@media screen and (min-width: 951px){.collection-item:hover .collection-title{background-color:transparent;color:#3bb33b}.collection-item:hover .collection-text{display:block;padding:5px 25px}.collection-item:hover:before{opacity:1}.collection-item:hover img{filter:blur(5px);opacity:.25}.collection-item:hover .collection-info{left:0;bottom:0;width:100%;height:100%;padding-right:60px}}@media screen and (max-width: 950px){.custom-collection{max-width:90%}.collection-entry-heading{margin-left:-30px;margin-right:-30px;padding-top:56.25%}.collection-entry-title{font-size:20px}.collection-title{font-size:16px}}
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2XE4T7C7SG"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-2XE4T7C7SG');
|
||||
</script>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body id="pmovie">
|
||||
<div class="wrapper">
|
||||
<div class="wrapper-container wrapper-main d-flex fd-column">
|
||||
<header class="header d-flex ai-center vw100">
|
||||
<div class="header__search d-none">
|
||||
<form id="quicksearch" method="post">
|
||||
<input type="hidden" name="do" value="search">
|
||||
<input type="hidden" name="subaction" value="search">
|
||||
<div class="header__search-box">
|
||||
<input id="story" name="story" placeholder="Suche ..." type="text" autocomplete="off">
|
||||
<button type="submit" class="search-btn"><span class="fal fa-search"></span></button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<a href="/" class="logo header__logo">
|
||||
<div class="logo__title">MegaKino</div>
|
||||
<p class="logo__caption">Kostenlos Filme und Serien auf Deutsch anschauen.</p>
|
||||
</a>
|
||||
<ul class="header__menu d-flex flex-grow-1 js-this-in-mobile-menu">
|
||||
<li><a href="/"><span class="fal fa-home"></span>Home</a></li>
|
||||
<li><a href="/films/"><span class="fal fa-fire-alt"></span>Filme</a></li>
|
||||
<li><a href="/serials/"><span class="fal fa-play"></span>Serien</a></li>
|
||||
<li><a href="/documentary/"><span class="fal fa-tv-retro"></span>Dokus</a></li>
|
||||
</ul>
|
||||
<div class="header__btn-search btn-icon js-toggle-search"><span class="fal fa-search"></span></div>
|
||||
<div class="header__btn-menu d-none js-show-mobile-menu"><span class="fal fa-bars"></span></div>
|
||||
</header>
|
||||
|
||||
<!-- END HEADER -->
|
||||
|
||||
|
||||
<div class="content flex-grow-1 cols d-flex">
|
||||
|
||||
|
||||
|
||||
<aside class="col-side">
|
||||
<div class="side-block js-this-in-mobile-menu">
|
||||
<div class="side-block__title">Was interessiert Sie?</div>
|
||||
<ul class="side-block__content side-block__menu" data-showitems="10" itemscope itemtype="http://schema.org/SiteNavigationElement">
|
||||
<li><a href="https://megakino.haus/films/" itemprop="url"><font itemprop="name">Filme</font></a><span style="float: right">4699</span></li><li><a href="https://megakino.haus/kinofilme/" itemprop="url"><font itemprop="name">Kinofilme</font></a><span style="float: right">193</span></li><li><a href="https://megakino.haus/serials/" itemprop="url"><font itemprop="name">Serien</font></a><span style="float: right">766</span></li><li><a href="https://megakino.haus/multfilm/" itemprop="url"><font itemprop="name">Animation</font></a><span style="float: right">294</span></li><li><a href="https://megakino.haus/documentary/" itemprop="url"><font itemprop="name">Dokumentationen</font></a><span style="float: right">72</span></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="side-block">
|
||||
<div class="side-block__title">Sammlung</div>
|
||||
<div class="side-block__content collection-scroll">
|
||||
<a href="https://megakino.haus/collection/2092-die-besten-weihnachtsfilme.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-12/merry.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Die besten Weihnachtsfilme</div>
|
||||
</a>
|
||||
<a href="https://megakino.haus/collection/412-batman-filme-die-komplette-chronologie.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-02/batman.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Batman Filme - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.haus/collection/127-marvel-filme-chronologischer.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/mcu.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Marvel Filme - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.haus/collection/181-harry-potter-die-komplette-chronologie.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/harry.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Harry Potter - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.haus/collection/136-star-wars-die-komplette-chronologie.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/starwars.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Star Wars – Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.haus/collection/135-fast-and-furious-chronologischer.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/forsag.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Fast and Furious - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="side-block js-this-in-mobile-menu">
|
||||
<div class="side-block__title">Genres</div>
|
||||
<ul class="side-block__content side-block__menu" data-showitems="10">
|
||||
<li><a href="https://megakino.haus/multfilm/">Animation</a><span style="float: right">294</span></li><li><a href="https://megakino.haus/action/">Action</a><span style="float: right">1560</span></li><li><a href="https://megakino.haus/adventure/">Adventure</a><span style="float: right">892</span></li><li><a href="https://megakino.haus/comedy/">Comedy</a><span style="float: right">1614</span></li><li><a href="https://megakino.haus/crime/">Crime</a><span style="float: right">734</span></li><li><a href="https://megakino.haus/documentary/">Dokumentationen</a><span style="float: right">72</span></li><li><a href="https://megakino.haus/drama/">Drama</a><span style="float: right">2215</span></li><li><a href="https://megakino.haus/family/">Family</a><span style="float: right">475</span></li><li><a href="https://megakino.haus/fantasy/">Fantasy</a><span style="float: right">634</span></li><li><a href="https://megakino.haus/history/">History</a><span style="float: right">226</span></li><li><a href="https://megakino.haus/horror/">Horror</a><span style="float: right">813</span></li><li><a href="https://megakino.haus/music/">Music</a><span style="float: right">107</span></li><li><a href="https://megakino.haus/mystery/">Mystery</a><span style="float: right">380</span></li><li><a href="https://megakino.haus/romance/">Romance</a><span style="float: right">515</span></li><li><a href="https://megakino.haus/science-fiction/">Sci-Fi</a><span style="float: right">706</span></li><li><a href="https://megakino.haus/tv-movie/">TV Movie</a><span style="float: right">54</span></li><li><a href="https://megakino.haus/thriller/">Thriller</a><span style="float: right">1545</span></li><li><a href="https://megakino.haus/war/">War</a><span style="float: right">142</span></li><li><a href="https://megakino.haus/western/">Western</a><span style="float: right">83</span></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="side-block">
|
||||
<div class="side-block__title">Demnächst bei uns!</div>
|
||||
<div class="side-block__content">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="side-block">
|
||||
<div class="side-block__title">Kommentare</div>
|
||||
<div class="side-block__content">
|
||||
<div class="lcomm">
|
||||
<div class="lcomm__meta d-flex ai-center">
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">Angelu</div>
|
||||
<div class="lcomm__date">27.09.25</div>
|
||||
</div>
|
||||
<div class="lcomm__text">Best fun ever, wirklich toller Spass</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.haus/films/5681-nobody-2.html#comment"><span class="fal fa-arrow-circle-right"></span>Nobody 2</a>
|
||||
</div><div class="lcomm">
|
||||
<div class="lcomm__meta d-flex ai-center">
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">CineZilla</div>
|
||||
<div class="lcomm__date">27.09.25</div>
|
||||
</div>
|
||||
<div class="lcomm__text">Brutal gut und verdammt true..Allerhöchsten Respekt an die,die unsere Ärsche am</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.haus/films/5716-code-3.html#comment"><span class="fal fa-arrow-circle-right"></span>Code 3</a>
|
||||
</div><div class="lcomm">
|
||||
<div class="lcomm__meta d-flex ai-center">
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">mortis main</div>
|
||||
<div class="lcomm__date">27.09.25</div>
|
||||
</div>
|
||||
<div class="lcomm__text">richtig geiler film</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.haus/films/174-star-wars-episode-ii-angriff-der-klonkrieger.html#comment"><span class="fal fa-arrow-circle-right"></span>Star Wars: Episode II - Angriff der Klonkrieger</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</aside>
|
||||
|
||||
<!-- END COL SIDE -->
|
||||
|
||||
|
||||
<main class="col-main flex-grow-1 d-flex fd-column grid-2">
|
||||
|
||||
|
||||
<div class="speedbar ws-nowrap">
|
||||
<span itemscope itemtype="https://schema.org/BreadcrumbList"><span itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><meta itemprop="position" content="1"><a href="https://megakino.haus/" itemprop="item"><span itemprop="name">MEGAKino</span></a></span> <span itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><meta itemprop="position" content="2"><a href="https://megakino.haus/films/" itemprop="item"><span itemprop="name">Filme</span></a></span> The Lego Movie</span>
|
||||
</div>
|
||||
|
||||
<div id="dle-content"><article class="page ignore-select pmovie" itemscope itemtype="http://schema.org/Movie">
|
||||
|
||||
<meta itemprop="inLanguage" content="de">
|
||||
<meta itemprop="countryOfOrigin" content="Denmark, United States of America">
|
||||
<meta itemprop="image" content="https://megakino.haus/uploads/posts/2022-04/137106_poster_164993468kwn.webp">
|
||||
<meta itemprop="name" content="The Lego Movie">
|
||||
<meta itemprop="dateCreated" content="2022-03-11T13:07:59+03:00" />
|
||||
|
||||
<div class="page__subcols d-flex">
|
||||
|
||||
<div class="page__subcol-side">
|
||||
<div class="pmovie__poster img-fit-cover">
|
||||
<img itemprop="image" data-src="/uploads/posts/2022-04/137106_poster_164993468kwn.webp" src="/templates/popcornie-dark/images/no-img.png" alt="The Lego Movie">
|
||||
<div class="poster__label">HD</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- END PAGE SUBCOL SIDE -->
|
||||
|
||||
<header class="page__subcol-main flex-grow-1 d-flex fd-column">
|
||||
<h1 itemprop="name">The Lego Movie</h1>
|
||||
<div class="pmovie__original-title" itemprop="alternativeHeadline"> The Lego Movie</div>
|
||||
<div class="pmovie__year"><span itemprop="countryOfOrigin">Denmark, United States of America</span>, <span itemprop="dateCreated"><a href="https://megakino.haus/xfsearch/release_date/2014/">2014</a></span>, 100 min</div>
|
||||
<div class="pmovie__genres" itemprop="genre">Filme / Animation / Adventure / Comedy / Family / Fantasy</div>
|
||||
<div class="pmovie__age order-first"><div>16+</div></div>
|
||||
<div class="pmovie__complaint flex-grow-1"><a href="javascript:AddComplaint('727', 'news')">Fehler gefunden?</a></div>
|
||||
<div class="pmovie__subinfo d-flex ai-center">
|
||||
<div class="pmovie__subrating pmovie__subrating--kp"><img data-src="/templates/popcornie-dark/images/kp.svg" src="/templates/popcornie-dark/images/no-img.png" alt="">7.4</div>
|
||||
<div class="pmovie__subrating pmovie__subrating--site"><img data-src="/templates/popcornie-dark/images/logo.svg" src="/templates/popcornie-dark/images/no-img.png" alt=""><div class="js-count-rating"><span id="ratig-layer-727"><span class="ratingtypeplusminus ratingplus" >+99</span></span><span id="vote-num-id-727">147</span></div></div>
|
||||
<div class="pmovie__btn btn icon-at-left flex-grow-1 js-scroll-to">Stream Anschauen</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- END PAGE SUBCOL MAIN -->
|
||||
|
||||
<ul class="page__subcol-side2 pmovie__header-list">
|
||||
<li>
|
||||
<div>Director:</div>
|
||||
<span itemprop="directors"><a href="https://megakino.haus/xfsearch/directors/Phil%20Lord/">Phil Lord</a>, <a href="https://megakino.haus/xfsearch/directors/Christopher%20Miller/">Christopher Miller</a></span>
|
||||
</li>
|
||||
<li>
|
||||
<div>Stars:</div>
|
||||
<span itemprop="actors"><a href="https://megakino.haus/xfsearch/cast/Chris%20Pratt/">Chris Pratt</a>, <a href="https://megakino.haus/xfsearch/cast/Will%20Ferrell/">Will Ferrell</a>, <a href="https://megakino.haus/xfsearch/cast/Elizabeth%20Banks/">Elizabeth Banks</a>, <a href="https://megakino.haus/xfsearch/cast/Will%20Arnett/">Will Arnett</a>, <a href="https://megakino.haus/xfsearch/cast/Nick%20Offerman/">Nick Offerman</a>, <a href="https://megakino.haus/xfsearch/cast/Alison%20Brie/">Alison Brie</a>, <a href="https://megakino.haus/xfsearch/cast/Charlie%20Day/">Charlie Day</a>, <a href="https://megakino.haus/xfsearch/cast/Liam%20Neeson/">Liam Neeson</a>, <a href="https://megakino.haus/xfsearch/cast/Morgan%20Freeman/">Morgan Freeman</a>, <a href="https://megakino.haus/xfsearch/cast/Channing%20Tatum/">Channing Tatum</a>, <a href="https://megakino.haus/xfsearch/cast/Jonah%20Hill/">Jonah Hill</a>, <a href="https://megakino.haus/xfsearch/cast/Cobie%20Smulders/">Cobie Smulders</a>, <a href="https://megakino.haus/xfsearch/cast/Jadon%20Sand/">Jadon Sand</a>, <a href="https://megakino.haus/xfsearch/cast/Anthony%20Daniels/">Anthony Daniels</a></span>
|
||||
</li>
|
||||
<li>
|
||||
<div>Production:</div>
|
||||
<span itemprop="productionCompany">Warner Bros. Pictures, Village Roadshow Pictures, RatPac Entertainment, LEGO, Lin Pictures, Vertigo Entertainment, Warner Animation Group, Wrong Men</span>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- END PAGE SUBCOLS -->
|
||||
|
||||
<div class="pmovie__caption">
|
||||
Kostenlos <b>The Lego Movie</b> in voller länge auf Deutsch anschauen.<br>
|
||||
Unser Team wünscht viel Spaß beim dem Stream.
|
||||
</div>
|
||||
|
||||
<div class="page__cols d-flex">
|
||||
<div class="page__col-main flex-grow-1 d-flex fd-column">
|
||||
<h2 class="page__subtitle">Inhaltsangabe</h2>
|
||||
<div class="page__text full-text clearfix js-hide-text" itemprop="description" data-rows="9"><p>Der gutmütige Emmet wird eines Tages von der abenteuerlustigen Wyldstyle entführt. Sie glaubt, in dem Normalo den von einer Prophezeiung angekündigten Meisterbauer gefunden zu haben. Unter der Führung des alten Mystikers Vitruvius soll Emmet gemeinsam mit Batman und Wyldstyle den skrupellosen Bösewicht Lord Business aufhalten. Der möchte mit Hilfe zahlloser finsterer Schergen das Universum zusammenkleben - und somit die LEGO-Welt zerstören. Obwohl Emmet darauf beharrt, dass er nicht der Auserwählte ist, glaubt insbesondere Wyldstyle an seine außergewöhnlichen Fähigkeiten. Ebenfalls mit von der heldenhaften Partie sind Pirat Eisenbart, Weltraumfahrer Benny und das liebreizende Einhorn Kitty.</p></div>
|
||||
|
||||
<div class="flex-grow-1"></div>
|
||||
<h2 class="page__subtitle">Stream "The Lego Movie" Kostenlos auf Deutsch</h2>
|
||||
|
||||
</div>
|
||||
<div class="page__col-side">
|
||||
<h3 class="page__subtitle">Trailer</h3>
|
||||
<div class="pmovie__btn-trailer img-fit-cover js-show-trailer">
|
||||
<div class="fal fa-play anim"></div>
|
||||
<img data-src="/uploads/posts/2022-04/137106_backdrop_path_1649934443.webp" src="/templates/popcornie-dark/images/no-img.png" alt="The Lego Movie">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<a href="//warez.cx/" rel="nofollow" target="_blank">
|
||||
<img style="max-width: 100%;" src="/templates/popcornie-dark/images/ba_ibooks.png" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="pmovie__caption">
|
||||
Bei uns kannst du dir kostenlos Filme und Serien als Stream anschauen.<br>
|
||||
Wir zeigen dir in der Schritt-für-Schritt Anleitung wie es geht. <br>
|
||||
<a href="/tutorials.html" target="_blank">So funktioniert's</a>
|
||||
</div><br>
|
||||
<!-- END PAGE COLS -->
|
||||
<div class="pmovie__player tabs-block">
|
||||
<div class="pmovie__player-controls d-flex ai-center">
|
||||
|
||||
<div class="tabs-block__select d-flex flex-grow-1">
|
||||
<span>Voe</span>
|
||||
|
||||
|
||||
<span>Stream in HD</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="pmovie__complaint2">
|
||||
<a href="javascript:AddComplaint('727', 'news')">Funktioniert nicht?</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="tabs-block__content video-inside video-responsive">
|
||||
<iframe id="film_main" data-src="https://voe.sx/e/9ln9fmz2pgru" scrolling="no" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="tabs-block__content d-none video-inside video-responsive">
|
||||
<iframe src="https://watch.gxplayer.xyz/watch?v=XE0LK8H7" width=100% height=420 frameborder=0 scrolling=no webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="pmovie__player-bottom d-flex ai-center">
|
||||
|
||||
<div class="pmovie__rating-likes d-flex">
|
||||
<a href="#" onclick="doRate('plus', '727'); return false;" ><span class="fal fa-thumbs-up"></span><span id="likes-id-727">123</span></a>
|
||||
<a href="#" onclick="doRate('minus', '727'); return false;" ><span class="fal fa-thumbs-down"></span><span id="dislikes-id-727">24</span></a>
|
||||
</div>
|
||||
|
||||
<div class="pmovie__share flex-grow-1">
|
||||
<div class="ya-share2" data-services="vkontakte,facebook,odnoklassniki,viber,whatsapp,telegram" data-counter="ig"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ins class="604c7625" data-key="db6f7550-dc92-46e9-b50b-ea0dda9dfd40" data-cp-host="39f199aed1bd4b98a92539a0e4e0fe3b|megakino.ink" data-cp-domain="megakino.ink"></ins>
|
||||
|
||||
<div class="pmovie__caption">
|
||||
Stream auf Deutsch <b>The Lego Movie</b> in hd online <b>Kostenlos</b>!, The Lego Movie in voller länge kostenlos anschauen, stream The Lego Movie kostenlos, The Lego Movie stream, The Lego Movie deutsch stream,
|
||||
Kostenlos The Lego Movie anschauen, The Lego Movie in HD anschauen, Kostenlos in HD The Lego Movie, The Lego Movie auf deutsch
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<section class="sect pmovie__related">
|
||||
<h2 class="sect__title sect__header">Empfohlene Einträge:</h2>
|
||||
<div class="sect__content d-grid">
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.haus/films/702-the-lego-batman-movie.html">
|
||||
<div class="poster__img img-responsive img-responsive--portrait img-fit-cover">
|
||||
<img data-src="/uploads/posts/2022-04/324849_posters_164988rckab1.webp" src="/templates/popcornie-dark/images/no-img.png" alt="The Lego Batman Movie">
|
||||
<div class="has-overlay__mask btn-icon anim"><span class="fal fa-play"></span></div>
|
||||
</div>
|
||||
<div class="poster__desc">
|
||||
<h3 class="poster__title ws-nowrap">The Lego Batman Movie</h3>
|
||||
<ul class="poster__subtitle ws-nowrap">
|
||||
<li>2017</li>
|
||||
<li>Filme / Animation / Action / Comedy</li>
|
||||
</ul>
|
||||
</div>
|
||||
</a>
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.haus/films/241-batman-v-superman-dawn-of-justice.html">
|
||||
<div class="poster__img img-responsive img-responsive--portrait img-fit-cover">
|
||||
<img data-src="/uploads/posts/2022-01/209112_poster_1642968jfkuz1.webp" src="/templates/popcornie-dark/images/no-img.png" alt="Batman v Superman: Dawn of Justice">
|
||||
<div class="has-overlay__mask btn-icon anim"><span class="fal fa-play"></span></div>
|
||||
</div>
|
||||
<div class="poster__desc">
|
||||
<h3 class="poster__title ws-nowrap">Batman v Superman: Dawn of Justice</h3>
|
||||
<ul class="poster__subtitle ws-nowrap">
|
||||
<li>2016</li>
|
||||
<li>Filme / Action / Adventure / Fantasy</li>
|
||||
</ul>
|
||||
</div>
|
||||
</a>
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.haus/films/712-drachenzahmen-leicht-gemacht.html">
|
||||
<div class="poster__img img-responsive img-responsive--portrait img-fit-cover">
|
||||
<img data-src="/uploads/posts/2022-04/10191_poster_16499331z9kdp.webp" src="/templates/popcornie-dark/images/no-img.png" alt="Drachenzähmen leicht gemacht">
|
||||
<div class="has-overlay__mask btn-icon anim"><span class="fal fa-play"></span></div>
|
||||
</div>
|
||||
<div class="poster__desc">
|
||||
<h3 class="poster__title ws-nowrap">Drachenzähmen leicht gemacht</h3>
|
||||
<ul class="poster__subtitle ws-nowrap">
|
||||
<li>2010</li>
|
||||
<li>Filme / Animation / Adventure / Family / Fantasy</li>
|
||||
</ul>
|
||||
</div>
|
||||
</a>
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.haus/films/668-die-tribute-von-panem-mockingjay-teil-1.html">
|
||||
<div class="poster__img img-responsive img-responsive--portrait img-fit-cover">
|
||||
<img data-src="/uploads/posts/2022-04/131631_poster_1649850t7j2e1.webp" src="/templates/popcornie-dark/images/no-img.png" alt="Die Tribute von Panem 3 - Mockingjay Teil 1">
|
||||
<div class="has-overlay__mask btn-icon anim"><span class="fal fa-play"></span></div>
|
||||
</div>
|
||||
<div class="poster__desc">
|
||||
<h3 class="poster__title ws-nowrap">Die Tribute von Panem 3 - Mockingjay Teil 1</h3>
|
||||
<ul class="poster__subtitle ws-nowrap">
|
||||
<li>2014</li>
|
||||
<li>Filme / Adventure / Sci-Fi / Thriller</li>
|
||||
</ul>
|
||||
</div>
|
||||
</a>
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.haus/films/1924-ramstein-das-durchstossene-herz.html">
|
||||
<div class="poster__img img-responsive img-responsive--portrait img-fit-cover">
|
||||
<img data-src="/uploads/posts/2022-10/ramstein-das-durchstosene-herz.webp" src="/templates/popcornie-dark/images/no-img.png" alt="Ramstein - Das durchstoßene Herz">
|
||||
<div class="has-overlay__mask btn-icon anim"><span class="fal fa-play"></span></div>
|
||||
</div>
|
||||
<div class="poster__desc">
|
||||
<h3 class="poster__title ws-nowrap">Ramstein - Das durchstoßene Herz</h3>
|
||||
<ul class="poster__subtitle ws-nowrap">
|
||||
<li>2022</li>
|
||||
<li>Filme / Dokumentationen / Drama / TV Movie</li>
|
||||
</ul>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="page__comments">
|
||||
<div class="page__comments-title">Kommentare</div>
|
||||
<div class="page__comments-info">
|
||||
<span class="fal fa-exclamation-circle"></span>
|
||||
Die Mindestkommentarlänge beträgt 20 Zeichen. Respektiere dich und andere!
|
||||
</div>
|
||||
<form method="post" name="dle-comments-form" id="dle-comments-form" ><div class="form add-comments-form ignore-select" id="add-comments-form">
|
||||
|
||||
<div class="form__row form__row--without-label">
|
||||
<div class="form__content form__textarea-inside"><div class="bb-editor">
|
||||
<textarea name="comments" id="comments" cols="70" rows="10"></textarea>
|
||||
</div></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form__row form__row--protect message-info d-none">
|
||||
<div class="form__caption">
|
||||
<label class="form__label form__label--important" for="sec_code">Geben Sie den Code aus dem Bild ein:</label>
|
||||
</div>
|
||||
<div class="form__content form__content--sec-code">
|
||||
<input class="form__input" type="text" name="sec_code" id="sec_code" placeholder="Bitte Code eingeben" maxlength="45" required />
|
||||
<a onclick="reload(); return false;" title="reload, if the code cannot be seen" href="#"><span id="dle-captcha"><img src="/engine/modules/antibot/antibot.php" alt="reload, if the code cannot be seen" width="160" height="80"></span></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form__row form__row--without-label">
|
||||
<div class="form__content d-flex jc-space-between">
|
||||
<button class="btn add-comments-form__btn" name="submit" type="submit">Absenden</button>
|
||||
|
||||
<input class="form__input add-comments-form__input flex-grow-1" type="text" maxlength="35" name="name" id="name" placeholder="Name" />
|
||||
<input class="form__input add-comments-form__input flex-grow-1" type="text" maxlength="35" name="mail" id="mail" placeholder="E-Mail (nicht notwendig)" />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<input type="hidden" name="subaction" value="addcomment">
|
||||
<input type="hidden" name="post_id" id="post_id" value="727"><input type="hidden" name="user_hash" value="6d3aae7c5e6aaa86c7bd35f33c45c317f973643d"></form>
|
||||
<div class="page__comments-list page__comments-list--not-comments" id="page__comments-list">
|
||||
<div class="message-info">Es gibt noch keine Kommentare. Willst du der Erste sein?</div>
|
||||
|
||||
<div id="dle-ajax-comments"></div>
|
||||
<!--dlenavigationcomments-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="d-none" id="pmovie__trailer" title="Trailer">
|
||||
<div class="pmovie__trailer video-responsive" itemprop="video" itemscope="" itemtype="http://schema.org/VideoObject">
|
||||
<link itemprop="thumbnail" href="https://megakino.haus/uploads/posts/2022-04/137106_poster_164993468kwn.webp">
|
||||
<meta itemprop="description" content="Der gutmütige Emmet wird eines Tages von der abenteuerlustigen Wyldstyle entführt. Sie glaubt, in">
|
||||
<meta itemprop="uploadDate" content="2022-03-11T13:07:59+03:00" />
|
||||
<meta itemprop="datePublished" content="2022-03-11T13:07:59+03:00">
|
||||
<link itemprop="embedUrl" href="https://www.youtube.com/embed/E8r3hx1xYLM">
|
||||
<link itemprop="url" href="https://megakino.haus/films/727-the-lego-movie.html">
|
||||
<meta itemprop="isFamilyFriendly" content="true">
|
||||
<meta itemprop="playerType" content="HTML5">
|
||||
<meta itemprop="duration" content="PT3000S">
|
||||
<meta itemprop="width" content="1280">
|
||||
<meta itemprop="height" content="720">
|
||||
<meta itemprop="videoQuality" content="high">
|
||||
<meta itemprop="name" content="The Lego Movie">
|
||||
|
||||
<iframe data-src="https://www.youtube.com/embed/E8r3hx1xYLM" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<script type="text/javascript" async>
|
||||
|
||||
let aaScript = document.createElement('script')
|
||||
aaScript.type = 'text/javascript'
|
||||
aaScript.src =
|
||||
'https://cvt-s2.agl006.host/o?' +
|
||||
new URLSearchParams({
|
||||
vst: [
|
||||
encodeURIComponent(
|
||||
'_jMvNDY1NT_jNmUtNTVjYiWWZTZiL-I2ODEtM-NkZDJiMzBkZGRk'
|
||||
),
|
||||
encodeURIComponent(
|
||||
'_jMvYjM1ZDZhM2MtNzRjNSWWZTIyL-ExM-QtOGUWNzYxN-NmOTJj'
|
||||
)
|
||||
],
|
||||
lang: 'en',
|
||||
container: '.pmovie__player.tabs-block',
|
||||
cp: JSON.stringify({
|
||||
domain: 'megakino.dad',
|
||||
host: '757f0897b6694b79aad7cbf152c4d567|megakino.dad',
|
||||
}),
|
||||
})
|
||||
document.body.appendChild(aaScript)
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.pmovie__player {
|
||||
position: relative;
|
||||
}
|
||||
</style>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<!-- END COL MAIN -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- END CONTENT -->
|
||||
|
||||
<footer class="footer d-flex ai-center">
|
||||
<a href="/?do=feedback" class="btn-accent centered-content">Kontakt</a>
|
||||
<div class="logo footer__logo">
|
||||
<div class="logo__title">MegaKino</div>
|
||||
<p class="logo__caption">Kostenlos Filme und Serien auf Deutsch anschauen.</p>
|
||||
</div>
|
||||
<div class="footer__text flex-grow-1">
|
||||
© 2024 "MegaKino" <br>Bietet Dir eine vielzahl von neuen
|
||||
<br>Filmen , Serien und Kinofilmen.
|
||||
</div>
|
||||
<div class="footer__counter">
|
||||
X
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- END FOOTER -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- END WRAPPER-MAIN -->
|
||||
|
||||
</div>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebSite",
|
||||
"url": "https://www.example.com/",
|
||||
"potentialAction": {
|
||||
"@type": "SearchAction",
|
||||
"target": {
|
||||
"@type": "EntryPoint",
|
||||
"urlTemplate": "https://megakino.haus/index.php?do=search&story={search_term_string}"
|
||||
},
|
||||
"query-input": "required name=search_term_string"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Organization",
|
||||
"url": "https://megakino.haus",
|
||||
"logo": "https://megakino.haus/templates/popcornie-dark/images/logo.svg"
|
||||
}
|
||||
</script>
|
||||
<!-- END WRAPPER -->
|
||||
<link href="/engine/classes/min/index.php?f=engine/editor/css/default.css&v=bc993" rel="stylesheet" type="text/css">
|
||||
<script src="/engine/classes/min/index.php?g=general3&v=bc993"></script>
|
||||
<script src="/engine/classes/min/index.php?f=engine/classes/js/jqueryui3.js,engine/classes/js/dle_js.js,engine/classes/js/lazyload.js&v=bc993" defer></script>
|
||||
<script src="/templates/popcornie-dark/js/libs.js?5"></script>
|
||||
<script>
|
||||
<!--
|
||||
var dle_root = '/';
|
||||
var dle_admin = '';
|
||||
var dle_login_hash = '6d3aae7c5e6aaa86c7bd35f33c45c317f973643d';
|
||||
var dle_group = 5;
|
||||
var dle_skin = 'popcornie-dark';
|
||||
var dle_wysiwyg = '-1';
|
||||
var quick_wysiwyg = '1';
|
||||
var dle_min_search = '4';
|
||||
var dle_act_lang = ["Yes", "No", "Enter", "Cancel", "Save", "Delete", "Loading. Please, wait..."];
|
||||
var menu_short = 'Quick edit';
|
||||
var menu_full = 'Full edit';
|
||||
var menu_profile = 'View profile';
|
||||
var menu_send = 'Send message';
|
||||
var menu_uedit = 'Admin Center';
|
||||
var dle_info = 'Information';
|
||||
var dle_confirm = 'Confirm';
|
||||
var dle_prompt = 'Enter the information';
|
||||
var dle_req_field = ["Fill the name field", "Fill the message field", "Fill the field with the subject of the message"];
|
||||
var dle_del_agree = 'Are you sure you want to delete it? This action cannot be undone';
|
||||
var dle_spam_agree = 'Are you sure you want to mark the user as a spammer? This will remove all his comments';
|
||||
var dle_c_title = 'Send a complaint';
|
||||
var dle_complaint = 'Enter the text of your complaint to the Administration:';
|
||||
var dle_mail = 'Your e-mail:';
|
||||
var dle_big_text = 'Highlighted section of text is too large.';
|
||||
var dle_orfo_title = 'Enter a comment to the detected error on the page for Administration ';
|
||||
var dle_p_send = 'Send';
|
||||
var dle_p_send_ok = 'Notification has been sent successfully ';
|
||||
var dle_save_ok = 'Changes are saved successfully. Refresh the page?';
|
||||
var dle_reply_title= 'Reply to the comment';
|
||||
var dle_tree_comm = '0';
|
||||
var dle_del_news = 'Delete article';
|
||||
var dle_sub_agree = 'Do you really want to subscribe to this article’s comments?';
|
||||
var dle_captcha_type = '0';
|
||||
var dle_share_interesting = ["Share a link to the selected text", "Twitter", "Facebook", "Вконтакте", "Direct Link:", "Right-click and select «Copy Link»"];
|
||||
var DLEPlayerLang = {prev: 'Previous',next: 'Next',play: 'Play',pause: 'Pause',mute: 'Mute', unmute: 'Unmute', settings: 'Settings', enterFullscreen: 'Enable full screen mode', exitFullscreen: 'Disable full screen mode', speed: 'Speed', normal: 'Normal', quality: 'Quality', pip: 'PiP mode'};
|
||||
var allow_dle_delete_news = false;
|
||||
var dle_search_delay = false;
|
||||
var dle_search_value = '';
|
||||
jQuery(function($){
|
||||
$('#dle-comments-form').submit(function() {
|
||||
doAddComments();
|
||||
return false;
|
||||
});
|
||||
FastSearch();
|
||||
});
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
$('.collection-entry-showfull[data-show]').on('click', function(){
|
||||
$('.collection-entry-preview').hide();
|
||||
$('.collection-entry-full').show();
|
||||
})
|
||||
$('.collection-entry-showfull[data-hide]').on('click', function(){
|
||||
$('.collection-entry-preview').show();
|
||||
$('.collection-entry-full').hide();
|
||||
})
|
||||
</script>
|
||||
<link href="/templates/popcornie-dark/lazydev/dle_filter/assets/dle_filter.css" type="text/css" rel="stylesheet">
|
||||
<script src="/engine/lazydev/dle_filter/lib/dle_filter.js.php"></script>
|
||||
<script src="/templates/popcornie-dark/lazydev/dle_filter/assets/dle_filter.js"></script>
|
||||
|
||||
<ins class="604c7625" data-key="a194e23a-9276-4eae-aab3-1b19d679a85b" data-cp-host="39f199aed1bd4b98a92539a0e4e0fe3b|megakino.ink" data-cp-domain="megakino.ink"></ins>
|
||||
<script async src="https://cvt-s2.agl006.host/o/s/a941312e99999aac85c8d55346033a2f.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!-- DataLife Engine Copyright SoftNews Media Group (http://dle-news.ru) -->
|
||||
|
|
@ -2,12 +2,12 @@
|
|||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Site search » MEGAKino.SI- Filme und Serien Kostenlos in HD online anschauen auf Deutsch</title>
|
||||
<title>Site search » MEGAKino - Filme und Serien Kostenlos in HD online anschauen auf Deutsch</title>
|
||||
<meta name="description" content="MegaKino – Dein Streaming-Portal für die besten Filme und Serien! Entdecke aktuelle Blockbuster, Klassiker und Neuerscheinungen in HD-Qualität. Genieße Action, Drama, Komödien, Thriller, Sci-Fi und mehr – jederzeit und überall.">
|
||||
<meta name="keywords" content="Filme online, Filme streamen, kostenlose Filme, neue Filme 2024, Kinofilme, Serien online, beste Filme, Blockbuster, HD Filme, Streaming kostenlos, Actionfilme, Abenteuerfilme, Komödien, Krimis, Dramen, Fantasyfilme, Horrorfilme, Thriller, Romantikfilme, Sci-Fi Filme, Animationsfilme, Dokumentationen, Familienfilme, historische Filme, Kriegsfilme, Westernfilme, TV-Filme, MegaKino Streaming, Filme in HD, Filmgenres entdecken">
|
||||
<meta name="generator" content="DataLife Engine (http://dle-news.ru)">
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="https://megakino.si/index.php?do=opensearch" title="MEGAKino.SI- Filme und Serien Kostenlos in HD online anschauen auf Deutsch">
|
||||
<link rel="alternate" type="application/rss+xml" title="MEGAKino.SI- Filme und Serien Kostenlos in HD online anschauen auf Deutsch" href="https://megakino.si/rss.xml">
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="https://megakino.haus/index.php?do=opensearch" title="MEGAKino - Filme und Serien Kostenlos in HD online anschauen auf Deutsch">
|
||||
<link rel="alternate" type="application/rss+xml" title="MEGAKino - Filme und Serien Kostenlos in HD online anschauen auf Deutsch" href="https://megakino.haus/rss.xml">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#303d4a">
|
||||
<link rel="preload" href="/templates/popcornie-dark/css/common.css" as="style">
|
||||
|
|
@ -31,17 +31,16 @@
|
|||
|
||||
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2C5NR7917L"></script>
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2XE4T7C7SG"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-2C5NR7917L');
|
||||
gtag('config', 'G-2XE4T7C7SG');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
@ -59,7 +58,7 @@
|
|||
</form>
|
||||
</div>
|
||||
<a href="/" class="logo header__logo">
|
||||
<div class="logo__title">MegaKino.SI</div>
|
||||
<div class="logo__title">MegaKino</div>
|
||||
<p class="logo__caption">Kostenlos Filme und Serien auf Deutsch anschauen.</p>
|
||||
</a>
|
||||
<ul class="header__menu d-flex flex-grow-1 js-this-in-mobile-menu">
|
||||
|
|
@ -83,7 +82,7 @@
|
|||
<div class="side-block js-this-in-mobile-menu">
|
||||
<div class="side-block__title">Was interessiert Sie?</div>
|
||||
<ul class="side-block__content side-block__menu" data-showitems="10" itemscope itemtype="http://schema.org/SiteNavigationElement">
|
||||
<li><a href="https://megakino.si/films/" itemprop="url"><font itemprop="name">Filme</font></a><span style="float: right">4576</span></li><li><a href="https://megakino.si/kinofilme/" itemprop="url"><font itemprop="name">Kinofilme</font></a><span style="float: right">190</span></li><li><a href="https://megakino.si/serials/" itemprop="url"><font itemprop="name">Serien</font></a><span style="float: right">734</span></li><li><a href="https://megakino.si/multfilm/" itemprop="url"><font itemprop="name">Animation</font></a><span style="float: right">289</span></li><li><a href="https://megakino.si/documentary/" itemprop="url"><font itemprop="name">Dokumentationen</font></a><span style="float: right">69</span></li>
|
||||
<li><a href="https://megakino.haus/films/" itemprop="url"><font itemprop="name">Filme</font></a><span style="float: right">4699</span></li><li><a href="https://megakino.haus/kinofilme/" itemprop="url"><font itemprop="name">Kinofilme</font></a><span style="float: right">193</span></li><li><a href="https://megakino.haus/serials/" itemprop="url"><font itemprop="name">Serien</font></a><span style="float: right">766</span></li><li><a href="https://megakino.haus/multfilm/" itemprop="url"><font itemprop="name">Animation</font></a><span style="float: right">294</span></li><li><a href="https://megakino.haus/documentary/" itemprop="url"><font itemprop="name">Dokumentationen</font></a><span style="float: right">72</span></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -92,27 +91,27 @@
|
|||
<div class="side-block">
|
||||
<div class="side-block__title">Sammlung</div>
|
||||
<div class="side-block__content collection-scroll">
|
||||
<a href="https://megakino.si/collection/2092-die-besten-weihnachtsfilme.html" class="custom-collection">
|
||||
<a href="https://megakino.haus/collection/2092-die-besten-weihnachtsfilme.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-12/merry.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Die besten Weihnachtsfilme</div>
|
||||
</a>
|
||||
<a href="https://megakino.si/collection/412-batman-filme-die-komplette-chronologie.html" class="custom-collection">
|
||||
<a href="https://megakino.haus/collection/412-batman-filme-die-komplette-chronologie.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-02/batman.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Batman Filme - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.si/collection/127-marvel-filme-chronologischer.html" class="custom-collection">
|
||||
<a href="https://megakino.haus/collection/127-marvel-filme-chronologischer.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/mcu.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Marvel Filme - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.si/collection/181-harry-potter-die-komplette-chronologie.html" class="custom-collection">
|
||||
<a href="https://megakino.haus/collection/181-harry-potter-die-komplette-chronologie.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/harry.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Harry Potter - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.si/collection/136-star-wars-die-komplette-chronologie.html" class="custom-collection">
|
||||
<a href="https://megakino.haus/collection/136-star-wars-die-komplette-chronologie.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/starwars.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Star Wars – Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.si/collection/135-fast-and-furious-chronologischer.html" class="custom-collection">
|
||||
<a href="https://megakino.haus/collection/135-fast-and-furious-chronologischer.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/forsag.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Fast and Furious - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
|
|
@ -124,7 +123,7 @@
|
|||
<div class="side-block js-this-in-mobile-menu">
|
||||
<div class="side-block__title">Genres</div>
|
||||
<ul class="side-block__content side-block__menu" data-showitems="10">
|
||||
<li><a href="https://megakino.si/multfilm/">Animation</a><span style="float: right">289</span></li><li><a href="https://megakino.si/action/">Action</a><span style="float: right">1524</span></li><li><a href="https://megakino.si/adventure/">Adventure</a><span style="float: right">882</span></li><li><a href="https://megakino.si/comedy/">Comedy</a><span style="float: right">1562</span></li><li><a href="https://megakino.si/crime/">Crime</a><span style="float: right">726</span></li><li><a href="https://megakino.si/documentary/">Dokumentationen</a><span style="float: right">69</span></li><li><a href="https://megakino.si/drama/">Drama</a><span style="float: right">2157</span></li><li><a href="https://megakino.si/family/">Family</a><span style="float: right">471</span></li><li><a href="https://megakino.si/fantasy/">Fantasy</a><span style="float: right">627</span></li><li><a href="https://megakino.si/history/">History</a><span style="float: right">221</span></li><li><a href="https://megakino.si/horror/">Horror</a><span style="float: right">785</span></li><li><a href="https://megakino.si/music/">Music</a><span style="float: right">102</span></li><li><a href="https://megakino.si/mystery/">Mystery</a><span style="float: right">375</span></li><li><a href="https://megakino.si/romance/">Romance</a><span style="float: right">504</span></li><li><a href="https://megakino.si/science-fiction/">Sci-Fi</a><span style="float: right">688</span></li><li><a href="https://megakino.si/tv-movie/">TV Movie</a><span style="float: right">53</span></li><li><a href="https://megakino.si/thriller/">Thriller</a><span style="float: right">1497</span></li><li><a href="https://megakino.si/war/">War</a><span style="float: right">142</span></li><li><a href="https://megakino.si/western/">Western</a><span style="float: right">83</span></li>
|
||||
<li><a href="https://megakino.haus/multfilm/">Animation</a><span style="float: right">294</span></li><li><a href="https://megakino.haus/action/">Action</a><span style="float: right">1560</span></li><li><a href="https://megakino.haus/adventure/">Adventure</a><span style="float: right">892</span></li><li><a href="https://megakino.haus/comedy/">Comedy</a><span style="float: right">1614</span></li><li><a href="https://megakino.haus/crime/">Crime</a><span style="float: right">734</span></li><li><a href="https://megakino.haus/documentary/">Dokumentationen</a><span style="float: right">72</span></li><li><a href="https://megakino.haus/drama/">Drama</a><span style="float: right">2215</span></li><li><a href="https://megakino.haus/family/">Family</a><span style="float: right">475</span></li><li><a href="https://megakino.haus/fantasy/">Fantasy</a><span style="float: right">634</span></li><li><a href="https://megakino.haus/history/">History</a><span style="float: right">226</span></li><li><a href="https://megakino.haus/horror/">Horror</a><span style="float: right">813</span></li><li><a href="https://megakino.haus/music/">Music</a><span style="float: right">107</span></li><li><a href="https://megakino.haus/mystery/">Mystery</a><span style="float: right">380</span></li><li><a href="https://megakino.haus/romance/">Romance</a><span style="float: right">515</span></li><li><a href="https://megakino.haus/science-fiction/">Sci-Fi</a><span style="float: right">706</span></li><li><a href="https://megakino.haus/tv-movie/">TV Movie</a><span style="float: right">54</span></li><li><a href="https://megakino.haus/thriller/">Thriller</a><span style="float: right">1545</span></li><li><a href="https://megakino.haus/war/">War</a><span style="float: right">142</span></li><li><a href="https://megakino.haus/western/">Western</a><span style="float: right">83</span></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
|
@ -142,25 +141,25 @@
|
|||
<div class="side-block__content">
|
||||
<div class="lcomm">
|
||||
<div class="lcomm__meta d-flex ai-center">
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">Merkel</div>
|
||||
<div class="lcomm__date">30.06.25</div>
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">Angelu</div>
|
||||
<div class="lcomm__date">27.09.25</div>
|
||||
</div>
|
||||
<div class="lcomm__text">Boah richtign gut muss jeder gesehen haben</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.si/serials/5567-squid-game-3-staffel.html#comment"><span class="fal fa-arrow-circle-right"></span>Squid Game - 3 Staffel</a>
|
||||
<div class="lcomm__text">Best fun ever, wirklich toller Spass</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.haus/films/5681-nobody-2.html#comment"><span class="fal fa-arrow-circle-right"></span>Nobody 2</a>
|
||||
</div><div class="lcomm">
|
||||
<div class="lcomm__meta d-flex ai-center">
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">Neo</div>
|
||||
<div class="lcomm__date">28.06.25</div>
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">CineZilla</div>
|
||||
<div class="lcomm__date">27.09.25</div>
|
||||
</div>
|
||||
<div class="lcomm__text">Geiler Film</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.si/serials/5567-squid-game-3-staffel.html#comment"><span class="fal fa-arrow-circle-right"></span>Squid Game - 3 Staffel</a>
|
||||
<div class="lcomm__text">Brutal gut und verdammt true..Allerhöchsten Respekt an die,die unsere Ärsche am</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.haus/films/5716-code-3.html#comment"><span class="fal fa-arrow-circle-right"></span>Code 3</a>
|
||||
</div><div class="lcomm">
|
||||
<div class="lcomm__meta d-flex ai-center">
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">Tanja</div>
|
||||
<div class="lcomm__date">27.06.25</div>
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">mortis main</div>
|
||||
<div class="lcomm__date">27.09.25</div>
|
||||
</div>
|
||||
<div class="lcomm__text">super echt mega</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.si/serials/5567-squid-game-3-staffel.html#comment"><span class="fal fa-arrow-circle-right"></span>Squid Game - 3 Staffel</a>
|
||||
<div class="lcomm__text">richtig geiler film</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.haus/films/174-star-wars-episode-ii-angriff-der-klonkrieger.html#comment"><span class="fal fa-arrow-circle-right"></span>Star Wars: Episode II - Angriff der Klonkrieger</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -179,7 +178,7 @@
|
|||
|
||||
|
||||
|
||||
<div id="dle-content"><form name="fullsearch" id="fullsearch" action="https://megakino.si/index.php?do=search" method="post">
|
||||
<div id="dle-content"><form name="fullsearch" id="fullsearch" action="https://megakino.haus/index.php?do=search" method="post">
|
||||
<input type="hidden" name="do" id="do" value="search" />
|
||||
<input type="hidden" name="subaction" id="subaction" value="search" />
|
||||
<input type="hidden" name="search_start" id="search_start" value="0" />
|
||||
|
|
@ -259,11 +258,11 @@ function full_submit(prm){
|
|||
<footer class="footer d-flex ai-center">
|
||||
<a href="/?do=feedback" class="btn-accent centered-content">Kontakt</a>
|
||||
<div class="logo footer__logo">
|
||||
<div class="logo__title">MegaKino.SI</div>
|
||||
<div class="logo__title">MegaKino</div>
|
||||
<p class="logo__caption">Kostenlos Filme und Serien auf Deutsch anschauen.</p>
|
||||
</div>
|
||||
<div class="footer__text flex-grow-1">
|
||||
© 2024 "MegaKino.SI" <br>Bietet Dir eine vielzahl von neuen
|
||||
© 2024 "MegaKino" <br>Bietet Dir eine vielzahl von neuen
|
||||
<br>Filmen , Serien und Kinofilmen.
|
||||
</div>
|
||||
<div class="footer__counter">
|
||||
|
|
@ -289,7 +288,7 @@ X
|
|||
"@type": "SearchAction",
|
||||
"target": {
|
||||
"@type": "EntryPoint",
|
||||
"urlTemplate": "https://megakino.si/index.php?do=search&story={search_term_string}"
|
||||
"urlTemplate": "https://megakino.haus/index.php?do=search&story={search_term_string}"
|
||||
},
|
||||
"query-input": "required name=search_term_string"
|
||||
}
|
||||
|
|
@ -299,8 +298,8 @@ X
|
|||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Organization",
|
||||
"url": "https://megakino.si",
|
||||
"logo": "https://megakino.si/templates/popcornie-dark/images/logo.svg"
|
||||
"url": "https://megakino.haus",
|
||||
"logo": "https://megakino.haus/templates/popcornie-dark/images/logo.svg"
|
||||
}
|
||||
</script>
|
||||
<!-- END WRAPPER -->
|
||||
|
|
@ -312,7 +311,7 @@ X
|
|||
<!--
|
||||
var dle_root = '/';
|
||||
var dle_admin = '';
|
||||
var dle_login_hash = '9403f03e8f172637a8da930b5a0621fe5d528ce0';
|
||||
var dle_login_hash = '6d3aae7c5e6aaa86c7bd35f33c45c317f973643d';
|
||||
var dle_group = 5;
|
||||
var dle_skin = 'popcornie-dark';
|
||||
var dle_wysiwyg = '-1';
|
||||
|
|
@ -366,7 +365,9 @@ FastSearch();
|
|||
<link href="/templates/popcornie-dark/lazydev/dle_filter/assets/dle_filter.css" type="text/css" rel="stylesheet">
|
||||
<script src="/engine/lazydev/dle_filter/lib/dle_filter.js.php"></script>
|
||||
<script src="/templates/popcornie-dark/lazydev/dle_filter/assets/dle_filter.js"></script>
|
||||
|
||||
|
||||
<ins class="604c7625" data-key="a194e23a-9276-4eae-aab3-1b19d679a85b" data-cp-host="39f199aed1bd4b98a92539a0e4e0fe3b|megakino.ink" data-cp-domain="megakino.ink"></ins>
|
||||
<script async src="https://cvt-s2.agl006.host/o/s/a941312e99999aac85c8d55346033a2f.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
393
src/source/__fixtures__/MegaKino/post-https:megakino.haus-dosearchandsubactionsearchandstorytt1490017
generated
Normal file
393
src/source/__fixtures__/MegaKino/post-https:megakino.haus-dosearchandsubactionsearchandstorytt1490017
generated
Normal file
|
|
@ -0,0 +1,393 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Site search » MEGAKino - Filme und Serien Kostenlos in HD online anschauen auf Deutsch</title>
|
||||
<meta name="description" content="MegaKino – Dein Streaming-Portal für die besten Filme und Serien! Entdecke aktuelle Blockbuster, Klassiker und Neuerscheinungen in HD-Qualität. Genieße Action, Drama, Komödien, Thriller, Sci-Fi und mehr – jederzeit und überall.">
|
||||
<meta name="keywords" content="Filme online, Filme streamen, kostenlose Filme, neue Filme 2024, Kinofilme, Serien online, beste Filme, Blockbuster, HD Filme, Streaming kostenlos, Actionfilme, Abenteuerfilme, Komödien, Krimis, Dramen, Fantasyfilme, Horrorfilme, Thriller, Romantikfilme, Sci-Fi Filme, Animationsfilme, Dokumentationen, Familienfilme, historische Filme, Kriegsfilme, Westernfilme, TV-Filme, MegaKino Streaming, Filme in HD, Filmgenres entdecken">
|
||||
<meta name="generator" content="DataLife Engine (http://dle-news.ru)">
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="https://megakino.haus/index.php?do=opensearch" title="MEGAKino - Filme und Serien Kostenlos in HD online anschauen auf Deutsch">
|
||||
<link rel="alternate" type="application/rss+xml" title="MEGAKino - Filme und Serien Kostenlos in HD online anschauen auf Deutsch" href="https://megakino.haus/rss.xml">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#303d4a">
|
||||
<link rel="preload" href="/templates/popcornie-dark/css/common.css" as="style">
|
||||
<link rel="preload" href="/templates/popcornie-dark/css/styles.css" as="style">
|
||||
<link rel="preload" href="/templates/popcornie-dark/css/engine.css" as="style">
|
||||
<link rel="preload" href="/templates/popcornie-dark/css/fontawesome.css" as="style">
|
||||
<link rel="preload" href="/templates/popcornie-dark/webfonts/manrope-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/templates/popcornie-dark/webfonts/manrope-500.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/templates/popcornie-dark/webfonts/fredoka-one-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/templates/popcornie-dark/webfonts/fa-light-300.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="shortcut icon" href="/templates/popcornie-dark/images/favicon.svg" />
|
||||
<link href="/templates/popcornie-dark/css/common.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/templates/popcornie-dark/css/styles.css?v=14" type="text/css" rel="stylesheet" />
|
||||
<link href="/templates/popcornie-dark/css/engine.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/templates/popcornie-dark/css/fontawesome.css" type="text/css" rel="stylesheet" />
|
||||
|
||||
<style media="screen">
|
||||
.collection-container #dle-content{display:block!important}.collection-item{height:200px;position:relative;display:block;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px 0 rgba(0,0,0,0.5);margin-bottom:20px}.collection-image{position:absolute;left:-10px;top:-10px;right:-10px;bottom:-10px}.collection-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.collection-info{position:absolute;bottom:15px;left:0;display:-webkit-flex;display:-ms-flex;display:flex;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.collection-title{font-size:22px;padding:5px 25px;background-color:#3bb33b;margin-bottom:0;display:inline}.collection-text{display:none}.collection-item:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='40'%3E%3Cpath fill-rule='evenodd' fill='%233BB33B' d='M20.978 39.989C9.934 39.989.982 31.037.982 19.993.982 8.949 9.934-.003 20.978-.003c11.043 0 19.995 8.952 19.995 19.996 0 11.044-8.952 19.996-19.995 19.996Zm0-37.816c-9.789 0-17.821 8.031-17.821 17.82s8.032 17.821 17.821 17.821c9.788 0 17.82-8.032 17.82-17.821 0-9.789-8.032-17.82-17.82-17.82Zm-1.925 27.693 8.628-8.702H10.352v-2.342h17.329l-8.628-8.701 1.506-1.59 11.462 11.462-11.462 11.462-1.506-1.589Z'/%3E%3C/svg%3E") no-repeat;width:41px;height:40px;content:'';position:absolute;bottom:20px;right:20px;z-index:3;opacity:0;-webkit-transition:.35s;-o-transition:.35s;transition:.35s}.collection-scroll{margin-left:-30px;margin-right:-30px;max-height:350px;overflow:auto;scrollbar-color:#363d48 #090b0e;scrollbar-width:thin}.collection-scroll::-webkit-scrollbar{width:4px;background-color:#090b0e}.collection-scroll::-webkit-scrollbar-thumb{background-color:#363d48}.custom-collection{height:100px;max-width:180px;margin-left:auto;margin-right:auto;position:relative;display:block;border-radius:6px;overflow:hidden;box-shadow:0 8px 8px 0 rgba(0,0,0,0.35);margin-bottom:10px}.custom-collection-image{position:absolute;left:0;top:0;right:0;bottom:0}.custom-collection-image img{width:100%;height:100%;object-fit:cover;transition:.35s;border-radius:6px}.custom-collection-image:after{content:'';background:linear-gradient(to top,rgba(18,22,27,1) 0%,rgba(18,22,27,0) 100%);height:100%;width:100%;position:absolute;left:0;top:0;opacity:.85}.custom-collection-title{position:absolute;left:0;bottom:0;font-size:12px;font-weight:500;padding:10px;z-index:2;-webkit-transition:.25s;-o-transition:.25s;transition:.25s}.custom-collection:hover .custom-collection-title{padding-bottom:15px}.custom-collection-title:before{height:3px;position:absolute;left:10px;bottom:0;height:3px;width:60%;background-color:#3bb33b;content:''}.collection-entry-heading{padding-top:42%;position:relative;margin-left:-60px;margin-right:-60px;margin-top:-30px}.collection-entry-heading img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.collection-entry-title{position:absolute;left:0;top:15px;font-size:24px;padding:5px 25px;background-color:#3bb33b;margin-bottom:0;font-weight:500}.collection-entry-content{background-color:rgba(26,31,39,0.85);margin-top:-40px;position:relative;z-index:2;padding:30px;margin-left:-30px;margin-right:-30px;font-size:1.1em;line-height:1.5}.collection-entry-showfull{padding:3px 8px;border-radius:3px;border:1px solid #3bb33b;color:#fff;display:inline-block;margin-top:10px;font-size:12px;font-weight:500;cursor:pointer}@media screen and (min-width: 951px){.collection-item:hover .collection-title{background-color:transparent;color:#3bb33b}.collection-item:hover .collection-text{display:block;padding:5px 25px}.collection-item:hover:before{opacity:1}.collection-item:hover img{filter:blur(5px);opacity:.25}.collection-item:hover .collection-info{left:0;bottom:0;width:100%;height:100%;padding-right:60px}}@media screen and (max-width: 950px){.custom-collection{max-width:90%}.collection-entry-heading{margin-left:-30px;margin-right:-30px;padding-top:56.25%}.collection-entry-title{font-size:20px}.collection-title{font-size:16px}}
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2XE4T7C7SG"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-2XE4T7C7SG');
|
||||
</script>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<div class="wrapper-container wrapper-main d-flex fd-column">
|
||||
<header class="header d-flex ai-center vw100">
|
||||
<div class="header__search d-none">
|
||||
<form id="quicksearch" method="post">
|
||||
<input type="hidden" name="do" value="search">
|
||||
<input type="hidden" name="subaction" value="search">
|
||||
<div class="header__search-box">
|
||||
<input id="story" name="story" placeholder="Suche ..." type="text" autocomplete="off">
|
||||
<button type="submit" class="search-btn"><span class="fal fa-search"></span></button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<a href="/" class="logo header__logo">
|
||||
<div class="logo__title">MegaKino</div>
|
||||
<p class="logo__caption">Kostenlos Filme und Serien auf Deutsch anschauen.</p>
|
||||
</a>
|
||||
<ul class="header__menu d-flex flex-grow-1 js-this-in-mobile-menu">
|
||||
<li><a href="/"><span class="fal fa-home"></span>Home</a></li>
|
||||
<li><a href="/films/"><span class="fal fa-fire-alt"></span>Filme</a></li>
|
||||
<li><a href="/serials/"><span class="fal fa-play"></span>Serien</a></li>
|
||||
<li><a href="/documentary/"><span class="fal fa-tv-retro"></span>Dokus</a></li>
|
||||
</ul>
|
||||
<div class="header__btn-search btn-icon js-toggle-search"><span class="fal fa-search"></span></div>
|
||||
<div class="header__btn-menu d-none js-show-mobile-menu"><span class="fal fa-bars"></span></div>
|
||||
</header>
|
||||
|
||||
<!-- END HEADER -->
|
||||
|
||||
|
||||
<div class="content flex-grow-1 cols d-flex">
|
||||
|
||||
|
||||
|
||||
<aside class="col-side">
|
||||
<div class="side-block js-this-in-mobile-menu">
|
||||
<div class="side-block__title">Was interessiert Sie?</div>
|
||||
<ul class="side-block__content side-block__menu" data-showitems="10" itemscope itemtype="http://schema.org/SiteNavigationElement">
|
||||
<li><a href="https://megakino.haus/films/" itemprop="url"><font itemprop="name">Filme</font></a><span style="float: right">4699</span></li><li><a href="https://megakino.haus/kinofilme/" itemprop="url"><font itemprop="name">Kinofilme</font></a><span style="float: right">193</span></li><li><a href="https://megakino.haus/serials/" itemprop="url"><font itemprop="name">Serien</font></a><span style="float: right">766</span></li><li><a href="https://megakino.haus/multfilm/" itemprop="url"><font itemprop="name">Animation</font></a><span style="float: right">294</span></li><li><a href="https://megakino.haus/documentary/" itemprop="url"><font itemprop="name">Dokumentationen</font></a><span style="float: right">72</span></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="side-block">
|
||||
<div class="side-block__title">Sammlung</div>
|
||||
<div class="side-block__content collection-scroll">
|
||||
<a href="https://megakino.haus/collection/2092-die-besten-weihnachtsfilme.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-12/merry.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Die besten Weihnachtsfilme</div>
|
||||
</a>
|
||||
<a href="https://megakino.haus/collection/412-batman-filme-die-komplette-chronologie.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-02/batman.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Batman Filme - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.haus/collection/127-marvel-filme-chronologischer.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/mcu.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Marvel Filme - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.haus/collection/181-harry-potter-die-komplette-chronologie.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/harry.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Harry Potter - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.haus/collection/136-star-wars-die-komplette-chronologie.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/starwars.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Star Wars – Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.haus/collection/135-fast-and-furious-chronologischer.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/forsag.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Fast and Furious - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="side-block js-this-in-mobile-menu">
|
||||
<div class="side-block__title">Genres</div>
|
||||
<ul class="side-block__content side-block__menu" data-showitems="10">
|
||||
<li><a href="https://megakino.haus/multfilm/">Animation</a><span style="float: right">294</span></li><li><a href="https://megakino.haus/action/">Action</a><span style="float: right">1560</span></li><li><a href="https://megakino.haus/adventure/">Adventure</a><span style="float: right">892</span></li><li><a href="https://megakino.haus/comedy/">Comedy</a><span style="float: right">1614</span></li><li><a href="https://megakino.haus/crime/">Crime</a><span style="float: right">734</span></li><li><a href="https://megakino.haus/documentary/">Dokumentationen</a><span style="float: right">72</span></li><li><a href="https://megakino.haus/drama/">Drama</a><span style="float: right">2215</span></li><li><a href="https://megakino.haus/family/">Family</a><span style="float: right">475</span></li><li><a href="https://megakino.haus/fantasy/">Fantasy</a><span style="float: right">634</span></li><li><a href="https://megakino.haus/history/">History</a><span style="float: right">226</span></li><li><a href="https://megakino.haus/horror/">Horror</a><span style="float: right">813</span></li><li><a href="https://megakino.haus/music/">Music</a><span style="float: right">107</span></li><li><a href="https://megakino.haus/mystery/">Mystery</a><span style="float: right">380</span></li><li><a href="https://megakino.haus/romance/">Romance</a><span style="float: right">515</span></li><li><a href="https://megakino.haus/science-fiction/">Sci-Fi</a><span style="float: right">706</span></li><li><a href="https://megakino.haus/tv-movie/">TV Movie</a><span style="float: right">54</span></li><li><a href="https://megakino.haus/thriller/">Thriller</a><span style="float: right">1545</span></li><li><a href="https://megakino.haus/war/">War</a><span style="float: right">142</span></li><li><a href="https://megakino.haus/western/">Western</a><span style="float: right">83</span></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="side-block">
|
||||
<div class="side-block__title">Demnächst bei uns!</div>
|
||||
<div class="side-block__content">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="side-block">
|
||||
<div class="side-block__title">Kommentare</div>
|
||||
<div class="side-block__content">
|
||||
<div class="lcomm">
|
||||
<div class="lcomm__meta d-flex ai-center">
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">Angelu</div>
|
||||
<div class="lcomm__date">27.09.25</div>
|
||||
</div>
|
||||
<div class="lcomm__text">Best fun ever, wirklich toller Spass</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.haus/films/5681-nobody-2.html#comment"><span class="fal fa-arrow-circle-right"></span>Nobody 2</a>
|
||||
</div><div class="lcomm">
|
||||
<div class="lcomm__meta d-flex ai-center">
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">CineZilla</div>
|
||||
<div class="lcomm__date">27.09.25</div>
|
||||
</div>
|
||||
<div class="lcomm__text">Brutal gut und verdammt true..Allerhöchsten Respekt an die,die unsere Ärsche am</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.haus/films/5716-code-3.html#comment"><span class="fal fa-arrow-circle-right"></span>Code 3</a>
|
||||
</div><div class="lcomm">
|
||||
<div class="lcomm__meta d-flex ai-center">
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">mortis main</div>
|
||||
<div class="lcomm__date">27.09.25</div>
|
||||
</div>
|
||||
<div class="lcomm__text">richtig geiler film</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.haus/films/174-star-wars-episode-ii-angriff-der-klonkrieger.html#comment"><span class="fal fa-arrow-circle-right"></span>Star Wars: Episode II - Angriff der Klonkrieger</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</aside>
|
||||
|
||||
<!-- END COL SIDE -->
|
||||
|
||||
|
||||
<main class="col-main flex-grow-1 d-flex fd-column grid-2">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="dle-content"><form name="fullsearch" id="fullsearch" action="https://megakino.haus/index.php?do=search" method="post">
|
||||
<input type="hidden" name="do" id="do" value="search" />
|
||||
<input type="hidden" name="subaction" id="subaction" value="search" />
|
||||
<input type="hidden" name="search_start" id="search_start" value="0" />
|
||||
<input type="hidden" name="full_search" id="full_search" value="0" />
|
||||
<input type="hidden" name="result_from" id="result_from" value="1" />
|
||||
<div class="search-page">
|
||||
<h1 class="search-page__title">Поиск по сайту</h1>
|
||||
<div class="searchtable" id="searchtable" name="searchtable"><table style="width:100%;">
|
||||
<tr>
|
||||
<td class="search">
|
||||
<div style="margin:10px;">
|
||||
<input type="text" name="story" id="searchinput" value="tt1490017" class="textin" style="width:250px" onchange="document.getElementById('result_from').value = 1"><br /><br />
|
||||
<input type="button" class="bbcodes" name="dosearch" id="dosearch" value="Start search" onclick="javascript:list_submit(-1); return false;">
|
||||
<input type="button" class="bbcodes" name="dofullsearch" id="dofullsearch" value="Advanced search " onclick="javascript:full_submit(1); return false;" />
|
||||
</div>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table></div>
|
||||
<div class="message-info message-info--yellow">Found 1 responses (Query results 1 - 1) :</div>
|
||||
</div><script>
|
||||
<!--
|
||||
function clearform(frmname){
|
||||
var frm = document.getElementById(frmname);
|
||||
for (var i=0;i<frm.length;i++) {
|
||||
var el=frm.elements[i];
|
||||
if (el.type=="checkbox" || el.type=="radio") {
|
||||
if (el.name=='showposts') {document.getElementById('rb_showposts_0').checked=1; } else {el.checked=0; }
|
||||
}
|
||||
if ((el.type=="text") || (el.type=="textarea") || (el.type == "password")) { el.value=""; continue; }
|
||||
if ((el.type=="select-one") || (el.type=="select-multiple")) { el.selectedIndex=0; }
|
||||
}
|
||||
|
||||
if( document.getElementById('replylimit') ) {
|
||||
document.getElementById('replylimit').value = 0;
|
||||
}
|
||||
|
||||
document.getElementById('search_start').value = 0;
|
||||
document.getElementById('result_from').value = 1;
|
||||
}
|
||||
function list_submit(prm){
|
||||
var frm = document.getElementById('fullsearch');
|
||||
if (prm == -1) {
|
||||
prm=0;
|
||||
frm.result_from.value=1;
|
||||
} else {
|
||||
frm.result_from.value=(prm-1) * 20 + 1;
|
||||
}
|
||||
frm.search_start.value=prm;
|
||||
|
||||
frm.submit();
|
||||
return false;
|
||||
}
|
||||
function full_submit(prm){
|
||||
document.getElementById('fullsearch').full_search.value=prm;
|
||||
list_submit(-1);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</form>
|
||||
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.haus/films/727-the-lego-movie.html">
|
||||
<div class="poster__img img-responsive img-responsive--portrait img-fit-cover">
|
||||
<img data-src="/uploads/posts/2022-04/137106_poster_164993468kwn.webp" src="/templates/popcornie-dark/images/no-img.png" alt="The Lego Movie">
|
||||
<div class="poster__label">HD</div>
|
||||
<div class="has-overlay__mask btn-icon anim"><span class="fal fa-play"></span></div>
|
||||
</div>
|
||||
<div class="poster__desc">
|
||||
<h3 class="poster__title ws-nowrap">The Lego Movie</h3>
|
||||
<ul class="poster__subtitle ws-nowrap">
|
||||
<li>Denmark, United, 2014</li>
|
||||
<li>Filme / Animation / Adventure / Comedy / Family / Fantasy</li>
|
||||
</ul>
|
||||
<div class="poster__text line-clamp">Der gutmütige Emmet wird eines Tages von der abenteuerlustigen Wyldstyle entführt. Sie glaubt, in dem Normalo den von einer Prophezeiung</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<!-- END COL MAIN -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- END CONTENT -->
|
||||
|
||||
<footer class="footer d-flex ai-center">
|
||||
<a href="/?do=feedback" class="btn-accent centered-content">Kontakt</a>
|
||||
<div class="logo footer__logo">
|
||||
<div class="logo__title">MegaKino</div>
|
||||
<p class="logo__caption">Kostenlos Filme und Serien auf Deutsch anschauen.</p>
|
||||
</div>
|
||||
<div class="footer__text flex-grow-1">
|
||||
© 2024 "MegaKino" <br>Bietet Dir eine vielzahl von neuen
|
||||
<br>Filmen , Serien und Kinofilmen.
|
||||
</div>
|
||||
<div class="footer__counter">
|
||||
X
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- END FOOTER -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- END WRAPPER-MAIN -->
|
||||
|
||||
</div>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebSite",
|
||||
"url": "https://www.example.com/",
|
||||
"potentialAction": {
|
||||
"@type": "SearchAction",
|
||||
"target": {
|
||||
"@type": "EntryPoint",
|
||||
"urlTemplate": "https://megakino.haus/index.php?do=search&story={search_term_string}"
|
||||
},
|
||||
"query-input": "required name=search_term_string"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Organization",
|
||||
"url": "https://megakino.haus",
|
||||
"logo": "https://megakino.haus/templates/popcornie-dark/images/logo.svg"
|
||||
}
|
||||
</script>
|
||||
<!-- END WRAPPER -->
|
||||
<link href="/engine/classes/min/index.php?f=engine/editor/css/default.css&v=bc993" rel="stylesheet" type="text/css">
|
||||
<script src="/engine/classes/min/index.php?g=general3&v=bc993"></script>
|
||||
<script src="/engine/classes/min/index.php?f=engine/classes/js/jqueryui3.js,engine/classes/js/dle_js.js,engine/classes/js/lazyload.js&v=bc993" defer></script>
|
||||
<script src="/templates/popcornie-dark/js/libs.js?5"></script>
|
||||
<script>
|
||||
<!--
|
||||
var dle_root = '/';
|
||||
var dle_admin = '';
|
||||
var dle_login_hash = '6d3aae7c5e6aaa86c7bd35f33c45c317f973643d';
|
||||
var dle_group = 5;
|
||||
var dle_skin = 'popcornie-dark';
|
||||
var dle_wysiwyg = '-1';
|
||||
var quick_wysiwyg = '1';
|
||||
var dle_min_search = '4';
|
||||
var dle_act_lang = ["Yes", "No", "Enter", "Cancel", "Save", "Delete", "Loading. Please, wait..."];
|
||||
var menu_short = 'Quick edit';
|
||||
var menu_full = 'Full edit';
|
||||
var menu_profile = 'View profile';
|
||||
var menu_send = 'Send message';
|
||||
var menu_uedit = 'Admin Center';
|
||||
var dle_info = 'Information';
|
||||
var dle_confirm = 'Confirm';
|
||||
var dle_prompt = 'Enter the information';
|
||||
var dle_req_field = ["Fill the name field", "Fill the message field", "Fill the field with the subject of the message"];
|
||||
var dle_del_agree = 'Are you sure you want to delete it? This action cannot be undone';
|
||||
var dle_spam_agree = 'Are you sure you want to mark the user as a spammer? This will remove all his comments';
|
||||
var dle_c_title = 'Send a complaint';
|
||||
var dle_complaint = 'Enter the text of your complaint to the Administration:';
|
||||
var dle_mail = 'Your e-mail:';
|
||||
var dle_big_text = 'Highlighted section of text is too large.';
|
||||
var dle_orfo_title = 'Enter a comment to the detected error on the page for Administration ';
|
||||
var dle_p_send = 'Send';
|
||||
var dle_p_send_ok = 'Notification has been sent successfully ';
|
||||
var dle_save_ok = 'Changes are saved successfully. Refresh the page?';
|
||||
var dle_reply_title= 'Reply to the comment';
|
||||
var dle_tree_comm = '0';
|
||||
var dle_del_news = 'Delete article';
|
||||
var dle_sub_agree = 'Do you really want to subscribe to this article’s comments?';
|
||||
var dle_captcha_type = '0';
|
||||
var dle_share_interesting = ["Share a link to the selected text", "Twitter", "Facebook", "Вконтакте", "Direct Link:", "Right-click and select «Copy Link»"];
|
||||
var DLEPlayerLang = {prev: 'Previous',next: 'Next',play: 'Play',pause: 'Pause',mute: 'Mute', unmute: 'Unmute', settings: 'Settings', enterFullscreen: 'Enable full screen mode', exitFullscreen: 'Disable full screen mode', speed: 'Speed', normal: 'Normal', quality: 'Quality', pip: 'PiP mode'};
|
||||
var allow_dle_delete_news = false;
|
||||
var dle_search_delay = false;
|
||||
var dle_search_value = '';
|
||||
jQuery(function($){
|
||||
FastSearch();
|
||||
});
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
$('.collection-entry-showfull[data-show]').on('click', function(){
|
||||
$('.collection-entry-preview').hide();
|
||||
$('.collection-entry-full').show();
|
||||
})
|
||||
$('.collection-entry-showfull[data-hide]').on('click', function(){
|
||||
$('.collection-entry-preview').show();
|
||||
$('.collection-entry-full').hide();
|
||||
})
|
||||
</script>
|
||||
<link href="/templates/popcornie-dark/lazydev/dle_filter/assets/dle_filter.css" type="text/css" rel="stylesheet">
|
||||
<script src="/engine/lazydev/dle_filter/lib/dle_filter.js.php"></script>
|
||||
<script src="/templates/popcornie-dark/lazydev/dle_filter/assets/dle_filter.js"></script>
|
||||
|
||||
<ins class="604c7625" data-key="a194e23a-9276-4eae-aab3-1b19d679a85b" data-cp-host="39f199aed1bd4b98a92539a0e4e0fe3b|megakino.ink" data-cp-domain="megakino.ink"></ins>
|
||||
<script async src="https://cvt-s2.agl006.host/o/s/a941312e99999aac85c8d55346033a2f.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!-- DataLife Engine Copyright SoftNews Media Group (http://dle-news.ru) -->
|
||||
|
|
@ -2,12 +2,12 @@
|
|||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Site search » MEGAKino.SI- Filme und Serien Kostenlos in HD online anschauen auf Deutsch</title>
|
||||
<title>Site search » MEGAKino - Filme und Serien Kostenlos in HD online anschauen auf Deutsch</title>
|
||||
<meta name="description" content="MegaKino – Dein Streaming-Portal für die besten Filme und Serien! Entdecke aktuelle Blockbuster, Klassiker und Neuerscheinungen in HD-Qualität. Genieße Action, Drama, Komödien, Thriller, Sci-Fi und mehr – jederzeit und überall.">
|
||||
<meta name="keywords" content="Filme online, Filme streamen, kostenlose Filme, neue Filme 2024, Kinofilme, Serien online, beste Filme, Blockbuster, HD Filme, Streaming kostenlos, Actionfilme, Abenteuerfilme, Komödien, Krimis, Dramen, Fantasyfilme, Horrorfilme, Thriller, Romantikfilme, Sci-Fi Filme, Animationsfilme, Dokumentationen, Familienfilme, historische Filme, Kriegsfilme, Westernfilme, TV-Filme, MegaKino Streaming, Filme in HD, Filmgenres entdecken">
|
||||
<meta name="generator" content="DataLife Engine (http://dle-news.ru)">
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="https://megakino.si/index.php?do=opensearch" title="MEGAKino.SI- Filme und Serien Kostenlos in HD online anschauen auf Deutsch">
|
||||
<link rel="alternate" type="application/rss+xml" title="MEGAKino.SI- Filme und Serien Kostenlos in HD online anschauen auf Deutsch" href="https://megakino.si/rss.xml">
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="https://megakino.haus/index.php?do=opensearch" title="MEGAKino - Filme und Serien Kostenlos in HD online anschauen auf Deutsch">
|
||||
<link rel="alternate" type="application/rss+xml" title="MEGAKino - Filme und Serien Kostenlos in HD online anschauen auf Deutsch" href="https://megakino.haus/rss.xml">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#303d4a">
|
||||
<link rel="preload" href="/templates/popcornie-dark/css/common.css" as="style">
|
||||
|
|
@ -31,17 +31,16 @@
|
|||
|
||||
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2C5NR7917L"></script>
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2XE4T7C7SG"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-2C5NR7917L');
|
||||
gtag('config', 'G-2XE4T7C7SG');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
@ -59,7 +58,7 @@
|
|||
</form>
|
||||
</div>
|
||||
<a href="/" class="logo header__logo">
|
||||
<div class="logo__title">MegaKino.SI</div>
|
||||
<div class="logo__title">MegaKino</div>
|
||||
<p class="logo__caption">Kostenlos Filme und Serien auf Deutsch anschauen.</p>
|
||||
</a>
|
||||
<ul class="header__menu d-flex flex-grow-1 js-this-in-mobile-menu">
|
||||
|
|
@ -83,7 +82,7 @@
|
|||
<div class="side-block js-this-in-mobile-menu">
|
||||
<div class="side-block__title">Was interessiert Sie?</div>
|
||||
<ul class="side-block__content side-block__menu" data-showitems="10" itemscope itemtype="http://schema.org/SiteNavigationElement">
|
||||
<li><a href="https://megakino.si/films/" itemprop="url"><font itemprop="name">Filme</font></a><span style="float: right">4576</span></li><li><a href="https://megakino.si/kinofilme/" itemprop="url"><font itemprop="name">Kinofilme</font></a><span style="float: right">190</span></li><li><a href="https://megakino.si/serials/" itemprop="url"><font itemprop="name">Serien</font></a><span style="float: right">734</span></li><li><a href="https://megakino.si/multfilm/" itemprop="url"><font itemprop="name">Animation</font></a><span style="float: right">289</span></li><li><a href="https://megakino.si/documentary/" itemprop="url"><font itemprop="name">Dokumentationen</font></a><span style="float: right">69</span></li>
|
||||
<li><a href="https://megakino.haus/films/" itemprop="url"><font itemprop="name">Filme</font></a><span style="float: right">4699</span></li><li><a href="https://megakino.haus/kinofilme/" itemprop="url"><font itemprop="name">Kinofilme</font></a><span style="float: right">193</span></li><li><a href="https://megakino.haus/serials/" itemprop="url"><font itemprop="name">Serien</font></a><span style="float: right">766</span></li><li><a href="https://megakino.haus/multfilm/" itemprop="url"><font itemprop="name">Animation</font></a><span style="float: right">294</span></li><li><a href="https://megakino.haus/documentary/" itemprop="url"><font itemprop="name">Dokumentationen</font></a><span style="float: right">72</span></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -92,27 +91,27 @@
|
|||
<div class="side-block">
|
||||
<div class="side-block__title">Sammlung</div>
|
||||
<div class="side-block__content collection-scroll">
|
||||
<a href="https://megakino.si/collection/2092-die-besten-weihnachtsfilme.html" class="custom-collection">
|
||||
<a href="https://megakino.haus/collection/2092-die-besten-weihnachtsfilme.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-12/merry.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Die besten Weihnachtsfilme</div>
|
||||
</a>
|
||||
<a href="https://megakino.si/collection/412-batman-filme-die-komplette-chronologie.html" class="custom-collection">
|
||||
<a href="https://megakino.haus/collection/412-batman-filme-die-komplette-chronologie.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-02/batman.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Batman Filme - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.si/collection/127-marvel-filme-chronologischer.html" class="custom-collection">
|
||||
<a href="https://megakino.haus/collection/127-marvel-filme-chronologischer.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/mcu.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Marvel Filme - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.si/collection/181-harry-potter-die-komplette-chronologie.html" class="custom-collection">
|
||||
<a href="https://megakino.haus/collection/181-harry-potter-die-komplette-chronologie.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/harry.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Harry Potter - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.si/collection/136-star-wars-die-komplette-chronologie.html" class="custom-collection">
|
||||
<a href="https://megakino.haus/collection/136-star-wars-die-komplette-chronologie.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/starwars.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Star Wars – Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.si/collection/135-fast-and-furious-chronologischer.html" class="custom-collection">
|
||||
<a href="https://megakino.haus/collection/135-fast-and-furious-chronologischer.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/forsag.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Fast and Furious - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
|
|
@ -124,7 +123,7 @@
|
|||
<div class="side-block js-this-in-mobile-menu">
|
||||
<div class="side-block__title">Genres</div>
|
||||
<ul class="side-block__content side-block__menu" data-showitems="10">
|
||||
<li><a href="https://megakino.si/multfilm/">Animation</a><span style="float: right">289</span></li><li><a href="https://megakino.si/action/">Action</a><span style="float: right">1524</span></li><li><a href="https://megakino.si/adventure/">Adventure</a><span style="float: right">882</span></li><li><a href="https://megakino.si/comedy/">Comedy</a><span style="float: right">1562</span></li><li><a href="https://megakino.si/crime/">Crime</a><span style="float: right">726</span></li><li><a href="https://megakino.si/documentary/">Dokumentationen</a><span style="float: right">69</span></li><li><a href="https://megakino.si/drama/">Drama</a><span style="float: right">2157</span></li><li><a href="https://megakino.si/family/">Family</a><span style="float: right">471</span></li><li><a href="https://megakino.si/fantasy/">Fantasy</a><span style="float: right">627</span></li><li><a href="https://megakino.si/history/">History</a><span style="float: right">221</span></li><li><a href="https://megakino.si/horror/">Horror</a><span style="float: right">785</span></li><li><a href="https://megakino.si/music/">Music</a><span style="float: right">102</span></li><li><a href="https://megakino.si/mystery/">Mystery</a><span style="float: right">375</span></li><li><a href="https://megakino.si/romance/">Romance</a><span style="float: right">504</span></li><li><a href="https://megakino.si/science-fiction/">Sci-Fi</a><span style="float: right">688</span></li><li><a href="https://megakino.si/tv-movie/">TV Movie</a><span style="float: right">53</span></li><li><a href="https://megakino.si/thriller/">Thriller</a><span style="float: right">1497</span></li><li><a href="https://megakino.si/war/">War</a><span style="float: right">142</span></li><li><a href="https://megakino.si/western/">Western</a><span style="float: right">83</span></li>
|
||||
<li><a href="https://megakino.haus/multfilm/">Animation</a><span style="float: right">294</span></li><li><a href="https://megakino.haus/action/">Action</a><span style="float: right">1560</span></li><li><a href="https://megakino.haus/adventure/">Adventure</a><span style="float: right">892</span></li><li><a href="https://megakino.haus/comedy/">Comedy</a><span style="float: right">1614</span></li><li><a href="https://megakino.haus/crime/">Crime</a><span style="float: right">734</span></li><li><a href="https://megakino.haus/documentary/">Dokumentationen</a><span style="float: right">72</span></li><li><a href="https://megakino.haus/drama/">Drama</a><span style="float: right">2215</span></li><li><a href="https://megakino.haus/family/">Family</a><span style="float: right">475</span></li><li><a href="https://megakino.haus/fantasy/">Fantasy</a><span style="float: right">634</span></li><li><a href="https://megakino.haus/history/">History</a><span style="float: right">226</span></li><li><a href="https://megakino.haus/horror/">Horror</a><span style="float: right">813</span></li><li><a href="https://megakino.haus/music/">Music</a><span style="float: right">107</span></li><li><a href="https://megakino.haus/mystery/">Mystery</a><span style="float: right">380</span></li><li><a href="https://megakino.haus/romance/">Romance</a><span style="float: right">515</span></li><li><a href="https://megakino.haus/science-fiction/">Sci-Fi</a><span style="float: right">706</span></li><li><a href="https://megakino.haus/tv-movie/">TV Movie</a><span style="float: right">54</span></li><li><a href="https://megakino.haus/thriller/">Thriller</a><span style="float: right">1545</span></li><li><a href="https://megakino.haus/war/">War</a><span style="float: right">142</span></li><li><a href="https://megakino.haus/western/">Western</a><span style="float: right">83</span></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
|
@ -142,25 +141,25 @@
|
|||
<div class="side-block__content">
|
||||
<div class="lcomm">
|
||||
<div class="lcomm__meta d-flex ai-center">
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">Merkel</div>
|
||||
<div class="lcomm__date">30.06.25</div>
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">Angelu</div>
|
||||
<div class="lcomm__date">27.09.25</div>
|
||||
</div>
|
||||
<div class="lcomm__text">Boah richtign gut muss jeder gesehen haben</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.si/serials/5567-squid-game-3-staffel.html#comment"><span class="fal fa-arrow-circle-right"></span>Squid Game - 3 Staffel</a>
|
||||
<div class="lcomm__text">Best fun ever, wirklich toller Spass</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.haus/films/5681-nobody-2.html#comment"><span class="fal fa-arrow-circle-right"></span>Nobody 2</a>
|
||||
</div><div class="lcomm">
|
||||
<div class="lcomm__meta d-flex ai-center">
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">Neo</div>
|
||||
<div class="lcomm__date">28.06.25</div>
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">CineZilla</div>
|
||||
<div class="lcomm__date">27.09.25</div>
|
||||
</div>
|
||||
<div class="lcomm__text">Geiler Film</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.si/serials/5567-squid-game-3-staffel.html#comment"><span class="fal fa-arrow-circle-right"></span>Squid Game - 3 Staffel</a>
|
||||
<div class="lcomm__text">Brutal gut und verdammt true..Allerhöchsten Respekt an die,die unsere Ärsche am</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.haus/films/5716-code-3.html#comment"><span class="fal fa-arrow-circle-right"></span>Code 3</a>
|
||||
</div><div class="lcomm">
|
||||
<div class="lcomm__meta d-flex ai-center">
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">Tanja</div>
|
||||
<div class="lcomm__date">27.06.25</div>
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">mortis main</div>
|
||||
<div class="lcomm__date">27.09.25</div>
|
||||
</div>
|
||||
<div class="lcomm__text">super echt mega</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.si/serials/5567-squid-game-3-staffel.html#comment"><span class="fal fa-arrow-circle-right"></span>Squid Game - 3 Staffel</a>
|
||||
<div class="lcomm__text">richtig geiler film</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.haus/films/174-star-wars-episode-ii-angriff-der-klonkrieger.html#comment"><span class="fal fa-arrow-circle-right"></span>Star Wars: Episode II - Angriff der Klonkrieger</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -176,7 +175,7 @@
|
|||
|
||||
|
||||
|
||||
<div id="dle-content"><form name="fullsearch" id="fullsearch" action="https://megakino.si/index.php?do=search" method="post">
|
||||
<div id="dle-content"><form name="fullsearch" id="fullsearch" action="https://megakino.haus/index.php?do=search" method="post">
|
||||
<input type="hidden" name="do" id="do" value="search" />
|
||||
<input type="hidden" name="subaction" id="subaction" value="search" />
|
||||
<input type="hidden" name="search_start" id="search_start" value="0" />
|
||||
|
|
@ -238,7 +237,7 @@ function full_submit(prm){
|
|||
</script>
|
||||
</form>
|
||||
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.si/films/693-baymax-riesiges-robowabohu.html">
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.haus/films/693-baymax-riesiges-robowabohu.html">
|
||||
<div class="poster__img img-responsive img-responsive--portrait img-fit-cover">
|
||||
<img data-src="/uploads/posts/2022-04/177572_poster_1649884uqk2f1.webp" src="/templates/popcornie-dark/images/no-img.png" alt="Baymax - Riesiges Robowabohu">
|
||||
<div class="poster__label">HD</div>
|
||||
|
|
@ -278,11 +277,11 @@ function full_submit(prm){
|
|||
<footer class="footer d-flex ai-center">
|
||||
<a href="/?do=feedback" class="btn-accent centered-content">Kontakt</a>
|
||||
<div class="logo footer__logo">
|
||||
<div class="logo__title">MegaKino.SI</div>
|
||||
<div class="logo__title">MegaKino</div>
|
||||
<p class="logo__caption">Kostenlos Filme und Serien auf Deutsch anschauen.</p>
|
||||
</div>
|
||||
<div class="footer__text flex-grow-1">
|
||||
© 2024 "MegaKino.SI" <br>Bietet Dir eine vielzahl von neuen
|
||||
© 2024 "MegaKino" <br>Bietet Dir eine vielzahl von neuen
|
||||
<br>Filmen , Serien und Kinofilmen.
|
||||
</div>
|
||||
<div class="footer__counter">
|
||||
|
|
@ -308,7 +307,7 @@ X
|
|||
"@type": "SearchAction",
|
||||
"target": {
|
||||
"@type": "EntryPoint",
|
||||
"urlTemplate": "https://megakino.si/index.php?do=search&story={search_term_string}"
|
||||
"urlTemplate": "https://megakino.haus/index.php?do=search&story={search_term_string}"
|
||||
},
|
||||
"query-input": "required name=search_term_string"
|
||||
}
|
||||
|
|
@ -318,8 +317,8 @@ X
|
|||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Organization",
|
||||
"url": "https://megakino.si",
|
||||
"logo": "https://megakino.si/templates/popcornie-dark/images/logo.svg"
|
||||
"url": "https://megakino.haus",
|
||||
"logo": "https://megakino.haus/templates/popcornie-dark/images/logo.svg"
|
||||
}
|
||||
</script>
|
||||
<!-- END WRAPPER -->
|
||||
|
|
@ -331,7 +330,7 @@ X
|
|||
<!--
|
||||
var dle_root = '/';
|
||||
var dle_admin = '';
|
||||
var dle_login_hash = '9403f03e8f172637a8da930b5a0621fe5d528ce0';
|
||||
var dle_login_hash = '6d3aae7c5e6aaa86c7bd35f33c45c317f973643d';
|
||||
var dle_group = 5;
|
||||
var dle_skin = 'popcornie-dark';
|
||||
var dle_wysiwyg = '-1';
|
||||
|
|
@ -385,7 +384,9 @@ FastSearch();
|
|||
<link href="/templates/popcornie-dark/lazydev/dle_filter/assets/dle_filter.css" type="text/css" rel="stylesheet">
|
||||
<script src="/engine/lazydev/dle_filter/lib/dle_filter.js.php"></script>
|
||||
<script src="/templates/popcornie-dark/lazydev/dle_filter/assets/dle_filter.js"></script>
|
||||
|
||||
|
||||
<ins class="604c7625" data-key="a194e23a-9276-4eae-aab3-1b19d679a85b" data-cp-host="39f199aed1bd4b98a92539a0e4e0fe3b|megakino.ink" data-cp-domain="megakino.ink"></ins>
|
||||
<script async src="https://cvt-s2.agl006.host/o/s/a941312e99999aac85c8d55346033a2f.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
393
src/source/__fixtures__/MegaKino/post-https:megakino.haus-dosearchandsubactionsearchandstorytt3513498
generated
Normal file
393
src/source/__fixtures__/MegaKino/post-https:megakino.haus-dosearchandsubactionsearchandstorytt3513498
generated
Normal file
|
|
@ -0,0 +1,393 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Site search » MEGAKino - Filme und Serien Kostenlos in HD online anschauen auf Deutsch</title>
|
||||
<meta name="description" content="MegaKino – Dein Streaming-Portal für die besten Filme und Serien! Entdecke aktuelle Blockbuster, Klassiker und Neuerscheinungen in HD-Qualität. Genieße Action, Drama, Komödien, Thriller, Sci-Fi und mehr – jederzeit und überall.">
|
||||
<meta name="keywords" content="Filme online, Filme streamen, kostenlose Filme, neue Filme 2024, Kinofilme, Serien online, beste Filme, Blockbuster, HD Filme, Streaming kostenlos, Actionfilme, Abenteuerfilme, Komödien, Krimis, Dramen, Fantasyfilme, Horrorfilme, Thriller, Romantikfilme, Sci-Fi Filme, Animationsfilme, Dokumentationen, Familienfilme, historische Filme, Kriegsfilme, Westernfilme, TV-Filme, MegaKino Streaming, Filme in HD, Filmgenres entdecken">
|
||||
<meta name="generator" content="DataLife Engine (http://dle-news.ru)">
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="https://megakino.haus/index.php?do=opensearch" title="MEGAKino - Filme und Serien Kostenlos in HD online anschauen auf Deutsch">
|
||||
<link rel="alternate" type="application/rss+xml" title="MEGAKino - Filme und Serien Kostenlos in HD online anschauen auf Deutsch" href="https://megakino.haus/rss.xml">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#303d4a">
|
||||
<link rel="preload" href="/templates/popcornie-dark/css/common.css" as="style">
|
||||
<link rel="preload" href="/templates/popcornie-dark/css/styles.css" as="style">
|
||||
<link rel="preload" href="/templates/popcornie-dark/css/engine.css" as="style">
|
||||
<link rel="preload" href="/templates/popcornie-dark/css/fontawesome.css" as="style">
|
||||
<link rel="preload" href="/templates/popcornie-dark/webfonts/manrope-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/templates/popcornie-dark/webfonts/manrope-500.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/templates/popcornie-dark/webfonts/fredoka-one-400.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/templates/popcornie-dark/webfonts/fa-light-300.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="shortcut icon" href="/templates/popcornie-dark/images/favicon.svg" />
|
||||
<link href="/templates/popcornie-dark/css/common.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/templates/popcornie-dark/css/styles.css?v=14" type="text/css" rel="stylesheet" />
|
||||
<link href="/templates/popcornie-dark/css/engine.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/templates/popcornie-dark/css/fontawesome.css" type="text/css" rel="stylesheet" />
|
||||
|
||||
<style media="screen">
|
||||
.collection-container #dle-content{display:block!important}.collection-item{height:200px;position:relative;display:block;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px 0 rgba(0,0,0,0.5);margin-bottom:20px}.collection-image{position:absolute;left:-10px;top:-10px;right:-10px;bottom:-10px}.collection-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.collection-info{position:absolute;bottom:15px;left:0;display:-webkit-flex;display:-ms-flex;display:flex;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.collection-title{font-size:22px;padding:5px 25px;background-color:#3bb33b;margin-bottom:0;display:inline}.collection-text{display:none}.collection-item:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='40'%3E%3Cpath fill-rule='evenodd' fill='%233BB33B' d='M20.978 39.989C9.934 39.989.982 31.037.982 19.993.982 8.949 9.934-.003 20.978-.003c11.043 0 19.995 8.952 19.995 19.996 0 11.044-8.952 19.996-19.995 19.996Zm0-37.816c-9.789 0-17.821 8.031-17.821 17.82s8.032 17.821 17.821 17.821c9.788 0 17.82-8.032 17.82-17.821 0-9.789-8.032-17.82-17.82-17.82Zm-1.925 27.693 8.628-8.702H10.352v-2.342h17.329l-8.628-8.701 1.506-1.59 11.462 11.462-11.462 11.462-1.506-1.589Z'/%3E%3C/svg%3E") no-repeat;width:41px;height:40px;content:'';position:absolute;bottom:20px;right:20px;z-index:3;opacity:0;-webkit-transition:.35s;-o-transition:.35s;transition:.35s}.collection-scroll{margin-left:-30px;margin-right:-30px;max-height:350px;overflow:auto;scrollbar-color:#363d48 #090b0e;scrollbar-width:thin}.collection-scroll::-webkit-scrollbar{width:4px;background-color:#090b0e}.collection-scroll::-webkit-scrollbar-thumb{background-color:#363d48}.custom-collection{height:100px;max-width:180px;margin-left:auto;margin-right:auto;position:relative;display:block;border-radius:6px;overflow:hidden;box-shadow:0 8px 8px 0 rgba(0,0,0,0.35);margin-bottom:10px}.custom-collection-image{position:absolute;left:0;top:0;right:0;bottom:0}.custom-collection-image img{width:100%;height:100%;object-fit:cover;transition:.35s;border-radius:6px}.custom-collection-image:after{content:'';background:linear-gradient(to top,rgba(18,22,27,1) 0%,rgba(18,22,27,0) 100%);height:100%;width:100%;position:absolute;left:0;top:0;opacity:.85}.custom-collection-title{position:absolute;left:0;bottom:0;font-size:12px;font-weight:500;padding:10px;z-index:2;-webkit-transition:.25s;-o-transition:.25s;transition:.25s}.custom-collection:hover .custom-collection-title{padding-bottom:15px}.custom-collection-title:before{height:3px;position:absolute;left:10px;bottom:0;height:3px;width:60%;background-color:#3bb33b;content:''}.collection-entry-heading{padding-top:42%;position:relative;margin-left:-60px;margin-right:-60px;margin-top:-30px}.collection-entry-heading img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.collection-entry-title{position:absolute;left:0;top:15px;font-size:24px;padding:5px 25px;background-color:#3bb33b;margin-bottom:0;font-weight:500}.collection-entry-content{background-color:rgba(26,31,39,0.85);margin-top:-40px;position:relative;z-index:2;padding:30px;margin-left:-30px;margin-right:-30px;font-size:1.1em;line-height:1.5}.collection-entry-showfull{padding:3px 8px;border-radius:3px;border:1px solid #3bb33b;color:#fff;display:inline-block;margin-top:10px;font-size:12px;font-weight:500;cursor:pointer}@media screen and (min-width: 951px){.collection-item:hover .collection-title{background-color:transparent;color:#3bb33b}.collection-item:hover .collection-text{display:block;padding:5px 25px}.collection-item:hover:before{opacity:1}.collection-item:hover img{filter:blur(5px);opacity:.25}.collection-item:hover .collection-info{left:0;bottom:0;width:100%;height:100%;padding-right:60px}}@media screen and (max-width: 950px){.custom-collection{max-width:90%}.collection-entry-heading{margin-left:-30px;margin-right:-30px;padding-top:56.25%}.collection-entry-title{font-size:20px}.collection-title{font-size:16px}}
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2XE4T7C7SG"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-2XE4T7C7SG');
|
||||
</script>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<div class="wrapper-container wrapper-main d-flex fd-column">
|
||||
<header class="header d-flex ai-center vw100">
|
||||
<div class="header__search d-none">
|
||||
<form id="quicksearch" method="post">
|
||||
<input type="hidden" name="do" value="search">
|
||||
<input type="hidden" name="subaction" value="search">
|
||||
<div class="header__search-box">
|
||||
<input id="story" name="story" placeholder="Suche ..." type="text" autocomplete="off">
|
||||
<button type="submit" class="search-btn"><span class="fal fa-search"></span></button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<a href="/" class="logo header__logo">
|
||||
<div class="logo__title">MegaKino</div>
|
||||
<p class="logo__caption">Kostenlos Filme und Serien auf Deutsch anschauen.</p>
|
||||
</a>
|
||||
<ul class="header__menu d-flex flex-grow-1 js-this-in-mobile-menu">
|
||||
<li><a href="/"><span class="fal fa-home"></span>Home</a></li>
|
||||
<li><a href="/films/"><span class="fal fa-fire-alt"></span>Filme</a></li>
|
||||
<li><a href="/serials/"><span class="fal fa-play"></span>Serien</a></li>
|
||||
<li><a href="/documentary/"><span class="fal fa-tv-retro"></span>Dokus</a></li>
|
||||
</ul>
|
||||
<div class="header__btn-search btn-icon js-toggle-search"><span class="fal fa-search"></span></div>
|
||||
<div class="header__btn-menu d-none js-show-mobile-menu"><span class="fal fa-bars"></span></div>
|
||||
</header>
|
||||
|
||||
<!-- END HEADER -->
|
||||
|
||||
|
||||
<div class="content flex-grow-1 cols d-flex">
|
||||
|
||||
|
||||
|
||||
<aside class="col-side">
|
||||
<div class="side-block js-this-in-mobile-menu">
|
||||
<div class="side-block__title">Was interessiert Sie?</div>
|
||||
<ul class="side-block__content side-block__menu" data-showitems="10" itemscope itemtype="http://schema.org/SiteNavigationElement">
|
||||
<li><a href="https://megakino.haus/films/" itemprop="url"><font itemprop="name">Filme</font></a><span style="float: right">4699</span></li><li><a href="https://megakino.haus/kinofilme/" itemprop="url"><font itemprop="name">Kinofilme</font></a><span style="float: right">193</span></li><li><a href="https://megakino.haus/serials/" itemprop="url"><font itemprop="name">Serien</font></a><span style="float: right">766</span></li><li><a href="https://megakino.haus/multfilm/" itemprop="url"><font itemprop="name">Animation</font></a><span style="float: right">294</span></li><li><a href="https://megakino.haus/documentary/" itemprop="url"><font itemprop="name">Dokumentationen</font></a><span style="float: right">72</span></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="side-block">
|
||||
<div class="side-block__title">Sammlung</div>
|
||||
<div class="side-block__content collection-scroll">
|
||||
<a href="https://megakino.haus/collection/2092-die-besten-weihnachtsfilme.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-12/merry.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Die besten Weihnachtsfilme</div>
|
||||
</a>
|
||||
<a href="https://megakino.haus/collection/412-batman-filme-die-komplette-chronologie.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-02/batman.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Batman Filme - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.haus/collection/127-marvel-filme-chronologischer.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/mcu.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Marvel Filme - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.haus/collection/181-harry-potter-die-komplette-chronologie.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/harry.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Harry Potter - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.haus/collection/136-star-wars-die-komplette-chronologie.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/starwars.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Star Wars – Die Komplette Chronologie</div>
|
||||
</a>
|
||||
<a href="https://megakino.haus/collection/135-fast-and-furious-chronologischer.html" class="custom-collection">
|
||||
<div class="custom-collection-image"><img class="xfieldimage collection_cover" data-src="/uploads/posts/2022-01/forsag.webp" alt=""></div>
|
||||
<div class="custom-collection-title">Fast and Furious - Die Komplette Chronologie</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="side-block js-this-in-mobile-menu">
|
||||
<div class="side-block__title">Genres</div>
|
||||
<ul class="side-block__content side-block__menu" data-showitems="10">
|
||||
<li><a href="https://megakino.haus/multfilm/">Animation</a><span style="float: right">294</span></li><li><a href="https://megakino.haus/action/">Action</a><span style="float: right">1560</span></li><li><a href="https://megakino.haus/adventure/">Adventure</a><span style="float: right">892</span></li><li><a href="https://megakino.haus/comedy/">Comedy</a><span style="float: right">1614</span></li><li><a href="https://megakino.haus/crime/">Crime</a><span style="float: right">734</span></li><li><a href="https://megakino.haus/documentary/">Dokumentationen</a><span style="float: right">72</span></li><li><a href="https://megakino.haus/drama/">Drama</a><span style="float: right">2215</span></li><li><a href="https://megakino.haus/family/">Family</a><span style="float: right">475</span></li><li><a href="https://megakino.haus/fantasy/">Fantasy</a><span style="float: right">634</span></li><li><a href="https://megakino.haus/history/">History</a><span style="float: right">226</span></li><li><a href="https://megakino.haus/horror/">Horror</a><span style="float: right">813</span></li><li><a href="https://megakino.haus/music/">Music</a><span style="float: right">107</span></li><li><a href="https://megakino.haus/mystery/">Mystery</a><span style="float: right">380</span></li><li><a href="https://megakino.haus/romance/">Romance</a><span style="float: right">515</span></li><li><a href="https://megakino.haus/science-fiction/">Sci-Fi</a><span style="float: right">706</span></li><li><a href="https://megakino.haus/tv-movie/">TV Movie</a><span style="float: right">54</span></li><li><a href="https://megakino.haus/thriller/">Thriller</a><span style="float: right">1545</span></li><li><a href="https://megakino.haus/war/">War</a><span style="float: right">142</span></li><li><a href="https://megakino.haus/western/">Western</a><span style="float: right">83</span></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="side-block">
|
||||
<div class="side-block__title">Demnächst bei uns!</div>
|
||||
<div class="side-block__content">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="side-block">
|
||||
<div class="side-block__title">Kommentare</div>
|
||||
<div class="side-block__content">
|
||||
<div class="lcomm">
|
||||
<div class="lcomm__meta d-flex ai-center">
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">Angelu</div>
|
||||
<div class="lcomm__date">27.09.25</div>
|
||||
</div>
|
||||
<div class="lcomm__text">Best fun ever, wirklich toller Spass</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.haus/films/5681-nobody-2.html#comment"><span class="fal fa-arrow-circle-right"></span>Nobody 2</a>
|
||||
</div><div class="lcomm">
|
||||
<div class="lcomm__meta d-flex ai-center">
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">CineZilla</div>
|
||||
<div class="lcomm__date">27.09.25</div>
|
||||
</div>
|
||||
<div class="lcomm__text">Brutal gut und verdammt true..Allerhöchsten Respekt an die,die unsere Ärsche am</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.haus/films/5716-code-3.html#comment"><span class="fal fa-arrow-circle-right"></span>Code 3</a>
|
||||
</div><div class="lcomm">
|
||||
<div class="lcomm__meta d-flex ai-center">
|
||||
<div class="lcomm__author flex-grow-1 ws-nowrap">mortis main</div>
|
||||
<div class="lcomm__date">27.09.25</div>
|
||||
</div>
|
||||
<div class="lcomm__text">richtig geiler film</div>
|
||||
<a class="lcomm__link ws-nowrap icon-at-left" href="https://megakino.haus/films/174-star-wars-episode-ii-angriff-der-klonkrieger.html#comment"><span class="fal fa-arrow-circle-right"></span>Star Wars: Episode II - Angriff der Klonkrieger</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</aside>
|
||||
|
||||
<!-- END COL SIDE -->
|
||||
|
||||
|
||||
<main class="col-main flex-grow-1 d-flex fd-column grid-2">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="dle-content"><form name="fullsearch" id="fullsearch" action="https://megakino.haus/index.php?do=search" method="post">
|
||||
<input type="hidden" name="do" id="do" value="search" />
|
||||
<input type="hidden" name="subaction" id="subaction" value="search" />
|
||||
<input type="hidden" name="search_start" id="search_start" value="0" />
|
||||
<input type="hidden" name="full_search" id="full_search" value="0" />
|
||||
<input type="hidden" name="result_from" id="result_from" value="1" />
|
||||
<div class="search-page">
|
||||
<h1 class="search-page__title">Поиск по сайту</h1>
|
||||
<div class="searchtable" id="searchtable" name="searchtable"><table style="width:100%;">
|
||||
<tr>
|
||||
<td class="search">
|
||||
<div style="margin:10px;">
|
||||
<input type="text" name="story" id="searchinput" value="tt3513498" class="textin" style="width:250px" onchange="document.getElementById('result_from').value = 1"><br /><br />
|
||||
<input type="button" class="bbcodes" name="dosearch" id="dosearch" value="Start search" onclick="javascript:list_submit(-1); return false;">
|
||||
<input type="button" class="bbcodes" name="dofullsearch" id="dofullsearch" value="Advanced search " onclick="javascript:full_submit(1); return false;" />
|
||||
</div>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table></div>
|
||||
<div class="message-info message-info--yellow">Found 1 responses (Query results 1 - 1) :</div>
|
||||
</div><script>
|
||||
<!--
|
||||
function clearform(frmname){
|
||||
var frm = document.getElementById(frmname);
|
||||
for (var i=0;i<frm.length;i++) {
|
||||
var el=frm.elements[i];
|
||||
if (el.type=="checkbox" || el.type=="radio") {
|
||||
if (el.name=='showposts') {document.getElementById('rb_showposts_0').checked=1; } else {el.checked=0; }
|
||||
}
|
||||
if ((el.type=="text") || (el.type=="textarea") || (el.type == "password")) { el.value=""; continue; }
|
||||
if ((el.type=="select-one") || (el.type=="select-multiple")) { el.selectedIndex=0; }
|
||||
}
|
||||
|
||||
if( document.getElementById('replylimit') ) {
|
||||
document.getElementById('replylimit').value = 0;
|
||||
}
|
||||
|
||||
document.getElementById('search_start').value = 0;
|
||||
document.getElementById('result_from').value = 1;
|
||||
}
|
||||
function list_submit(prm){
|
||||
var frm = document.getElementById('fullsearch');
|
||||
if (prm == -1) {
|
||||
prm=0;
|
||||
frm.result_from.value=1;
|
||||
} else {
|
||||
frm.result_from.value=(prm-1) * 20 + 1;
|
||||
}
|
||||
frm.search_start.value=prm;
|
||||
|
||||
frm.submit();
|
||||
return false;
|
||||
}
|
||||
function full_submit(prm){
|
||||
document.getElementById('fullsearch').full_search.value=prm;
|
||||
list_submit(-1);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</form>
|
||||
|
||||
<a class="poster grid-item d-flex fd-column has-overlay" href="https://megakino.haus/adventure/4804-the-lego-movie-2.html">
|
||||
<div class="poster__img img-responsive img-responsive--portrait img-fit-cover">
|
||||
<img data-src="/uploads/posts/2024-10/4977526_jpg-c_310_420_x-f_jpg-q_x-xxyxx.webp" src="/templates/popcornie-dark/images/no-img.png" alt="The LEGO Movie 2">
|
||||
<div class="poster__label">HD</div>
|
||||
<div class="has-overlay__mask btn-icon anim"><span class="fal fa-play"></span></div>
|
||||
</div>
|
||||
<div class="poster__desc">
|
||||
<h3 class="poster__title ws-nowrap">The LEGO Movie 2</h3>
|
||||
<ul class="poster__subtitle ws-nowrap">
|
||||
<li>Canada, Denmark,, 2019</li>
|
||||
<li>Adventure / Animation / Filme</li>
|
||||
</ul>
|
||||
<div class="poster__text line-clamp">Fünf Jahre, nachdem die Pläne des skrupellosen Lord Business (Stimme im Original: Will Ferrell) vereitelt werden konnten, haben die DUPLO-Invasoren</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<!-- END COL MAIN -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- END CONTENT -->
|
||||
|
||||
<footer class="footer d-flex ai-center">
|
||||
<a href="/?do=feedback" class="btn-accent centered-content">Kontakt</a>
|
||||
<div class="logo footer__logo">
|
||||
<div class="logo__title">MegaKino</div>
|
||||
<p class="logo__caption">Kostenlos Filme und Serien auf Deutsch anschauen.</p>
|
||||
</div>
|
||||
<div class="footer__text flex-grow-1">
|
||||
© 2024 "MegaKino" <br>Bietet Dir eine vielzahl von neuen
|
||||
<br>Filmen , Serien und Kinofilmen.
|
||||
</div>
|
||||
<div class="footer__counter">
|
||||
X
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- END FOOTER -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- END WRAPPER-MAIN -->
|
||||
|
||||
</div>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebSite",
|
||||
"url": "https://www.example.com/",
|
||||
"potentialAction": {
|
||||
"@type": "SearchAction",
|
||||
"target": {
|
||||
"@type": "EntryPoint",
|
||||
"urlTemplate": "https://megakino.haus/index.php?do=search&story={search_term_string}"
|
||||
},
|
||||
"query-input": "required name=search_term_string"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Organization",
|
||||
"url": "https://megakino.haus",
|
||||
"logo": "https://megakino.haus/templates/popcornie-dark/images/logo.svg"
|
||||
}
|
||||
</script>
|
||||
<!-- END WRAPPER -->
|
||||
<link href="/engine/classes/min/index.php?f=engine/editor/css/default.css&v=bc993" rel="stylesheet" type="text/css">
|
||||
<script src="/engine/classes/min/index.php?g=general3&v=bc993"></script>
|
||||
<script src="/engine/classes/min/index.php?f=engine/classes/js/jqueryui3.js,engine/classes/js/dle_js.js,engine/classes/js/lazyload.js&v=bc993" defer></script>
|
||||
<script src="/templates/popcornie-dark/js/libs.js?5"></script>
|
||||
<script>
|
||||
<!--
|
||||
var dle_root = '/';
|
||||
var dle_admin = '';
|
||||
var dle_login_hash = '6d3aae7c5e6aaa86c7bd35f33c45c317f973643d';
|
||||
var dle_group = 5;
|
||||
var dle_skin = 'popcornie-dark';
|
||||
var dle_wysiwyg = '-1';
|
||||
var quick_wysiwyg = '1';
|
||||
var dle_min_search = '4';
|
||||
var dle_act_lang = ["Yes", "No", "Enter", "Cancel", "Save", "Delete", "Loading. Please, wait..."];
|
||||
var menu_short = 'Quick edit';
|
||||
var menu_full = 'Full edit';
|
||||
var menu_profile = 'View profile';
|
||||
var menu_send = 'Send message';
|
||||
var menu_uedit = 'Admin Center';
|
||||
var dle_info = 'Information';
|
||||
var dle_confirm = 'Confirm';
|
||||
var dle_prompt = 'Enter the information';
|
||||
var dle_req_field = ["Fill the name field", "Fill the message field", "Fill the field with the subject of the message"];
|
||||
var dle_del_agree = 'Are you sure you want to delete it? This action cannot be undone';
|
||||
var dle_spam_agree = 'Are you sure you want to mark the user as a spammer? This will remove all his comments';
|
||||
var dle_c_title = 'Send a complaint';
|
||||
var dle_complaint = 'Enter the text of your complaint to the Administration:';
|
||||
var dle_mail = 'Your e-mail:';
|
||||
var dle_big_text = 'Highlighted section of text is too large.';
|
||||
var dle_orfo_title = 'Enter a comment to the detected error on the page for Administration ';
|
||||
var dle_p_send = 'Send';
|
||||
var dle_p_send_ok = 'Notification has been sent successfully ';
|
||||
var dle_save_ok = 'Changes are saved successfully. Refresh the page?';
|
||||
var dle_reply_title= 'Reply to the comment';
|
||||
var dle_tree_comm = '0';
|
||||
var dle_del_news = 'Delete article';
|
||||
var dle_sub_agree = 'Do you really want to subscribe to this article’s comments?';
|
||||
var dle_captcha_type = '0';
|
||||
var dle_share_interesting = ["Share a link to the selected text", "Twitter", "Facebook", "Вконтакте", "Direct Link:", "Right-click and select «Copy Link»"];
|
||||
var DLEPlayerLang = {prev: 'Previous',next: 'Next',play: 'Play',pause: 'Pause',mute: 'Mute', unmute: 'Unmute', settings: 'Settings', enterFullscreen: 'Enable full screen mode', exitFullscreen: 'Disable full screen mode', speed: 'Speed', normal: 'Normal', quality: 'Quality', pip: 'PiP mode'};
|
||||
var allow_dle_delete_news = false;
|
||||
var dle_search_delay = false;
|
||||
var dle_search_value = '';
|
||||
jQuery(function($){
|
||||
FastSearch();
|
||||
});
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
$('.collection-entry-showfull[data-show]').on('click', function(){
|
||||
$('.collection-entry-preview').hide();
|
||||
$('.collection-entry-full').show();
|
||||
})
|
||||
$('.collection-entry-showfull[data-hide]').on('click', function(){
|
||||
$('.collection-entry-preview').show();
|
||||
$('.collection-entry-full').hide();
|
||||
})
|
||||
</script>
|
||||
<link href="/templates/popcornie-dark/lazydev/dle_filter/assets/dle_filter.css" type="text/css" rel="stylesheet">
|
||||
<script src="/engine/lazydev/dle_filter/lib/dle_filter.js.php"></script>
|
||||
<script src="/templates/popcornie-dark/lazydev/dle_filter/assets/dle_filter.js"></script>
|
||||
|
||||
<ins class="604c7625" data-key="a194e23a-9276-4eae-aab3-1b19d679a85b" data-cp-host="39f199aed1bd4b98a92539a0e4e0fe3b|megakino.ink" data-cp-domain="megakino.ink"></ins>
|
||||
<script async src="https://cvt-s2.agl006.host/o/s/a941312e99999aac85c8d55346033a2f.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!-- DataLife Engine Copyright SoftNews Media Group (http://dle-news.ru) -->
|
||||
|
|
@ -7,7 +7,7 @@ exports[`MegaKino handle imdb baymax 1`] = `
|
|||
"countryCodes": [
|
||||
"de",
|
||||
],
|
||||
"referer": "https://megakino.si/films/693-baymax-riesiges-robowabohu.html",
|
||||
"referer": "https://megakino.haus/films/693-baymax-riesiges-robowabohu.html",
|
||||
"title": "Baymax - Riesiges Robowabohu",
|
||||
},
|
||||
"url": "https://voe.sx/e/8doq7gwiwtig",
|
||||
|
|
@ -17,10 +17,50 @@ exports[`MegaKino handle imdb baymax 1`] = `
|
|||
"countryCodes": [
|
||||
"de",
|
||||
],
|
||||
"referer": "https://megakino.si/films/693-baymax-riesiges-robowabohu.html",
|
||||
"referer": "https://megakino.haus/films/693-baymax-riesiges-robowabohu.html",
|
||||
"title": "Baymax - Riesiges Robowabohu",
|
||||
},
|
||||
"url": "https://watch.gxplayer.xyz/watch?v=MEKI92PU",
|
||||
},
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`MegaKino lego movie 2 2019 1`] = `
|
||||
[
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"de",
|
||||
],
|
||||
"referer": "https://megakino.haus/adventure/4804-the-lego-movie-2.html",
|
||||
"title": "The LEGO Movie 2",
|
||||
},
|
||||
"url": "https://voe.sx/e/gkd0hqdinrex",
|
||||
},
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`MegaKino lego movie 2014 1`] = `
|
||||
[
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"de",
|
||||
],
|
||||
"referer": "https://megakino.haus/films/727-the-lego-movie.html",
|
||||
"title": "The Lego Movie",
|
||||
},
|
||||
"url": "https://voe.sx/e/9ln9fmz2pgru",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"de",
|
||||
],
|
||||
"referer": "https://megakino.haus/films/727-the-lego-movie.html",
|
||||
"title": "The Lego Movie",
|
||||
},
|
||||
"url": "https://watch.gxplayer.xyz/watch?v=XE0LK8H7",
|
||||
},
|
||||
]
|
||||
`;
|
||||
|
|
|
|||
Loading…
Reference in a new issue