fix(source): bring back PrimeWire 🎉
- use happy-dom instead of jsdom - grab link token from app JS to resolve links
This commit is contained in:
parent
ec8c35af18
commit
617ae77825
120 changed files with 3324 additions and 3564 deletions
427
package-lock.json
generated
427
package-lock.json
generated
|
|
@ -15,8 +15,8 @@
|
|||
"cheerio": "^1.0.0",
|
||||
"express": "^5.1.0",
|
||||
"fetch-socks": "^1.3.2",
|
||||
"happy-dom": "^18.0.1",
|
||||
"http-cache-semantics": "^4.2.0",
|
||||
"jsdom": "^26.1.0",
|
||||
"lru-cache": "^11.1.0",
|
||||
"randomstring": "^1.3.1",
|
||||
"slugify": "^1.6.6",
|
||||
|
|
@ -34,7 +34,6 @@
|
|||
"@types/express": "^5.0.1",
|
||||
"@types/http-cache-semantics": "^4.0.4",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/jsdom": "^21.1.7",
|
||||
"@types/make-fetch-happen": "^10.0.4",
|
||||
"@types/node": "^22.15.3",
|
||||
"@types/randomstring": "^1.3.0",
|
||||
|
|
@ -67,25 +66,6 @@
|
|||
"node": ">=6.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@asamuzakjp/css-color": {
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-3.2.0.tgz",
|
||||
"integrity": "sha512-K1A6z8tS3XsmCMM86xoWdn7Fkdn9m6RSVtocUrJYIwZnFVkng/PvkEoWtOWmP+Scc6saYWHWZYbndEEXxl24jw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@csstools/css-calc": "^2.1.3",
|
||||
"@csstools/css-color-parser": "^3.0.9",
|
||||
"@csstools/css-parser-algorithms": "^3.0.4",
|
||||
"@csstools/css-tokenizer": "^3.0.3",
|
||||
"lru-cache": "^10.4.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@asamuzakjp/css-color/node_modules/lru-cache": {
|
||||
"version": "10.4.3",
|
||||
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
||||
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/@babel/code-frame": {
|
||||
"version": "7.27.1",
|
||||
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
|
||||
|
|
@ -625,116 +605,6 @@
|
|||
"@jridgewell/sourcemap-codec": "^1.4.10"
|
||||
}
|
||||
},
|
||||
"node_modules/@csstools/color-helpers": {
|
||||
"version": "5.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.0.2.tgz",
|
||||
"integrity": "sha512-JqWH1vsgdGcw2RR6VliXXdA0/59LttzlU8UlRT/iUUsEeWfYq8I+K0yhihEUTTHLRm1EXvpsCx3083EU15ecsA==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/csstools"
|
||||
},
|
||||
{
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/csstools"
|
||||
}
|
||||
],
|
||||
"license": "MIT-0",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/@csstools/css-calc": {
|
||||
"version": "2.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.4.tgz",
|
||||
"integrity": "sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/csstools"
|
||||
},
|
||||
{
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/csstools"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@csstools/css-parser-algorithms": "^3.0.5",
|
||||
"@csstools/css-tokenizer": "^3.0.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@csstools/css-color-parser": {
|
||||
"version": "3.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.0.10.tgz",
|
||||
"integrity": "sha512-TiJ5Ajr6WRd1r8HSiwJvZBiJOqtH86aHpUjq5aEKWHiII2Qfjqd/HCWKPOW8EP4vcspXbHnXrwIDlu5savQipg==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/csstools"
|
||||
},
|
||||
{
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/csstools"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@csstools/color-helpers": "^5.0.2",
|
||||
"@csstools/css-calc": "^2.1.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@csstools/css-parser-algorithms": "^3.0.5",
|
||||
"@csstools/css-tokenizer": "^3.0.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@csstools/css-parser-algorithms": {
|
||||
"version": "3.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz",
|
||||
"integrity": "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/csstools"
|
||||
},
|
||||
{
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/csstools"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@csstools/css-tokenizer": "^3.0.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@csstools/css-tokenizer": {
|
||||
"version": "3.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz",
|
||||
"integrity": "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/csstools"
|
||||
},
|
||||
{
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/csstools"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/@dabh/diagnostics": {
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.3.tgz",
|
||||
|
|
@ -1775,18 +1645,6 @@
|
|||
"pretty-format": "^30.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/jsdom": {
|
||||
"version": "21.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-21.1.7.tgz",
|
||||
"integrity": "sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/node": "*",
|
||||
"@types/tough-cookie": "*",
|
||||
"parse5": "^7.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/json-schema": {
|
||||
"version": "7.0.15",
|
||||
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
||||
|
|
@ -1916,19 +1774,18 @@
|
|||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/tough-cookie": {
|
||||
"version": "4.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz",
|
||||
"integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/triple-beam": {
|
||||
"version": "1.3.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/triple-beam/-/triple-beam-1.3.5.tgz",
|
||||
"integrity": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/whatwg-mimetype": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/whatwg-mimetype/-/whatwg-mimetype-3.0.2.tgz",
|
||||
"integrity": "sha512-c2AKvDT8ToxLIOUlN51gTiHXflsfIFisS4pO7pDPoKouJCESkhZnEy623gwP9laCy5lnLDAw1vAzu2vM2YLOrA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/yargs": {
|
||||
"version": "17.0.33",
|
||||
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz",
|
||||
|
|
@ -2542,15 +2399,6 @@
|
|||
"node": ">=0.4.0"
|
||||
}
|
||||
},
|
||||
"node_modules/agent-base": {
|
||||
"version": "7.1.4",
|
||||
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
||||
"integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 14"
|
||||
}
|
||||
},
|
||||
"node_modules/ajv": {
|
||||
"version": "6.12.6",
|
||||
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
||||
|
|
@ -3562,32 +3410,6 @@
|
|||
"url": "https://github.com/sponsors/fb55"
|
||||
}
|
||||
},
|
||||
"node_modules/cssstyle": {
|
||||
"version": "4.6.0",
|
||||
"resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.6.0.tgz",
|
||||
"integrity": "sha512-2z+rWdzbbSZv6/rhtvzvqeZQHrBaqgogqt85sqFNbabZOuFbCVFb8kPeEtZjiKkbrm395irpNKiYeFeLiQnFPg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@asamuzakjp/css-color": "^3.2.0",
|
||||
"rrweb-cssom": "^0.8.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/data-urls": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz",
|
||||
"integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"whatwg-mimetype": "^4.0.0",
|
||||
"whatwg-url": "^14.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/data-view-buffer": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
|
||||
|
|
@ -3659,12 +3481,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"node_modules/decimal.js": {
|
||||
"version": "10.6.0",
|
||||
"resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz",
|
||||
"integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/dedent": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/dedent/-/dedent-1.6.0.tgz",
|
||||
|
|
@ -5101,6 +4917,38 @@
|
|||
"uglify-js": "^3.1.4"
|
||||
}
|
||||
},
|
||||
"node_modules/happy-dom": {
|
||||
"version": "18.0.1",
|
||||
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-18.0.1.tgz",
|
||||
"integrity": "sha512-qn+rKOW7KWpVTtgIUi6RVmTBZJSe2k0Db0vh1f7CWrWclkkc7/Q+FrOfkZIb2eiErLyqu5AXEzE7XthO9JVxRA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/node": "^20.0.0",
|
||||
"@types/whatwg-mimetype": "^3.0.2",
|
||||
"whatwg-mimetype": "^3.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/happy-dom/node_modules/@types/node": {
|
||||
"version": "20.19.10",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.10.tgz",
|
||||
"integrity": "sha512-iAFpG6DokED3roLSP0K+ybeDdIX6Bc0Vd3mLW5uDqThPWtNos3E+EqOM11mPQHKzfWHqEBuLjIlsBQQ8CsISmQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"undici-types": "~6.21.0"
|
||||
}
|
||||
},
|
||||
"node_modules/happy-dom/node_modules/whatwg-mimetype": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz",
|
||||
"integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
}
|
||||
},
|
||||
"node_modules/has-bigints": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
|
||||
|
|
@ -5193,18 +5041,6 @@
|
|||
"node": ">= 0.4"
|
||||
}
|
||||
},
|
||||
"node_modules/html-encoding-sniffer": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz",
|
||||
"integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"whatwg-encoding": "^3.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/html-escaper": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
|
||||
|
|
@ -5265,32 +5101,6 @@
|
|||
"node": ">= 0.8"
|
||||
}
|
||||
},
|
||||
"node_modules/http-proxy-agent": {
|
||||
"version": "7.0.2",
|
||||
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
||||
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"agent-base": "^7.1.0",
|
||||
"debug": "^4.3.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 14"
|
||||
}
|
||||
},
|
||||
"node_modules/https-proxy-agent": {
|
||||
"version": "7.0.6",
|
||||
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
||||
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"agent-base": "^7.1.2",
|
||||
"debug": "4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 14"
|
||||
}
|
||||
},
|
||||
"node_modules/human-signals": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
|
||||
|
|
@ -5734,12 +5544,6 @@
|
|||
"url": "https://github.com/sponsors/ljharb"
|
||||
}
|
||||
},
|
||||
"node_modules/is-potential-custom-element-name": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
|
||||
"integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/is-promise": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
|
||||
|
|
@ -6637,45 +6441,6 @@
|
|||
"integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/jsdom": {
|
||||
"version": "26.1.0",
|
||||
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-26.1.0.tgz",
|
||||
"integrity": "sha512-Cvc9WUhxSMEo4McES3P7oK3QaXldCfNWp7pl2NNeiIFlCoLr3kfq9kb1fxftiwk1FLV7CvpvDfonxtzUDeSOPg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"cssstyle": "^4.2.1",
|
||||
"data-urls": "^5.0.0",
|
||||
"decimal.js": "^10.5.0",
|
||||
"html-encoding-sniffer": "^4.0.0",
|
||||
"http-proxy-agent": "^7.0.2",
|
||||
"https-proxy-agent": "^7.0.6",
|
||||
"is-potential-custom-element-name": "^1.0.1",
|
||||
"nwsapi": "^2.2.16",
|
||||
"parse5": "^7.2.1",
|
||||
"rrweb-cssom": "^0.8.0",
|
||||
"saxes": "^6.0.0",
|
||||
"symbol-tree": "^3.2.4",
|
||||
"tough-cookie": "^5.1.1",
|
||||
"w3c-xmlserializer": "^5.0.0",
|
||||
"webidl-conversions": "^7.0.0",
|
||||
"whatwg-encoding": "^3.1.1",
|
||||
"whatwg-mimetype": "^4.0.0",
|
||||
"whatwg-url": "^14.1.1",
|
||||
"ws": "^8.18.0",
|
||||
"xml-name-validator": "^5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"canvas": "^3.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"canvas": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/jsesc": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
|
||||
|
|
@ -7173,12 +6938,6 @@
|
|||
"url": "https://github.com/fb55/nth-check?sponsor=1"
|
||||
}
|
||||
},
|
||||
"node_modules/nwsapi": {
|
||||
"version": "2.2.21",
|
||||
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.21.tgz",
|
||||
"integrity": "sha512-o6nIY3qwiSXl7/LuOU0Dmuctd34Yay0yeuZRLFmDPrrdHpXKFndPj3hM+YEPVHYC5fx2otBx4Ilc/gyYSAUaIA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/object-inspect": {
|
||||
"version": "1.13.4",
|
||||
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
|
||||
|
|
@ -7694,6 +7453,7 @@
|
|||
"version": "2.3.1",
|
||||
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
||||
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
|
|
@ -7972,12 +7732,6 @@
|
|||
"node": ">= 18"
|
||||
}
|
||||
},
|
||||
"node_modules/rrweb-cssom": {
|
||||
"version": "0.8.0",
|
||||
"resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz",
|
||||
"integrity": "sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/run-parallel": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
|
||||
|
|
@ -8092,18 +7846,6 @@
|
|||
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/saxes": {
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
|
||||
"integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"xmlchars": "^2.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12.22.7"
|
||||
}
|
||||
},
|
||||
"node_modules/semver": {
|
||||
"version": "6.3.1",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
||||
|
|
@ -8749,12 +8491,6 @@
|
|||
"url": "https://github.com/sponsors/ljharb"
|
||||
}
|
||||
},
|
||||
"node_modules/symbol-tree": {
|
||||
"version": "3.2.4",
|
||||
"resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
|
||||
"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/synckit": {
|
||||
"version": "0.11.11",
|
||||
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.11.tgz",
|
||||
|
|
@ -8883,18 +8619,6 @@
|
|||
"node": ">=16"
|
||||
}
|
||||
},
|
||||
"node_modules/tr46": {
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.1.tgz",
|
||||
"integrity": "sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"punycode": "^2.3.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/triple-beam": {
|
||||
"version": "1.4.1",
|
||||
"resolved": "https://registry.npmjs.org/triple-beam/-/triple-beam-1.4.1.tgz",
|
||||
|
|
@ -9301,7 +9025,6 @@
|
|||
"version": "6.21.0",
|
||||
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
||||
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/unpacker": {
|
||||
|
|
@ -9445,18 +9168,6 @@
|
|||
"node": ">= 0.8"
|
||||
}
|
||||
},
|
||||
"node_modules/w3c-xmlserializer": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
|
||||
"integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"xml-name-validator": "^5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/walker": {
|
||||
"version": "1.0.8",
|
||||
"resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
|
||||
|
|
@ -9467,15 +9178,6 @@
|
|||
"makeerror": "1.0.12"
|
||||
}
|
||||
},
|
||||
"node_modules/webidl-conversions": {
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
|
||||
"integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
|
||||
"license": "BSD-2-Clause",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
}
|
||||
},
|
||||
"node_modules/whatwg-encoding": {
|
||||
"version": "3.1.1",
|
||||
"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
|
||||
|
|
@ -9497,19 +9199,6 @@
|
|||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/whatwg-url": {
|
||||
"version": "14.2.0",
|
||||
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz",
|
||||
"integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"tr46": "^5.1.0",
|
||||
"webidl-conversions": "^7.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/which": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
||||
|
|
@ -9783,42 +9472,6 @@
|
|||
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/ws": {
|
||||
"version": "8.18.3",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
|
||||
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bufferutil": "^4.0.1",
|
||||
"utf-8-validate": ">=5.0.2"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"bufferutil": {
|
||||
"optional": true
|
||||
},
|
||||
"utf-8-validate": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/xml-name-validator": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
|
||||
"integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
|
||||
"license": "Apache-2.0",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/xmlchars": {
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
|
||||
"integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/y18n": {
|
||||
"version": "5.0.8",
|
||||
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
|
||||
|
|
|
|||
|
|
@ -37,8 +37,8 @@
|
|||
"cheerio": "^1.0.0",
|
||||
"express": "^5.1.0",
|
||||
"fetch-socks": "^1.3.2",
|
||||
"happy-dom": "^18.0.1",
|
||||
"http-cache-semantics": "^4.2.0",
|
||||
"jsdom": "^26.1.0",
|
||||
"lru-cache": "^11.1.0",
|
||||
"randomstring": "^1.3.1",
|
||||
"slugify": "^1.6.6",
|
||||
|
|
@ -56,7 +56,6 @@
|
|||
"@types/express": "^5.0.1",
|
||||
"@types/http-cache-semantics": "^4.0.4",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/jsdom": "^21.1.7",
|
||||
"@types/make-fetch-happen": "^10.0.4",
|
||||
"@types/node": "^22.15.3",
|
||||
"@types/randomstring": "^1.3.0",
|
||||
|
|
|
|||
10
src/index.ts
10
src/index.ts
|
|
@ -17,6 +17,16 @@ if (envIsProd()) {
|
|||
console.log = console.warn = console.error = console.info = console.debug = () => { /* disable in favor of logger */ };
|
||||
}
|
||||
|
||||
// At your app’s entry point
|
||||
process.on('uncaughtException', (err) => {
|
||||
console.error('Uncaught exception caught:', err);
|
||||
// Decide: exit gracefully or continue
|
||||
});
|
||||
|
||||
process.on('unhandledRejection', (reason) => {
|
||||
console.error('Unhandled rejection:', reason);
|
||||
});
|
||||
|
||||
const logger = winston.createLogger({
|
||||
transports: [
|
||||
new winston.transports.Console({
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import crypto from 'crypto';
|
||||
import * as cheerio from 'cheerio';
|
||||
import { JSDOM } from 'jsdom';
|
||||
import { Browser, BrowserErrorCaptureEnum } from 'happy-dom';
|
||||
import { ContentType } from 'stremio-addon-sdk';
|
||||
import { Context, CountryCode } from '../types';
|
||||
import { Fetcher, getImdbId, Id, ImdbId } from '../utils';
|
||||
|
|
@ -50,13 +50,28 @@ export class PrimeWire implements Source {
|
|||
linksHtml = await this.fetcher.text(ctx, episodeUrl);
|
||||
}
|
||||
|
||||
// Yes, we are aware of the risks.. 😰
|
||||
const jsdom = new JSDOM(linksHtml, { runScripts: 'dangerously' });
|
||||
const scriptElement = jsdom.window.document.createElement('script');
|
||||
scriptElement.textContent = appJs;
|
||||
jsdom.window.document.body.appendChild(scriptElement);
|
||||
const browser = new Browser({
|
||||
settings: {
|
||||
disableCSSFileLoading: true,
|
||||
disableComputedStyleRendering: true,
|
||||
disableJavaScriptFileLoading: true,
|
||||
errorCapture: BrowserErrorCaptureEnum.processLevel,
|
||||
fetch: {
|
||||
interceptor: {
|
||||
beforeAsyncRequest: async () => { /* silence */ },
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
const $ = cheerio.load(jsdom.window.document.documentElement.outerHTML);
|
||||
const linksPage = browser.newPage();
|
||||
linksPage.content = linksHtml;
|
||||
linksPage.evaluate(appJs);
|
||||
|
||||
const $ = cheerio.load(linksPage.content);
|
||||
|
||||
const linksTokenMatch = appJs.match(/t="(0\.x.*?)"/) as string[];
|
||||
const linksToken = linksTokenMatch[1] as string;
|
||||
|
||||
return Promise.all(
|
||||
$(`a.go-link`)
|
||||
|
|
@ -66,9 +81,10 @@ export class PrimeWire implements Source {
|
|||
let targetUrl = this.redirectUrlCache.get(redirectUrl.href);
|
||||
|
||||
if (!targetUrl) {
|
||||
const headers = await this.fetcher.head(ctx, redirectUrl, { redirect: 'manual' });
|
||||
const linkFetchUrl = new URL(redirectUrl.href.replace('/gos/', '/go/'));
|
||||
linkFetchUrl.searchParams.set('token', linksToken);
|
||||
targetUrl = new URL(JSON.parse(await this.fetcher.text(ctx, linkFetchUrl))['link']);
|
||||
|
||||
targetUrl = new URL(headers['location'] as string);
|
||||
this.redirectUrlCache.set(redirectUrl.href, targetUrl);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc473f4e599188-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:59 GMT","location":"https://bigwarp.cc/4tb37obzt6re","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=5gyYWzhG6RoXPZadikiDNxf2LVB4GTRf97%2Fq7l%2F4rPs%2Bw%2BJ7XDI1wWTDBCKe6fksZp%2FLgiisRcgK7laoz04XleXiRsaMJxIlIuK89uuUTbg%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSsiXd_8HIvwJH_uH","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc467cae98d2af-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:28 GMT","location":"https://voe.sx/grsvpdbxvw3e","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=Oei9GlhSFoCfGjGdjbIlEtZuGbefBQnI2SpMb%2FQKmFdSOeZ4l7IHkRM4psu8sRztZDJrnhBwj7yNQ2gNt443luKElavwCZJLLt66KnBXuRg%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJQ4fXHdu7En4Qy1eD","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc46a46e001cab-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:34 GMT","location":"https://vidmoly.me/w/g1ob8a8h5pc8","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=NHRf6%2BJCPWMVnVvi6%2Bz1FOuJf09NA582XTuP6BDVb3LIpRGFQ2pbMA1RnIszy4%2BZhE8RCPCBHmFMJUPkWlOdseinvF9J7YnWD%2BieHLRWuaY%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJRQKr0B_XEi0StRKB","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc46b38c411e3e-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:36 GMT","location":"https://streamplay.to/m1j7zix6ny8u","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=OYxViKrvwZAsJ4lueS4nDHommDacGPxOutINVztY10cTni%2BOW96RXCPxf7grVWn2cKyfgfpRMD7fcIfNf1MvLyr6NKpuWJlvEeoOlBUDOu4%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJRZOybtEOn98JQlOH","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc46ad19eb5c32-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:35 GMT","location":"https://dood.watch/d/sn87i3ru7plx","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=x%2BimEPmTu93YQLi7cK%2BINKzJRq7mbm8U%2FKGhNXzrUBEgAn4OMj5AY2dUTOfyinerKldozT%2Fj%2BkDlpUFVLO0gIx2kjLkGcatk1FH2oi4t\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJRVWbP4rTqYARX0gD","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc473e7d06380d-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:59 GMT","location":"https://filegram.to/erapbfgcdguq","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=8%2FH%2Bet%2BTfp%2BUVCn8V9Fse3u8uGcf35IZHi26n%2FUdCNBJPm2j33jE9ZdOkkNe1HqgGhn%2BewDxsv3J2f4rxvqEFSqqe0bQuawyQUOllOPDzvY%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSsEqs7coTosJRVWH","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc47490d3a0487-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:16:00 GMT","location":"https://dood.watch/d/9lw62yyosxc0","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=4ItmdOcd5ERSzaV2QVWeZybDkSG6xexuf3%2F24qrcLBivH0CvyevQbHu8fke%2B62BEuE9raMXCHTogf8Qv%2F8qHIeNmq%2BDmxLOeJuUEtrQgASk%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSyWnnefhGcIRnuwC","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc4745fd0d18d3-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:16:00 GMT","location":"https://mixdrop.ag/f/ql0qrxnjb89nx8","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=unnBbmm0XCL7uFqEQQyxlRZsMaMKnco6N%2FFi9TmQAYyg%2B6xX5L0sV%2BisqRDpXrT4atkkAVWHWumzb3Cz5COQSsQgHeU8c2fw6W8wwoDCfA8%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSweDPq0yU3UF6Y0I","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc46a2aff6d9d6-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:34 GMT","location":"https://streamwish.to/s986lkdy8mb5","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=ISQ2aIsQJwi1IbvN2%2BPYVUSBrSCnku6kgfIGLHGiS0DWsb22hKAfHTO3hbJPVqF6FizwC3vt1m7UL7pRCTcf8huwBMYOQDearA%2FqDXDIcAk%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJRPGkYjeyH9UTP5WB","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc46bdfc06383a-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:38 GMT","location":"https://dropload.io/ubaaot4b6pfw","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=5yPK2FXcyNZVo5AzI3YJlrp1AtwhoQZfQRyDhl1cvWzzewPVQpLsEV7K1jQN7f%2BNGqDoLLtJLrok8yCJ3FwfYL9xAQrDl5s5HKw%2FNlYW%2BPc%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJRfbiGTeK5GkQ4tsC","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc4681fd86e85c-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:28 GMT","location":"https://voe.sx/te40pmzra8du","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=oDi3gPgbgwG%2BkuoMpp8hnQI%2FuyidGL16msBhDWDYUyfspEhFdOY%2BxSKBYWfIvIQjAkvxW4mPNsHj0EFvO%2Bkt10iDUrprOOK2gT4sMUHuF24%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJQ7oQbwJziGkP_wMF","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc47475cc67093-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:16:00 GMT","location":"https://voe.sx/xwhvakkexuob","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=SVemVfANoN2jxITCoJauFQoMSC7ctuwOYUyfVIOU2dEgZYnZHhAyNBaDcS8lzU7qRfLHan1GJGnQmpdvjZVH3JQisw5NNmbxfCmnXYGvG%2BI%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSxSUatnrz1URY6gD","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc46a10c5fd29a-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:33 GMT","location":"https://streamwish.to/h9p9qqgpq2lw","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=sEHmXhBfhwfJ%2FE7gX79ziLnIgS6P6NUnv7mc74Xt2ISVfgw%2Bshi7HTGdU8u1qe7xepr0bSLxI0lepvBFzp1qs6XAicx1uRR02N0aYuCtA7M%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJROLgQ8U4USERMiwE","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc473eef4665dc-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:59 GMT","location":"https://filegram.to/6yuyz0dgqu05","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=3muTvblqLG7maGiMni%2FrgtfO2xn5XEWFCnLfQbcrcGeLnbwIE3OVCRRI6up4zlP2fRJhIlAvbdHwNo54qaJjk2mY%2BilQw3BPtvVAH3%2BJpvc%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSsQ53lemcXQPpqcF","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc46b489518edc-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:37 GMT","location":"https://streamplay.to/yrkzvpayg27o","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=%2FCXc0pTKxwQRcix%2FSKa5LdkFo34GNim7fz0w%2FH6q%2FWJt%2BpSRZq1SVEMe0f7y3QgGwj6884ZbNh41WVYKrBANq8KoINOjX2BrGTijRHh9BFM%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJRZz1Xv9wk30M312G","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc4749dca55d49-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:16:00 GMT","location":"https://streamtape.com/v/qMVMPa49M1hz8BR/El.Camino.A.Breaking.Bad.Movie.2019.1080p.WEBRip.x264_YTS.LT.mp4","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=u8c4VOK%2B5b7K%2FvC%2FEQCBIXg9nL%2B%2BJ49WvsK0WHVpDFMPMl319MqSvuy2%2B%2BYcDcgO6DaQnuqkqPxNwk7kY0NaRod%2BlA8MhP9ZdJQqBGm9I0Y%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSyzsJBi41JoRnvYC","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc473bbf0c9207-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:58 GMT","location":"https://savefiles.com/i0bj9gazequy","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=sCRxAyfoxaMYOvcZYCwSOEGdjpIf9euxpFP70UKzQx3lfSDt52CFE5JkLU%2FMsI5HpZ1%2Fu4ZqQuq%2B0gmXl6pxYirR6WuJ%2B62osfWi0HgSD6g%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSqmLeGR0CqIQBIAF","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc462dcdf95c3e-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:15 GMT","location":"https://mixdrop.ag/f/q1pz4k94uxxkgvo","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=BSVjmxdRUalcx5mqZlu0ISva%2B2L4OnqxIDeGmar7bLa%2F4doqwy6MbvTX8kl9gELzVFOdArohl6sUXw6m0PcDeLfG%2B5yC7FT7Z8Huc9bO\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJQJebsnpj3GQJP4aH","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc4670ba9a1c22-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:26 GMT","location":"https://mixdrop.ag/f/nlpj3q3ran17rv","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=jFaMeyX6xColjjQ0Jpe%2BZCoqtpeA5PsgDgIZa%2FIwfW6uU4gfmXVC36m5rHW1JAtRB5b%2BLwUCv5Y5dywf7gp6irg%2BwLuduhs%2BvmKbKCTu%2F%2FQ%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJQxWGjPvYddQQ4JqC","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc4740291cdc52-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:59 GMT","location":"https://bigwarp.cc/u66q6mybilfa","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=bzlrVEIVeiL4CIrFrWfqE7kctzj8EM6EAcha6R85wQKJENOIOTEZXvKKj35WXFwty05o%2BqZCZi8RZZxhGN9AHyfXw8fjOAojucOVI2lymXI%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSs_rdZgl_vYNHvmG","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc473d5da4b84a-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:58 GMT","location":"https://luluvdoo.com/2lyf7xx54140","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=2M9%2F7XqrT1FHDP0OlUdQFWFJ4V3uWAbVfDYwMpz5s8kqxwLdjNmHMmZeKTEY9iIBBgAt6vJ71n4qUHhDhrhzlRtOptkhz1m%2B7DHouubMyV8%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSrU_9_9GkgARnpIC","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc46776a7279fb-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:27 GMT","location":"https://mixdrop.ag/f/9wvz9gp3b3q1llk","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=dqCl0IkFttFT%2B6aePVgFAORMf%2BaALd6iCR%2BArdpg8aZZm%2BIXyU%2BYSige8cqiPjMNlViRyD5nXZUieD%2Bc%2FmOGlzS%2F%2Bdt4rtuYiYsKs1%2BUTtY%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJQ1UGTjnUq8AQqsgE","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc473fcb545d91-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:59 GMT","location":"https://bigwarp.cc/aazhpuex9ppj","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=BHakRP6jd5L9UP0XLzYomDy5GW97llMYO1JzKs5EgB8yKNTEVsP3iSRjN52BEOgUmiP3b66CdaaZgHXuwtQNlHyU4EYOEgwRZO2mj4a8648%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSsy6MbFzwOoTRFuB","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc46bfdd386934-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:38 GMT","location":"https://savefiles.com/dkq2hy8nt1s8","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=ucKMqLnR20U5Q4j8rZwFDE1ZeRYm%2FwdGGoWIfva1kYOgLoFbLdysnS2SCTRTxJ%2BTp1%2BRxtCjroqpmY3fEm29Y1O3Vt%2B8NrmufcoETJm%2F\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJRgl2CShwleoQAOcF","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc4748c81dd9d0-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:16:00 GMT","location":"https://dood.watch/d/05fm25orfeux","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=PFARCs%2FIIo1EPIn4lE9XFUIURemgXOOdRJFOOpxGnkXIuEs0XhWKcCiQQMTOg4FofqzFya3RueaX2hKFvghmtT5RoT%2BAqFXeT9emcTeauRw%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSyGzlURJMAcRNqaE","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc473c8b552954-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:58 GMT","location":"https://savefiles.com/tsbt84uhcvnv","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=fXX5ORmNULY27LDHFWC4sBIMWw76zoW1lM6Cp8mt4Ph8kmEdWctKLOz7tkccj1xUVhU0BRlsNHkP6vSWLws5XX0fiDeL4sumhtQ3meN3QLA%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSq4FLfFMz5UQBIIF","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc46beee5adc86-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:38 GMT","location":"https://dropload.io/boj6hx5v0j96","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=NlkyCEF754YzTamvaEvJRxoO2%2BhBCDy8JwbOxS9AI037X8KuCVDBqtjr0yYAj2WhvGrzCtVzh4fKNFX6If0AptFTV2Exxtp8E1xxkdLlPM8%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJRf9OTMRXmL4Std6B","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc469aebe865a3-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:32 GMT","location":"https://filelions.to/f/fpru8wthtsf4","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=nar2YDmTznyi4K6polH61kRxhEnsB0%2FmNnsF8L7LpDx%2FU5TpA9AEy0eogbNU9oBY1r9hCUzgPBuNdfED3ihrC3aBH0S6ihFGYVcGBJ%2FYvOE%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJRKgFN8NY5d4QzB6D","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc4695eec4d294-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:32 GMT","location":"https://filelions.to/f/odssr9dyjx5n","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=77uweaf4INQUq%2FOLL7SD8L08beFnVcsNulNYAFyxVE%2Bj%2B%2FOILafJQAvBtC3%2FXtayXNYcEiDCXxmGpRHX0tga30Qlb%2B5E4%2F7Sw1LDHQ4kO%2BM%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJRHgmIq2cHxsNGpQG","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc473cf9d13a8b-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:58 GMT","location":"https://luluvdoo.com/nrcy0m01ce37","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=vBLbFME9G8j9P%2FDGG87hFHujqJomNBQsWQkyGZZP1mcAlCN0lJXAL%2FjgH0VI2S8NxZ4xEj9ncnzIpTZPDhnMNvvVdNYiIinCyBwLLR6CTys%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSrIERqflU98JRVKH","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc47458f858f3f-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:16:00 GMT","location":"https://mixdrop.ag/f/2bnmi","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=FwP9mKpPkJ1LgOsM%2B4632cMENRt0HJHmb0brgnUG2XtP1j1rP10birAHWrRcP4I8DpeUdX1%2F8nFcKcawBSoXXH60576rxvcNwZGh%2FlSY3Ys%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSwRI2pjzONoF6YqI","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc46aa1d5cd265-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:35 GMT","location":"http://vidmoly.me/w/okcwblnaqw3t","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=MPbBv9X1o0R5AUshMG9UG3imZT9tkCGfalG7af%2BYN%2FVVIPYO5VWK5CK%2Ba82GVK6l4wAfT8XTZTvkMKB3bFuLqAAGyvmF%2BP6q3aPaacF9JpI%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJRTjlFma3WxoRmoGC","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc474a4e944daa-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:16:01 GMT","location":"https://streamtape.com/v/6QLoLq0O8DtObX","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=VetlSO4eTEkuDVW%2F7uXQuDBeE9TsMzid%2Fvkngehc%2F%2BuKZHo00sRWks3bysCM8EVV4NJCrjiREy4jaJr4RideDjmlk1OHO%2FXzCK5kuZmNE8A%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSzB71uHjv2MJICgH","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc46a88fb991e3-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:35 GMT","location":"https://vidmoly.me/w/awjd3z0t0i9l","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=v7%2FkU9CoZk0MiSykjeWpG4aSDasJWf%2FzO9QNpzvTnbN5Ff1w8ihZNR4AUxg5pXwTEIagjym2AJtUnMNACSeOSxc568EWXpk8lkhuGZluWME%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJRSoJL1M-uVIQ4ieC","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc468749d41fad-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:29 GMT","location":"https://voe.sx/y8lrmf2t7jhp","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=TLOyPNHzk0W2BsQT0HJVbfRQDSzReIO%2FgtOfXuQs43fACZWh5kZ7Ry%2Bda4LM0ZsursBAhMVfbYCxQ6yoSGFKxkP%2FpmlR8yBnlEktGhoW46o%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJQ-yBvaKZeXUStBMB","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc46b56e41d279-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:37 GMT","location":"https://streamtape.com/v/Ap0GJoXglaFbqK/The.Walking.Dead.Dead.City.S02E05.The.Bird.Always.Knows.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv.mp4","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=oJXs4pMqnPCFQj6qyYHkfJ%2F12t43Nbp523e%2FO2iW2QMgxi%2B%2FhIpRix9x3CZu4NW8Npqra5ktFEIO8gijhezQIZSopOeL9YtfV9tUtt0oOKE%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJRaRTUrmlcSIQAIyF","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc4746aa499bac-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:16:00 GMT","location":"https://voe.sx/ysimllytd3zo","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=vHs%2BRva37rHuGqYGlVk3MxKO56R1FRWRDmQESYVvMI6aY4D6qRkS0eGPadp91QSIj%2FBdPDl3Y%2F7INW4sEGtSYHH2QZmS9W0pk3RXeHQxlec%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSxGKCCBU8BgM4smG","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc4749782ed2b6-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:16:00 GMT","location":"https://dood.watch/d/j2pa25q11pdu","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=a8TqgcrZ%2F%2FRzCjhgDXK1omT6R37nGdni8uIr6CZCPECbCr%2F7J1iqqwmhMYlsvxq5gX1At5o5uIV7YzxWInbDFp5mFvrr7zC%2FcZBFsIh5Mcw%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSyisR6Eu5f4RnvCC","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc46b65db81cbf-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:37 GMT","location":"https://streamtape.com/v/g3dQvLvy9QsJqo/The.Walking.Dead.Dead.City.S02E05.The.Bird.Always.Knows.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv.mp4","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=jHjsPybtawd1QYbxbi4SV%2BY5SMHatLjQC%2BIcQalREh5WFO68gdI1JMSAJN0S4g9nbSN7m%2F4YncgZPXbwTh%2BMKTfQ88Swv0oyDJGffL0secI%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJRa2lAKg41aYNG2IG","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc473e2e8bd28d-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:59 GMT","location":"https://filegram.to/6q8gctbf79gc","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=JQb0CFM%2FmjL9BGHQxZckq5W6rlBci4JQP%2FQ0iFF8SL8s89nTCg%2Fk%2B9ufOtc7NcFA0wyYaN%2BSTKWOQhhU9UAH5apeS%2Flv2iroaB%2FelK5Un9o%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSryypjcnmDsTRFIB","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc46af6c51d264-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:36 GMT","location":"https://dood.watch/d/1qfuy5yiq4r6","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=A1kh%2Bx%2BxcHl7XY9KXaReYdS7ueW6s7xTTXJnAFm0GU10ksQOKqS5hCqVYbq%2FUZKAg4VCz4sF4MIUe%2F7pQUd8ayXKGsk2qvfdZ%2FyE35JSasM%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJRWu9Lu_HYA8RMp0E","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc46aea9a9d232-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:36 GMT","location":"https://dood.watch/d/8odyvc9bre16","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=pCM3OTFlEWGuQp4GXCGPc%2FuSTdkWDtf3oGT%2FdAIfk5bxgXbZxrT9G3nvi%2BFkXCKKofxTnWkEYtVfrCVN1k68UiLstbOj2lmyfrvEVZl8sDQ%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJRWPfIGwQS_8NGy8G","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc46b1a8109764-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:36 GMT","location":"https://streamplay.to/qyn6mtz6w3sr","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=yO2AnTTdEYjLwdVPx9RAiB55dWoONCn%2Fku9SrIvNlPRayaDfwdt1t1KX4CRA6PcJ4qc4loQBizus3hdQSsPZMHnqlLZ5HHqNvmpPCzyZaXI%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJRYF-P-ScsuMNG0SG","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc46bc9ace3a5c-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:38 GMT","location":"https://filemoon.sx/d/ftowmfa7f0ge/The.Walking.Dead.Dead.City.S02E05.The.Bird.Always.Knows.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=ZH%2BBgQG4VecQ9%2BoXr8%2BraUNzAsc%2BqHl9vB0mMj1Ci0Fwz0h7VktVb2pWTmQH7awvfzBXZQLzw1XVR9mmLvCuVp%2F%2BVWP%2FQkba3K4oIs76Ajk%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJReny9dyczg8RmxIC","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc46912b0c9b8c-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:31 GMT","location":"https://filelions.to/f/0i0j0qz5o478","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=dgmYUGXnQNLw62slFffYbpvS59JGwDDWZCaxgLHlz5SDh2PEOXdE49D9Z%2BLPLUuqbis6jln88GR3FrwbLXAqOmKYcVU8P9yBgqul7yLGlC4%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJREudp98ClkwM3lyG","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc473dbaa45d4a-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:59 GMT","location":"https://luluvdoo.com/d/au00sj11vqku","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=ouY%2FLsbnE7shX5HWoKBRZU5oSyypH9CPIkn%2BylmC3BgAXNxnFAnpWUmwgWG40jiDI8VR3gXfX9i1cam%2FuCIHoi%2BTLLp8%2BooYdJYVQV7OKnw%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSrmlkZThJ-4RY1GD","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc46ba5f0e9f19-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:38 GMT","location":"https://filemoon.sx/d/8wllnog0cyl7","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=9YLR3%2FR%2BQMZbEDdcM0GJp9wnctSvZOIyb2TPA%2B5FwrvOXq63bBLfie8%2B94%2BYOn9PlksRWP3%2FFADz2rg0AmX16jgk8Qx8sQ%2FEl22XaVp4wLc%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJRdhcrWw311wDK6SJ","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc474879cbdbc9-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:16:00 GMT","location":"https://streamwish.to/09q73jf6t6jw","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=zsxdtF9385b4tDWq1uj4bfTQJB0Gndrd7k5TJSMjj6DPg4ECpDHaLn645c2uVWJ699MXiPb5Bj4W0krbhczXwshWfZGxWusijHMOmPspr6U%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSx8HQ2xiU3kQ0J8D","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc4747b9eebbdf-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:16:00 GMT","location":"https://filelions.to/f/wayeo7l1cw7d","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=MSNbus1ePqRmkOcGp%2F9vgGWeuovIpZg5U%2FqRwuM%2FhNTWr%2F1lDBt7Iet6NwPOh4I4EE2pyXX3WX%2FjI1Clmie7zBbif6bmAnnmNQQ3LBkb0GY%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSxjF-Hiyta4TRKKB","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc47452f80365d-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:16:00 GMT","location":"https://mixdrop.ag/f/4njk6691b1k60d","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=kP%2FZH9lBi%2FelpV9uubKUPL9faizE4x2twyhlQV7KhH1VuXWyx8EaNP3hNEABoo53cy0wH3u%2FSZEmJYc5dOLMxTCL1cbyQ5eSKAFje6D3k6o%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSv_7_ikXvygSuZ6B","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc47464d90dbf4-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:16:00 GMT","location":"https://voe.sx/paqi7qqku3zi","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=ugD59LLu1qpATVfR%2BMRCMrvKf86zK9zc%2B1s1V75nWgPddxjAfGvbGYqBjFsc25urqhuNPwHmBsyvD1sDhAPxGMuOJmAN5rd3H0xqmJFMhBc%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSwp-rhbm1oERY5qD","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc47482f30e537-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:16:00 GMT","location":"https://filelions.to/f/bv4b7tl9u1ij","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=YEbItaWKm0AAI4jNOtD2nlZFh90N%2B%2FgrjFvQ0AYfd2NO2AoHfuNMXoJXZ23Gj%2F%2BnzfW0zsPi0%2BsmgCxM0nhGCeVtc%2FUeyrc4b3RO28lR7NI%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJSxwxu5-HJgAQ5oUC","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc46a66c301e4a-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:34 GMT","location":"http://vidmoly.me/w/46bi0sec0966","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=Em2TbpempLntaXDvhAd2qNc8esGkwtQ4fChilqbuqPvrRdkcJdJeairLjyR0G%2BwnDgOme7%2BEvbyg3QGNb%2FaQVt1kg8nZm4k%2B5oz3DfvcMJw%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJRRnUGz7uCIURMl2E","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc468c5e9ddbfb-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:30 GMT","location":"https://filelions.to/f/eqmzrkv5kf5s","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=oFT21NbVrSfVNEPSesG2GMtwGV093RFFf0lKaBr%2FIX2WtkHHxbMMKulUWpCHfgx3RfC88PNxXNgfMHzjf5jVVBg4%2BvNnfdTMQHD5CJFJbz8%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJRBy_eq-uP7kP_0qF","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc469f5ebd9b2e-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:33 GMT","location":"https://streamwish.to/jult1lcvqjlt","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=1pP3m9Fc1mYB8zujwxiy0cdBpqsTLw34uUa%2BEFgLoXyn0dAtmy203Mx3AEIpv208MwJenv1xDMH4OKt7MPOfwTx125faUZlUa2S0j0St\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJRNHjAj2ZiX0TP3QB","x-xss-protection":"1; mode=block"}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"alt-svc":"h3=\":443\"; ma=86400","cache-control":"max-age=0, private, must-revalidate","cf-cache-status":"DYNAMIC","cf-ray":"95fc46b08a9d3410-FRA","connection":"close","content-type":"text/html; charset=utf-8","cross-origin-window-policy":"deny","date":"Tue, 15 Jul 2025 21:15:36 GMT","location":"https://dood.watch/d/reslxv9siz41","nel":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}","report-to":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=BV%2B1STxuaeGePRxlFA9rhSbb0H5dYczNhgc1CSZLOIURIAhFvehhm1iRdfv%2BK3BDd%2FMkuYcrV0n%2FY0g%2Fzud0dekrmyPUZX22GPQ17UKHMp8%3D\"}]}","server":"cloudflare","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-request-id":"GFKJRXZwfbKQ9WsStW0B","x-xss-protection":"1; mode=block"}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-00e9835e3f22dc54075dc711cbaf047e
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-00e9835e3f22dc54075dc711cbaf047e
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://dood.watch/d/1qfuy5yiq4r6",
|
||||
"host_id": 42,
|
||||
"host": "dood.watch"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-1471878ad61b294b0c6443917e7e4310
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-1471878ad61b294b0c6443917e7e4310
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://streamwish.to/h9p9qqgpq2lw",
|
||||
"host_id": 65,
|
||||
"host": "streamwish.to"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-1b00868b08b23553a59246f12f890ad4
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-1b00868b08b23553a59246f12f890ad4
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://vidmoly.me/w/awjd3z0t0i9l",
|
||||
"host_id": 61,
|
||||
"host": "vidmoly.me"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-1cedbb692cddaadb8e0b09c74fce343c
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-1cedbb692cddaadb8e0b09c74fce343c
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://filelions.to/f/wayeo7l1cw7d",
|
||||
"host_id": 64,
|
||||
"host": "filelions.to"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-26b38b3c864de7ef3d1405046896113e
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-26b38b3c864de7ef3d1405046896113e
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://bigwarp.cc/aazhpuex9ppj",
|
||||
"host_id": 67,
|
||||
"host": "bigwarp.cc"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-2b6024efcba2543c597567b32461cc21
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-2b6024efcba2543c597567b32461cc21
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://streamtape.com/v/Ap0GJoXglaFbqK/The.Walking.Dead.Dead.City.S02E05.The.Bird.Always.Knows.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv.mp4",
|
||||
"host_id": 43,
|
||||
"host": "streamtape.com"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-2f8888da0252be715e7f57a47be7728b
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-2f8888da0252be715e7f57a47be7728b
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "http://vidmoly.me/w/okcwblnaqw3t",
|
||||
"host_id": 61,
|
||||
"host": "vidmoly.me"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-31d0d69d8d3ceac73673f26afcfdb66d
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-31d0d69d8d3ceac73673f26afcfdb66d
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://dood.watch/d/reslxv9siz41",
|
||||
"host_id": 42,
|
||||
"host": "dood.watch"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-37804c0d5ec199364143d6206f7e85e9
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-37804c0d5ec199364143d6206f7e85e9
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://mixdrop.ag/f/4njk6691b1k60d",
|
||||
"host_id": 29,
|
||||
"host": "mixdrop.ag"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-39ab01e9cbde84c293a8f0213bb8859a
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-39ab01e9cbde84c293a8f0213bb8859a
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://voe.sx/paqi7qqku3zi",
|
||||
"host_id": 48,
|
||||
"host": "voe.sx"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-3b0f37dd16c51934b71583a6c73560c1
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-3b0f37dd16c51934b71583a6c73560c1
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://streamplay.to/yrkzvpayg27o",
|
||||
"host_id": 8,
|
||||
"host": "streamplay.to"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-41eb13be2446c25cf4f58a341c46504c
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-41eb13be2446c25cf4f58a341c46504c
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://voe.sx/te40pmzra8du",
|
||||
"host_id": 48,
|
||||
"host": "voe.sx"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-424e3b69d28e1aa29128d58129ff79e8
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-424e3b69d28e1aa29128d58129ff79e8
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://mixdrop.ag/f/9wvz9gp3b3q1llk",
|
||||
"host_id": 29,
|
||||
"host": "mixdrop.ag"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-46ea2b5b7688de393fa5a71ea22d31d9
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-46ea2b5b7688de393fa5a71ea22d31d9
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://filelions.to/f/0i0j0qz5o478",
|
||||
"host_id": 64,
|
||||
"host": "filelions.to"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-4a06eb772f7e7324c1db940ae51af33f
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-4a06eb772f7e7324c1db940ae51af33f
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "http://vidmoly.me/w/46bi0sec0966",
|
||||
"host_id": 61,
|
||||
"host": "vidmoly.me"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-4fbc6dd33eb9a4af7b831d7e1d9dded1
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-4fbc6dd33eb9a4af7b831d7e1d9dded1
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://luluvdoo.com/d/au00sj11vqku",
|
||||
"host_id": 68,
|
||||
"host": "luluvdoo.com"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-50b8a2562e2188569115c8ae7baeb47f
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-50b8a2562e2188569115c8ae7baeb47f
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://dood.watch/d/8odyvc9bre16",
|
||||
"host_id": 42,
|
||||
"host": "dood.watch"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-5c32f2335ef80ac35d17f1729aa5fa41
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-5c32f2335ef80ac35d17f1729aa5fa41
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://voe.sx/y8lrmf2t7jhp",
|
||||
"host_id": 48,
|
||||
"host": "voe.sx"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-5d1d9a6749c291151e47cbdace0441c3
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-5d1d9a6749c291151e47cbdace0441c3
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://voe.sx/xwhvakkexuob",
|
||||
"host_id": 48,
|
||||
"host": "voe.sx"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-5d83a5973997ab2979f76fd74902eae4
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-5d83a5973997ab2979f76fd74902eae4
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://bigwarp.cc/u66q6mybilfa",
|
||||
"host_id": 67,
|
||||
"host": "bigwarp.cc"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-68b0938e013b9c2530b7f1af15e305e7
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-68b0938e013b9c2530b7f1af15e305e7
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://mixdrop.ag/f/nlpj3q3ran17rv",
|
||||
"host_id": 29,
|
||||
"host": "mixdrop.ag"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-6c3a7e05ce4a029dc6180a9b9ceb5b9a
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-6c3a7e05ce4a029dc6180a9b9ceb5b9a
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://filelions.to/f/odssr9dyjx5n",
|
||||
"host_id": 64,
|
||||
"host": "filelions.to"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-72838eb8643d47e03ac7dc6a797e5b54
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-72838eb8643d47e03ac7dc6a797e5b54
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://streamtape.com/v/qMVMPa49M1hz8BR/El.Camino.A.Breaking.Bad.Movie.2019.1080p.WEBRip.x264_YTS.LT.mp4",
|
||||
"host_id": 43,
|
||||
"host": "streamtape.com"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-74656fe6b46ed3c3a4d9f9ae678ebe3a
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-74656fe6b46ed3c3a4d9f9ae678ebe3a
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://savefiles.com/i0bj9gazequy",
|
||||
"host_id": 69,
|
||||
"host": "savefiles.com"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-75d3458b7e1bc67f6a364943c212ef72
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-75d3458b7e1bc67f6a364943c212ef72
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://streamtape.com/v/6QLoLq0O8DtObX",
|
||||
"host_id": 43,
|
||||
"host": "streamtape.com"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-776b244c0b6070e298d9b708b095871e
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-776b244c0b6070e298d9b708b095871e
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://filelions.to/f/eqmzrkv5kf5s",
|
||||
"host_id": 64,
|
||||
"host": "filelions.to"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-7e4b087a55ba84a230f1503b2f9292ab
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-7e4b087a55ba84a230f1503b2f9292ab
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://streamwish.to/s986lkdy8mb5",
|
||||
"host_id": 65,
|
||||
"host": "streamwish.to"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-7f751508c0e1acc86ff85c27c6ca8b87
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-7f751508c0e1acc86ff85c27c6ca8b87
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://filemoon.sx/d/ftowmfa7f0ge/The.Walking.Dead.Dead.City.S02E05.The.Bird.Always.Knows.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv",
|
||||
"host_id": 66,
|
||||
"host": "filemoon.sx"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-81daefc963a7bc99fac6cf402e65e902
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-81daefc963a7bc99fac6cf402e65e902
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://filelions.to/f/bv4b7tl9u1ij",
|
||||
"host_id": 64,
|
||||
"host": "filelions.to"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-82a1797be3d3dea8229db5707347b401
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-82a1797be3d3dea8229db5707347b401
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://filegram.to/6q8gctbf79gc",
|
||||
"host_id": 70,
|
||||
"host": "filegram.to"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-82c1ea552c62c16006e39eb9448568e1
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-82c1ea552c62c16006e39eb9448568e1
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://dood.watch/d/j2pa25q11pdu",
|
||||
"host_id": 42,
|
||||
"host": "dood.watch"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-8962752f2645abfa0a2074962469188c
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-8962752f2645abfa0a2074962469188c
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://dood.watch/d/9lw62yyosxc0",
|
||||
"host_id": 42,
|
||||
"host": "dood.watch"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-915c3483407ce81664a789d16e64d279
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-915c3483407ce81664a789d16e64d279
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://streamwish.to/09q73jf6t6jw",
|
||||
"host_id": 65,
|
||||
"host": "streamwish.to"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-943a660693acaca8531f46ca275cf95c
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-943a660693acaca8531f46ca275cf95c
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://bigwarp.cc/4tb37obzt6re",
|
||||
"host_id": 67,
|
||||
"host": "bigwarp.cc"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-9e5dc7c02df1f23f8c7443d3687c5042
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-9e5dc7c02df1f23f8c7443d3687c5042
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://mixdrop.ag/f/q1pz4k94uxxkgvo",
|
||||
"host_id": 29,
|
||||
"host": "mixdrop.ag"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-af942c56cbb850d2888a5b1ae2414638
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-af942c56cbb850d2888a5b1ae2414638
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://filelions.to/f/fpru8wthtsf4",
|
||||
"host_id": 64,
|
||||
"host": "filelions.to"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-b33fd760bb0dfb8d00a434d243fd1a55
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-b33fd760bb0dfb8d00a434d243fd1a55
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://voe.sx/grsvpdbxvw3e",
|
||||
"host_id": 48,
|
||||
"host": "voe.sx"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-b3fc45944d32003eeed6639ed1631c87
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-b3fc45944d32003eeed6639ed1631c87
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://streamwish.to/jult1lcvqjlt",
|
||||
"host_id": 65,
|
||||
"host": "streamwish.to"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-bca910bef5eb7b8a792996b5ea75dc81
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-bca910bef5eb7b8a792996b5ea75dc81
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://filegram.to/erapbfgcdguq",
|
||||
"host_id": 70,
|
||||
"host": "filegram.to"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-bee6bd51449550fcf768d9de46308074
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-bee6bd51449550fcf768d9de46308074
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://streamtape.com/v/D2e3jR83rKTkPJw/",
|
||||
"host_id": 43,
|
||||
"host": "streamtape.com"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue