feat(source): add PrimeWire

This commit is contained in:
WebStreamr 2025-07-15 21:25:14 +00:00
parent 69afcdcdb2
commit 8f7039bbb3
No known key found for this signature in database
73 changed files with 8892 additions and 8 deletions

393
package-lock.json generated
View file

@ -16,6 +16,7 @@
"express": "^5.1.0",
"fetch-socks": "^1.3.2",
"http-cache-semantics": "^4.2.0",
"jsdom": "^26.1.0",
"lru-cache": "^11.1.0",
"randomstring": "^1.3.1",
"slugify": "^1.6.6",
@ -33,6 +34,7 @@
"@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",
@ -65,6 +67,25 @@
"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",
@ -604,6 +625,116 @@
"@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",
@ -1644,6 +1775,18 @@
"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",
@ -1773,6 +1916,13 @@
"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",
@ -2392,6 +2542,15 @@
"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",
@ -3403,6 +3562,32 @@
"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",
@ -3474,6 +3659,12 @@
}
}
},
"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",
@ -5029,6 +5220,18 @@
"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",
@ -5089,6 +5292,32 @@
"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",
@ -5532,6 +5761,12 @@
"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",
@ -6448,6 +6683,45 @@
"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",
@ -6938,6 +7212,12 @@
"url": "https://github.com/fb55/nth-check?sponsor=1"
}
},
"node_modules/nwsapi": {
"version": "2.2.20",
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.20.tgz",
"integrity": "sha512-/ieB+mDe4MrrKMT8z+mQL8klXydZWGR5Dowt4RAGKbJ3kIGEx3X4ljUo+6V73IXtUPWgfOlU5B9MlGxFO5T+cA==",
"license": "MIT"
},
"node_modules/object-inspect": {
"version": "1.13.4",
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
@ -7346,9 +7626,9 @@
"license": "ISC"
},
"node_modules/picomatch": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
"dev": true,
"license": "MIT",
"engines": {
@ -7453,7 +7733,6 @@
"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"
@ -7732,6 +8011,12 @@
"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",
@ -7846,6 +8131,18 @@
"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",
@ -8491,6 +8788,12 @@
"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.8",
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.8.tgz",
@ -8619,6 +8922,18 @@
"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",
@ -9155,6 +9470,18 @@
"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",
@ -9165,6 +9492,15 @@
"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",
@ -9186,6 +9522,19 @@
"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",
@ -9452,6 +9801,42 @@
"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",

View file

@ -38,6 +38,7 @@
"express": "^5.1.0",
"fetch-socks": "^1.3.2",
"http-cache-semantics": "^4.2.0",
"jsdom": "^26.1.0",
"lru-cache": "^11.1.0",
"randomstring": "^1.3.1",
"slugify": "^1.6.6",
@ -55,6 +56,7 @@
"@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",

View file

@ -5,7 +5,7 @@ import { v4 as uuidv4 } from 'uuid';
import winston from 'winston';
import { ConfigureController, ManifestController, StreamController } from './controller';
import { createExtractors, ExtractorRegistry } from './extractor';
import { CineHDPlus, Cuevana, Eurostreaming, Frembed, FrenchCloud, KinoGer, MegaKino, MeineCloud, MostraGuarda, Movix, Source, StreamKiste, VerHdLink, VidSrc, VixSrc } from './source';
import { CineHDPlus, Cuevana, Eurostreaming, Frembed, FrenchCloud, KinoGer, MegaKino, MeineCloud, MostraGuarda, Movix, PrimeWire, Source, StreamKiste, VerHdLink, VidSrc, VixSrc } from './source';
import { envGet, envIsProd, Fetcher, StreamResolver } from './utils';
const logger = winston.createLogger({
@ -33,6 +33,7 @@ const sources: Source[] = [
// multi
new VixSrc(fetcher),
// EN
new PrimeWire(fetcher),
new VidSrc(fetcher),
// ES / MX
new CineHDPlus(fetcher),

View file

@ -0,0 +1,37 @@
import { createTestContext } from '../test';
import { FetcherMock, ImdbId } from '../utils';
import { PrimeWire } from './PrimeWire';
const ctx = createTestContext({ en: 'on' });
describe('PrimeWire', () => {
let handler: PrimeWire;
beforeEach(() => {
handler = new PrimeWire(new FetcherMock(`${__dirname}/__fixtures__/PrimeWire`));
});
test('handle non-existent movie gracefully', async () => {
const streams = await handler.handle(ctx, 'movie', new ImdbId('tt12345678', undefined, undefined));
expect(streams).toHaveLength(0);
});
test('handle non-existent episode gracefully', async () => {
const streams = await handler.handle(ctx, 'series', new ImdbId('tt18546730', 99, 99));
expect(streams).toHaveLength(0);
});
test('handle imdb dead city s2e5', async () => {
const streams = await handler.handle(ctx, 'series', new ImdbId('tt18546730', 2, 5));
expect(streams).toMatchSnapshot();
});
test('handle el camino', async () => {
const streams = await handler.handle(ctx, 'series', new ImdbId('tt9243946', undefined, undefined));
expect(streams).toMatchSnapshot();
// Should be using the redirectUrlCache
const streams2 = await handler.handle(ctx, 'series', new ImdbId('tt9243946', undefined, undefined));
expect(streams2).toMatchSnapshot();
});
});

106
src/source/PrimeWire.ts Normal file
View file

@ -0,0 +1,106 @@
import crypto from 'crypto';
import * as cheerio from 'cheerio';
import { JSDOM } from 'jsdom';
import { ContentType } from 'stremio-addon-sdk';
import { Context, CountryCode } from '../types';
import { Fetcher, getImdbId, Id, ImdbId } from '../utils';
import { Source, SourceResult } from './types';
export class PrimeWire implements Source {
public readonly id = 'primewire';
public readonly label = 'PrimeWire';
public readonly contentTypes: ContentType[] = ['movie', 'series'];
public readonly countryCodes: CountryCode[] = [CountryCode.en];
private readonly baseUrl = 'https://www.primewire.tf';
private readonly fetcher: Fetcher;
private readonly redirectUrlCache = new Map<string, URL>();
public constructor(fetcher: Fetcher) {
this.fetcher = fetcher;
}
public async handle(ctx: Context, _type: string, id: Id): Promise<SourceResult[]> {
const imdbId = await getImdbId(ctx, this.fetcher, id);
// We need any non-protected entrypoint to grab the app.js
const html = await this.fetcher.text(ctx, new URL('/legal', this.baseUrl));
const appJsMatch = html.match(/src="(.*?app-.*\.js.*?)"/) as string[];
const appJs = await this.fetcher.text(ctx, new URL(appJsMatch[1] as string, this.baseUrl));
const pageUrl = await this.fetchPageUrl(ctx, appJs, imdbId);
if (!pageUrl) {
return [];
}
const pageHtml = await this.fetcher.text(ctx, pageUrl);
let linksHtml = pageHtml;
if (imdbId.season) {
const episodeUrl = await this.fetchEpisodeUrl(pageHtml, imdbId);
if (!episodeUrl) {
return [];
}
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 $ = cheerio.load(jsdom.window.document.documentElement.outerHTML);
return Promise.all(
$(`a.go-link`)
.map((_i, el) => new URL($(el).attr('href') as string, this.baseUrl))
.toArray()
.map(async (redirectUrl) => {
let targetUrl = this.redirectUrlCache.get(redirectUrl.href);
if (!targetUrl) {
const headers = await this.fetcher.head(ctx, redirectUrl, { redirect: 'manual' });
targetUrl = new URL(headers['location'] as string);
this.redirectUrlCache.set(redirectUrl.href, targetUrl);
}
return { countryCode: CountryCode.en, url: targetUrl };
}),
);
};
private readonly fetchPageUrl = async (ctx: Context, appJs: string, imdbId: ImdbId): Promise<URL | undefined> => {
const sha1SuffixMatch = appJs.match(/s\.value\+"(.*?)"/) as string[];
const ds = crypto.createHash('sha1')
.update(imdbId.id + sha1SuffixMatch[1])
.digest('hex')
.slice(0, 10);
const searchResults = await this.fetcher.text(ctx, new URL(`/filter?s=${encodeURIComponent(imdbId.id)}&ds=${encodeURIComponent(ds)}`, this.baseUrl));
const $ = cheerio.load(searchResults);
return $('.index_item a')
.map((_i, el) => new URL($(el).attr('href') as string, this.baseUrl))
.get(0);
};
private readonly fetchEpisodeUrl = async (pageHtml: string, imdbId: ImdbId): Promise<URL | undefined> => {
const $ = cheerio.load(pageHtml);
return $(`div[data-id="${imdbId.season}"]`)
.children(`.tv_episode_item:nth-child(${imdbId.episode})`)
.children('a[href]')
.map((_i, el) => new URL($(el).attr('href') as string, this.baseUrl))
.get(0);
};
}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1 @@
{"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"}

View file

@ -0,0 +1,594 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en-US" itemscope itemtype="http://schema.org/WebPage">
<head>
<script>
window.appTrigger = document.createEvent("Event");
window.appTrigger.initEvent("appTrigger", true, true);
</script>
<script async type="text/javascript" src="/js/app-21205005105979fb964d17bf03570023.js?vsn=d"></script>
<title>
Movies and TV Shows matching &quot;tt12345678&quot; | PrimeWire
</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="robots" content="ALL,INDEX,FOLLOW">
<meta name="revisit-after" content="1 days">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
var width = (window.innerWidth > 0) ? window.innerWidth : screen.width;
var scale = width/(670.0)
document.querySelector('meta[name=viewport]').setAttribute('content', 'width=670,initial-scale='+scale);
</script>
<meta name="keywords" content="primewire, 1channel, letmewatchthis, movies, tv shows, cast, crew, discover movies">
<meta name="description" content="PrimeWire is a social movie and TV show site which lets you find new movies and TV shows, share them with friends, and find streaming services to watch them on.">
<meta name="classification" content="Movies">
<meta name="distribution" content="Global">
<meta name="rating" content="General">
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="content-language" content="en"/>
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1 days">
<meta property="og:title" content="PrimeWire">
<meta property="og:description" content="PrimeWire is a social movie and TV show site which lets you find new movies and TV shows, share them with friends, and find streaming services to watch them on.">
<meta property="og:type" content="website">
<meta property="og:image" content="/images/circle_logo.jpg">
<meta property="og:image:width" content="300">
<meta property="og:image:height" content="300">
<meta property="og:image:type" content="image/jpg">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/css/app-fb4fae4fffa981555ebd9a719faf4d68.css?vsn=d" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w==" crossorigin="anonymous" />
<script>
window.series = {}
</script>
</head>
<body class="">
<div class="header-bar"></div>
<div class="container">
<div class="col1">
<div class="menu">
<h1 id="a_header"><a href="/" title="PrimeWire"><span>PrimeWire</span></a></h1>
<div class="header ">
<div class="header_search">
<form method="get" action="/filter" id="searchform">
<fieldset class="search_container">
<input id="search_term" name="s" class="box" placeholder="Search Title or IMDb ID" type="text" value="tt12345678">
<button class="btn" title="Submit Search" type="submit"></button>
</fieldset>
</form>
</div>
<div class="nav_tabs"><ul>
<li class="unpressed"><a href="/movies" title="Movies">Movies</a></li>
<li class="unpressed"><a href="/tv" title="TV Shows">TV Shows</a></li>
<li class="unpressed"><a href="/schedule" title="TV Schedule">Schedule</a></li>
<li class="unpressed"><a href="/playlists" title="Playlists">Playlists</a></li>
<li class="unpressed"><a href="/forum" title="Forums">Forum</a></li>
</ul>
</div>
</div>
</div>
<div class="main-body">
<div id="messages">
<div class="info_message">Email service has been restored so that <a href="/registrations/new">account creation</a>, <a href="/passwords/new">pasword resets</a>, and <a href="/confirmations/new">requesting email confirmation</a> etc work again.</div>
</div>
<div class="index_container">
<h1 class="titles">
<span>Movies and TV Shows matching &quot;tt12345678&quot; </span>
</h1>
<form action="/filter" id="main-filter" method="get">
<div id="filter-bar">
<div>
<button class="btn btn-green" type="asdf">Filter</button>
</div>
<div>
<a href="/filter" class="btn btn-red">Reset</a>
</div>
<div>
<span class="btn btn-blue">More <i class="arrow-down"></i></span>
<div class="more-filters">
<span class="more-filter"><span class="more-filter-tag">Search Term:</span> <span><input id="s" name="s" type="text" value="tt12345678"></span></span>
<span class="more-filter"><span class="more-filter-tag">Year:</span>
<span class="range-select">
<input id="released_after" name="released_after" placeholder="1800" type="text">
to
<input id="released_before" name="released_before" placeholder="2050" type="text">
</span>
</span>
<span class="more-filter"><span class="more-filter-tag">Rating:</span>
<span class="range-select">
<input id="rating_above" name="rating_above" placeholder="0" type="text">
to
<input id="rating_below" name="rating_below" placeholder="5" type="text">
</span>
</span>
<span class="more-filter"><span class="more-filter-tag">Cast:</span> <select class="person-select2" id="cast" name="cast"></select></span>
<span class="more-filter"><span class="more-filter-tag">Crew:</span> <select class="person-select2" id="crew" name="crew"></select></span>
<span class="more-filter"><span class="more-filter-tag">Company:</span> <select class="company-select2" id="company" name="company"></select></span>
<span class="more-filter"><span class="more-filter-tag">Country:</span> <select class="country-select2" id="country" name="country" style="width: 205px"></select></span>
</div>
</div>
<div>
<span class="btn btn-blue">Direction <i class="arrow-down"></i></span>
<div>
<ul class="menu-section-list">
<li><label><input id="direction_asc" name="direction" type="radio" value="asc"> Ascending</label></li>
<li><label><input id="direction_desc" name="direction" type="radio" value="desc"> Descending</label></li>
</ul>
</div>
</div>
<div>
<span class="btn btn-blue">Sort <i class="arrow-down"></i></span>
<div style="width: 160px;">
<ul class="menu-sort-list">
<li><label><input id="sort_Featured" name="sort" type="radio" value="Featured"> Featured</label></li>
<li><label><input id="sort_Just_Added" name="sort" type="radio" value="Just Added"> Just Added</label></li>
<li><label><input id="sort_Popular" name="sort" type="radio" value="Popular"> Popular</label></li>
<li><label><input id="sort_Trending_Today" name="sort" type="radio" value="Trending Today"> Trending Today</label></li>
<li><label><input id="sort_Trending_this_Week" name="sort" type="radio" value="Trending this Week"> Trending this Week</label></li>
<li><label><input id="sort_Trending_this_Month" name="sort" type="radio" value="Trending this Month"> Trending this Month</label></li>
<li><label><input id="sort_External_Rating" name="sort" type="radio" value="External Rating"> External Rating</label></li>
<li><label><input id="sort_Primewire_Rating" name="sort" type="radio" value="Primewire Rating"> Primewire Rating</label></li>
<li><label><input id="sort_Favorites" name="sort" type="radio" value="Favorites"> Favorites</label></li>
<li><label><input id="sort_Favorites_per_view" name="sort" type="radio" value="Favorites per view"> Favorites per View</label></li>
<li><label><input id="sort_Views" name="sort" type="radio" value="Views"> Views</label></li>
<li><label><input id="sort_Release" name="sort" type="radio" value="Release"> Release Date</label></li>
<li><label><input id="sort_Alphabet" name="sort" type="radio" value="Alphabet"> Alphabet</label></li>
<li><label><input id="sort_Series_Premiere" name="sort" type="radio" value="Series Premiere"> Series Premiere Date</label></li>
<li><label><input id="sort_Season_Premiere" name="sort" type="radio" value="Season Premiere"> Season Premiere Date</label></li>
<li style="display: none"><label><input id="sort_In_Theaters" name="sort" type="radio" value="In Theaters"> In Theaters</label></li>
<li style="display: none"><label><input id="sort_Streaming_Release" name="sort" type="radio" value="Streaming Release"> In Theaters</label></li>
<li style="display: none"><label><input id="sort_New" name="sort" type="radio" value="New"> New</label></li>
</ul>
</div>
</div>
<div>
<span class="btn btn-blue">Genre <i class="arrow-down"></i></span>
<div style="width: 370px; left: -70px;">
Mode: <label><input id="genre_mode_and" name="genre_mode" type="radio" value="and"> And</label> <label><input id="genre_mode_" name="genre_mode" type="radio" value="" checked> Or</label>
<ul class="menu-genre-list">
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Action"> Action</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Adventure"> Adventure</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Animation"> Animation</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Anime"> Anime</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Biography"> Biography</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Children"> Children</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Comedy"> Comedy</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Crime"> Crime</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="DIY"> DIY</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Documentary"> Documentary</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Drama"> Drama</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Espionage"> Espionage</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Family"> Family</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Fantasy"> Fantasy</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Film-Noir"> Film-Noir</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Food"> Food</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Game-Show"> Game-Show</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="History"> History</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Horror"> Horror</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Legal"> Legal</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Medical"> Medical</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Music"> Music</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Musical"> Musical</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Mystery"> Mystery</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Nature"> Nature</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="News"> News</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Reality-TV"> Reality-TV</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Romance"> Romance</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Sci-Fi"> Sci-Fi</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Short"> Short</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Sport"> Sport</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Sports"> Sports</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Supernatural"> Supernatural</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Talk-Show"> Talk-Show</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Thriller"> Thriller</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Travel"> Travel</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="War"> War</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Western"> Western</label></li>
</ul>
</div>
</div>
<div>
<span class="btn btn-blue">Streaming <i class="arrow-down"></i></span>
<div id="subscription-selector">
<ul class="menu-section-list">
<li><label><input name="my_subscriptions" type="hidden" value=""><input id="my_subscriptions" name="my_subscriptions" type="checkbox" value="true"> My Subscriptions</label> (<a href="/registrations/edit">Add</a>)</li>
<li><label><input name="free_links" type="hidden" value=""><input id="free_links" name="free_links" type="checkbox" value="true"> Free Links</label></li>
<li><label><input name="missing_links" type="hidden" value=""><input id="missing_links" name="missing_links" type="checkbox" value="true"> No Free Links</label></li>
<li>
<input name="subscription" type="hidden" value=""><input id="subscription" name="subscription" type="checkbox" value="true">
<select class="services-select2" id="service" name="service"></select>
in
<select class="country-select2" id="service_country" name="service_country"><option value="US">United States</option></select>
</li>
<li>
<label>
<input name="buy_rent" type="hidden" value=""><input id="buy_rent" name="buy_rent" type="checkbox" value="true">
Buy/Rent in
</label>
<select class="country-select2" id="buy_rent_country" name="buy_rent_country"><option value="US">United States</option></select>
</li>
</ul>
</div>
</div>
<div>
<span class="btn btn-blue">Type <i class="arrow-down"></i></span>
<div>
<ul class="menu-section-list">
<li><label><input id="type_movie" name="type" type="radio" value="movie"> Movie</label></li>
<li><label><input id="type_tv" name="type" type="radio" value="tv"> TV</label></li>
<li><label><input id="type_" name="type" type="radio" value="" checked> Both</label></li>
</ul>
</div>
</div>
</div>
</form>
<div class="clearer"></div>
<div class="clearer"></div>
<div class="clearer"></div>
<div class="clearer"></div>
<div class="pagination">
<span class="current">1</span>
</div>
<script>
window.preview_list = []
</script>
</div>
</div>
<div class="footer footer_left">
PrimeWire | 1Channel | Formerly LetMeWatchThis - <a href="/" title="PrimeWire | 1Channel">PrimeWire | 1Channel</a>! - <a href="/sitemaps/sitemap.xml.gz">Sitemap</a> - <a href="/legal">Legal</a>
<label><input type="checkbox" id="darkmode-toggle" >Dark Mode</label>
</div>
</div>
<div class="col2">
<a href="/"><div class="logo"></div></a>
<div class="sidebar">
<div class="loginform" style="width: 280px;">
<form action="/sessions" class="secure" method="post"><input name="_csrf_token" type="hidden" value="KSo6SS1FSyNOKRsSIV8ZExM0Ez4aEFAuLpWqNsrK6SNWX3CYzlzaMz5K">
<div class="form-group">
<label for="session_email">Email</label>
<input id="session_email" name="session[email]" type="text">
</div>
<div class="form-group">
<label for="session_password">Password</label>
<input id="session_password" name="session[password]" type="password">
</div>
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin:10px 0px 10px 0px;">
<tbody>
<tr>
<td>
<div class="form-group">
<input checked type="checkbox" class="loginform_checkbox" name="remember" id="remmeber" style="float:left; width:20px;">
<span style="float:left; font-size: 12px; padding:2px 0px 0px 0px; font-weight:bold;">Remember Me</span>
</div>
<div class="clearer"></div>
</td>
<td width="120"><input type="submit" name="login_submit" value="Login" class="login_button" style="width: 120px;"> </td>
</tr>
</tbody>
</table>
<span class="forgot_link"><a href="/passwords/new" class="homing">Forgot Login </a></span> | <span class="register_link"><a href="/registrations/new" class="homing">Make a Free Account</a></span>
</form>
</div>
<h2>Information</h2>
<a href="/faq"><img src="/images/guide_link.gif" alt="LetMeWatchThis Guide" border="0"></a>
<div style="height: 4px;"></div>
<a href="/schedule"><img src="/images/tvschedule_button.jpg" alt="TV Schedule" border="0"></a>
<div style="height: 4px;"></div>
<div style="padding: 0 5px;">
PrimeWire is a social site for discovering, sharing and watching movies and TV shows. <a href="/start" style="text-decoration: underline;">more info</a>
</div>
<div style="padding: 0 5px;">
<a href="https://www.primewire.tf">PrimeWire.tf</a> is the official domain for PrimeWire
</div>
<h2>Latest Comments</h2>
<div class="latest_comments com_class_tv">
<a href="/tv/1476367-high-potential">High Potential</a>
<p>
<span class="latest_comments_poster">
<a href="/user/greyfur">greyfur</a> :
</span>
I like that idea!
</p>
</div>
<div class="latest_comments com_class_mov">
<a href="/movie/1566200-flight-149-hostage-of-war">Flight 149: Hostage of War</a>
<p>
<span class="latest_comments_poster">
<a href="/user/Technosamurai">Technosamurai</a> :
</span>
A Really great documentary, would recommend it, try watching when you have time to really ...
</p>
</div>
<div class="latest_comments com_class_mov">
<a href="/movie/1407378-from-the-world-of-john-wick-ballerina">From the World of John Wick: Ballerina</a>
<p>
<span class="latest_comments_poster">
<a href="/user/%25CE%259C%25CE%25A5%25CE%2593%25CE%2591%25CE%25A3">ΜΥΓΑΣ</a> :
</span>
Now a sequal has to be made, so that Eve faces the &quot;consequences of here actions&quot; just lik...
</p>
</div>
<div class="latest_comments com_class_tv">
<a href="/tv/1476367-high-potential">High Potential</a>
<p>
<span class="latest_comments_poster">
<a href="/user/Piglet">Piglet</a> :
</span>
A new character is being added to the 2nd season. Mekhi Phifer (you may remember him from ...
</p>
</div>
<div class="latest_comments com_class_tv">
<a href="/tv/1542248/liberation-d-day-to-berlin-season-1-episode-4">Liberation: D-Day to Berlin S1 E4</a>
<p>
<span class="latest_comments_poster">
<a href="/user/mkmikas">mkmikas</a> :
</span>
a very selective history of ww2, but otherwise well done and accurate, again just very sel...
</p>
</div>
<div style="text-align:right; padding:5px; font-size: 11px;"><a href="/comments?sort=latest">More Comments</a></div>
<h2>Top Comments</h2>
<div class="latest_comments com_class_mov">
<a href="/movie/1542677-cheers-portland-the-strip-club-capital-of-america">Cheers! Portland, the Strip Club Capital of America</a>
<p>
<span class="latest_comments_poster">
<a href="/user/coolwhip">coolwhip</a> :
</span>
i wouldve never guessed it. .
</p>
</div>
<div class="latest_comments com_class_tv">
<a href="/tv/1497200/murderbot-season-1-episode-10">Murderbot S1 E10</a>
<p>
<span class="latest_comments_poster">
<a href="/user/hackenprof">hackenprof</a> :
</span>
This show is based on The Murderbot Diaries series of books and short stories by Martha We...
</p>
</div>
<div class="latest_comments com_class_mov">
<a href="/movie/1485768-manufacturing-the-threat">Manufacturing the Threat</a>
<p>
<span class="latest_comments_poster">
<a href="/user/twizzee">twizzee</a> :
</span>
They Just Call it a Psychological Operation Where I&#39;m From and
It would Indulge you if you...
</p>
</div>
<div class="latest_comments com_class_mov">
<a href="/movie/692277-big-fish">Big Fish</a>
<p>
<span class="latest_comments_poster">
<a href="/user/hackenprof">hackenprof</a> :
</span>
Came here to say this.
</p>
</div>
<div class="latest_comments com_class_mov">
<a href="/movie/1360405-the-tomorrow-war">The Tomorrow War</a>
<p>
<span class="latest_comments_poster">
<a href="/user/footshot">footshot</a> :
</span>
how did i miss this , greatt scifi
</p>
</div>
<div style="text-align:right; padding:5px; font-size: 11px;"><a href="/comments?sort=best-recent">More Comments</a></div>
</div>
<div class="footer footer_right">
<a href="#" title=" unregistered">662 users online</a> -
<a href="/contact">Contacts</a> -
<a href="/faq">FAQ</a> -
<a href="/dmca">DMCA</a> -
<a href="/api">API</a> -
<a href="/embed">Embed</a>
</div>
</div>
</div>
<script>
window.csrf_token = "KSo6SS1FSyNOKRsSIV8ZExM0Ez4aEFAuLpWqNsrK6SNWX3CYzlzaMz5K";
window.subs = false
window.tsr = false
document.dispatchEvent(window.appTrigger);
window.appTriggered = true;
</script>
<div id="previewer-el"></div>
<div id="bg_6301167358"></div>
</body></html>

View file

@ -0,0 +1,614 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en-US" itemscope itemtype="http://schema.org/WebPage">
<head>
<script>
window.appTrigger = document.createEvent("Event");
window.appTrigger.initEvent("appTrigger", true, true);
</script>
<script async type="text/javascript" src="/js/app-21205005105979fb964d17bf03570023.js?vsn=d"></script>
<title>
Movies and TV Shows matching &quot;tt18546730&quot; | PrimeWire
</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="robots" content="ALL,INDEX,FOLLOW">
<meta name="revisit-after" content="1 days">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
var width = (window.innerWidth > 0) ? window.innerWidth : screen.width;
var scale = width/(670.0)
document.querySelector('meta[name=viewport]').setAttribute('content', 'width=670,initial-scale='+scale);
</script>
<meta name="keywords" content="primewire, 1channel, letmewatchthis, movies, tv shows, cast, crew, discover movies">
<meta name="description" content="PrimeWire is a social movie and TV show site which lets you find new movies and TV shows, share them with friends, and find streaming services to watch them on.">
<meta name="classification" content="Movies">
<meta name="distribution" content="Global">
<meta name="rating" content="General">
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="content-language" content="en"/>
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1 days">
<meta property="og:title" content="PrimeWire">
<meta property="og:description" content="PrimeWire is a social movie and TV show site which lets you find new movies and TV shows, share them with friends, and find streaming services to watch them on.">
<meta property="og:type" content="website">
<meta property="og:image" content="/images/circle_logo.jpg">
<meta property="og:image:width" content="300">
<meta property="og:image:height" content="300">
<meta property="og:image:type" content="image/jpg">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/css/app-fb4fae4fffa981555ebd9a719faf4d68.css?vsn=d" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w==" crossorigin="anonymous" />
<script>
window.series = {}
</script>
</head>
<body class="">
<div class="header-bar"></div>
<div class="container">
<div class="col1">
<div class="menu">
<h1 id="a_header"><a href="/" title="PrimeWire"><span>PrimeWire</span></a></h1>
<div class="header ">
<div class="header_search">
<form method="get" action="/filter" id="searchform">
<fieldset class="search_container">
<input id="search_term" name="s" class="box" placeholder="Search Title or IMDb ID" type="text" value="tt18546730">
<button class="btn" title="Submit Search" type="submit"></button>
</fieldset>
</form>
</div>
<div class="nav_tabs"><ul>
<li class="unpressed"><a href="/movies" title="Movies">Movies</a></li>
<li class="unpressed"><a href="/tv" title="TV Shows">TV Shows</a></li>
<li class="unpressed"><a href="/schedule" title="TV Schedule">Schedule</a></li>
<li class="unpressed"><a href="/playlists" title="Playlists">Playlists</a></li>
<li class="unpressed"><a href="/forum" title="Forums">Forum</a></li>
</ul>
</div>
</div>
</div>
<div class="main-body">
<div id="messages">
<div class="info_message">Email service has been restored so that <a href="/registrations/new">account creation</a>, <a href="/passwords/new">pasword resets</a>, and <a href="/confirmations/new">requesting email confirmation</a> etc work again.</div>
</div>
<div class="index_container">
<h1 class="titles">
<span>Movies and TV Shows matching &quot;tt18546730&quot; </span>
</h1>
<form action="/filter" id="main-filter" method="get">
<div id="filter-bar">
<div>
<button class="btn btn-green" type="asdf">Filter</button>
</div>
<div>
<a href="/filter" class="btn btn-red">Reset</a>
</div>
<div>
<span class="btn btn-blue">More <i class="arrow-down"></i></span>
<div class="more-filters">
<span class="more-filter"><span class="more-filter-tag">Search Term:</span> <span><input id="s" name="s" type="text" value="tt18546730"></span></span>
<span class="more-filter"><span class="more-filter-tag">Year:</span>
<span class="range-select">
<input id="released_after" name="released_after" placeholder="1800" type="text">
to
<input id="released_before" name="released_before" placeholder="2050" type="text">
</span>
</span>
<span class="more-filter"><span class="more-filter-tag">Rating:</span>
<span class="range-select">
<input id="rating_above" name="rating_above" placeholder="0" type="text">
to
<input id="rating_below" name="rating_below" placeholder="5" type="text">
</span>
</span>
<span class="more-filter"><span class="more-filter-tag">Cast:</span> <select class="person-select2" id="cast" name="cast"></select></span>
<span class="more-filter"><span class="more-filter-tag">Crew:</span> <select class="person-select2" id="crew" name="crew"></select></span>
<span class="more-filter"><span class="more-filter-tag">Company:</span> <select class="company-select2" id="company" name="company"></select></span>
<span class="more-filter"><span class="more-filter-tag">Country:</span> <select class="country-select2" id="country" name="country" style="width: 205px"></select></span>
</div>
</div>
<div>
<span class="btn btn-blue">Direction <i class="arrow-down"></i></span>
<div>
<ul class="menu-section-list">
<li><label><input id="direction_asc" name="direction" type="radio" value="asc"> Ascending</label></li>
<li><label><input id="direction_desc" name="direction" type="radio" value="desc"> Descending</label></li>
</ul>
</div>
</div>
<div>
<span class="btn btn-blue">Sort <i class="arrow-down"></i></span>
<div style="width: 160px;">
<ul class="menu-sort-list">
<li><label><input id="sort_Featured" name="sort" type="radio" value="Featured"> Featured</label></li>
<li><label><input id="sort_Just_Added" name="sort" type="radio" value="Just Added"> Just Added</label></li>
<li><label><input id="sort_Popular" name="sort" type="radio" value="Popular"> Popular</label></li>
<li><label><input id="sort_Trending_Today" name="sort" type="radio" value="Trending Today"> Trending Today</label></li>
<li><label><input id="sort_Trending_this_Week" name="sort" type="radio" value="Trending this Week"> Trending this Week</label></li>
<li><label><input id="sort_Trending_this_Month" name="sort" type="radio" value="Trending this Month"> Trending this Month</label></li>
<li><label><input id="sort_External_Rating" name="sort" type="radio" value="External Rating"> External Rating</label></li>
<li><label><input id="sort_Primewire_Rating" name="sort" type="radio" value="Primewire Rating"> Primewire Rating</label></li>
<li><label><input id="sort_Favorites" name="sort" type="radio" value="Favorites"> Favorites</label></li>
<li><label><input id="sort_Favorites_per_view" name="sort" type="radio" value="Favorites per view"> Favorites per View</label></li>
<li><label><input id="sort_Views" name="sort" type="radio" value="Views"> Views</label></li>
<li><label><input id="sort_Release" name="sort" type="radio" value="Release"> Release Date</label></li>
<li><label><input id="sort_Alphabet" name="sort" type="radio" value="Alphabet"> Alphabet</label></li>
<li><label><input id="sort_Series_Premiere" name="sort" type="radio" value="Series Premiere"> Series Premiere Date</label></li>
<li><label><input id="sort_Season_Premiere" name="sort" type="radio" value="Season Premiere"> Season Premiere Date</label></li>
<li style="display: none"><label><input id="sort_In_Theaters" name="sort" type="radio" value="In Theaters"> In Theaters</label></li>
<li style="display: none"><label><input id="sort_Streaming_Release" name="sort" type="radio" value="Streaming Release"> In Theaters</label></li>
<li style="display: none"><label><input id="sort_New" name="sort" type="radio" value="New"> New</label></li>
</ul>
</div>
</div>
<div>
<span class="btn btn-blue">Genre <i class="arrow-down"></i></span>
<div style="width: 370px; left: -70px;">
Mode: <label><input id="genre_mode_and" name="genre_mode" type="radio" value="and"> And</label> <label><input id="genre_mode_" name="genre_mode" type="radio" value="" checked> Or</label>
<ul class="menu-genre-list">
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Action"> Action</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Adventure"> Adventure</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Animation"> Animation</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Anime"> Anime</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Biography"> Biography</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Children"> Children</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Comedy"> Comedy</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Crime"> Crime</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="DIY"> DIY</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Documentary"> Documentary</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Drama"> Drama</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Espionage"> Espionage</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Family"> Family</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Fantasy"> Fantasy</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Film-Noir"> Film-Noir</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Food"> Food</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Game-Show"> Game-Show</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="History"> History</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Horror"> Horror</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Legal"> Legal</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Medical"> Medical</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Music"> Music</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Musical"> Musical</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Mystery"> Mystery</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Nature"> Nature</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="News"> News</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Reality-TV"> Reality-TV</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Romance"> Romance</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Sci-Fi"> Sci-Fi</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Short"> Short</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Sport"> Sport</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Sports"> Sports</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Supernatural"> Supernatural</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Talk-Show"> Talk-Show</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Thriller"> Thriller</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Travel"> Travel</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="War"> War</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Western"> Western</label></li>
</ul>
</div>
</div>
<div>
<span class="btn btn-blue">Streaming <i class="arrow-down"></i></span>
<div id="subscription-selector">
<ul class="menu-section-list">
<li><label><input name="my_subscriptions" type="hidden" value=""><input id="my_subscriptions" name="my_subscriptions" type="checkbox" value="true"> My Subscriptions</label> (<a href="/registrations/edit">Add</a>)</li>
<li><label><input name="free_links" type="hidden" value=""><input id="free_links" name="free_links" type="checkbox" value="true"> Free Links</label></li>
<li><label><input name="missing_links" type="hidden" value=""><input id="missing_links" name="missing_links" type="checkbox" value="true"> No Free Links</label></li>
<li>
<input name="subscription" type="hidden" value=""><input id="subscription" name="subscription" type="checkbox" value="true">
<select class="services-select2" id="service" name="service"></select>
in
<select class="country-select2" id="service_country" name="service_country"><option value="US">United States</option></select>
</li>
<li>
<label>
<input name="buy_rent" type="hidden" value=""><input id="buy_rent" name="buy_rent" type="checkbox" value="true">
Buy/Rent in
</label>
<select class="country-select2" id="buy_rent_country" name="buy_rent_country"><option value="US">United States</option></select>
</li>
</ul>
</div>
</div>
<div>
<span class="btn btn-blue">Type <i class="arrow-down"></i></span>
<div>
<ul class="menu-section-list">
<li><label><input id="type_movie" name="type" type="radio" value="movie"> Movie</label></li>
<li><label><input id="type_tv" name="type" type="radio" value="tv"> TV</label></li>
<li><label><input id="type_" name="type" type="radio" value="" checked> Both</label></li>
</ul>
</div>
</div>
</div>
</form>
<div class="clearer"></div>
<div class="index_item index_item_ie">
<a href="/tv/1423432-the-walking-dead-dead-city" title="The Walking Dead: Dead City (2023)">
<img src="/poster/small/1423432-the-walking-dead-dead-city-iTJlz.jpg" border="0" width="150" height="225" alt="Watch The Walking Dead: Dead City">
<h2><div class="title-cutoff">The Walking Dead: Dead City</div> (2023)</h2>
</a>
<div class="index_ratings">
<div id="unit_long2792883">
<ul style="width: 100px;" class="unit-rating">
<li style="width: 80.0px;" class="current-rating">Current rating.</li><li class="r1-unit">
</li><li class="r2-unit"></li><li class="r3-unit"></li><li class="r4-unit"></li><li class="r5-unit"></li>
</ul>
</div>
</div>
<div class="floating-btn preview-btn" data-id="1423432" data-series="">
info
</div>
</div>
<div class="clearer"></div>
<div class="clearer"></div>
<div class="clearer"></div>
<div class="pagination">
<span class="current">1</span>
</div>
<script>
window.preview_list = [1423432, ]
</script>
</div>
</div>
<div class="footer footer_left">
PrimeWire | 1Channel | Formerly LetMeWatchThis - <a href="/" title="PrimeWire | 1Channel">PrimeWire | 1Channel</a>! - <a href="/sitemaps/sitemap.xml.gz">Sitemap</a> - <a href="/legal">Legal</a>
<label><input type="checkbox" id="darkmode-toggle" >Dark Mode</label>
</div>
</div>
<div class="col2">
<a href="/"><div class="logo"></div></a>
<div class="sidebar">
<div class="loginform" style="width: 280px;">
<form action="/sessions" class="secure" method="post"><input name="_csrf_token" type="hidden" value="fDUyTzIQGwd1FEMMUjR6QhNwQhQWJjYzNEg7Y_l4Cf4aanB6zD1vZQgX">
<div class="form-group">
<label for="session_email">Email</label>
<input id="session_email" name="session[email]" type="text">
</div>
<div class="form-group">
<label for="session_password">Password</label>
<input id="session_password" name="session[password]" type="password">
</div>
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin:10px 0px 10px 0px;">
<tbody>
<tr>
<td>
<div class="form-group">
<input checked type="checkbox" class="loginform_checkbox" name="remember" id="remmeber" style="float:left; width:20px;">
<span style="float:left; font-size: 12px; padding:2px 0px 0px 0px; font-weight:bold;">Remember Me</span>
</div>
<div class="clearer"></div>
</td>
<td width="120"><input type="submit" name="login_submit" value="Login" class="login_button" style="width: 120px;"> </td>
</tr>
</tbody>
</table>
<span class="forgot_link"><a href="/passwords/new" class="homing">Forgot Login </a></span> | <span class="register_link"><a href="/registrations/new" class="homing">Make a Free Account</a></span>
</form>
</div>
<h2>Information</h2>
<a href="/faq"><img src="/images/guide_link.gif" alt="LetMeWatchThis Guide" border="0"></a>
<div style="height: 4px;"></div>
<a href="/schedule"><img src="/images/tvschedule_button.jpg" alt="TV Schedule" border="0"></a>
<div style="height: 4px;"></div>
<div style="padding: 0 5px;">
PrimeWire is a social site for discovering, sharing and watching movies and TV shows. <a href="/start" style="text-decoration: underline;">more info</a>
</div>
<div style="padding: 0 5px;">
<a href="https://www.primewire.tf">PrimeWire.tf</a> is the official domain for PrimeWire
</div>
<h2>Latest Comments</h2>
<div class="latest_comments com_class_tv">
<a href="/tv/1476367-high-potential">High Potential</a>
<p>
<span class="latest_comments_poster">
<a href="/user/greyfur">greyfur</a> :
</span>
I like that idea!
</p>
</div>
<div class="latest_comments com_class_mov">
<a href="/movie/1566200-flight-149-hostage-of-war">Flight 149: Hostage of War</a>
<p>
<span class="latest_comments_poster">
<a href="/user/Technosamurai">Technosamurai</a> :
</span>
A Really great documentary, would recommend it, try watching when you have time to really ...
</p>
</div>
<div class="latest_comments com_class_mov">
<a href="/movie/1407378-from-the-world-of-john-wick-ballerina">From the World of John Wick: Ballerina</a>
<p>
<span class="latest_comments_poster">
<a href="/user/%25CE%259C%25CE%25A5%25CE%2593%25CE%2591%25CE%25A3">ΜΥΓΑΣ</a> :
</span>
Now a sequal has to be made, so that Eve faces the &quot;consequences of here actions&quot; just lik...
</p>
</div>
<div class="latest_comments com_class_tv">
<a href="/tv/1476367-high-potential">High Potential</a>
<p>
<span class="latest_comments_poster">
<a href="/user/Piglet">Piglet</a> :
</span>
A new character is being added to the 2nd season. Mekhi Phifer (you may remember him from ...
</p>
</div>
<div class="latest_comments com_class_tv">
<a href="/tv/1542248/liberation-d-day-to-berlin-season-1-episode-4">Liberation: D-Day to Berlin S1 E4</a>
<p>
<span class="latest_comments_poster">
<a href="/user/mkmikas">mkmikas</a> :
</span>
a very selective history of ww2, but otherwise well done and accurate, again just very sel...
</p>
</div>
<div style="text-align:right; padding:5px; font-size: 11px;"><a href="/comments?sort=latest">More Comments</a></div>
<h2>Top Comments</h2>
<div class="latest_comments com_class_mov">
<a href="/movie/1542677-cheers-portland-the-strip-club-capital-of-america">Cheers! Portland, the Strip Club Capital of America</a>
<p>
<span class="latest_comments_poster">
<a href="/user/coolwhip">coolwhip</a> :
</span>
i wouldve never guessed it. .
</p>
</div>
<div class="latest_comments com_class_tv">
<a href="/tv/1497200/murderbot-season-1-episode-10">Murderbot S1 E10</a>
<p>
<span class="latest_comments_poster">
<a href="/user/hackenprof">hackenprof</a> :
</span>
This show is based on The Murderbot Diaries series of books and short stories by Martha We...
</p>
</div>
<div class="latest_comments com_class_mov">
<a href="/movie/1485768-manufacturing-the-threat">Manufacturing the Threat</a>
<p>
<span class="latest_comments_poster">
<a href="/user/twizzee">twizzee</a> :
</span>
They Just Call it a Psychological Operation Where I&#39;m From and
It would Indulge you if you...
</p>
</div>
<div class="latest_comments com_class_mov">
<a href="/movie/692277-big-fish">Big Fish</a>
<p>
<span class="latest_comments_poster">
<a href="/user/hackenprof">hackenprof</a> :
</span>
Came here to say this.
</p>
</div>
<div class="latest_comments com_class_mov">
<a href="/movie/1360405-the-tomorrow-war">The Tomorrow War</a>
<p>
<span class="latest_comments_poster">
<a href="/user/footshot">footshot</a> :
</span>
how did i miss this , greatt scifi
</p>
</div>
<div style="text-align:right; padding:5px; font-size: 11px;"><a href="/comments?sort=best-recent">More Comments</a></div>
</div>
<div class="footer footer_right">
<a href="#" title=" unregistered">668 users online</a> -
<a href="/contact">Contacts</a> -
<a href="/faq">FAQ</a> -
<a href="/dmca">DMCA</a> -
<a href="/api">API</a> -
<a href="/embed">Embed</a>
</div>
</div>
</div>
<script>
window.csrf_token = "fDUyTzIQGwd1FEMMUjR6QhNwQhQWJjYzNEg7Y_l4Cf4aanB6zD1vZQgX";
window.subs = false
window.tsr = false
document.dispatchEvent(window.appTrigger);
window.appTriggered = true;
</script>
<div id="previewer-el"></div>
<div id="bg_6301167358"></div>
</body></html>

View file

@ -0,0 +1,614 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en-US" itemscope itemtype="http://schema.org/WebPage">
<head>
<script>
window.appTrigger = document.createEvent("Event");
window.appTrigger.initEvent("appTrigger", true, true);
</script>
<script async type="text/javascript" src="/js/app-21205005105979fb964d17bf03570023.js?vsn=d"></script>
<title>
Movies and TV Shows matching &quot;tt9243946&quot; | PrimeWire
</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="robots" content="ALL,INDEX,FOLLOW">
<meta name="revisit-after" content="1 days">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
var width = (window.innerWidth > 0) ? window.innerWidth : screen.width;
var scale = width/(670.0)
document.querySelector('meta[name=viewport]').setAttribute('content', 'width=670,initial-scale='+scale);
</script>
<meta name="keywords" content="primewire, 1channel, letmewatchthis, movies, tv shows, cast, crew, discover movies">
<meta name="description" content="PrimeWire is a social movie and TV show site which lets you find new movies and TV shows, share them with friends, and find streaming services to watch them on.">
<meta name="classification" content="Movies">
<meta name="distribution" content="Global">
<meta name="rating" content="General">
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="content-language" content="en"/>
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1 days">
<meta property="og:title" content="PrimeWire">
<meta property="og:description" content="PrimeWire is a social movie and TV show site which lets you find new movies and TV shows, share them with friends, and find streaming services to watch them on.">
<meta property="og:type" content="website">
<meta property="og:image" content="/images/circle_logo.jpg">
<meta property="og:image:width" content="300">
<meta property="og:image:height" content="300">
<meta property="og:image:type" content="image/jpg">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/css/app-fb4fae4fffa981555ebd9a719faf4d68.css?vsn=d" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w==" crossorigin="anonymous" />
<script>
window.series = {}
</script>
</head>
<body class="">
<div class="header-bar"></div>
<div class="container">
<div class="col1">
<div class="menu">
<h1 id="a_header"><a href="/" title="PrimeWire"><span>PrimeWire</span></a></h1>
<div class="header ">
<div class="header_search">
<form method="get" action="/filter" id="searchform">
<fieldset class="search_container">
<input id="search_term" name="s" class="box" placeholder="Search Title or IMDb ID" type="text" value="tt9243946">
<button class="btn" title="Submit Search" type="submit"></button>
</fieldset>
</form>
</div>
<div class="nav_tabs"><ul>
<li class="unpressed"><a href="/movies" title="Movies">Movies</a></li>
<li class="unpressed"><a href="/tv" title="TV Shows">TV Shows</a></li>
<li class="unpressed"><a href="/schedule" title="TV Schedule">Schedule</a></li>
<li class="unpressed"><a href="/playlists" title="Playlists">Playlists</a></li>
<li class="unpressed"><a href="/forum" title="Forums">Forum</a></li>
</ul>
</div>
</div>
</div>
<div class="main-body">
<div id="messages">
<div class="info_message">Email service has been restored so that <a href="/registrations/new">account creation</a>, <a href="/passwords/new">pasword resets</a>, and <a href="/confirmations/new">requesting email confirmation</a> etc work again.</div>
</div>
<div class="index_container">
<h1 class="titles">
<span>Movies and TV Shows matching &quot;tt9243946&quot; </span>
</h1>
<form action="/filter" id="main-filter" method="get">
<div id="filter-bar">
<div>
<button class="btn btn-green" type="asdf">Filter</button>
</div>
<div>
<a href="/filter" class="btn btn-red">Reset</a>
</div>
<div>
<span class="btn btn-blue">More <i class="arrow-down"></i></span>
<div class="more-filters">
<span class="more-filter"><span class="more-filter-tag">Search Term:</span> <span><input id="s" name="s" type="text" value="tt9243946"></span></span>
<span class="more-filter"><span class="more-filter-tag">Year:</span>
<span class="range-select">
<input id="released_after" name="released_after" placeholder="1800" type="text">
to
<input id="released_before" name="released_before" placeholder="2050" type="text">
</span>
</span>
<span class="more-filter"><span class="more-filter-tag">Rating:</span>
<span class="range-select">
<input id="rating_above" name="rating_above" placeholder="0" type="text">
to
<input id="rating_below" name="rating_below" placeholder="5" type="text">
</span>
</span>
<span class="more-filter"><span class="more-filter-tag">Cast:</span> <select class="person-select2" id="cast" name="cast"></select></span>
<span class="more-filter"><span class="more-filter-tag">Crew:</span> <select class="person-select2" id="crew" name="crew"></select></span>
<span class="more-filter"><span class="more-filter-tag">Company:</span> <select class="company-select2" id="company" name="company"></select></span>
<span class="more-filter"><span class="more-filter-tag">Country:</span> <select class="country-select2" id="country" name="country" style="width: 205px"></select></span>
</div>
</div>
<div>
<span class="btn btn-blue">Direction <i class="arrow-down"></i></span>
<div>
<ul class="menu-section-list">
<li><label><input id="direction_asc" name="direction" type="radio" value="asc"> Ascending</label></li>
<li><label><input id="direction_desc" name="direction" type="radio" value="desc"> Descending</label></li>
</ul>
</div>
</div>
<div>
<span class="btn btn-blue">Sort <i class="arrow-down"></i></span>
<div style="width: 160px;">
<ul class="menu-sort-list">
<li><label><input id="sort_Featured" name="sort" type="radio" value="Featured"> Featured</label></li>
<li><label><input id="sort_Just_Added" name="sort" type="radio" value="Just Added"> Just Added</label></li>
<li><label><input id="sort_Popular" name="sort" type="radio" value="Popular"> Popular</label></li>
<li><label><input id="sort_Trending_Today" name="sort" type="radio" value="Trending Today"> Trending Today</label></li>
<li><label><input id="sort_Trending_this_Week" name="sort" type="radio" value="Trending this Week"> Trending this Week</label></li>
<li><label><input id="sort_Trending_this_Month" name="sort" type="radio" value="Trending this Month"> Trending this Month</label></li>
<li><label><input id="sort_External_Rating" name="sort" type="radio" value="External Rating"> External Rating</label></li>
<li><label><input id="sort_Primewire_Rating" name="sort" type="radio" value="Primewire Rating"> Primewire Rating</label></li>
<li><label><input id="sort_Favorites" name="sort" type="radio" value="Favorites"> Favorites</label></li>
<li><label><input id="sort_Favorites_per_view" name="sort" type="radio" value="Favorites per view"> Favorites per View</label></li>
<li><label><input id="sort_Views" name="sort" type="radio" value="Views"> Views</label></li>
<li><label><input id="sort_Release" name="sort" type="radio" value="Release"> Release Date</label></li>
<li><label><input id="sort_Alphabet" name="sort" type="radio" value="Alphabet"> Alphabet</label></li>
<li><label><input id="sort_Series_Premiere" name="sort" type="radio" value="Series Premiere"> Series Premiere Date</label></li>
<li><label><input id="sort_Season_Premiere" name="sort" type="radio" value="Season Premiere"> Season Premiere Date</label></li>
<li style="display: none"><label><input id="sort_In_Theaters" name="sort" type="radio" value="In Theaters"> In Theaters</label></li>
<li style="display: none"><label><input id="sort_Streaming_Release" name="sort" type="radio" value="Streaming Release"> In Theaters</label></li>
<li style="display: none"><label><input id="sort_New" name="sort" type="radio" value="New"> New</label></li>
</ul>
</div>
</div>
<div>
<span class="btn btn-blue">Genre <i class="arrow-down"></i></span>
<div style="width: 370px; left: -70px;">
Mode: <label><input id="genre_mode_and" name="genre_mode" type="radio" value="and"> And</label> <label><input id="genre_mode_" name="genre_mode" type="radio" value="" checked> Or</label>
<ul class="menu-genre-list">
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Action"> Action</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Adventure"> Adventure</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Animation"> Animation</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Anime"> Anime</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Biography"> Biography</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Children"> Children</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Comedy"> Comedy</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Crime"> Crime</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="DIY"> DIY</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Documentary"> Documentary</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Drama"> Drama</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Espionage"> Espionage</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Family"> Family</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Fantasy"> Fantasy</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Film-Noir"> Film-Noir</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Food"> Food</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Game-Show"> Game-Show</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="History"> History</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Horror"> Horror</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Legal"> Legal</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Medical"> Medical</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Music"> Music</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Musical"> Musical</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Mystery"> Mystery</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Nature"> Nature</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="News"> News</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Reality-TV"> Reality-TV</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Romance"> Romance</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Sci-Fi"> Sci-Fi</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Short"> Short</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Sport"> Sport</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Sports"> Sports</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Supernatural"> Supernatural</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Talk-Show"> Talk-Show</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Thriller"> Thriller</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Travel"> Travel</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="War"> War</label></li>
<li class="genre-filter-bar"><label><input id="genre[]" name="genre[]" type="checkbox" value="Western"> Western</label></li>
</ul>
</div>
</div>
<div>
<span class="btn btn-blue">Streaming <i class="arrow-down"></i></span>
<div id="subscription-selector">
<ul class="menu-section-list">
<li><label><input name="my_subscriptions" type="hidden" value=""><input id="my_subscriptions" name="my_subscriptions" type="checkbox" value="true"> My Subscriptions</label> (<a href="/registrations/edit">Add</a>)</li>
<li><label><input name="free_links" type="hidden" value=""><input id="free_links" name="free_links" type="checkbox" value="true"> Free Links</label></li>
<li><label><input name="missing_links" type="hidden" value=""><input id="missing_links" name="missing_links" type="checkbox" value="true"> No Free Links</label></li>
<li>
<input name="subscription" type="hidden" value=""><input id="subscription" name="subscription" type="checkbox" value="true">
<select class="services-select2" id="service" name="service"></select>
in
<select class="country-select2" id="service_country" name="service_country"><option value="US">United States</option></select>
</li>
<li>
<label>
<input name="buy_rent" type="hidden" value=""><input id="buy_rent" name="buy_rent" type="checkbox" value="true">
Buy/Rent in
</label>
<select class="country-select2" id="buy_rent_country" name="buy_rent_country"><option value="US">United States</option></select>
</li>
</ul>
</div>
</div>
<div>
<span class="btn btn-blue">Type <i class="arrow-down"></i></span>
<div>
<ul class="menu-section-list">
<li><label><input id="type_movie" name="type" type="radio" value="movie"> Movie</label></li>
<li><label><input id="type_tv" name="type" type="radio" value="tv"> TV</label></li>
<li><label><input id="type_" name="type" type="radio" value="" checked> Both</label></li>
</ul>
</div>
</div>
</div>
</form>
<div class="clearer"></div>
<div class="index_item index_item_ie">
<a href="/movie/1334196-el-camino-a-breaking-bad-movie" title="El Camino: A Breaking Bad Movie (2019)">
<img src="/poster/small/1334196-el-camino-a-breaking-bad-movie-7-D84.jpg" border="0" width="150" height="225" alt="Watch El Camino: A Breaking Bad Movie">
<h2><div class="title-cutoff">El Camino: A Breaking Bad Movie</div> (2019)</h2>
</a>
<div class="index_ratings">
<div id="unit_long2792883">
<ul style="width: 100px;" class="unit-rating">
<li style="width: 85.0px;" class="current-rating">Current rating.</li><li class="r1-unit">
</li><li class="r2-unit"></li><li class="r3-unit"></li><li class="r4-unit"></li><li class="r5-unit"></li>
</ul>
</div>
</div>
<div class="floating-btn preview-btn" data-id="1334196" data-series="">
info
</div>
</div>
<div class="clearer"></div>
<div class="clearer"></div>
<div class="clearer"></div>
<div class="pagination">
<span class="current">1</span>
</div>
<script>
window.preview_list = [1334196, ]
</script>
</div>
</div>
<div class="footer footer_left">
PrimeWire | 1Channel | Formerly LetMeWatchThis - <a href="/" title="PrimeWire | 1Channel">PrimeWire | 1Channel</a>! - <a href="/sitemaps/sitemap.xml.gz">Sitemap</a> - <a href="/legal">Legal</a>
<label><input type="checkbox" id="darkmode-toggle" >Dark Mode</label>
</div>
</div>
<div class="col2">
<a href="/"><div class="logo"></div></a>
<div class="sidebar">
<div class="loginform" style="width: 280px;">
<form action="/sessions" class="secure" method="post"><input name="_csrf_token" type="hidden" value="eTsbMkUkIFoBKDU3OgULBRU9dV1bRl0x8ILT1Jq-pMsfLjGv8MX1v6dc">
<div class="form-group">
<label for="session_email">Email</label>
<input id="session_email" name="session[email]" type="text">
</div>
<div class="form-group">
<label for="session_password">Password</label>
<input id="session_password" name="session[password]" type="password">
</div>
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin:10px 0px 10px 0px;">
<tbody>
<tr>
<td>
<div class="form-group">
<input checked type="checkbox" class="loginform_checkbox" name="remember" id="remmeber" style="float:left; width:20px;">
<span style="float:left; font-size: 12px; padding:2px 0px 0px 0px; font-weight:bold;">Remember Me</span>
</div>
<div class="clearer"></div>
</td>
<td width="120"><input type="submit" name="login_submit" value="Login" class="login_button" style="width: 120px;"> </td>
</tr>
</tbody>
</table>
<span class="forgot_link"><a href="/passwords/new" class="homing">Forgot Login </a></span> | <span class="register_link"><a href="/registrations/new" class="homing">Make a Free Account</a></span>
</form>
</div>
<h2>Information</h2>
<a href="/faq"><img src="/images/guide_link.gif" alt="LetMeWatchThis Guide" border="0"></a>
<div style="height: 4px;"></div>
<a href="/schedule"><img src="/images/tvschedule_button.jpg" alt="TV Schedule" border="0"></a>
<div style="height: 4px;"></div>
<div style="padding: 0 5px;">
PrimeWire is a social site for discovering, sharing and watching movies and TV shows. <a href="/start" style="text-decoration: underline;">more info</a>
</div>
<div style="padding: 0 5px;">
<a href="https://www.primewire.tf">PrimeWire.tf</a> is the official domain for PrimeWire
</div>
<h2>Latest Comments</h2>
<div class="latest_comments com_class_tv">
<a href="/tv/1476367-high-potential">High Potential</a>
<p>
<span class="latest_comments_poster">
<a href="/user/greyfur">greyfur</a> :
</span>
I like that idea!
</p>
</div>
<div class="latest_comments com_class_mov">
<a href="/movie/1566200-flight-149-hostage-of-war">Flight 149: Hostage of War</a>
<p>
<span class="latest_comments_poster">
<a href="/user/Technosamurai">Technosamurai</a> :
</span>
A Really great documentary, would recommend it, try watching when you have time to really ...
</p>
</div>
<div class="latest_comments com_class_mov">
<a href="/movie/1407378-from-the-world-of-john-wick-ballerina">From the World of John Wick: Ballerina</a>
<p>
<span class="latest_comments_poster">
<a href="/user/%25CE%259C%25CE%25A5%25CE%2593%25CE%2591%25CE%25A3">ΜΥΓΑΣ</a> :
</span>
Now a sequal has to be made, so that Eve faces the &quot;consequences of here actions&quot; just lik...
</p>
</div>
<div class="latest_comments com_class_tv">
<a href="/tv/1476367-high-potential">High Potential</a>
<p>
<span class="latest_comments_poster">
<a href="/user/Piglet">Piglet</a> :
</span>
A new character is being added to the 2nd season. Mekhi Phifer (you may remember him from ...
</p>
</div>
<div class="latest_comments com_class_tv">
<a href="/tv/1542248/liberation-d-day-to-berlin-season-1-episode-4">Liberation: D-Day to Berlin S1 E4</a>
<p>
<span class="latest_comments_poster">
<a href="/user/mkmikas">mkmikas</a> :
</span>
a very selective history of ww2, but otherwise well done and accurate, again just very sel...
</p>
</div>
<div style="text-align:right; padding:5px; font-size: 11px;"><a href="/comments?sort=latest">More Comments</a></div>
<h2>Top Comments</h2>
<div class="latest_comments com_class_mov">
<a href="/movie/1542677-cheers-portland-the-strip-club-capital-of-america">Cheers! Portland, the Strip Club Capital of America</a>
<p>
<span class="latest_comments_poster">
<a href="/user/coolwhip">coolwhip</a> :
</span>
i wouldve never guessed it. .
</p>
</div>
<div class="latest_comments com_class_tv">
<a href="/tv/1497200/murderbot-season-1-episode-10">Murderbot S1 E10</a>
<p>
<span class="latest_comments_poster">
<a href="/user/hackenprof">hackenprof</a> :
</span>
This show is based on The Murderbot Diaries series of books and short stories by Martha We...
</p>
</div>
<div class="latest_comments com_class_mov">
<a href="/movie/1485768-manufacturing-the-threat">Manufacturing the Threat</a>
<p>
<span class="latest_comments_poster">
<a href="/user/twizzee">twizzee</a> :
</span>
They Just Call it a Psychological Operation Where I&#39;m From and
It would Indulge you if you...
</p>
</div>
<div class="latest_comments com_class_mov">
<a href="/movie/692277-big-fish">Big Fish</a>
<p>
<span class="latest_comments_poster">
<a href="/user/hackenprof">hackenprof</a> :
</span>
Came here to say this.
</p>
</div>
<div class="latest_comments com_class_mov">
<a href="/movie/1360405-the-tomorrow-war">The Tomorrow War</a>
<p>
<span class="latest_comments_poster">
<a href="/user/footshot">footshot</a> :
</span>
how did i miss this , greatt scifi
</p>
</div>
<div style="text-align:right; padding:5px; font-size: 11px;"><a href="/comments?sort=best-recent">More Comments</a></div>
</div>
<div class="footer footer_right">
<a href="#" title=" unregistered">666 users online</a> -
<a href="/contact">Contacts</a> -
<a href="/faq">FAQ</a> -
<a href="/dmca">DMCA</a> -
<a href="/api">API</a> -
<a href="/embed">Embed</a>
</div>
</div>
</div>
<script>
window.csrf_token = "eTsbMkUkIFoBKDU3OgULBRU9dV1bRl0x8ILT1Jq-pMsfLjGv8MX1v6dc";
window.subs = false
window.tsr = false
document.dispatchEvent(window.appTrigger);
window.appTriggered = true;
</script>
<div id="previewer-el"></div>
<div id="bg_6301167358"></div>
</body></html>

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,394 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en-US" itemscope itemtype="http://schema.org/WebPage">
<head>
<script>
window.appTrigger = document.createEvent("Event");
window.appTrigger.initEvent("appTrigger", true, true);
</script>
<script async type="text/javascript" src="/js/app-21205005105979fb964d17bf03570023.js?vsn=d"></script>
<title>
PrimeWire - Social Movie & TV Tracker
</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="robots" content="ALL,INDEX,FOLLOW">
<meta name="revisit-after" content="1 days">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
var width = (window.innerWidth > 0) ? window.innerWidth : screen.width;
var scale = width/(670.0)
document.querySelector('meta[name=viewport]').setAttribute('content', 'width=670,initial-scale='+scale);
</script>
<meta name="keywords" content="primewire, 1channel, letmewatchthis, movies, tv shows, cast, crew, discover movies">
<meta name="description" content="PrimeWire is a social movie and TV show site which lets you find new movies and TV shows, share them with friends, and find streaming services to watch them on.">
<meta name="classification" content="Movies">
<meta name="distribution" content="Global">
<meta name="rating" content="General">
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="content-language" content="en"/>
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1 days">
<meta property="og:title" content="PrimeWire">
<meta property="og:description" content="PrimeWire is a social movie and TV show site which lets you find new movies and TV shows, share them with friends, and find streaming services to watch them on.">
<meta property="og:type" content="website">
<meta property="og:image" content="/images/circle_logo.jpg">
<meta property="og:image:width" content="300">
<meta property="og:image:height" content="300">
<meta property="og:image:type" content="image/jpg">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/css/app-fb4fae4fffa981555ebd9a719faf4d68.css?vsn=d" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w==" crossorigin="anonymous" />
<script>
window.series = {}
</script>
</head>
<body class="">
<div class="header-bar"></div>
<div class="container">
<div class="col1">
<div class="menu">
<h1 id="a_header"><a href="/" title="PrimeWire"><span>PrimeWire</span></a></h1>
<div class="header ">
<div class="header_search">
<form method="get" action="/filter" id="searchform">
<fieldset class="search_container">
<input id="search_term" name="s" class="box" placeholder="Search Title or IMDb ID" type="text" value="">
<button class="btn" title="Submit Search" type="submit"></button>
</fieldset>
</form>
</div>
<div class="nav_tabs"><ul>
<li class="unpressed"><a href="/movies" title="Movies">Movies</a></li>
<li class="unpressed"><a href="/tv" title="TV Shows">TV Shows</a></li>
<li class="unpressed"><a href="/schedule" title="TV Schedule">Schedule</a></li>
<li class="unpressed"><a href="/playlists" title="Playlists">Playlists</a></li>
<li class="unpressed"><a href="/forum" title="Forums">Forum</a></li>
</ul>
</div>
</div>
</div>
<div class="main-body">
<div id="messages">
<div class="info_message">Email service has been restored so that <a href="/registrations/new">account creation</a>, <a href="/passwords/new">pasword resets</a>, and <a href="/confirmations/new">requesting email confirmation</a> etc work again.</div>
</div>
<div class="some_padding">
<h1 class="titles">
<span>Legal Stuff</span>
</h1>
<p><strong>General</strong></p>
<p>Our terms of service are to be taken into consideration and adhered to at all times whilst using the site. All users are advised that access to this site and the use of the services detailed therein are strictly conditional upon your confirmation that you comply fully with our terms of use. By proceeding to surf primewire.ag or otherwise using this site, you signify your unequivocal acceptance of these and any other terms prevailing at this or at any future time.</p>
<p><strong>Governing Law</strong></p>
<p>The governing law imposed will be that of the Klingon Empire, the country in which primewire.ag is based and from which all services are provided.</p>
<p><strong>Relationship</strong></p>
<p>The relationship between you (the user) and us (primewire.ag, our agents and partners) is that we provide you with access to the referencing material and media contained within our site, which is provided to you on a purely non commercial basis and is, therefore, not that of customer and supplier.</p>
<p><strong>Content</strong></p>
<p>primewire.ag does not host, provide, archive, store, or distribute media of any kind, and acts merely as an index (or directory) of media posted by other webmasters on the internet, which is completely outside of our control.</p>
<p>Whereas we do not filter such references, we cannot and do not attempt to control, censor, or block any indexed material that may be considered offensive, abusive, libellous, obnoxious, inaccurate, deceptive, unlawful or otherwise distressing neither do we accept responsibility for this content or the consequences of such content being made available.</p>
<p>Material may be inappropriately described or subject to restrictions such as copyright, licensing and other limitations and it is the sole responsibility of those having access to such material to comply with any or all lawful obligations arising from such material coming into their possession and, thus mitigate any alleged transgression.</p>
<p>All users warrant that they are 18 years of age or older, and, therefore, qualified to enter into this agreement either as an individual or as a corporate entity.</p>
<p>All users undertake to comply with the national laws applicable to the country they reside in and observe the rights inherent in any copyright material whilst upholding the rights of any copyright owner.</p>
<p>All users are advised to use caution, discretion, common sense and personal judgment when using primewire.ag or any references detailed within the directory and to respect the wishes of others who may value freedom from censorship, as consenting adults equal to (or possibly superior to) your own personal preferences.</p>
<p><strong>Quality Of Service</strong></p>
<p>primewire.ag does not provide commercial services and there are no actual or implied guarantees as to the availability of service or the speed, operation or function of this site, which is offered on a basis to those who choose to comply with the terms detailed within and access the <20>free<65> contents of this site.</p>
<p>Privacy, Spam &amp; Unsolicited Contact</p>
<p>This site will comply with the requirements of any law enforcement or other officials, Courts, Police or others with a legitimate interest in the official investigation or enforcement of law applicable to the country in which our service is provided, United Kingdom.</p>
<p>The protection of the rights of others is of paramount importance to primewire.ag, and this extends to your adherence to intellectual property law, the laws prevailing in your country or residence (or any temporary residence), the rights of others to enjoy freedom from slander, libel, defamation, provocation, harassment, discrimination of any kind or any other action that may be deemed offensive by the individual concerned or the management of this site.</p>
<p>Users may not use the primewire.ag site or any facilities provided by us to spam, market or promote any goods, services, membership or other websites.</p>
<p><strong>Intellectual Property - General</strong></p>
<p>primewire.ag respects the rights of others, and prohibits the use of referenced material for any purpose other than that for which it is intended (where such use is lawful and free of civil liability or other constraint) and in such circumstances where possession of such material may have any adverse financial, prejudicial or any other effect on any other third party.</p>
<p>primewire.ag is copyrighted, and all rights are reserved, as those are of the proprietors and those of the partners websites material referenced within. Anyone found imitating the site or stealing content from the site will be liable to prosecution.</p>
<p><strong>Definitions</strong></p>
<p>The term <20>the site<74> applies to the site (primewire.ag), its staff, administration, owners, agents, representatives, suppliers and partners. The term <20>the user<65> applies to any site visitor who wishes to proceed surfing the site once arriving at primewire.ag.</p>
<p><strong>Agreement</strong></p>
<p>In usage of this site, or by otherwise using this site, you (the user), hereby undertake to adhere to the terms of use detailed herein and any others appended hereto, without evasion, equivocation or reservation of any kind, in the knowledge that failure to comply with the terms will result in suspension or denial of your access to the site and potential legal and civil penalties, together with the right to make the full circumstances publicly known.</p>
<p><strong>Your Privacy</strong></p>
<p>primewire.ag is committed to protecting your privacy. primewire.ag does not sell, trade or rent your personal information to any other companies. primewire.ag will not collect any personal information about you except when you specifically and knowingly provide such information when registering for the site.</p>
<p>By using our Website, you consent to the collection and use of this information by primewire.ag. If we decide to change our privacy policy, we will post any changes to this page so that you are always aware of which information we collect, how we use it, and under which circumstances we disclose it.</p>
</div>
</div>
<div class="footer footer_left">
PrimeWire | 1Channel | Formerly LetMeWatchThis - <a href="/" title="PrimeWire | 1Channel">PrimeWire | 1Channel</a>! - <a href="/sitemaps/sitemap.xml.gz">Sitemap</a> - <a href="/legal">Legal</a>
<label><input type="checkbox" id="darkmode-toggle" >Dark Mode</label>
</div>
</div>
<div class="col2">
<a href="/"><div class="logo"></div></a>
<div class="sidebar">
<div class="loginform" style="width: 280px;">
<form action="/sessions" class="secure" method="post"><input name="_csrf_token" type="hidden" value="ADMmNBITLVUhQVI0ByZHCR4PdjAWIhEUzIpSHAy0oqdRfajHwl3yEEKQ">
<div class="form-group">
<label for="session_email">Email</label>
<input id="session_email" name="session[email]" type="text">
</div>
<div class="form-group">
<label for="session_password">Password</label>
<input id="session_password" name="session[password]" type="password">
</div>
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin:10px 0px 10px 0px;">
<tbody>
<tr>
<td>
<div class="form-group">
<input checked type="checkbox" class="loginform_checkbox" name="remember" id="remmeber" style="float:left; width:20px;">
<span style="float:left; font-size: 12px; padding:2px 0px 0px 0px; font-weight:bold;">Remember Me</span>
</div>
<div class="clearer"></div>
</td>
<td width="120"><input type="submit" name="login_submit" value="Login" class="login_button" style="width: 120px;"> </td>
</tr>
</tbody>
</table>
<span class="forgot_link"><a href="/passwords/new" class="homing">Forgot Login </a></span> | <span class="register_link"><a href="/registrations/new" class="homing">Make a Free Account</a></span>
</form>
</div>
<h2>Information</h2>
<a href="/faq"><img src="/images/guide_link.gif" alt="LetMeWatchThis Guide" border="0"></a>
<div style="height: 4px;"></div>
<a href="/schedule"><img src="/images/tvschedule_button.jpg" alt="TV Schedule" border="0"></a>
<div style="height: 4px;"></div>
<div style="padding: 0 5px;">
PrimeWire is a social site for discovering, sharing and watching movies and TV shows. <a href="/start" style="text-decoration: underline;">more info</a>
</div>
<div style="padding: 0 5px;">
<a href="https://www.primewire.tf">PrimeWire.tf</a> is the official domain for PrimeWire
</div>
<h2>Latest Comments</h2>
<div class="latest_comments com_class_tv">
<a href="/tv/1476367-high-potential">High Potential</a>
<p>
<span class="latest_comments_poster">
<a href="/user/greyfur">greyfur</a> :
</span>
I like that idea!
</p>
</div>
<div class="latest_comments com_class_mov">
<a href="/movie/1566200-flight-149-hostage-of-war">Flight 149: Hostage of War</a>
<p>
<span class="latest_comments_poster">
<a href="/user/Technosamurai">Technosamurai</a> :
</span>
A Really great documentary, would recommend it, try watching when you have time to really ...
</p>
</div>
<div class="latest_comments com_class_mov">
<a href="/movie/1407378-from-the-world-of-john-wick-ballerina">From the World of John Wick: Ballerina</a>
<p>
<span class="latest_comments_poster">
<a href="/user/%25CE%259C%25CE%25A5%25CE%2593%25CE%2591%25CE%25A3">ΜΥΓΑΣ</a> :
</span>
Now a sequal has to be made, so that Eve faces the &quot;consequences of here actions&quot; just lik...
</p>
</div>
<div class="latest_comments com_class_tv">
<a href="/tv/1476367-high-potential">High Potential</a>
<p>
<span class="latest_comments_poster">
<a href="/user/Piglet">Piglet</a> :
</span>
A new character is being added to the 2nd season. Mekhi Phifer (you may remember him from ...
</p>
</div>
<div class="latest_comments com_class_tv">
<a href="/tv/1542248/liberation-d-day-to-berlin-season-1-episode-4">Liberation: D-Day to Berlin S1 E4</a>
<p>
<span class="latest_comments_poster">
<a href="/user/mkmikas">mkmikas</a> :
</span>
a very selective history of ww2, but otherwise well done and accurate, again just very sel...
</p>
</div>
<div style="text-align:right; padding:5px; font-size: 11px;"><a href="/comments?sort=latest">More Comments</a></div>
<h2>Top Comments</h2>
<div class="latest_comments com_class_mov">
<a href="/movie/1542677-cheers-portland-the-strip-club-capital-of-america">Cheers! Portland, the Strip Club Capital of America</a>
<p>
<span class="latest_comments_poster">
<a href="/user/coolwhip">coolwhip</a> :
</span>
i wouldve never guessed it. .
</p>
</div>
<div class="latest_comments com_class_tv">
<a href="/tv/1497200/murderbot-season-1-episode-10">Murderbot S1 E10</a>
<p>
<span class="latest_comments_poster">
<a href="/user/hackenprof">hackenprof</a> :
</span>
This show is based on The Murderbot Diaries series of books and short stories by Martha We...
</p>
</div>
<div class="latest_comments com_class_mov">
<a href="/movie/1485768-manufacturing-the-threat">Manufacturing the Threat</a>
<p>
<span class="latest_comments_poster">
<a href="/user/twizzee">twizzee</a> :
</span>
They Just Call it a Psychological Operation Where I&#39;m From and
It would Indulge you if you...
</p>
</div>
<div class="latest_comments com_class_mov">
<a href="/movie/692277-big-fish">Big Fish</a>
<p>
<span class="latest_comments_poster">
<a href="/user/hackenprof">hackenprof</a> :
</span>
Came here to say this.
</p>
</div>
<div class="latest_comments com_class_mov">
<a href="/movie/1360405-the-tomorrow-war">The Tomorrow War</a>
<p>
<span class="latest_comments_poster">
<a href="/user/footshot">footshot</a> :
</span>
how did i miss this , greatt scifi
</p>
</div>
<div style="text-align:right; padding:5px; font-size: 11px;"><a href="/comments?sort=best-recent">More Comments</a></div>
</div>
<div class="footer footer_right">
<a href="#" title=" unregistered">666 users online</a> -
<a href="/contact">Contacts</a> -
<a href="/faq">FAQ</a> -
<a href="/dmca">DMCA</a> -
<a href="/api">API</a> -
<a href="/embed">Embed</a>
</div>
</div>
</div>
<script>
window.csrf_token = "ADMmNBITLVUhQVI0ByZHCR4PdjAWIhEUzIpSHAy0oqdRfajHwl3yEEKQ";
window.subs = false
window.tsr = false
document.dispatchEvent(window.appTrigger);
window.appTriggered = true;
</script>
<div id="previewer-el"></div>
<div id="bg_6301167358"></div>
</body></html>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,296 @@
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
exports[`PrimeWire handle el camino 1`] = `
[
{
"countryCode": "en",
"url": "https://mixdrop.ag/f/4njk6691b1k60d",
},
{
"countryCode": "en",
"url": "https://mixdrop.ag/f/2bnmi",
},
{
"countryCode": "en",
"url": "https://mixdrop.ag/f/ql0qrxnjb89nx8",
},
{
"countryCode": "en",
"url": "https://voe.sx/paqi7qqku3zi",
},
{
"countryCode": "en",
"url": "https://voe.sx/ysimllytd3zo",
},
{
"countryCode": "en",
"url": "https://voe.sx/xwhvakkexuob",
},
{
"countryCode": "en",
"url": "https://filelions.to/f/wayeo7l1cw7d",
},
{
"countryCode": "en",
"url": "https://filelions.to/f/bv4b7tl9u1ij",
},
{
"countryCode": "en",
"url": "https://streamwish.to/09q73jf6t6jw",
},
{
"countryCode": "en",
"url": "https://dood.watch/d/05fm25orfeux",
},
{
"countryCode": "en",
"url": "https://dood.watch/d/9lw62yyosxc0",
},
{
"countryCode": "en",
"url": "https://dood.watch/d/j2pa25q11pdu",
},
{
"countryCode": "en",
"url": "https://streamtape.com/v/qMVMPa49M1hz8BR/El.Camino.A.Breaking.Bad.Movie.2019.1080p.WEBRip.x264_YTS.LT.mp4",
},
{
"countryCode": "en",
"url": "https://streamtape.com/v/6QLoLq0O8DtObX",
},
]
`;
exports[`PrimeWire handle el camino 2`] = `
[
{
"countryCode": "en",
"url": "https://mixdrop.ag/f/4njk6691b1k60d",
},
{
"countryCode": "en",
"url": "https://mixdrop.ag/f/2bnmi",
},
{
"countryCode": "en",
"url": "https://mixdrop.ag/f/ql0qrxnjb89nx8",
},
{
"countryCode": "en",
"url": "https://voe.sx/paqi7qqku3zi",
},
{
"countryCode": "en",
"url": "https://voe.sx/ysimllytd3zo",
},
{
"countryCode": "en",
"url": "https://voe.sx/xwhvakkexuob",
},
{
"countryCode": "en",
"url": "https://filelions.to/f/wayeo7l1cw7d",
},
{
"countryCode": "en",
"url": "https://filelions.to/f/bv4b7tl9u1ij",
},
{
"countryCode": "en",
"url": "https://streamwish.to/09q73jf6t6jw",
},
{
"countryCode": "en",
"url": "https://dood.watch/d/05fm25orfeux",
},
{
"countryCode": "en",
"url": "https://dood.watch/d/9lw62yyosxc0",
},
{
"countryCode": "en",
"url": "https://dood.watch/d/j2pa25q11pdu",
},
{
"countryCode": "en",
"url": "https://streamtape.com/v/qMVMPa49M1hz8BR/El.Camino.A.Breaking.Bad.Movie.2019.1080p.WEBRip.x264_YTS.LT.mp4",
},
{
"countryCode": "en",
"url": "https://streamtape.com/v/6QLoLq0O8DtObX",
},
]
`;
exports[`PrimeWire handle imdb dead city s2e5 1`] = `
[
{
"countryCode": "en",
"url": "https://mixdrop.ag/f/q1pz4k94uxxkgvo",
},
{
"countryCode": "en",
"url": "https://mixdrop.ag/f/nlpj3q3ran17rv",
},
{
"countryCode": "en",
"url": "https://mixdrop.ag/f/9wvz9gp3b3q1llk",
},
{
"countryCode": "en",
"url": "https://voe.sx/grsvpdbxvw3e",
},
{
"countryCode": "en",
"url": "https://voe.sx/te40pmzra8du",
},
{
"countryCode": "en",
"url": "https://voe.sx/y8lrmf2t7jhp",
},
{
"countryCode": "en",
"url": "https://filelions.to/f/eqmzrkv5kf5s",
},
{
"countryCode": "en",
"url": "https://filelions.to/f/0i0j0qz5o478",
},
{
"countryCode": "en",
"url": "https://filelions.to/f/odssr9dyjx5n",
},
{
"countryCode": "en",
"url": "https://filelions.to/f/fpru8wthtsf4",
},
{
"countryCode": "en",
"url": "https://streamwish.to/jult1lcvqjlt",
},
{
"countryCode": "en",
"url": "https://streamwish.to/h9p9qqgpq2lw",
},
{
"countryCode": "en",
"url": "https://streamwish.to/s986lkdy8mb5",
},
{
"countryCode": "en",
"url": "https://vidmoly.me/w/g1ob8a8h5pc8",
},
{
"countryCode": "en",
"url": "http://vidmoly.me/w/46bi0sec0966",
},
{
"countryCode": "en",
"url": "https://vidmoly.me/w/awjd3z0t0i9l",
},
{
"countryCode": "en",
"url": "http://vidmoly.me/w/okcwblnaqw3t",
},
{
"countryCode": "en",
"url": "https://dood.watch/d/sn87i3ru7plx",
},
{
"countryCode": "en",
"url": "https://dood.watch/d/8odyvc9bre16",
},
{
"countryCode": "en",
"url": "https://dood.watch/d/1qfuy5yiq4r6",
},
{
"countryCode": "en",
"url": "https://dood.watch/d/reslxv9siz41",
},
{
"countryCode": "en",
"url": "https://streamplay.to/qyn6mtz6w3sr",
},
{
"countryCode": "en",
"url": "https://streamplay.to/m1j7zix6ny8u",
},
{
"countryCode": "en",
"url": "https://streamplay.to/yrkzvpayg27o",
},
{
"countryCode": "en",
"url": "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",
},
{
"countryCode": "en",
"url": "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",
},
{
"countryCode": "en",
"url": "https://filemoon.sx/d/8wllnog0cyl7",
},
{
"countryCode": "en",
"url": "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",
},
{
"countryCode": "en",
"url": "https://dropload.io/ubaaot4b6pfw",
},
{
"countryCode": "en",
"url": "https://dropload.io/boj6hx5v0j96",
},
{
"countryCode": "en",
"url": "https://savefiles.com/dkq2hy8nt1s8",
},
{
"countryCode": "en",
"url": "https://savefiles.com/i0bj9gazequy",
},
{
"countryCode": "en",
"url": "https://savefiles.com/tsbt84uhcvnv",
},
{
"countryCode": "en",
"url": "https://luluvdoo.com/nrcy0m01ce37",
},
{
"countryCode": "en",
"url": "https://luluvdoo.com/2lyf7xx54140",
},
{
"countryCode": "en",
"url": "https://luluvdoo.com/d/au00sj11vqku",
},
{
"countryCode": "en",
"url": "https://filegram.to/6q8gctbf79gc",
},
{
"countryCode": "en",
"url": "https://filegram.to/erapbfgcdguq",
},
{
"countryCode": "en",
"url": "https://filegram.to/6yuyz0dgqu05",
},
{
"countryCode": "en",
"url": "https://bigwarp.cc/4tb37obzt6re",
},
{
"countryCode": "en",
"url": "https://bigwarp.cc/aazhpuex9ppj",
},
{
"countryCode": "en",
"url": "https://bigwarp.cc/u66q6mybilfa",
},
]
`;

View file

@ -8,6 +8,7 @@ export * from './MegaKino';
export * from './MeineCloud';
export * from './MostraGuarda';
export * from './Movix';
export * from './PrimeWire';
export * from './StreamKiste';
export * from './VerHdLink';
export * from './VidSrc';

View file

@ -108,7 +108,7 @@ export class Fetcher {
};
private async handleHttpCacheItem(ctx: Context, httpCacheItem: HttpCacheItem, url: URL, init?: CustomRequestInit): Promise<HttpCacheItem> {
if (httpCacheItem.status && httpCacheItem.status >= 200 && httpCacheItem.status <= 299) {
if (httpCacheItem.status && httpCacheItem.status >= 200 && httpCacheItem.status <= 399) {
return httpCacheItem;
}

View file

@ -65,7 +65,7 @@ export class FetcherMock extends Fetcher {
throw error;
}
if (!response.ok) {
if (response.status < 200 || response.status > 399) {
const message = `Fetcher error: ${response.status}: ${response.statusText}`;
fs.writeFileSync(errorPath, message);
throw new Error(message);
@ -73,7 +73,13 @@ export class FetcherMock extends Fetcher {
let result;
if (init?.method === 'HEAD') {
result = JSON.stringify(response.headers);
const headers: Record<string, string> = {};
response.headers.forEach((value, key) => {
headers[key] = value;
});
result = JSON.stringify(headers);
} else {
result = await response.text();
}