fix(source): make 4KHDHub title matching just a tiny bit less strict
To make the guy happy who wants to sleep with my mother
This commit is contained in:
parent
d00cc8a94a
commit
f7cf9da686
18 changed files with 3220 additions and 1 deletions
|
|
@ -70,4 +70,9 @@ describe('FourKHDHub', () => {
|
|||
const streams = await source.handle(ctx, 'movie', new TmdbId(1252037, undefined, undefined));
|
||||
expect(streams).toMatchSnapshot();
|
||||
});
|
||||
|
||||
test('handle avengers: endgame', async () => {
|
||||
const streams = await source.handle(ctx, 'movie', new TmdbId(299534, undefined, undefined));
|
||||
expect(streams).toMatchSnapshot();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ export class FourKHDHub extends Source {
|
|||
const diff = levenshtein.get(movieCardTitle, name, { useCollator: true });
|
||||
|
||||
return diff < 5
|
||||
|| (movieCardTitle.includes(name) && diff < 15);
|
||||
|| (movieCardTitle.includes(name) && diff < 16);
|
||||
})
|
||||
.map(async (_i, el) => new URL($(el).attr('href') as string, await this.getBaseUrl(ctx)))
|
||||
.get(0);
|
||||
|
|
|
|||
2486
src/source/__fixtures__/FourKHDHub/https:4khdhub.dadavengers-endgame-marvel-phase-3-movie-215
generated
Normal file
2486
src/source/__fixtures__/FourKHDHub/https:4khdhub.dadavengers-endgame-marvel-phase-3-movie-215
generated
Normal file
File diff suppressed because it is too large
Load diff
326
src/source/__fixtures__/FourKHDHub/https:4khdhub.dadsAvengerspercent3Apercent20Endgame
generated
Normal file
326
src/source/__fixtures__/FourKHDHub/https:4khdhub.dadsAvengerspercent3Apercent20Endgame
generated
Normal file
|
|
@ -0,0 +1,326 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" class="dark">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Search - Avengers: Endgame - 4KHDHub</title>
|
||||
|
||||
<script>
|
||||
!function(){try{"light"===localStorage.getItem("theme")?(document.documentElement.classList.remove("dark"),document.documentElement.classList.add("light")):(document.documentElement.classList.add("dark"),document.documentElement.classList.remove("light"))}catch(e){console.error("Theme initialization failed:",e)}}();
|
||||
</script>
|
||||
|
||||
|
||||
<meta name="description" content="Download high quality movies and TV shows in UHD, 4K HDR, 1080p and more formats">
|
||||
|
||||
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
|
||||
|
||||
|
||||
<link rel="preload" href="/images/4KHDHUB-Dark-Logo.png" as="image" type="image/png" />
|
||||
<link rel="preload" href="/images/4KHDHUB-Bright-Logo.png" as="image" type="image/png" />
|
||||
|
||||
<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1221937"></script>
|
||||
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
|
||||
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c19">
|
||||
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
<meta name="apple-mobile-web-app-title" content="4K-HDHub" />
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
||||
|
||||
<script type="text/javascript">
|
||||
!function(e,n,t){"use strict";var o="https://fonts.googleapis.com/css?family=Open+Sans",r="__3perf_googleFonts_5fd56";function c(e){(n.head||n.body).appendChild(e)}function a(){var e=n.createElement("link");e.href=o,e.rel="stylesheet",c(e)}function f(e){if(!n.getElementById(r)){var t=n.createElement("style");t.id=r,c(t)}n.getElementById(r).innerHTML=e}e.FontFace&&e.FontFace.prototype.hasOwnProperty("display")?(t[r]&&f(t[r]),fetch(o).then(function(e){return e.text()}).then(function(e){return e.replace(/@font-face {/g,"@font-face{font-display:swap;")}).then(function(e){return t[r]=e}).then(f).catch(a)):a()}(window,document,localStorage);
|
||||
</script>
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LL0RL7VX47"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-LL0RL7VX47');
|
||||
</script>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="flex min-h-screen flex-col">
|
||||
<header class="sticky top-0 z-50 w-full">
|
||||
<div class="header">
|
||||
<div class="container flex h-14 items-center justify-between">
|
||||
<!-- Logo and mobile menu toggle -->
|
||||
<div class="flex items-center">
|
||||
<button id="menu-toggle" class="menu-toggle md:hidden">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
|
||||
<line x1="3" y1="12" x2="21" y2="12"></line>
|
||||
<line x1="3" y1="6" x2="21" y2="6"></line>
|
||||
<line x1="3" y1="18" x2="21" y2="18"></line>
|
||||
</svg>
|
||||
<span class="sr-only">Toggle menu</span>
|
||||
</button>
|
||||
<a href="/" class="navbar-brand">
|
||||
<img id="logo" class="h-8 w-auto" src="/images/4KHDHUB-Bright-Logo.png" alt="4KHDHub logo">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- SINGLE Navigation - Visible on desktop, hidden on mobile -->
|
||||
<nav id="main-nav" class="main-nav">
|
||||
<ul class="nav-list">
|
||||
<li class="nav-item"><a href="/" class="nav-link">Home</a></li>
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a href="#" class="nav-link dropdown-toggle">
|
||||
Movies
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
|
||||
<polyline points="6 9 12 15 18 9"></polyline>
|
||||
</svg>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="/category/movies/" class="dropdown-item">Latest Movies</a></li>
|
||||
<li><a href="/category/hindi-movies/" class="dropdown-item">Hindi Movies</a></li>
|
||||
<li><a href="/category/english-movies/" class="dropdown-item">English Movies</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a href="#" class="nav-link dropdown-toggle">
|
||||
Web Series
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
|
||||
<polyline points="6 9 12 15 18 9"></polyline>
|
||||
</svg>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="/category/series/" class="dropdown-item">Latest Episodes</a></li>
|
||||
<li><a href="/category/korean-series/" class="dropdown-item">Korean</a></li>
|
||||
<li><a href="/category/drama-series/" class="dropdown-item">Drama</a></li>
|
||||
<li><a href="/category/hindi-series/" class="dropdown-item">Hindi Series</a></li>
|
||||
<li><a href="/category/english-series/" class="dropdown-item">English Series</a></li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li class="nav-item dropdown">
|
||||
<a href="#" class="nav-link dropdown-toggle">
|
||||
OTT
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
|
||||
<polyline points="6 9 12 15 18 9"></polyline>
|
||||
</svg>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="/category/netflix/" class="dropdown-item">Netflix</a></li>
|
||||
<li><a href="/category/amazon_prime_video/" class="dropdown-item">Amazon Prime Video</a></li>
|
||||
<li><a href="/category/jiohotstar/" class="dropdown-item">JioHotstar</a></li>
|
||||
<li><a href="/category/disney/" class="dropdown-item">Disney+</a></li>
|
||||
<li><a href="/category/Apple_TV/" class="dropdown-item">Apple TV+</a></li>
|
||||
<li><a href="/category/hbo_max/" class="dropdown-item">HBO Max</a></li>
|
||||
<li><a href="/category/hulu/" class="dropdown-item">Hulu</a></li>
|
||||
<li><a href="/category/crave/" class="dropdown-item">Crave</a></li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="nav-item"><a href="/category/anime/" class="nav-link">Anime</a></li>
|
||||
<li class="nav-item"><a href="/category/2160p-HDR/" class="nav-link">4K HDR</a></li>
|
||||
<li class="nav-item"><a href="/category/imdb/" class="nav-link">Top IMdb</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<!-- Search and Theme Toggle -->
|
||||
<div class="flex items-center">
|
||||
<button id="search-toggle" class="search-toggle">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
|
||||
<circle cx="11" cy="11" r="8"></circle>
|
||||
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
|
||||
</svg>
|
||||
<span class="sr-only">Search</span>
|
||||
</button>
|
||||
|
||||
<div class="search-container hidden md:flex">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon h-4 w-4">
|
||||
<circle cx="11" cy="11" r="8"></circle>
|
||||
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
|
||||
</svg>
|
||||
for
|
||||
<input type="search" id="search" placeholder="Search movies & series" class="search-input">
|
||||
</div>
|
||||
|
||||
<button id="theme-toggle" class="theme-toggle">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="theme-icon h-5 w-5">
|
||||
<circle cx="12" cy="12" r="5"></circle>
|
||||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
||||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
||||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
||||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
||||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
||||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
||||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
||||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
||||
</svg>
|
||||
<span class="sr-only">Toggle theme</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Mobile Menu Backdrop (only shown when menu is open) -->
|
||||
<div id="mobile-menu-backdrop" class="fixed inset-0 bg-black/70 hidden"></div>
|
||||
|
||||
<!-- Close button for mobile menu (only shown when menu is open) -->
|
||||
<button id="close-mobile-menu" class="fixed top-4 right-4 p-2 rounded-full z-[60] hidden">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
|
||||
<line x1="18" y1="6" x2="6" y2="18"></line>
|
||||
<line x1="6" y1="6" x2="18" y2="18"></line>
|
||||
</svg>
|
||||
</button>
|
||||
|
||||
<!-- Search Overlay -->
|
||||
<div id="search-overlay" class="fixed inset-0 z-50 hidden">
|
||||
<div class="fixed" id="search-backdrop"></div>
|
||||
|
||||
|
||||
<button id="close-search" class="absolute right-4 top-4 p-2 rounded-full">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
|
||||
<line x1="18" y1="6" x2="6" y2="18"></line>
|
||||
<line x1="6" y1="6" x2="18" y2="18"></line>
|
||||
</svg>
|
||||
<span class="sr-only">Close</span>
|
||||
</button>
|
||||
|
||||
<form action="/" method="get" class="search-form">
|
||||
<div class="search-input-container">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon-overlay">
|
||||
<circle cx="11" cy="11" r="8"></circle>
|
||||
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
|
||||
</svg>
|
||||
<input type="search" name="s" placeholder="Search Movies & TV-Shows" class="search-input-overlay" autofocus autocomplete="off">
|
||||
</div>
|
||||
<button type="submit" class="search-submit">
|
||||
Search
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<main class="flex-1">
|
||||
<div class="container">
|
||||
<section class="latest-releases">
|
||||
<div class="latest-releases-header">
|
||||
<h2 class="latest-releases-title">
|
||||
<span><svg style="vertical-align: bottom;" xmlns="http://www.w3.org/2000/svg" height="32px" viewBox="0 -960 960 960" width="32px" fill="#e3e3e3"><path d="M784-120 532-372q-30 24-69 38t-83 14q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l252 252-56 56ZM380-400q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Z"/></svg></span> Search - Avengers: Endgame </h2>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="card-grid">
|
||||
|
||||
<a href="/avengers-endgame-marvel-phase-3-movie-215/" class="movie-card">
|
||||
<div class="movie-card-image">
|
||||
<img src="https://image.tmdb.org/t/p/w500/ulzhLuWrPK07P1YkdWQLZnQh1JL.jpg" alt="Avengers: Endgame Marvel Phase 3" class="w-full h-full object-cover">
|
||||
<div class="movie-card-overlay">
|
||||
<div class="movie-card-formats">
|
||||
|
||||
<span class="movie-card-format">Adventure</span>
|
||||
|
||||
<span class="movie-card-format">Action</span>
|
||||
|
||||
<span class="movie-card-format">Science Fiction</span>
|
||||
|
||||
<span class="movie-card-format">Movies</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="movie-card-content">
|
||||
<h3 class="movie-card-title">Avengers: Endgame Marvel Phase 3</h3>
|
||||
<p class="movie-card-meta">2019 </p>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="pagination-container">
|
||||
<div class="pagination-container">
|
||||
<div class="pagination">
|
||||
|
||||
|
||||
|
||||
<a class='pagination-item active'>1</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="border-t bg-background">
|
||||
<div class="container py-8 md:py-12">
|
||||
<div class="grid grid-cols-1 gap-8 md:grid-cols-4 justify-center text-center md:text-left">
|
||||
<div class="space-y-4">
|
||||
<h3 class="text-lg font-semibold">4KHDHub</h3>
|
||||
<p class="text-sm text-muted-foreground">
|
||||
Your one-stop destination for high-quality movies and TV shows in various formats.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="space-y-4">
|
||||
<h3 class="text-lg font-semibold">Quick Links</h3>
|
||||
<ul class="flex flex-wrap justify-center gap-4 text-sm">
|
||||
<li>
|
||||
<a href="/about" class="text-muted-foreground hover:text-primary">
|
||||
About Us
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/contact" class="text-muted-foreground hover:text-primary">
|
||||
Contact Us
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/dmca" class="text-muted-foreground hover:text-primary">
|
||||
DMCA
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/privacy-policy" class="text-muted-foreground hover:text-primary">
|
||||
Privacy Policy
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="space-y-4">
|
||||
<h3 class="text-lg font-semibold">Connect</h3>
|
||||
<p class="text-sm text-muted-foreground">Stay updated with the latest releases and news.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="mt-8 border-t pt-8 text-center">
|
||||
<p class="text-xs text-muted-foreground">© <span id="current-year">2025</span> 4KHDHub - All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<button id="back-to-top" class="fixed bottom-6 right-6 z-50 rounded-full shadow-md transition-opacity duration-300 opacity-0 pointer-events-none bg-primary text-primary-foreground p-2" aria-label="Back to top">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="m18 15-6-6-6 6" />
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<script src="/js/main.js?v=0.14.69c19"></script>
|
||||
</body>
|
||||
</html>
|
||||
1
src/source/__fixtures__/FourKHDHub/https:api.themoviedb.org3movie299534
generated
Normal file
1
src/source/__fixtures__/FourKHDHub/https:api.themoviedb.org3movie299534
generated
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"adult":false,"backdrop_path":"/7RyHsO4yDXtBv1zUU3mTpHeQ0d5.jpg","belongs_to_collection":{"id":86311,"name":"The Avengers Collection","poster_path":"/yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg","backdrop_path":"/zuW6fOiusv4X9nnW3paHGfXcSll.jpg"},"budget":356000000,"genres":[{"id":12,"name":"Adventure"},{"id":878,"name":"Science Fiction"},{"id":28,"name":"Action"}],"homepage":"https://www.marvel.com/movies/avengers-endgame","id":299534,"imdb_id":"tt4154796","origin_country":["US"],"original_language":"en","original_title":"Avengers: Endgame","overview":"After the devastating events of Avengers: Infinity War, the universe is in ruins due to the efforts of the Mad Titan, Thanos. With the help of remaining allies, the Avengers must assemble once more in order to undo Thanos' actions and restore order to the universe once and for all, no matter what consequences may be in store.","popularity":19.5676,"poster_path":"/bR8ISy1O9XQxqiy0fQFw2BX72RQ.jpg","production_companies":[{"id":420,"logo_path":"/hUzeosd33nzE5MCNsZxCGEKTXaQ.png","name":"Marvel Studios","origin_country":"US"}],"production_countries":[{"iso_3166_1":"US","name":"United States of America"}],"release_date":"2019-04-24","revenue":2799439100,"runtime":181,"spoken_languages":[{"english_name":"English","iso_639_1":"en","name":"English"},{"english_name":"Japanese","iso_639_1":"ja","name":"日本語"},{"english_name":"Xhosa","iso_639_1":"xh","name":""}],"status":"Released","tagline":"Avenge the fallen.","title":"Avengers: Endgame","video":false,"vote_average":8.2,"vote_count":27116}
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Redirecting ...</title>
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="author" content="s-b0t">
|
||||
<meta name="googlebot" content="noindex,nofollow">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting ..
|
||||
<script type="text/javascript">
|
||||
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
|
||||
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY2VTB4SmVtTjRiMGRKWmt4SWNEVnhNa2xvU0VkUFEwVXdNVFJXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
|
||||
</script>
|
||||
|
||||
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Redirecting ...</title>
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="author" content="s-b0t">
|
||||
<meta name="googlebot" content="noindex,nofollow">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting ..
|
||||
<script type="text/javascript">
|
||||
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
|
||||
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY0TVV4RllVVjNXakI0TUUxUlZ6QnhWRUZrUm1GRlFVcFNURzFXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
|
||||
</script>
|
||||
|
||||
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Redirecting ...</title>
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="author" content="s-b0t">
|
||||
<meta name="googlebot" content="noindex,nofollow">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting ..
|
||||
<script type="text/javascript">
|
||||
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
|
||||
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY0TUcxR2VqbDRibmhOYVVkNk1EQnllbE5XUjJGNWRtOUhlV1ZXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
|
||||
</script>
|
||||
|
||||
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Redirecting ...</title>
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="author" content="s-b0t">
|
||||
<meta name="googlebot" content="noindex,nofollow">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting ..
|
||||
<script type="text/javascript">
|
||||
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
|
||||
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY2UlV0SFlYRkRSVkpOYTAxVGNXNXhTRGxXUkdGTlRXOUpUV3BXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
|
||||
</script>
|
||||
|
||||
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Redirecting ...</title>
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="author" content="s-b0t">
|
||||
<meta name="googlebot" content="noindex,nofollow">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting ..
|
||||
<script type="text/javascript">
|
||||
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
|
||||
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY0TVV0Q1MzbENSVk5NYkVwNk5VMWFTa0ZvU25kWGJtOTVZMnBXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
|
||||
</script>
|
||||
|
||||
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Redirecting ...</title>
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="author" content="s-b0t">
|
||||
<meta name="googlebot" content="noindex,nofollow">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting ..
|
||||
<script type="text/javascript">
|
||||
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
|
||||
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY1WW14RllYbE5TVk5YYTBjeGNWZGFWRVZNY0ZRMWRXOTVWMmhXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
|
||||
</script>
|
||||
|
||||
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Redirecting ...</title>
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="author" content="s-b0t">
|
||||
<meta name="googlebot" content="noindex,nofollow">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting ..
|
||||
<script type="text/javascript">
|
||||
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
|
||||
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY2U1ZWeFZYbDFSbEkxTkV4SFFVWnlTa0ZuY2xWMWRrcFNZMk5XWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
|
||||
</script>
|
||||
|
||||
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Redirecting ...</title>
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="author" content="s-b0t">
|
||||
<meta name="googlebot" content="noindex,nofollow">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting ..
|
||||
<script type="text/javascript">
|
||||
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
|
||||
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY0TVdoTlZEbE5XakpCTkV4SFYwbHlVMk5WY1ZGQmVGb3dOV3hXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
|
||||
</script>
|
||||
|
||||
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Redirecting ...</title>
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="author" content="s-b0t">
|
||||
<meta name="googlebot" content="noindex,nofollow">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting ..
|
||||
<script type="text/javascript">
|
||||
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
|
||||
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY0T1VodlZVbDVSVkpNTVVwM1FVOWFlbGRvY0ZGSmRVcFRZMmxXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
|
||||
</script>
|
||||
|
||||
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Redirecting ...</title>
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="author" content="s-b0t">
|
||||
<meta name="googlebot" content="noindex,nofollow">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting ..
|
||||
<script type="text/javascript">
|
||||
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
|
||||
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY2UldkdlZXTnVXakZpTVVwTFkwWmFla1UyU0V0eGQxcDRlR3BXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
|
||||
</script>
|
||||
|
||||
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Redirecting ...</title>
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="author" content="s-b0t">
|
||||
<meta name="googlebot" content="noindex,nofollow">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting ..
|
||||
<script type="text/javascript">
|
||||
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
|
||||
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY2U1ZaR1IwOTVSVEZqTVV4S1kxUnZNV05MU2t0MWJrVXhURzFXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
|
||||
</script>
|
||||
|
||||
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Redirecting ...</title>
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="author" content="s-b0t">
|
||||
<meta name="googlebot" content="noindex,nofollow">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting ..
|
||||
<script type="text/javascript">
|
||||
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
|
||||
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY2UVV0eVZEVnVTVkpOWmt4M1YxaHVTRFZrU0dGamVVbFNWek5XWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
|
||||
</script>
|
||||
|
||||
|
||||
</body></html>
|
||||
|
|
@ -1,5 +1,166 @@
|
|||
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
|
||||
|
||||
exports[`FourKHDHub handle avengers: endgame 1`] = `
|
||||
[
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 67645734912,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
"hi",
|
||||
],
|
||||
"height": 2160,
|
||||
"title": "Avengers Endgame (2019) 2160p 4K UHD HDR10 BluRay REMUX x265 10bit HEVC [Org Hindi DDP 5.1 640Kbps + English DTS-HDMA TrueHD Atmos 7.1] ESubs FGT",
|
||||
},
|
||||
"url": "https://hubcloud.foo/drive/iucvnehopzt48c1",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 50036368998,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
"hi",
|
||||
],
|
||||
"height": 1080,
|
||||
"title": "Avengers Endgame (2019) 1080p BluRay REMUX x264 AVC [Org Hindi DDP 5.1 ~ 640Kbps + English DTS-HDMA TrueHD Atmos 7.1] ESubs ~ FGT",
|
||||
},
|
||||
"url": "https://hubcloud.foo/drive/ucp81jufn8pobei",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 37795712204,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
"hi",
|
||||
],
|
||||
"height": 2160,
|
||||
"title": "Avengers.Endgame.2019.IMAX.2160p.DSNP.WEB-DL.HIN-ENG.x265.10bit.HDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ",
|
||||
},
|
||||
"url": "https://hubcloud.foo/drive/visgvyc4vw40sb4",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 26736171417,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
"hi",
|
||||
],
|
||||
"height": 1080,
|
||||
"title": "[144FPS].Avengers.Endgame.1080p.IMAX.DSNP.WEBRip.Dual.DDP5.1.Atmos.H.265.Homelander",
|
||||
},
|
||||
"url": "https://hubcloud.foo/drive/3rhv1h6n3hsrnod",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 20615843020,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
"hi",
|
||||
],
|
||||
"height": 1080,
|
||||
"title": "Avengers Endgame (2019) 1080p BluRay x264 AVC [Org Hindi DDP 5.1 ~ 640Kbps + English DTS-HDMA 7.1] ESubs ~ FGT",
|
||||
},
|
||||
"url": "https://hubcloud.foo/drive/gara4j9b4uzgjtg",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 17824114278,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
"hi",
|
||||
],
|
||||
"height": 1080,
|
||||
"title": "[60FPS].Avengers.Endgame.1080p.IMAX.DSNP.WEBRip.Dual.DDP5.1.Atmos.H.265.Homelander",
|
||||
},
|
||||
"url": "https://hubcloud.foo/drive/1qmsr8wkmr2m1qw",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 15998753177,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
"hi",
|
||||
],
|
||||
"height": 2160,
|
||||
"title": "Avengers Endgame (2019) 2160p 4K UHD HDR10 BluRay x265 10bit HEVC [Org Hindi DDP 5.1 ~ 640Kbps + English DTS-HDMA 7.1] ESubs ~ TERMiNAL",
|
||||
},
|
||||
"url": "https://hubcloud.foo/drive/xkrhsqktrrlqmrb",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 9126805504,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
"hi",
|
||||
],
|
||||
"height": 2160,
|
||||
"title": "Avengers Endgame (2019) 2160p Bluray x265 HEVC 10bit [Org Hindi DDP 5.1 ~192Kbps + English AAC 7.1] ESub - Joy [UTR]",
|
||||
},
|
||||
"url": "https://hubcloud.foo/drive/1or45vfv5rvvfvi",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 8321499136,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
"hi",
|
||||
],
|
||||
"height": 1080,
|
||||
"title": "Avengers Endgame (2019) 1080p [IMAX] 10bit DSNP WEB-DL x265 HEVC [Org Hindi DDP 5.1 ~ 640Kbps + English AAC 5.1] ESubs ~ Silence",
|
||||
},
|
||||
"url": "https://hubcloud.foo/drive/qlge1eobb64sy0p",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 8010114007,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
"hi",
|
||||
],
|
||||
"height": 1080,
|
||||
"title": "Avengers Endgame (2019) 1080p BluRay x264 {Dual Audio} {Hindi DD 2.0-Eng BD 5.1} ESub By~Hammer~",
|
||||
},
|
||||
"url": "https://hubcloud.foo/drive/xr4xfnj1hef1dew",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 7730941132,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
"hi",
|
||||
],
|
||||
"height": 1080,
|
||||
"title": "Avengers - Endgame (2019) 1080p [60FPS] 10bit BluRay x265 HEVC [Org HS Hindi DD+ 5.1Ch 192Kbps + English DD 5.1] ESubs ~MORNINGSTAR",
|
||||
},
|
||||
"url": "https://hubcloud.foo/drive/99nx1ygp6nzyivh",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 7000796692,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
"hi",
|
||||
],
|
||||
"height": 1080,
|
||||
"title": "Avengers Endgame (2019) 1080p 10bit BluRay x265 HEVC [Org Hindi DDP 5.1 ~ 640Kbps + English AAC 7.1] ESubs ~ Tigole",
|
||||
},
|
||||
"url": "https://hubcloud.foo/drive/99nx1ygp6nzyivh",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 4015794421,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
"hi",
|
||||
],
|
||||
"height": 1080,
|
||||
"title": "Avengers Endgame (2019) 1080p UHD HDR10 BluRay x265 10bit HEVC [Org Hindi DDP 5.1 - 640Kbps + English DD 5.1] ESubs - Pahe",
|
||||
},
|
||||
"url": "https://hubcloud.foo/drive/2whcw1ke1dkwwsk",
|
||||
},
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`FourKHDHub handle crank 2006 1`] = `
|
||||
[
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue