fix(source): re-implement PrimeWire in safer and more efficient way
This commit is contained in:
parent
65c73e8b6e
commit
f4d905833f
27 changed files with 788 additions and 6933 deletions
520
package-lock.json
generated
520
package-lock.json
generated
|
|
@ -10,7 +10,6 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@keyv/sqlite": "^4.0.5",
|
||||
"@types/jsdom": "^21.1.7",
|
||||
"async-mutex": "^0.5.0",
|
||||
"bytes": "^3.1.2",
|
||||
"cacheable": "^2.0.0",
|
||||
|
|
@ -18,7 +17,6 @@
|
|||
"express": "^5.1.0",
|
||||
"fetch-socks": "^1.3.2",
|
||||
"http-cache-semantics": "^4.2.0",
|
||||
"jsdom": "^27.0.0",
|
||||
"minimatch": "^10.0.3",
|
||||
"randomstring": "^1.3.1",
|
||||
"rot13-cipher": "^1.0.0",
|
||||
|
|
@ -54,46 +52,6 @@
|
|||
"node": "^22.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@asamuzakjp/css-color": {
|
||||
"version": "4.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-4.0.4.tgz",
|
||||
"integrity": "sha512-cKjSKvWGmAziQWbCouOsFwb14mp1betm8Y7Fn+yglDMUUu3r9DCbJ9iJbeFDenLMqFbIMC0pQP8K+B8LAxX3OQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@csstools/css-calc": "^2.1.4",
|
||||
"@csstools/css-color-parser": "^3.0.10",
|
||||
"@csstools/css-parser-algorithms": "^3.0.5",
|
||||
"@csstools/css-tokenizer": "^3.0.4",
|
||||
"lru-cache": "^11.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@asamuzakjp/css-color/node_modules/lru-cache": {
|
||||
"version": "11.2.1",
|
||||
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.1.tgz",
|
||||
"integrity": "sha512-r8LA6i4LP4EeWOhqBaZZjDWwehd1xUJPCJd9Sv300H0ZmcUER4+JPh7bqqZeqs1o5pgtgvXm+d9UGrB5zZGDiQ==",
|
||||
"license": "ISC",
|
||||
"engines": {
|
||||
"node": "20 || >=22"
|
||||
}
|
||||
},
|
||||
"node_modules/@asamuzakjp/dom-selector": {
|
||||
"version": "6.5.4",
|
||||
"resolved": "https://registry.npmjs.org/@asamuzakjp/dom-selector/-/dom-selector-6.5.4.tgz",
|
||||
"integrity": "sha512-RNSNk1dnB8lAn+xdjlRoM4CzdVrHlmXZtSXAWs2jyl4PiBRWqTZr9ML5M710qgd9RPTBsVG6P0SLy7dwy0Foig==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@asamuzakjp/nwsapi": "^2.3.9",
|
||||
"bidi-js": "^1.0.3",
|
||||
"css-tree": "^3.1.0",
|
||||
"is-potential-custom-element-name": "^1.0.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@asamuzakjp/nwsapi": {
|
||||
"version": "2.3.9",
|
||||
"resolved": "https://registry.npmjs.org/@asamuzakjp/nwsapi/-/nwsapi-2.3.9.tgz",
|
||||
"integrity": "sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@babel/code-frame": {
|
||||
"version": "7.27.1",
|
||||
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
|
||||
|
|
@ -651,138 +609,6 @@
|
|||
"@jridgewell/sourcemap-codec": "^1.4.10"
|
||||
}
|
||||
},
|
||||
"node_modules/@csstools/color-helpers": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.1.0.tgz",
|
||||
"integrity": "sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==",
|
||||
"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.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.1.0.tgz",
|
||||
"integrity": "sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/csstools"
|
||||
},
|
||||
{
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/csstools"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@csstools/color-helpers": "^5.1.0",
|
||||
"@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-syntax-patches-for-csstree": {
|
||||
"version": "1.0.14",
|
||||
"resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.0.14.tgz",
|
||||
"integrity": "sha512-zSlIxa20WvMojjpCSy8WrNpcZ61RqfTfX3XTaOeVlGJrt/8HF3YbzgFZa01yTbT4GWQLwfTcC3EB8i3XnB647Q==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/csstools"
|
||||
},
|
||||
{
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/csstools"
|
||||
}
|
||||
],
|
||||
"license": "MIT-0",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"postcss": "^8.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",
|
||||
|
|
@ -1947,17 +1773,6 @@
|
|||
"pretty-format": "^30.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/jsdom": {
|
||||
"version": "21.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-21.1.7.tgz",
|
||||
"integrity": "sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA==",
|
||||
"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",
|
||||
|
|
@ -1995,6 +1810,7 @@
|
|||
"version": "22.18.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.1.tgz",
|
||||
"integrity": "sha512-rzSDyhn4cYznVG+PCzGe1lwuMYJrcBS1fc3JqSa2PvtABwWo+dZ1ij5OVok3tqfpEBCBoaR4d7upFJk73HRJDw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"undici-types": "~6.21.0"
|
||||
|
|
@ -2086,12 +1902,6 @@
|
|||
"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==",
|
||||
"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",
|
||||
|
|
@ -2718,15 +2528,6 @@
|
|||
"node": ">=0.4.0"
|
||||
}
|
||||
},
|
||||
"node_modules/agent-base": {
|
||||
"version": "7.1.4",
|
||||
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
||||
"integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 14"
|
||||
}
|
||||
},
|
||||
"node_modules/agentkeepalive": {
|
||||
"version": "4.6.0",
|
||||
"resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.6.0.tgz",
|
||||
|
|
@ -3180,15 +2981,6 @@
|
|||
],
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/bidi-js": {
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/bidi-js/-/bidi-js-1.0.3.tgz",
|
||||
"integrity": "sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"require-from-string": "^2.0.2"
|
||||
}
|
||||
},
|
||||
"node_modules/binary-extensions": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
|
||||
|
|
@ -3998,19 +3790,6 @@
|
|||
"url": "https://github.com/sponsors/fb55"
|
||||
}
|
||||
},
|
||||
"node_modules/css-tree": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
|
||||
"integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"mdn-data": "2.12.2",
|
||||
"source-map-js": "^1.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/css-what": {
|
||||
"version": "6.2.2",
|
||||
"resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz",
|
||||
|
|
@ -4023,33 +3802,6 @@
|
|||
"url": "https://github.com/sponsors/fb55"
|
||||
}
|
||||
},
|
||||
"node_modules/cssstyle": {
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-5.3.0.tgz",
|
||||
"integrity": "sha512-RveJPnk3m7aarYQ2bJ6iw+Urh55S6FzUiqtBq+TihnTDP4cI8y/TYDqGOyqgnG1J1a6BxJXZsV9JFSTulm9Z7g==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@asamuzakjp/css-color": "^4.0.3",
|
||||
"@csstools/css-syntax-patches-for-csstree": "^1.0.14",
|
||||
"css-tree": "^3.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
}
|
||||
},
|
||||
"node_modules/data-urls": {
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-6.0.0.tgz",
|
||||
"integrity": "sha512-BnBS08aLUM+DKamupXs3w2tJJoqU+AkaE/+6vQxi/G/DPmIZFJJp9Dkb1kM03AZx8ADehDUZgsNxju3mPXZYIA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"whatwg-mimetype": "^4.0.0",
|
||||
"whatwg-url": "^15.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
}
|
||||
},
|
||||
"node_modules/data-view-buffer": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
|
||||
|
|
@ -4121,12 +3873,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"node_modules/decimal.js": {
|
||||
"version": "10.6.0",
|
||||
"resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz",
|
||||
"integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/decompress-response": {
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz",
|
||||
|
|
@ -5910,18 +5656,6 @@
|
|||
"integrity": "sha512-hMr1Y9TCLshScrBbV2QxJ9BROddxZ12MX9KsCtuGGy/3SmmN5H1PllKerrVlSotur9dlE8hmUKAOSa3WDzsZmQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"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",
|
||||
|
|
@ -5982,32 +5716,6 @@
|
|||
"node": ">= 0.8"
|
||||
}
|
||||
},
|
||||
"node_modules/http-proxy-agent": {
|
||||
"version": "7.0.2",
|
||||
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
||||
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"agent-base": "^7.1.0",
|
||||
"debug": "^4.3.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 14"
|
||||
}
|
||||
},
|
||||
"node_modules/https-proxy-agent": {
|
||||
"version": "7.0.6",
|
||||
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
||||
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"agent-base": "^7.1.2",
|
||||
"debug": "4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 14"
|
||||
}
|
||||
},
|
||||
"node_modules/human-signals": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
|
||||
|
|
@ -6501,12 +6209,6 @@
|
|||
"url": "https://github.com/sponsors/ljharb"
|
||||
}
|
||||
},
|
||||
"node_modules/is-potential-custom-element-name": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
|
||||
"integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/is-promise": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
|
||||
|
|
@ -7398,45 +7100,6 @@
|
|||
"js-yaml": "bin/js-yaml.js"
|
||||
}
|
||||
},
|
||||
"node_modules/jsdom": {
|
||||
"version": "27.0.0",
|
||||
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-27.0.0.tgz",
|
||||
"integrity": "sha512-lIHeR1qlIRrIN5VMccd8tI2Sgw6ieYXSVktcSHaNe3Z5nE/tcPQYQWOq00wxMvYOsz+73eAkNenVvmPC6bba9A==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@asamuzakjp/dom-selector": "^6.5.4",
|
||||
"cssstyle": "^5.3.0",
|
||||
"data-urls": "^6.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",
|
||||
"parse5": "^7.3.0",
|
||||
"rrweb-cssom": "^0.8.0",
|
||||
"saxes": "^6.0.0",
|
||||
"symbol-tree": "^3.2.4",
|
||||
"tough-cookie": "^6.0.0",
|
||||
"w3c-xmlserializer": "^5.0.0",
|
||||
"webidl-conversions": "^8.0.0",
|
||||
"whatwg-encoding": "^3.1.1",
|
||||
"whatwg-mimetype": "^4.0.0",
|
||||
"whatwg-url": "^15.0.0",
|
||||
"ws": "^8.18.2",
|
||||
"xml-name-validator": "^5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
},
|
||||
"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",
|
||||
|
|
@ -7759,12 +7422,6 @@
|
|||
"node": ">= 0.4"
|
||||
}
|
||||
},
|
||||
"node_modules/mdn-data": {
|
||||
"version": "2.12.2",
|
||||
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
|
||||
"integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
|
||||
"license": "CC0-1.0"
|
||||
},
|
||||
"node_modules/media-typer": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
|
||||
|
|
@ -8132,25 +7789,6 @@
|
|||
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/nanoid": {
|
||||
"version": "3.3.11",
|
||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
||||
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/ai"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"bin": {
|
||||
"nanoid": "bin/nanoid.cjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
||||
}
|
||||
},
|
||||
"node_modules/napi-build-utils": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz",
|
||||
|
|
@ -8880,6 +8518,7 @@
|
|||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
||||
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
||||
"dev": true,
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/picomatch": {
|
||||
|
|
@ -8928,35 +8567,6 @@
|
|||
"node": ">= 0.4"
|
||||
}
|
||||
},
|
||||
"node_modules/postcss": {
|
||||
"version": "8.5.6",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
|
||||
"integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/postcss/"
|
||||
},
|
||||
{
|
||||
"type": "tidelift",
|
||||
"url": "https://tidelift.com/funding/github/npm/postcss"
|
||||
},
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/ai"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"nanoid": "^3.3.11",
|
||||
"picocolors": "^1.1.1",
|
||||
"source-map-js": "^1.2.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^10 || ^12 || >=14"
|
||||
}
|
||||
},
|
||||
"node_modules/prebuild-install": {
|
||||
"version": "7.1.3",
|
||||
"resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz",
|
||||
|
|
@ -9076,6 +8686,7 @@
|
|||
"version": "2.3.1",
|
||||
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
||||
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
|
|
@ -9323,15 +8934,6 @@
|
|||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/require-from-string": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
|
||||
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/resolve": {
|
||||
"version": "1.22.10",
|
||||
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
|
||||
|
|
@ -9474,12 +9076,6 @@
|
|||
"node": ">= 18"
|
||||
}
|
||||
},
|
||||
"node_modules/rrweb-cssom": {
|
||||
"version": "0.8.0",
|
||||
"resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz",
|
||||
"integrity": "sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/run-parallel": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
|
||||
|
|
@ -9594,18 +9190,6 @@
|
|||
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/saxes": {
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
|
||||
"integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"xmlchars": "^2.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12.22.7"
|
||||
}
|
||||
},
|
||||
"node_modules/semver": {
|
||||
"version": "6.3.1",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
||||
|
|
@ -9990,15 +9574,6 @@
|
|||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/source-map-js": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
||||
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
||||
"license": "BSD-3-Clause",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/source-map-support": {
|
||||
"version": "0.5.13",
|
||||
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz",
|
||||
|
|
@ -10397,12 +9972,6 @@
|
|||
"url": "https://github.com/sponsors/ljharb"
|
||||
}
|
||||
},
|
||||
"node_modules/symbol-tree": {
|
||||
"version": "3.2.4",
|
||||
"resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
|
||||
"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/synckit": {
|
||||
"version": "0.11.11",
|
||||
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.11.tgz",
|
||||
|
|
@ -10610,18 +10179,6 @@
|
|||
"node": ">=16"
|
||||
}
|
||||
},
|
||||
"node_modules/tr46": {
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.1.tgz",
|
||||
"integrity": "sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"punycode": "^2.3.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/triple-beam": {
|
||||
"version": "1.4.1",
|
||||
"resolved": "https://registry.npmjs.org/triple-beam/-/triple-beam-1.4.1.tgz",
|
||||
|
|
@ -11040,6 +10597,7 @@
|
|||
"version": "6.21.0",
|
||||
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
||||
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/unique-filename": {
|
||||
|
|
@ -11190,18 +10748,6 @@
|
|||
"node": ">= 0.8"
|
||||
}
|
||||
},
|
||||
"node_modules/w3c-xmlserializer": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
|
||||
"integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"xml-name-validator": "^5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/walker": {
|
||||
"version": "1.0.8",
|
||||
"resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
|
||||
|
|
@ -11212,15 +10758,6 @@
|
|||
"makeerror": "1.0.12"
|
||||
}
|
||||
},
|
||||
"node_modules/webidl-conversions": {
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-8.0.0.tgz",
|
||||
"integrity": "sha512-n4W4YFyz5JzOfQeA8oN7dUYpR+MBP3PIUsn2jLjWXwK5ASUzt0Jc/A5sAUZoCYFJRGF0FBKJ+1JjN43rNdsQzA==",
|
||||
"license": "BSD-2-Clause",
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
}
|
||||
},
|
||||
"node_modules/whatwg-encoding": {
|
||||
"version": "3.1.1",
|
||||
"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
|
||||
|
|
@ -11242,19 +10779,6 @@
|
|||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/whatwg-url": {
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-15.0.0.tgz",
|
||||
"integrity": "sha512-+0q+Pc6oUhtbbeUfuZd4heMNOLDJDdagYxv756mCf9vnLF+NTj4zvv5UyYNkHJpc3CJIesMVoEIOdhi7L9RObA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"tr46": "^5.1.1",
|
||||
"webidl-conversions": "^8.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
}
|
||||
},
|
||||
"node_modules/which": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
||||
|
|
@ -11583,42 +11107,6 @@
|
|||
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/ws": {
|
||||
"version": "8.18.3",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
|
||||
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bufferutil": "^4.0.1",
|
||||
"utf-8-validate": ">=5.0.2"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"bufferutil": {
|
||||
"optional": true
|
||||
},
|
||||
"utf-8-validate": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/xml-name-validator": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
|
||||
"integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
|
||||
"license": "Apache-2.0",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/xmlchars": {
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
|
||||
"integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/y18n": {
|
||||
"version": "5.0.8",
|
||||
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@keyv/sqlite": "^4.0.5",
|
||||
"@types/jsdom": "^21.1.7",
|
||||
"async-mutex": "^0.5.0",
|
||||
"bytes": "^3.1.2",
|
||||
"cacheable": "^2.0.0",
|
||||
|
|
@ -40,7 +39,6 @@
|
|||
"express": "^5.1.0",
|
||||
"fetch-socks": "^1.3.2",
|
||||
"http-cache-semantics": "^4.2.0",
|
||||
"jsdom": "^27.0.0",
|
||||
"minimatch": "^10.0.3",
|
||||
"randomstring": "^1.3.1",
|
||||
"rot13-cipher": "^1.0.0",
|
||||
|
|
|
|||
|
|
@ -1,14 +1,23 @@
|
|||
import crypto from 'crypto';
|
||||
// eslint-disable-next-line import/no-named-as-default
|
||||
import KeyvSqlite from '@keyv/sqlite';
|
||||
import bytes from 'bytes';
|
||||
import { Cacheable, CacheableMemory, Keyv } from 'cacheable';
|
||||
import * as cheerio from 'cheerio';
|
||||
import { JSDOM } from 'jsdom';
|
||||
import { ContentType } from 'stremio-addon-sdk';
|
||||
import { Context, CountryCode } from '../types';
|
||||
import { Fetcher, getCacheDir, getImdbId, Id, ImdbId } from '../utils';
|
||||
import { Source, SourceResult } from './Source';
|
||||
|
||||
interface PrimeSrcResponsePartial {
|
||||
servers: {
|
||||
name: string;
|
||||
key: string;
|
||||
file_size: string | null;
|
||||
file_name: string | null;
|
||||
}[];
|
||||
}
|
||||
|
||||
export class PrimeWire extends Source {
|
||||
public readonly id = 'primewire';
|
||||
|
||||
|
|
@ -46,49 +55,50 @@ export class PrimeWire extends Source {
|
|||
return [];
|
||||
}
|
||||
|
||||
const pageHtml = await this.fetcher.text(ctx, pageUrl);
|
||||
const pageIdMatch = pageUrl.pathname.match(/\/([0-9]{2,})/) as string[];
|
||||
const pageId = pageIdMatch[1];
|
||||
|
||||
const primeSrcUrl = new URL(`https://primesrc.me/api/v1/s?s_id=${pageId}&type=movie`);
|
||||
|
||||
let linksHtml = pageHtml;
|
||||
if (imdbId.season) {
|
||||
const episodeUrl = await this.fetchEpisodeUrl(pageHtml, imdbId);
|
||||
if (!episodeUrl) {
|
||||
const episodeId = await this.fetchEpisodeId(ctx, pageUrl, imdbId);
|
||||
if (!episodeId) {
|
||||
return [];
|
||||
}
|
||||
|
||||
linksHtml = await this.fetcher.text(ctx, episodeUrl);
|
||||
primeSrcUrl.searchParams.set('e_id', `${episodeId}`);
|
||||
primeSrcUrl.searchParams.set('type', 'tv');
|
||||
}
|
||||
|
||||
// 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);
|
||||
|
||||
jsdom.window.close();
|
||||
const primeSrcResponse = JSON.parse(await this.fetcher.text(ctx, primeSrcUrl, { headers: { Referer: pageUrl.origin } })) as PrimeSrcResponsePartial;
|
||||
|
||||
const linksTokenMatch = appJs.match(/t="(0\.x.*?)"/) as string[];
|
||||
const linksToken = linksTokenMatch[1] as string;
|
||||
|
||||
return Promise.all(
|
||||
$(`a.go-link`)
|
||||
.map((_i, el) => new URL($(el).attr('href') as string, this.baseUrl))
|
||||
.toArray()
|
||||
.map(async (redirectUrl) => {
|
||||
let targetUrlHref = await this.redirectUrlCache.get<string>(redirectUrl.href);
|
||||
primeSrcResponse.servers.map(async ({ key, file_name, file_size }) => {
|
||||
const redirectUrl = new URL(`/links/gos/${key}`, this.baseUrl);
|
||||
|
||||
/* istanbul ignore if */
|
||||
if (!targetUrlHref) {
|
||||
const linkFetchUrl = new URL(redirectUrl.href.replace('/gos/', '/go/'));
|
||||
linkFetchUrl.searchParams.set('token', linksToken);
|
||||
targetUrlHref = JSON.parse(await this.fetcher.text(ctx, linkFetchUrl))['link'] as string;
|
||||
let targetUrlHref = await this.redirectUrlCache.get<string>(redirectUrl.href);
|
||||
|
||||
await this.redirectUrlCache.set<string>(redirectUrl.href, targetUrlHref);
|
||||
}
|
||||
/* istanbul ignore if */
|
||||
if (!targetUrlHref) {
|
||||
const linkFetchUrl = new URL(redirectUrl.href.replace('/gos/', '/go/'));
|
||||
linkFetchUrl.searchParams.set('token', linksToken);
|
||||
targetUrlHref = JSON.parse(await this.fetcher.text(ctx, linkFetchUrl))['link'] as string;
|
||||
|
||||
return { url: new URL(targetUrlHref), meta: { countryCodes: [CountryCode.en] } };
|
||||
}),
|
||||
await this.redirectUrlCache.set<string>(redirectUrl.href, targetUrlHref);
|
||||
}
|
||||
|
||||
return {
|
||||
url: new URL(targetUrlHref),
|
||||
meta: {
|
||||
countryCodes: [CountryCode.en],
|
||||
...(file_name && { title: file_name }),
|
||||
...(file_size && { bytes: bytes.parse(file_size) as number }),
|
||||
},
|
||||
};
|
||||
}),
|
||||
);
|
||||
};
|
||||
|
||||
|
|
@ -109,13 +119,15 @@ export class PrimeWire extends Source {
|
|||
.get(0);
|
||||
};
|
||||
|
||||
private readonly fetchEpisodeUrl = async (pageHtml: string, imdbId: ImdbId): Promise<URL | undefined> => {
|
||||
private readonly fetchEpisodeId = async (ctx: Context, pageUrl: URL, imdbId: ImdbId): Promise<number | undefined> => {
|
||||
const pageHtml = await this.fetcher.text(ctx, pageUrl);
|
||||
|
||||
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))
|
||||
.children('.episode-checkbox')
|
||||
.map((_i, el) => parseInt($(el).val() as string))
|
||||
.get(0);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
1
src/source/__fixtures__/PrimeWire/https:primesrc.meapiv1ss_id1334196andtypemovie
generated
Normal file
1
src/source/__fixtures__/PrimeWire/https:primesrc.meapiv1ss_id1334196andtypemovie
generated
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"servers":[{"name":"Streamtape","key":"IsbCY","file_size":"1.2 GB","file_name":"El.Camino.A.Breaking.Bad.Movie.2019.1080p.WEBRip.x264 YTS.LT.mp4"},{"name":"Streamtape","key":"_f2fA","file_size":"1.2 GB","file_name":"El.Camino.A.Breaking.Bad.Movie.2019.1080p.WEBRip.x264 YTS.LT.mp4"},{"name":"Filelions","key":"rLct3","file_size":null,"file_name":null},{"name":"Filelions","key":"pEVxr","file_size":null,"file_name":null},{"name":"Voe","key":"rE5wr","file_size":"1.1 GB","file_name":"El.Camino.A.Breaking.Bad.Movie.2019.720p.BluRay.x264.AAC-[YTS.MX].mp4"},{"name":"Voe","key":"cFpdE","file_size":"1.1 GB","file_name":"El Camino A Breaking Bad Movie 2019 720p BluRay x264 AAC-YTS MX.mp4"},{"name":"Voe","key":"FAzyt","file_size":"1.1 GB","file_name":"El Camino A Breaking Bad Movie 2019 720p BluRay x264 AAC-YTS MX.mp4"},{"name":"Mixdrop","key":"CyrR4","file_size":"2 GB","file_name":"El.Camino.A.Breaking.Bad.Movie.2019.720p.BluRay.x264.AAC-[YTS.MX].mp4"},{"name":"Mixdrop","key":"XwFmZ","file_size":"2 GB","file_name":"El Camino A Breaking Bad Movie 2019 HDRip AC3-EVO.mp4"},{"name":"Mixdrop","key":"pLBKU","file_size":"2 GB","file_name":"El Camino A Breaking Bad Movie 2019 720p BluRay x264 AAC-YTS MX.mp4"},{"name":"Dood","key":"Plx_D","file_size":"1.2 GB","file_name":"El Camino A Breaking Bad Movie 2019 1080p WEBRip YTS LT"},{"name":"Dood","key":"dltpm","file_size":"1.1 GB","file_name":"El Camino A Breaking Bad Movie 2019 720p BluRay AAC-YTS MX"},{"name":"Dood","key":"CumXE","file_size":"1.1 GB","file_name":"El Camino A Breaking Bad Movie 2019 720p BluRay AAC-[YTS MX]"},{"name":"Streamwish","key":"oVw_n","file_size":null,"file_name":null}],"info":{"tmdb_image":"/ePXuKdXZuJx8hHMNr2yM4jY2L7Z.jpg","tmdb_backdrop":"https://imgproxy.primesrc.me/80oiPA4QZGpwIjufUB8Y4qIew-z8uCeiIsNQMbRk6-o/rs:fit:1000:10000:false/aHR0cHM6Ly9pbWFnZS50bWRiLm9yZy90L3AvdzEyODAva3Qya3k4eWZ5S2NYeUU2RWRDV0k3Y3JpOWRLLmpwZw","title":"El Camino: A Breaking Bad Movie","status":null,"release_date":"2019-10-11","description":"Finally free from torture and slavery at the hands of Tod's uncle Jack, and from Mr. White, Jesse must escape demons from his past. He's on the run from a police manhunt, with his only hope of escape being Saul Goodman's hoover guy, Ed Galbraith. A man who for the right price, can give you a new identity and a fresh start. Jesse is racing against the clock, with help from his crew, avoiding capture to get enough money together to buy a 'new dust filter for his Hoover MaxExtract PressurePro model', a new life."}}
|
||||
1
src/source/__fixtures__/PrimeWire/https:primesrc.meapiv1ss_id1423432andtypetvande_id3063854
generated
Normal file
1
src/source/__fixtures__/PrimeWire/https:primesrc.meapiv1ss_id1423432andtypetvande_id3063854
generated
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"servers":[{"name":"Bigwarp","key":"2jvy9","file_size":null,"file_name":null},{"name":"Bigwarp","key":"LBX09","file_size":null,"file_name":null},{"name":"Bigwarp","key":"PLj4s","file_size":null,"file_name":null},{"name":"PrimeVid","key":"jDCGx","file_size":null,"file_name":null},{"name":"Filelions","key":"U36xr","file_size":null,"file_name":null},{"name":"Filelions","key":"v5JPj","file_size":null,"file_name":null},{"name":"Filelions","key":"STTAR","file_size":null,"file_name":null},{"name":"Filelions","key":"le1S7","file_size":null,"file_name":null},{"name":"Voe","key":"EJaZm","file_size":"406.6 MB","file_name":"The.Walking.Dead.Dead.City.S02E05.The.Bird.Always.Knows.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv"},{"name":"Voe","key":"amuYo","file_size":"406.6 MB","file_name":"The.Walking.Dead.Dead.City.S02E05.The.Bird.Always.Knows.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv"},{"name":"Voe","key":"4tLpZ","file_size":"424.4 MB","file_name":"The.Walking.Dead.Dead.City.S02E05.The.Bird.Always.Knows.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mp4"},{"name":"Mixdrop","key":"KJZRh","file_size":"2 GB","file_name":"The.Walking.Dead.Dead.City.S02E05.The.Bird.Always.Knows.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mp4"},{"name":"Mixdrop","key":"LA0md","file_size":"2 GB","file_name":"The.Walking.Dead.Dead.City.S02E05.The.Bird.Always.Knows.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mp4"},{"name":"Mixdrop","key":"PLWrd","file_size":"2 GB","file_name":"The.Walking.Dead.Dead.City.S02E05.The.Bird.Always.Knows.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv.mp4"},{"name":"Dood","key":"AhLrm","file_size":null,"file_name":null},{"name":"Dood","key":"gum1X","file_size":null,"file_name":null},{"name":"Dood","key":"i4Ils","file_size":null,"file_name":null},{"name":"Dood","key":"yy0yS","file_size":null,"file_name":null},{"name":"Streamwish","key":"GQeD_","file_size":null,"file_name":null},{"name":"Streamwish","key":"DX2MX","file_size":null,"file_name":null},{"name":"Streamwish","key":"wIpyb","file_size":null,"file_name":null},{"name":"Savefiles","key":"IzjO6","file_size":null,"file_name":"The Walking Dead Dead City S02E05 The Bird Always Knows 720p AMZN WEB-DL DDP5 1 H 264-NTb mkv"},{"name":"Filemoon","key":"oPkmy","file_size":null,"file_name":"The Walking Dead Dead City S02E05 The Bird Always Knows 720p AMZN WEB-DL DDP5 1 H 264-NTb mkv"},{"name":"Filemoon","key":"lRJk8","file_size":null,"file_name":"The Walking Dead Dead City S02E05 The Bird Always Knows 720p AMZN WEB-DL DDP5 1 H 264-NTb"},{"name":"Vidmoly","key":"tgcYa","file_size":null,"file_name":null},{"name":"Vidmoly","key":"Y7aNA","file_size":null,"file_name":null},{"name":"Luluvdoo","key":"mlaaM","file_size":null,"file_name":"The Walking Dead Dead City S02E05 The Bird Always Knows 720p AMZN WEB-DL DDP5 1 H 264-NTb"},{"name":"Filegram","key":"eodg5","file_size":null,"file_name":null},{"name":"Filegram","key":"HGxM6","file_size":null,"file_name":null},{"name":"Filegram","key":"Bodj0","file_size":null,"file_name":null}],"info":{"tmdb_image":"/wq3vuQzQgbS83zX3malAFWMsSwX.jpg","tmdb_backdrop":"https://imgproxy.primesrc.me/siFpa6sroHOfWGwyqkQ88GPk1BvVCgyZXlsLkI_82Ho/rs:fit:1000:10000:false/aHR0cHM6Ly9pbWFnZS50bWRiLm9yZy90L3AvdzEyODAvNFZUbVFhVDFSZXAyakxNeVBPSW1ZYXNDdmpwLmpwZw","title":"The Walking Dead: Dead City","status":"Running","release_date":"2023-06-15","episode":{"title":"The Bird Always Knows","season":2,"release_date":"2025-06-01","episode":5,"description":"<p>Negan makes some big moves, while Maggie takes matters into her own hands.</p>"},"description":"<p><b>The Walking Dead: Dead City</b> envisions the popular Maggie and Negan characters travelling into a post-apocalyptic Manhattan long ago cut off from the mainland. The crumbling city is filled with the dead and denizens who have made New York City their own world full of anarchy, danger, beauty, and terror.</p>"}}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"link": "https://vidmoly.me/w/awjd3z0t0i9l",
|
||||
"host_id": 61,
|
||||
"host": "vidmoly.me"
|
||||
}
|
||||
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-25f925042c12bca1d228b9b2a4c1097f
generated
Normal file
5
src/source/__fixtures__/PrimeWire/https:www.primewire.tf-25f925042c12bca1d228b9b2a4c1097f
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"link": "https://orca.streamcasthub.store/?a=4f560fbe52#rc6mf",
|
||||
"host_id": 71,
|
||||
"host": "primevid.click"
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"link": "https://streamtape.com/v/Ap0GJoXglaFbqK/The.Walking.Dead.Dead.City.S02E05.The.Bird.Always.Knows.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv.mp4",
|
||||
"host_id": 43,
|
||||
"host": "streamtape.com"
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"link": "https://streamplay.to/yrkzvpayg27o",
|
||||
"host_id": 8,
|
||||
"host": "streamplay.to"
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"link": "https://streamtape.com/v/D2e3jR83rKTkPJw/",
|
||||
"host_id": 43,
|
||||
"host": "streamtape.com"
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"link": "https://vidmoly.me/w/g1ob8a8h5pc8",
|
||||
"host_id": 61,
|
||||
"host": "vidmoly.me"
|
||||
}
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
window.appTrigger = document.createEvent("Event");
|
||||
window.appTrigger.initEvent("appTrigger", true, true);
|
||||
</script>
|
||||
<script async type="text/javascript" src="/js/app-28c2d56eea85cbacb6b45a5d0da6fb62.js?vsn=d"></script>
|
||||
<script async type="text/javascript" src="/js/app-2dec7320ca90cd70f913d51050d73c10.js?vsn=d"></script>
|
||||
|
||||
<title>
|
||||
Movies and TV Shows matching "tt12345678" | PrimeWire
|
||||
|
|
@ -41,19 +41,19 @@ document.querySelector('meta[name=viewport]').setAttribute('content', 'width=670
|
|||
<meta property="og:image:height" content="300">
|
||||
<meta property="og:image:type" content="image/jpg">
|
||||
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
<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-d9a4ac98a016dee0bfe32443cfb9e57e.css?vsn=d" type="text/css">
|
||||
<link rel="stylesheet" href="/css/app-3d1ad52122303f34d671a8e13b69704b.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>
|
||||
|
||||
<script async src="https://js.wpadmngr.com/static/adManager.js" data-admpid="358633"></script>
|
||||
</head>
|
||||
<body class="">
|
||||
|
||||
|
|
@ -347,7 +347,7 @@ window.preview_list = []
|
|||
<div class="sidebar">
|
||||
|
||||
<div class="loginform" style="width: 280px;">
|
||||
<form action="/sessions" class="secure" method="post"><input name="_csrf_token" type="hidden" value="dBEGETcMQSEiYD9Rbw87QXsZBn11NiJ68ZMtUo-mu7t2Yho5BAMJ9dM9">
|
||||
<form action="/sessions" class="secure" method="post"><input name="_csrf_token" type="hidden" value="RiwZVx85Sg0KRh8CfQsuPg0paRg0VFlW0Ou-ZJsWO42a-DOgFl0oua63">
|
||||
<div class="form-group">
|
||||
<label for="session_email">Email</label>
|
||||
<input id="session_email" name="session[email]" type="text">
|
||||
|
|
@ -398,31 +398,20 @@ window.preview_list = []
|
|||
|
||||
|
||||
|
||||
<script async data-cfasync="false" src="https://platform.pubadx.one/pubadx-ad.js" type="text/javascript"></script>
|
||||
<div id="bg-ssp-6816">
|
||||
<script data-cfasync="false" data-no-optimize="1">
|
||||
var adx_id_6816 = document.getElementById('bg-ssp-6816');
|
||||
adx_id_6816.id = 'bg-ssp-6816-' + Math.floor(Math.random() * Date.now());
|
||||
window.pubadxtag = window.pubadxtag || [];
|
||||
window.pubadxtag.push({zoneid: 6816, id: adx_id_6816.id, wu: window.location.href})
|
||||
</script>
|
||||
</div>
|
||||
|
||||
|
||||
<h2>Latest Comments</h2>
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/368639/foundation-season-3-episode-5">Foundation S3 E5</a>
|
||||
<a href="/tv/368639/foundation-season-3-episode-10">Foundation S3 E10</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Balthasar">Balthasar</a> :
|
||||
<a href="/user/dd3dd">dd3dd</a> :
|
||||
|
||||
</span>
|
||||
|
||||
Dude! TMI!!!
|
||||
I fell asleep:) 🥱💤
|
||||
I think Demerzel knows that's why all the other Dusks have their lives ended around this t...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -430,31 +419,15 @@ I fell asleep:) 🥱💤
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/1342735/star-trek-strange-new-worlds-season-3-episode-5">Star Trek: Strange New Worlds S3 E5</a>
|
||||
<a href="/tv/1516834/the-rainmaker-season-1-episode-5">The Rainmaker S1 E5</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Balthasar">Balthasar</a> :
|
||||
<a href="/user/dd3dd">dd3dd</a> :
|
||||
|
||||
</span>
|
||||
|
||||
On it! 🔪🔪💣💥💀
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/368639/foundation-season-3-episode-5">Foundation S3 E5</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Xsile">Xsile</a> :
|
||||
|
||||
</span>
|
||||
|
||||
Isaac Asimov's "I, Robot" and "Foundation" series are connected through his broader "Robot...
|
||||
Ep5: Absolute poop of an episode compared to the previous ones. Lazy standard writing of m...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -462,15 +435,31 @@ Isaac Asimov's "I, Robot" and "Foundation" series are co
|
|||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/1514833-eddington">Eddington</a>
|
||||
<a href="/movie/1409057-the-long-walk">The Long Walk</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/deimos737">deimos737</a> :
|
||||
<a href="/user/Neoblade">Neoblade</a> :
|
||||
|
||||
</span>
|
||||
|
||||
Yikes.... I'm all for creative free speech, or whatever you like to call it, but this is r...
|
||||
OK YES SKIP TO THE ENDING WTF.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/1409057-the-long-walk">The Long Walk</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Neoblade">Neoblade</a> :
|
||||
|
||||
</span>
|
||||
|
||||
WARNING WARNING: This film was absolute shit. Skipped through it, got the point but man, w...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -478,15 +467,15 @@ Yikes.... I'm all for creative free speech, or whatever you like to call it,
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/1563210/survival-mode-season-1-episode-4">Survival Mode S1 E4</a>
|
||||
<a href="/tv/1331004-star-trek-picard">Star Trek: Picard</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/FeltMountain">FeltMountain</a> :
|
||||
<a href="/user/Twixtid">Twixtid</a> :
|
||||
|
||||
</span>
|
||||
|
||||
I lived nearby when this happened. There were train cars on the side of the freeway for w...
|
||||
Although I haven't been a Trek fan for long, I started my binge with DS9 coming from Babyl...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -497,14 +486,14 @@ I lived nearby when this happened. There were train cars on the side of the fre
|
|||
<h2>Top Comments</h2>
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/368639/foundation-season-3-episode-5">Foundation S3 E5</a>
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/874438-playboys-erotic-fantasies-iii">Playboy's Erotic Fantasies III</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/dd3dd">dd3dd</a> :
|
||||
<a href="/user/snazzydetritus">snazzydetritus</a> :
|
||||
</span>
|
||||
|
||||
This is Seaseon 3 .. I am confused... what do you mean?
|
||||
Full disclosure - I haven't seen a moment of this video, and don't intend to; but I saw Li...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -512,13 +501,13 @@ This is Seaseon 3 .. I am confused... what do you mean?
|
|||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/250153-biodome">Bio-Dome</a>
|
||||
<a href="/movie/874438-playboys-erotic-fantasies-iii">Playboy's Erotic Fantasies III</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Davidleefl43">Davidleefl43</a> :
|
||||
<a href="/user/snazzydetritus">snazzydetritus</a> :
|
||||
</span>
|
||||
|
||||
awesome !
|
||||
my favorite comment of the day
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -526,13 +515,34 @@ awesome !
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/10153/star-trek-voyager-season-2-episode-16">Star Trek: Voyager S2 E16</a>
|
||||
<a href="/tv/368639/foundation-season-3-episode-10">Foundation S3 E10</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Twixtid">Twixtid</a> :
|
||||
<a href="/user/Bryant315">Bryant315</a> :
|
||||
</span>
|
||||
|
||||
The acting in this series is seriously good. I did love DS9 but the acting on DS9 is nowhe...
|
||||
|
||||
<span class="toggler hide" togglee-id="gB2uU">Contains spoilers. Click to show.</span>
|
||||
<span class="togglee" id="gB2uU">
|
||||
dusk really wanted to live!
|
||||
poor dermazel! poor harry!
|
||||
sorry mule :(
|
||||
</span>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/874438-playboys-erotic-fantasies-iii">Playboy's Erotic Fantasies III</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/%2528%25E2%258C%2590%25E2%2596%25A0_%25E2%2596%25A0%2529">(⌐■_■)</a> :
|
||||
</span>
|
||||
|
||||
NS, ryte?!?!! ... wait 'till ya see the wardrobe(s)... 0.0
|
||||
Comment: straight up +10
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -540,27 +550,13 @@ The acting in this series is seriously good. I did love DS9 but the acting on DS
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/10153/star-trek-voyager-season-2-episode-15">Star Trek: Voyager S2 E15</a>
|
||||
<a href="/tv/1585109-the-sunshine-murders">The Sunshine Murders</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Twixtid">Twixtid</a> :
|
||||
<a href="/user/AmieWarren">AmieWarren</a> :
|
||||
</span>
|
||||
|
||||
Welp, that just happened, I was wondering if anyone was gonna get some action from Janeway...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/368639/foundation-season-3-episode-5">Foundation S3 E5</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Xsile">Xsile</a> :
|
||||
</span>
|
||||
|
||||
I really like this show but wished they had started at the beginning. This series is the t...
|
||||
This show is just bad. The characters are annoying, especially the Kiwi sister, half of th...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -571,12 +567,12 @@ I really like this show but wished they had started at the beginning. This serie
|
|||
</div>
|
||||
|
||||
<div class="footer footer_right">
|
||||
<a href="#" title=" unregistered">582 users online</a> -
|
||||
<a href="#" title=" unregistered">760 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>
|
||||
<a href="https://primesrc.me" target="_blank">Embed</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
@ -585,7 +581,7 @@ I really like this show but wished they had started at the beginning. This serie
|
|||
|
||||
<script>
|
||||
|
||||
window.csrf_token = "dBEGETcMQSEiYD9Rbw87QXsZBn11NiJ68ZMtUo-mu7t2Yho5BAMJ9dM9";
|
||||
window.csrf_token = "RiwZVx85Sg0KRh8CfQsuPg0paRg0VFlW0Ou-ZJsWO42a-DOgFl0oua63";
|
||||
window.subs = false
|
||||
window.tsr = false
|
||||
document.dispatchEvent(window.appTrigger);
|
||||
|
|
@ -594,14 +590,5 @@ window.appTriggered = true;
|
|||
|
||||
<div id="previewer-el"></div>
|
||||
|
||||
<script async data-cfasync="false" src="https://platform.pubadx.one/pubadx-ad.js" type="text/javascript"></script>
|
||||
<div id="bg-ssp-7358">
|
||||
<script data-cfasync="false" data-no-optimize="1">
|
||||
var adx_id_7358 = document.getElementById('bg-ssp-7358');
|
||||
adx_id_7358.id = 'bg-ssp-7358-' + Math.floor(Math.random() * Date.now());
|
||||
window.pubadxtag = window.pubadxtag || [];
|
||||
window.pubadxtag.push({zoneid: 7358, id: adx_id_7358.id, wu: window.location.href})
|
||||
</script>
|
||||
</div>
|
||||
|
||||
</body></html>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
window.appTrigger = document.createEvent("Event");
|
||||
window.appTrigger.initEvent("appTrigger", true, true);
|
||||
</script>
|
||||
<script async type="text/javascript" src="/js/app-28c2d56eea85cbacb6b45a5d0da6fb62.js?vsn=d"></script>
|
||||
<script async type="text/javascript" src="/js/app-2dec7320ca90cd70f913d51050d73c10.js?vsn=d"></script>
|
||||
|
||||
<title>
|
||||
Movies and TV Shows matching "tt18546730" | PrimeWire
|
||||
|
|
@ -41,19 +41,19 @@ document.querySelector('meta[name=viewport]').setAttribute('content', 'width=670
|
|||
<meta property="og:image:height" content="300">
|
||||
<meta property="og:image:type" content="image/jpg">
|
||||
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
<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-d9a4ac98a016dee0bfe32443cfb9e57e.css?vsn=d" type="text/css">
|
||||
<link rel="stylesheet" href="/css/app-3d1ad52122303f34d671a8e13b69704b.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>
|
||||
|
||||
<script async src="https://js.wpadmngr.com/static/adManager.js" data-admpid="358633"></script>
|
||||
</head>
|
||||
<body class="">
|
||||
|
||||
|
|
@ -312,7 +312,7 @@ Mode: <label><input id="genre_mode_and" name="genre_mode" type="radio" value="an
|
|||
<div class="index_ratings">
|
||||
<div id="unit_long2792883">
|
||||
<ul style="width: 100px;" class="unit-rating">
|
||||
<li style="width: 79.23076923076923px;" class="current-rating">Current rating.</li><li class="r1-unit">
|
||||
<li style="width: 77.35849056603773px;" 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>
|
||||
|
|
@ -367,7 +367,7 @@ window.preview_list = [1423432, ]
|
|||
<div class="sidebar">
|
||||
|
||||
<div class="loginform" style="width: 280px;">
|
||||
<form action="/sessions" class="secure" method="post"><input name="_csrf_token" type="hidden" value="FXRecwsHMDEiAxUURVB1emgIMWsnfGI2w2jGyc_xeZyL4d05ZAv-A2QO">
|
||||
<form action="/sessions" class="secure" method="post"><input name="_csrf_token" type="hidden" value="MDsOeVgoNnYkeQw_Mw4RUTh0JCQWFAodyu6N2GW2wLawdwudV0nAUrYh">
|
||||
<div class="form-group">
|
||||
<label for="session_email">Email</label>
|
||||
<input id="session_email" name="session[email]" type="text">
|
||||
|
|
@ -418,31 +418,20 @@ window.preview_list = [1423432, ]
|
|||
|
||||
|
||||
|
||||
<script async data-cfasync="false" src="https://platform.pubadx.one/pubadx-ad.js" type="text/javascript"></script>
|
||||
<div id="bg-ssp-6816">
|
||||
<script data-cfasync="false" data-no-optimize="1">
|
||||
var adx_id_6816 = document.getElementById('bg-ssp-6816');
|
||||
adx_id_6816.id = 'bg-ssp-6816-' + Math.floor(Math.random() * Date.now());
|
||||
window.pubadxtag = window.pubadxtag || [];
|
||||
window.pubadxtag.push({zoneid: 6816, id: adx_id_6816.id, wu: window.location.href})
|
||||
</script>
|
||||
</div>
|
||||
|
||||
|
||||
<h2>Latest Comments</h2>
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/368639/foundation-season-3-episode-5">Foundation S3 E5</a>
|
||||
<a href="/tv/368639/foundation-season-3-episode-10">Foundation S3 E10</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Balthasar">Balthasar</a> :
|
||||
<a href="/user/dd3dd">dd3dd</a> :
|
||||
|
||||
</span>
|
||||
|
||||
Dude! TMI!!!
|
||||
I fell asleep:) 🥱💤
|
||||
I think Demerzel knows that's why all the other Dusks have their lives ended around this t...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -450,31 +439,15 @@ I fell asleep:) 🥱💤
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/1342735/star-trek-strange-new-worlds-season-3-episode-5">Star Trek: Strange New Worlds S3 E5</a>
|
||||
<a href="/tv/1516834/the-rainmaker-season-1-episode-5">The Rainmaker S1 E5</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Balthasar">Balthasar</a> :
|
||||
<a href="/user/dd3dd">dd3dd</a> :
|
||||
|
||||
</span>
|
||||
|
||||
On it! 🔪🔪💣💥💀
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/368639/foundation-season-3-episode-5">Foundation S3 E5</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Xsile">Xsile</a> :
|
||||
|
||||
</span>
|
||||
|
||||
Isaac Asimov's "I, Robot" and "Foundation" series are connected through his broader "Robot...
|
||||
Ep5: Absolute poop of an episode compared to the previous ones. Lazy standard writing of m...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -482,15 +455,31 @@ Isaac Asimov's "I, Robot" and "Foundation" series are co
|
|||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/1514833-eddington">Eddington</a>
|
||||
<a href="/movie/1409057-the-long-walk">The Long Walk</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/deimos737">deimos737</a> :
|
||||
<a href="/user/Neoblade">Neoblade</a> :
|
||||
|
||||
</span>
|
||||
|
||||
Yikes.... I'm all for creative free speech, or whatever you like to call it, but this is r...
|
||||
OK YES SKIP TO THE ENDING WTF.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/1409057-the-long-walk">The Long Walk</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Neoblade">Neoblade</a> :
|
||||
|
||||
</span>
|
||||
|
||||
WARNING WARNING: This film was absolute shit. Skipped through it, got the point but man, w...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -498,15 +487,15 @@ Yikes.... I'm all for creative free speech, or whatever you like to call it,
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/1563210/survival-mode-season-1-episode-4">Survival Mode S1 E4</a>
|
||||
<a href="/tv/1331004-star-trek-picard">Star Trek: Picard</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/FeltMountain">FeltMountain</a> :
|
||||
<a href="/user/Twixtid">Twixtid</a> :
|
||||
|
||||
</span>
|
||||
|
||||
I lived nearby when this happened. There were train cars on the side of the freeway for w...
|
||||
Although I haven't been a Trek fan for long, I started my binge with DS9 coming from Babyl...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -517,14 +506,14 @@ I lived nearby when this happened. There were train cars on the side of the fre
|
|||
<h2>Top Comments</h2>
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/368639/foundation-season-3-episode-5">Foundation S3 E5</a>
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/874438-playboys-erotic-fantasies-iii">Playboy's Erotic Fantasies III</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/dd3dd">dd3dd</a> :
|
||||
<a href="/user/snazzydetritus">snazzydetritus</a> :
|
||||
</span>
|
||||
|
||||
This is Seaseon 3 .. I am confused... what do you mean?
|
||||
Full disclosure - I haven't seen a moment of this video, and don't intend to; but I saw Li...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -532,13 +521,13 @@ This is Seaseon 3 .. I am confused... what do you mean?
|
|||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/250153-biodome">Bio-Dome</a>
|
||||
<a href="/movie/874438-playboys-erotic-fantasies-iii">Playboy's Erotic Fantasies III</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Davidleefl43">Davidleefl43</a> :
|
||||
<a href="/user/snazzydetritus">snazzydetritus</a> :
|
||||
</span>
|
||||
|
||||
awesome !
|
||||
my favorite comment of the day
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -546,13 +535,34 @@ awesome !
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/10153/star-trek-voyager-season-2-episode-16">Star Trek: Voyager S2 E16</a>
|
||||
<a href="/tv/368639/foundation-season-3-episode-10">Foundation S3 E10</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Twixtid">Twixtid</a> :
|
||||
<a href="/user/Bryant315">Bryant315</a> :
|
||||
</span>
|
||||
|
||||
The acting in this series is seriously good. I did love DS9 but the acting on DS9 is nowhe...
|
||||
|
||||
<span class="toggler hide" togglee-id="QGGZr">Contains spoilers. Click to show.</span>
|
||||
<span class="togglee" id="QGGZr">
|
||||
dusk really wanted to live!
|
||||
poor dermazel! poor harry!
|
||||
sorry mule :(
|
||||
</span>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/874438-playboys-erotic-fantasies-iii">Playboy's Erotic Fantasies III</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/%2528%25E2%258C%2590%25E2%2596%25A0_%25E2%2596%25A0%2529">(⌐■_■)</a> :
|
||||
</span>
|
||||
|
||||
NS, ryte?!?!! ... wait 'till ya see the wardrobe(s)... 0.0
|
||||
Comment: straight up +10
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -560,27 +570,13 @@ The acting in this series is seriously good. I did love DS9 but the acting on DS
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/10153/star-trek-voyager-season-2-episode-15">Star Trek: Voyager S2 E15</a>
|
||||
<a href="/tv/1585109-the-sunshine-murders">The Sunshine Murders</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Twixtid">Twixtid</a> :
|
||||
<a href="/user/AmieWarren">AmieWarren</a> :
|
||||
</span>
|
||||
|
||||
Welp, that just happened, I was wondering if anyone was gonna get some action from Janeway...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/368639/foundation-season-3-episode-5">Foundation S3 E5</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Xsile">Xsile</a> :
|
||||
</span>
|
||||
|
||||
I really like this show but wished they had started at the beginning. This series is the t...
|
||||
This show is just bad. The characters are annoying, especially the Kiwi sister, half of th...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -591,12 +587,12 @@ I really like this show but wished they had started at the beginning. This serie
|
|||
</div>
|
||||
|
||||
<div class="footer footer_right">
|
||||
<a href="#" title=" unregistered">581 users online</a> -
|
||||
<a href="#" title=" unregistered">760 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>
|
||||
<a href="https://primesrc.me" target="_blank">Embed</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
@ -605,7 +601,7 @@ I really like this show but wished they had started at the beginning. This serie
|
|||
|
||||
<script>
|
||||
|
||||
window.csrf_token = "FXRecwsHMDEiAxUURVB1emgIMWsnfGI2w2jGyc_xeZyL4d05ZAv-A2QO";
|
||||
window.csrf_token = "MDsOeVgoNnYkeQw_Mw4RUTh0JCQWFAodyu6N2GW2wLawdwudV0nAUrYh";
|
||||
window.subs = false
|
||||
window.tsr = false
|
||||
document.dispatchEvent(window.appTrigger);
|
||||
|
|
@ -614,14 +610,5 @@ window.appTriggered = true;
|
|||
|
||||
<div id="previewer-el"></div>
|
||||
|
||||
<script async data-cfasync="false" src="https://platform.pubadx.one/pubadx-ad.js" type="text/javascript"></script>
|
||||
<div id="bg-ssp-7358">
|
||||
<script data-cfasync="false" data-no-optimize="1">
|
||||
var adx_id_7358 = document.getElementById('bg-ssp-7358');
|
||||
adx_id_7358.id = 'bg-ssp-7358-' + Math.floor(Math.random() * Date.now());
|
||||
window.pubadxtag = window.pubadxtag || [];
|
||||
window.pubadxtag.push({zoneid: 7358, id: adx_id_7358.id, wu: window.location.href})
|
||||
</script>
|
||||
</div>
|
||||
|
||||
</body></html>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
window.appTrigger = document.createEvent("Event");
|
||||
window.appTrigger.initEvent("appTrigger", true, true);
|
||||
</script>
|
||||
<script async type="text/javascript" src="/js/app-28c2d56eea85cbacb6b45a5d0da6fb62.js?vsn=d"></script>
|
||||
<script async type="text/javascript" src="/js/app-2dec7320ca90cd70f913d51050d73c10.js?vsn=d"></script>
|
||||
|
||||
<title>
|
||||
Movies and TV Shows matching "tt9243946" | PrimeWire
|
||||
|
|
@ -41,19 +41,19 @@ document.querySelector('meta[name=viewport]').setAttribute('content', 'width=670
|
|||
<meta property="og:image:height" content="300">
|
||||
<meta property="og:image:type" content="image/jpg">
|
||||
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
<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-d9a4ac98a016dee0bfe32443cfb9e57e.css?vsn=d" type="text/css">
|
||||
<link rel="stylesheet" href="/css/app-3d1ad52122303f34d671a8e13b69704b.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>
|
||||
|
||||
<script async src="https://js.wpadmngr.com/static/adManager.js" data-admpid="358633"></script>
|
||||
</head>
|
||||
<body class="">
|
||||
|
||||
|
|
@ -367,7 +367,7 @@ window.preview_list = [1334196, ]
|
|||
<div class="sidebar">
|
||||
|
||||
<div class="loginform" style="width: 280px;">
|
||||
<form action="/sessions" class="secure" method="post"><input name="_csrf_token" type="hidden" value="QjcgCk0MIzF8Xx4hOD4-BB9KXHdfAx0_zNVx4TArH0qePOoIG36OjMTN">
|
||||
<form action="/sessions" class="secure" method="post"><input name="_csrf_token" type="hidden" value="ARR5ZCUZFTEbB3JqFQUmMgxgLyBYORAB1L53hhbdxoKGG_OFDUyf0JRx">
|
||||
<div class="form-group">
|
||||
<label for="session_email">Email</label>
|
||||
<input id="session_email" name="session[email]" type="text">
|
||||
|
|
@ -418,31 +418,20 @@ window.preview_list = [1334196, ]
|
|||
|
||||
|
||||
|
||||
<script async data-cfasync="false" src="https://platform.pubadx.one/pubadx-ad.js" type="text/javascript"></script>
|
||||
<div id="bg-ssp-6816">
|
||||
<script data-cfasync="false" data-no-optimize="1">
|
||||
var adx_id_6816 = document.getElementById('bg-ssp-6816');
|
||||
adx_id_6816.id = 'bg-ssp-6816-' + Math.floor(Math.random() * Date.now());
|
||||
window.pubadxtag = window.pubadxtag || [];
|
||||
window.pubadxtag.push({zoneid: 6816, id: adx_id_6816.id, wu: window.location.href})
|
||||
</script>
|
||||
</div>
|
||||
|
||||
|
||||
<h2>Latest Comments</h2>
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/368639/foundation-season-3-episode-5">Foundation S3 E5</a>
|
||||
<a href="/tv/368639/foundation-season-3-episode-10">Foundation S3 E10</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Balthasar">Balthasar</a> :
|
||||
<a href="/user/dd3dd">dd3dd</a> :
|
||||
|
||||
</span>
|
||||
|
||||
Dude! TMI!!!
|
||||
I fell asleep:) 🥱💤
|
||||
I think Demerzel knows that's why all the other Dusks have their lives ended around this t...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -450,31 +439,15 @@ I fell asleep:) 🥱💤
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/1342735/star-trek-strange-new-worlds-season-3-episode-5">Star Trek: Strange New Worlds S3 E5</a>
|
||||
<a href="/tv/1516834/the-rainmaker-season-1-episode-5">The Rainmaker S1 E5</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Balthasar">Balthasar</a> :
|
||||
<a href="/user/dd3dd">dd3dd</a> :
|
||||
|
||||
</span>
|
||||
|
||||
On it! 🔪🔪💣💥💀
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/368639/foundation-season-3-episode-5">Foundation S3 E5</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Xsile">Xsile</a> :
|
||||
|
||||
</span>
|
||||
|
||||
Isaac Asimov's "I, Robot" and "Foundation" series are connected through his broader "Robot...
|
||||
Ep5: Absolute poop of an episode compared to the previous ones. Lazy standard writing of m...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -482,15 +455,31 @@ Isaac Asimov's "I, Robot" and "Foundation" series are co
|
|||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/1514833-eddington">Eddington</a>
|
||||
<a href="/movie/1409057-the-long-walk">The Long Walk</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/deimos737">deimos737</a> :
|
||||
<a href="/user/Neoblade">Neoblade</a> :
|
||||
|
||||
</span>
|
||||
|
||||
Yikes.... I'm all for creative free speech, or whatever you like to call it, but this is r...
|
||||
OK YES SKIP TO THE ENDING WTF.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/1409057-the-long-walk">The Long Walk</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Neoblade">Neoblade</a> :
|
||||
|
||||
</span>
|
||||
|
||||
WARNING WARNING: This film was absolute shit. Skipped through it, got the point but man, w...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -498,15 +487,15 @@ Yikes.... I'm all for creative free speech, or whatever you like to call it,
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/1563210/survival-mode-season-1-episode-4">Survival Mode S1 E4</a>
|
||||
<a href="/tv/1331004-star-trek-picard">Star Trek: Picard</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/FeltMountain">FeltMountain</a> :
|
||||
<a href="/user/Twixtid">Twixtid</a> :
|
||||
|
||||
</span>
|
||||
|
||||
I lived nearby when this happened. There were train cars on the side of the freeway for w...
|
||||
Although I haven't been a Trek fan for long, I started my binge with DS9 coming from Babyl...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -517,14 +506,14 @@ I lived nearby when this happened. There were train cars on the side of the fre
|
|||
<h2>Top Comments</h2>
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/368639/foundation-season-3-episode-5">Foundation S3 E5</a>
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/874438-playboys-erotic-fantasies-iii">Playboy's Erotic Fantasies III</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/dd3dd">dd3dd</a> :
|
||||
<a href="/user/snazzydetritus">snazzydetritus</a> :
|
||||
</span>
|
||||
|
||||
This is Seaseon 3 .. I am confused... what do you mean?
|
||||
Full disclosure - I haven't seen a moment of this video, and don't intend to; but I saw Li...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -532,13 +521,13 @@ This is Seaseon 3 .. I am confused... what do you mean?
|
|||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/250153-biodome">Bio-Dome</a>
|
||||
<a href="/movie/874438-playboys-erotic-fantasies-iii">Playboy's Erotic Fantasies III</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Davidleefl43">Davidleefl43</a> :
|
||||
<a href="/user/snazzydetritus">snazzydetritus</a> :
|
||||
</span>
|
||||
|
||||
awesome !
|
||||
my favorite comment of the day
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -546,13 +535,34 @@ awesome !
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/10153/star-trek-voyager-season-2-episode-16">Star Trek: Voyager S2 E16</a>
|
||||
<a href="/tv/368639/foundation-season-3-episode-10">Foundation S3 E10</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Twixtid">Twixtid</a> :
|
||||
<a href="/user/Bryant315">Bryant315</a> :
|
||||
</span>
|
||||
|
||||
The acting in this series is seriously good. I did love DS9 but the acting on DS9 is nowhe...
|
||||
|
||||
<span class="toggler hide" togglee-id="B6Jaf">Contains spoilers. Click to show.</span>
|
||||
<span class="togglee" id="B6Jaf">
|
||||
dusk really wanted to live!
|
||||
poor dermazel! poor harry!
|
||||
sorry mule :(
|
||||
</span>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/874438-playboys-erotic-fantasies-iii">Playboy's Erotic Fantasies III</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/%2528%25E2%258C%2590%25E2%2596%25A0_%25E2%2596%25A0%2529">(⌐■_■)</a> :
|
||||
</span>
|
||||
|
||||
NS, ryte?!?!! ... wait 'till ya see the wardrobe(s)... 0.0
|
||||
Comment: straight up +10
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -560,27 +570,13 @@ The acting in this series is seriously good. I did love DS9 but the acting on DS
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/10153/star-trek-voyager-season-2-episode-15">Star Trek: Voyager S2 E15</a>
|
||||
<a href="/tv/1585109-the-sunshine-murders">The Sunshine Murders</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Twixtid">Twixtid</a> :
|
||||
<a href="/user/AmieWarren">AmieWarren</a> :
|
||||
</span>
|
||||
|
||||
Welp, that just happened, I was wondering if anyone was gonna get some action from Janeway...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/368639/foundation-season-3-episode-5">Foundation S3 E5</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Xsile">Xsile</a> :
|
||||
</span>
|
||||
|
||||
I really like this show but wished they had started at the beginning. This series is the t...
|
||||
This show is just bad. The characters are annoying, especially the Kiwi sister, half of th...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -591,12 +587,12 @@ I really like this show but wished they had started at the beginning. This serie
|
|||
</div>
|
||||
|
||||
<div class="footer footer_right">
|
||||
<a href="#" title=" unregistered">582 users online</a> -
|
||||
<a href="#" title=" unregistered">760 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>
|
||||
<a href="https://primesrc.me" target="_blank">Embed</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
@ -605,7 +601,7 @@ I really like this show but wished they had started at the beginning. This serie
|
|||
|
||||
<script>
|
||||
|
||||
window.csrf_token = "QjcgCk0MIzF8Xx4hOD4-BB9KXHdfAx0_zNVx4TArH0qePOoIG36OjMTN";
|
||||
window.csrf_token = "ARR5ZCUZFTEbB3JqFQUmMgxgLyBYORAB1L53hhbdxoKGG_OFDUyf0JRx";
|
||||
window.subs = false
|
||||
window.tsr = false
|
||||
document.dispatchEvent(window.appTrigger);
|
||||
|
|
@ -614,14 +610,5 @@ window.appTriggered = true;
|
|||
|
||||
<div id="previewer-el"></div>
|
||||
|
||||
<script async data-cfasync="false" src="https://platform.pubadx.one/pubadx-ad.js" type="text/javascript"></script>
|
||||
<div id="bg-ssp-7358">
|
||||
<script data-cfasync="false" data-no-optimize="1">
|
||||
var adx_id_7358 = document.getElementById('bg-ssp-7358');
|
||||
adx_id_7358.id = 'bg-ssp-7358-' + Math.floor(Math.random() * Date.now());
|
||||
window.pubadxtag = window.pubadxtag || [];
|
||||
window.pubadxtag.push({zoneid: 7358, id: adx_id_7358.id, wu: window.location.href})
|
||||
</script>
|
||||
</div>
|
||||
|
||||
</body></html>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -7,7 +7,7 @@
|
|||
window.appTrigger = document.createEvent("Event");
|
||||
window.appTrigger.initEvent("appTrigger", true, true);
|
||||
</script>
|
||||
<script async type="text/javascript" src="/js/app-28c2d56eea85cbacb6b45a5d0da6fb62.js?vsn=d"></script>
|
||||
<script async type="text/javascript" src="/js/app-2dec7320ca90cd70f913d51050d73c10.js?vsn=d"></script>
|
||||
|
||||
<title>
|
||||
|
||||
|
|
@ -43,19 +43,19 @@ document.querySelector('meta[name=viewport]').setAttribute('content', 'width=670
|
|||
<meta property="og:image:height" content="300">
|
||||
<meta property="og:image:type" content="image/jpg">
|
||||
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
<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-d9a4ac98a016dee0bfe32443cfb9e57e.css?vsn=d" type="text/css">
|
||||
<link rel="stylesheet" href="/css/app-3d1ad52122303f34d671a8e13b69704b.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>
|
||||
|
||||
<script async src="https://js.wpadmngr.com/static/adManager.js" data-admpid="358633"></script>
|
||||
</head>
|
||||
<body class="">
|
||||
|
||||
|
|
@ -147,7 +147,7 @@ window.series = {}
|
|||
<div class="sidebar">
|
||||
|
||||
<div class="loginform" style="width: 280px;">
|
||||
<form action="/sessions" class="secure" method="post"><input name="_csrf_token" type="hidden" value="Hw0GEw9HBycvNyRDMVURDSdbLEAOESlDrTkYJuAEYAl7_-eZThV18he-">
|
||||
<form action="/sessions" class="secure" method="post"><input name="_csrf_token" type="hidden" value="KxslGmYCCjsPPngtCiRuEEZWCgoNHRoutQz_6GLokk9NUiXf72xLTVlz">
|
||||
<div class="form-group">
|
||||
<label for="session_email">Email</label>
|
||||
<input id="session_email" name="session[email]" type="text">
|
||||
|
|
@ -198,31 +198,20 @@ window.series = {}
|
|||
|
||||
|
||||
|
||||
<script async data-cfasync="false" src="https://platform.pubadx.one/pubadx-ad.js" type="text/javascript"></script>
|
||||
<div id="bg-ssp-6816">
|
||||
<script data-cfasync="false" data-no-optimize="1">
|
||||
var adx_id_6816 = document.getElementById('bg-ssp-6816');
|
||||
adx_id_6816.id = 'bg-ssp-6816-' + Math.floor(Math.random() * Date.now());
|
||||
window.pubadxtag = window.pubadxtag || [];
|
||||
window.pubadxtag.push({zoneid: 6816, id: adx_id_6816.id, wu: window.location.href})
|
||||
</script>
|
||||
</div>
|
||||
|
||||
|
||||
<h2>Latest Comments</h2>
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/368639/foundation-season-3-episode-5">Foundation S3 E5</a>
|
||||
<a href="/tv/368639/foundation-season-3-episode-10">Foundation S3 E10</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Balthasar">Balthasar</a> :
|
||||
<a href="/user/dd3dd">dd3dd</a> :
|
||||
|
||||
</span>
|
||||
|
||||
Dude! TMI!!!
|
||||
I fell asleep:) 🥱💤
|
||||
I think Demerzel knows that's why all the other Dusks have their lives ended around this t...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -230,31 +219,15 @@ I fell asleep:) 🥱💤
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/1342735/star-trek-strange-new-worlds-season-3-episode-5">Star Trek: Strange New Worlds S3 E5</a>
|
||||
<a href="/tv/1516834/the-rainmaker-season-1-episode-5">The Rainmaker S1 E5</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Balthasar">Balthasar</a> :
|
||||
<a href="/user/dd3dd">dd3dd</a> :
|
||||
|
||||
</span>
|
||||
|
||||
On it! 🔪🔪💣💥💀
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/368639/foundation-season-3-episode-5">Foundation S3 E5</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Xsile">Xsile</a> :
|
||||
|
||||
</span>
|
||||
|
||||
Isaac Asimov's "I, Robot" and "Foundation" series are connected through his broader "Robot...
|
||||
Ep5: Absolute poop of an episode compared to the previous ones. Lazy standard writing of m...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -262,15 +235,31 @@ Isaac Asimov's "I, Robot" and "Foundation" series are co
|
|||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/1514833-eddington">Eddington</a>
|
||||
<a href="/movie/1409057-the-long-walk">The Long Walk</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/deimos737">deimos737</a> :
|
||||
<a href="/user/Neoblade">Neoblade</a> :
|
||||
|
||||
</span>
|
||||
|
||||
Yikes.... I'm all for creative free speech, or whatever you like to call it, but this is r...
|
||||
OK YES SKIP TO THE ENDING WTF.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/1409057-the-long-walk">The Long Walk</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Neoblade">Neoblade</a> :
|
||||
|
||||
</span>
|
||||
|
||||
WARNING WARNING: This film was absolute shit. Skipped through it, got the point but man, w...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -278,15 +267,15 @@ Yikes.... I'm all for creative free speech, or whatever you like to call it,
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/1563210/survival-mode-season-1-episode-4">Survival Mode S1 E4</a>
|
||||
<a href="/tv/1331004-star-trek-picard">Star Trek: Picard</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/FeltMountain">FeltMountain</a> :
|
||||
<a href="/user/Twixtid">Twixtid</a> :
|
||||
|
||||
</span>
|
||||
|
||||
I lived nearby when this happened. There were train cars on the side of the freeway for w...
|
||||
Although I haven't been a Trek fan for long, I started my binge with DS9 coming from Babyl...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -297,14 +286,14 @@ I lived nearby when this happened. There were train cars on the side of the fre
|
|||
<h2>Top Comments</h2>
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/368639/foundation-season-3-episode-5">Foundation S3 E5</a>
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/874438-playboys-erotic-fantasies-iii">Playboy's Erotic Fantasies III</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/dd3dd">dd3dd</a> :
|
||||
<a href="/user/snazzydetritus">snazzydetritus</a> :
|
||||
</span>
|
||||
|
||||
This is Seaseon 3 .. I am confused... what do you mean?
|
||||
Full disclosure - I haven't seen a moment of this video, and don't intend to; but I saw Li...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -312,13 +301,13 @@ This is Seaseon 3 .. I am confused... what do you mean?
|
|||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/250153-biodome">Bio-Dome</a>
|
||||
<a href="/movie/874438-playboys-erotic-fantasies-iii">Playboy's Erotic Fantasies III</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Davidleefl43">Davidleefl43</a> :
|
||||
<a href="/user/snazzydetritus">snazzydetritus</a> :
|
||||
</span>
|
||||
|
||||
awesome !
|
||||
my favorite comment of the day
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -326,13 +315,34 @@ awesome !
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/10153/star-trek-voyager-season-2-episode-16">Star Trek: Voyager S2 E16</a>
|
||||
<a href="/tv/368639/foundation-season-3-episode-10">Foundation S3 E10</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Twixtid">Twixtid</a> :
|
||||
<a href="/user/Bryant315">Bryant315</a> :
|
||||
</span>
|
||||
|
||||
The acting in this series is seriously good. I did love DS9 but the acting on DS9 is nowhe...
|
||||
|
||||
<span class="toggler hide" togglee-id="y-AQt">Contains spoilers. Click to show.</span>
|
||||
<span class="togglee" id="y-AQt">
|
||||
dusk really wanted to live!
|
||||
poor dermazel! poor harry!
|
||||
sorry mule :(
|
||||
</span>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/874438-playboys-erotic-fantasies-iii">Playboy's Erotic Fantasies III</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/%2528%25E2%258C%2590%25E2%2596%25A0_%25E2%2596%25A0%2529">(⌐■_■)</a> :
|
||||
</span>
|
||||
|
||||
NS, ryte?!?!! ... wait 'till ya see the wardrobe(s)... 0.0
|
||||
Comment: straight up +10
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -340,27 +350,13 @@ The acting in this series is seriously good. I did love DS9 but the acting on DS
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/10153/star-trek-voyager-season-2-episode-15">Star Trek: Voyager S2 E15</a>
|
||||
<a href="/tv/1585109-the-sunshine-murders">The Sunshine Murders</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Twixtid">Twixtid</a> :
|
||||
<a href="/user/AmieWarren">AmieWarren</a> :
|
||||
</span>
|
||||
|
||||
Welp, that just happened, I was wondering if anyone was gonna get some action from Janeway...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/368639/foundation-season-3-episode-5">Foundation S3 E5</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Xsile">Xsile</a> :
|
||||
</span>
|
||||
|
||||
I really like this show but wished they had started at the beginning. This series is the t...
|
||||
This show is just bad. The characters are annoying, especially the Kiwi sister, half of th...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -371,12 +367,12 @@ I really like this show but wished they had started at the beginning. This serie
|
|||
</div>
|
||||
|
||||
<div class="footer footer_right">
|
||||
<a href="#" title=" unregistered">581 users online</a> -
|
||||
<a href="#" title=" unregistered">760 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>
|
||||
<a href="https://primesrc.me" target="_blank">Embed</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
@ -385,7 +381,7 @@ I really like this show but wished they had started at the beginning. This serie
|
|||
|
||||
<script>
|
||||
|
||||
window.csrf_token = "Hw0GEw9HBycvNyRDMVURDSdbLEAOESlDrTkYJuAEYAl7_-eZThV18he-";
|
||||
window.csrf_token = "KxslGmYCCjsPPngtCiRuEEZWCgoNHRoutQz_6GLokk9NUiXf72xLTVlz";
|
||||
window.subs = false
|
||||
window.tsr = false
|
||||
document.dispatchEvent(window.appTrigger);
|
||||
|
|
@ -394,14 +390,5 @@ window.appTriggered = true;
|
|||
|
||||
<div id="previewer-el"></div>
|
||||
|
||||
<script async data-cfasync="false" src="https://platform.pubadx.one/pubadx-ad.js" type="text/javascript"></script>
|
||||
<div id="bg-ssp-7358">
|
||||
<script data-cfasync="false" data-no-optimize="1">
|
||||
var adx_id_7358 = document.getElementById('bg-ssp-7358');
|
||||
adx_id_7358.id = 'bg-ssp-7358-' + Math.floor(Math.random() * Date.now());
|
||||
window.pubadxtag = window.pubadxtag || [];
|
||||
window.pubadxtag.push({zoneid: 7358, id: adx_id_7358.id, wu: window.location.href})
|
||||
</script>
|
||||
</div>
|
||||
|
||||
</body></html>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -7,7 +7,7 @@
|
|||
window.appTrigger = document.createEvent("Event");
|
||||
window.appTrigger.initEvent("appTrigger", true, true);
|
||||
</script>
|
||||
<script async type="text/javascript" src="/js/app-28c2d56eea85cbacb6b45a5d0da6fb62.js?vsn=d"></script>
|
||||
<script async type="text/javascript" src="/js/app-2dec7320ca90cd70f913d51050d73c10.js?vsn=d"></script>
|
||||
|
||||
<title>
|
||||
|
||||
|
|
@ -37,19 +37,19 @@ document.querySelector('meta[name=viewport]').setAttribute('content', 'width=670
|
|||
<meta name="distribution" content="Global">
|
||||
<meta name="rating" content="General">
|
||||
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
<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-d9a4ac98a016dee0bfe32443cfb9e57e.css?vsn=d" type="text/css">
|
||||
<link rel="stylesheet" href="/css/app-3d1ad52122303f34d671a8e13b69704b.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>
|
||||
|
||||
<script async src="https://js.wpadmngr.com/static/adManager.js" data-admpid="358633"></script>
|
||||
</head>
|
||||
<body class="">
|
||||
|
||||
|
|
@ -121,14 +121,14 @@ window.series = {}
|
|||
<div class="movie_ratings">
|
||||
<ul class="unit-rating" style="width:100px;">
|
||||
|
||||
<li class="current-rating" style="width: 79.23076923076923px;">Currently 79.23076923076923/5</li>
|
||||
<li class="current-rating" style="width: 77.35849056603773px;">Currently 77.35849056603773/5</li>
|
||||
<li><a href="javascript:void(0)" title="1 out of 5" rel="nofollow" class="r1-unit rater" show-id="1423432" rating="1"></a></li>
|
||||
<li><a href="javascript:void(0)" title="2 out of 5" rel="nofollow" class="r2-unit rater" show-id="1423432" rating="2"></a></li>
|
||||
<li><a href="javascript:void(0)" title="3 out of 5" rel="nofollow" class="r3-unit rater" show-id="1423432" rating="3"></a></li>
|
||||
<li><a href="javascript:void(0)" title="4 out of 5" rel="nofollow" class="r4-unit rater" show-id="1423432" rating="4"></a></li>
|
||||
<li><a href="javascript:void(0)" title="5 out of 5" rel="nofollow" class="r5-unit rater" show-id="1423432" rating="5"></a></li>
|
||||
</ul>
|
||||
<div class="not_voted">(52 votes)</div>
|
||||
<div class="not_voted">(53 votes)</div>
|
||||
<div class="library-widget">
|
||||
<span class="title">
|
||||
<label>
|
||||
|
|
@ -265,14 +265,14 @@ June 15, 2023
|
|||
|
||||
|
||||
|
||||
<span class="movie_info_actors"><a href="/filter?cast=Dascha Polanco">Dascha Polanco</a> </span>
|
||||
|
||||
|
||||
|
||||
<span class="movie_info_actors"><a href="/filter?cast=Lisa Emery">Lisa Emery</a> </span>
|
||||
|
||||
|
||||
|
||||
<span class="movie_info_actors"><a href="/filter?cast=Dascha Polanco">Dascha Polanco</a> </span>
|
||||
|
||||
|
||||
|
||||
<span class="movie_info_actors"><a href="/filter?cast=Mahina Napoleon">Mahina Napoleon</a> </span>
|
||||
|
||||
|
||||
|
|
@ -292,14 +292,14 @@ June 15, 2023
|
|||
<td>
|
||||
|
||||
|
||||
<span class="movie_info_actors"><a href="/filter?crew=Robert Kirkman">Robert Kirkman</a> </span>
|
||||
|
||||
|
||||
|
||||
<span class="movie_info_actors"><a href="/filter?crew=Gale Anne Hurd">Gale Anne Hurd</a> </span>
|
||||
|
||||
|
||||
|
||||
<span class="movie_info_actors"><a href="/filter?crew=Robert Kirkman">Robert Kirkman</a> </span>
|
||||
|
||||
|
||||
|
||||
<span class="movie_info_actors"><a href="/filter?crew=Ryan Degard">Ryan Degard</a> </span>
|
||||
|
||||
|
||||
|
|
@ -431,13 +431,6 @@ June 15, 2023
|
|||
<tr>
|
||||
<td colspan="2">
|
||||
|
||||
<div class="service-banner">
|
||||
<a href="https://click.picvenxs.com/LnAAgYeu" target="_blank">
|
||||
<img src="/images/service/disney-728x90.jpg" style="width: 100%"/>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -481,12 +474,12 @@ June 15, 2023
|
|||
|
||||
<div class="choose_tabs">
|
||||
|
||||
<h1 class="titles" id="trailer-title"><span><i class="fas fa-chevron-right"></i> Trailers (6)</span></h1>
|
||||
<h1 class="titles" id="trailer-title"><span><i class="fas fa-chevron-right"></i> Trailers (4)</span></h1>
|
||||
|
||||
<div id="trailer-container" style="display: none">
|
||||
</div>
|
||||
<script>
|
||||
window.trailers = [{"id":146266,"key":"s1xjv2iCQUc","title":"Trailer","type":"Trailer"},{"id":141987,"key":"Zu2z-SY3hCk","title":"Official Teaser Trailer","type":"Teaser"},{"id":137509,"key":"GK_PMZfKS6w","title":"Walkers Are Falling From The Sky | TWD: Dead City Tease","type":"Teaser"},{"id":137510,"key":"d53b06l8y0E","title":"Dead City In Production ft. Jeffrey Dean Morgan & Maggie Greene","type":"Behind the Scenes"},{"id":184123,"key":"Hcs3VPNWp1g","title":"The Walking Dead: Dead City | Behind-The-Scenes Look at Season 2 | Premieres May 4 on AMC & AMC+","type":"Behind the Scenes"},{"id":184122,"key":"GmQU6rBmISY","title":"The Walking Dead: Dead City Season 2 Featurette | 'Behind the Scenes Look at Season 2'","type":"Featurette"}]
|
||||
window.trailers = [{"id":146266,"key":"s1xjv2iCQUc","title":"Trailer","type":"Trailer"},{"id":141987,"key":"Zu2z-SY3hCk","title":"Official Teaser Trailer","type":"Teaser"},{"id":137509,"key":"GK_PMZfKS6w","title":"Walkers Are Falling From The Sky | TWD: Dead City Tease","type":"Teaser"},{"id":137510,"key":"d53b06l8y0E","title":"Dead City In Production ft. Jeffrey Dean Morgan & Maggie Greene","type":"Behind the Scenes"}]
|
||||
window.show_id = 1423432
|
||||
</script>
|
||||
|
||||
|
|
@ -513,7 +506,7 @@ E1
|
|||
<span class="tv_num_versions">
|
||||
|
||||
|
||||
[ 16 Links ]
|
||||
[ 14 Links ]
|
||||
</span>
|
||||
</a>
|
||||
<input type="checkbox" title="Mark Watched" class="episode-checkbox" value="2422207" data-season="1" >
|
||||
|
|
@ -527,7 +520,7 @@ E2
|
|||
<span class="tv_num_versions">
|
||||
|
||||
|
||||
[ 14 Links ]
|
||||
[ 13 Links ]
|
||||
</span>
|
||||
</a>
|
||||
<input type="checkbox" title="Mark Watched" class="episode-checkbox" value="2422208" data-season="1" >
|
||||
|
|
@ -541,7 +534,7 @@ E3
|
|||
<span class="tv_num_versions">
|
||||
|
||||
|
||||
[ 14 Links ]
|
||||
[ 15 Links ]
|
||||
</span>
|
||||
</a>
|
||||
<input type="checkbox" title="Mark Watched" class="episode-checkbox" value="2422209" data-season="1" >
|
||||
|
|
@ -569,7 +562,7 @@ E5
|
|||
<span class="tv_num_versions">
|
||||
|
||||
|
||||
[ 12 Links ]
|
||||
[ 13 Links ]
|
||||
</span>
|
||||
</a>
|
||||
<input type="checkbox" title="Mark Watched" class="episode-checkbox" value="2422211" data-season="1" >
|
||||
|
|
@ -621,7 +614,7 @@ E2
|
|||
<span class="tv_num_versions">
|
||||
|
||||
|
||||
[ 29 Links ]
|
||||
[ 28 Links ]
|
||||
</span>
|
||||
</a>
|
||||
<input type="checkbox" title="Mark Watched" class="episode-checkbox" value="3063851" data-season="2" >
|
||||
|
|
@ -635,7 +628,7 @@ E3
|
|||
<span class="tv_num_versions">
|
||||
|
||||
|
||||
[ 29 Links ]
|
||||
[ 28 Links ]
|
||||
</span>
|
||||
</a>
|
||||
<input type="checkbox" title="Mark Watched" class="episode-checkbox" value="3063852" data-season="2" >
|
||||
|
|
@ -649,7 +642,7 @@ E4
|
|||
<span class="tv_num_versions">
|
||||
|
||||
|
||||
[ 34 Links ]
|
||||
[ 28 Links ]
|
||||
</span>
|
||||
</a>
|
||||
<input type="checkbox" title="Mark Watched" class="episode-checkbox" value="3063853" data-season="2" >
|
||||
|
|
@ -663,7 +656,7 @@ E5
|
|||
<span class="tv_num_versions">
|
||||
|
||||
|
||||
[ 40 Links ]
|
||||
[ 35 Links ]
|
||||
</span>
|
||||
</a>
|
||||
<input type="checkbox" title="Mark Watched" class="episode-checkbox" value="3063854" data-season="2" >
|
||||
|
|
@ -677,7 +670,7 @@ E6
|
|||
<span class="tv_num_versions">
|
||||
|
||||
|
||||
[ 34 Links ]
|
||||
[ 30 Links ]
|
||||
</span>
|
||||
</a>
|
||||
<input type="checkbox" title="Mark Watched" class="episode-checkbox" value="3063855" data-season="2" >
|
||||
|
|
@ -691,7 +684,7 @@ E7
|
|||
<span class="tv_num_versions">
|
||||
|
||||
|
||||
[ 39 Links ]
|
||||
[ 32 Links ]
|
||||
</span>
|
||||
</a>
|
||||
<input type="checkbox" title="Mark Watched" class="episode-checkbox" value="3063856" data-season="2" >
|
||||
|
|
@ -705,7 +698,7 @@ E8
|
|||
<span class="tv_num_versions">
|
||||
|
||||
|
||||
[ 40 Links ]
|
||||
[ 34 Links ]
|
||||
</span>
|
||||
</a>
|
||||
<input type="checkbox" title="Mark Watched" class="episode-checkbox" value="3063857" data-season="2" >
|
||||
|
|
@ -886,14 +879,6 @@ E8
|
|||
</div>
|
||||
</a>
|
||||
|
||||
<a href="https://www.google.com/search?q=AMC+The+Walking+Dead%3A+Dead+City+%282023%29" target="_blank">
|
||||
<div class="provider" title="AMC">
|
||||
<div class="provider-img">
|
||||
<img src="https://www.themoviedb.org/t/p/original//92Kx25Od0habmgRBTqT6XWgwgKt.jpg" alt="AMC">
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="https://www.google.com/search?q=Philo+The+Walking+Dead%3A+Dead+City+%282023%29" target="_blank">
|
||||
<div class="provider" title="Philo">
|
||||
<div class="provider-img">
|
||||
|
|
@ -902,10 +887,10 @@ E8
|
|||
</div>
|
||||
</a>
|
||||
|
||||
<a href="https://www.google.com/search?q=Youtube+TV+The+Walking+Dead%3A+Dead+City+%282023%29" target="_blank">
|
||||
<div class="provider" title="Youtube TV">
|
||||
<a href="https://www.google.com/search?q=YouTube+TV+The+Walking+Dead%3A+Dead+City+%282023%29" target="_blank">
|
||||
<div class="provider" title="YouTube TV">
|
||||
<div class="provider-img">
|
||||
<img src="https://www.themoviedb.org/t/p/original//x9zOHTUkQzt3PgPVKbMH9CKBwLK.jpg" alt="Youtube TV">
|
||||
<img src="https://www.themoviedb.org/t/p/original//x9zOHTUkQzt3PgPVKbMH9CKBwLK.jpg" alt="YouTube TV">
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
|
@ -982,14 +967,14 @@ E8
|
|||
<div class="index_item index_item_ie">
|
||||
<a href="/playlist/1832-dystopian-future-cyberpunk-films-and-tv-shows" title="🤖 Dystopian future & cyberpunk films and TV shows">
|
||||
<img src="/poster/small/1114124-chappie-AxCZM.jpg" border="0" width="150" height="225" alt="Watch 🤖 Dystopian future & cyberpunk films and TV shows">
|
||||
<h2><div class="title-cutoff">🤖 Dystopian future & cyberpunk films and TV shows</div> 1176 items</h2>
|
||||
<h2><div class="title-cutoff">🤖 Dystopian future & cyberpunk films and TV shows</div> 1178 items</h2>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="index_item index_item_ie">
|
||||
<a href="/playlist/589-something-completely-different-on-tv" title="Something Completely Different on TV">
|
||||
<img src="/poster/small/210250-maniac-tnhDe.jpg" border="0" width="150" height="225" alt="Watch Something Completely Different on TV">
|
||||
<h2><div class="title-cutoff">Something Completely Different on TV</div> 126 items</h2>
|
||||
<img src="/poster/small/219-utopia-5v0sE.jpg" border="0" width="150" height="225" alt="Watch Something Completely Different on TV">
|
||||
<h2><div class="title-cutoff">Something Completely Different on TV</div> 127 items</h2>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
@ -1003,7 +988,7 @@ E8
|
|||
<div class="index_item index_item_ie">
|
||||
<a href="/playlist/5995-horror-supernatural-fantasy-tv-series-movies" title="HORROR/SUPERNATURAL/FANTASY TV SERIES & MOVIES">
|
||||
<img src="/poster/small/23-supernatural-Q_bt5.jpg" border="0" width="150" height="225" alt="Watch HORROR/SUPERNATURAL/FANTASY TV SERIES & MOVIES">
|
||||
<h2><div class="title-cutoff">HORROR/SUPERNATURAL/FANTASY TV SERIES & MOVIES</div> 356 items</h2>
|
||||
<h2><div class="title-cutoff">HORROR/SUPERNATURAL/FANTASY TV SERIES & MOVIES</div> 358 items</h2>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
@ -1029,23 +1014,23 @@ E8
|
|||
</div>
|
||||
|
||||
<div class="index_item index_item_ie">
|
||||
<a href="/playlist/6984-go-back-and-do-it-all-agains" title="go back and do it all agains ">
|
||||
<img src="/poster/small/10954-prison-break-RS4yx.jpg" border="0" width="150" height="225" alt="Watch go back and do it all agains ">
|
||||
<h2><div class="title-cutoff">go back and do it all agains </div> 50 items</h2>
|
||||
<a href="/playlist/5835-rebooted" title="Rebooted ">
|
||||
<img src="/poster/small/1328775-perry-mason-aVKID.jpg" border="0" width="150" height="225" alt="Watch Rebooted ">
|
||||
<h2><div class="title-cutoff">Rebooted </div> 37 items</h2>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="index_item index_item_ie">
|
||||
<a href="/playlist/7245-interesting-tv-shows" title="interesting tv shows">
|
||||
<img src="/poster/small/1506362-doctor-odyssey-y8p7R.jpg" border="0" width="150" height="225" alt="Watch interesting tv shows">
|
||||
<h2><div class="title-cutoff">interesting tv shows</div> 77 items</h2>
|
||||
<h2><div class="title-cutoff">interesting tv shows</div> 80 items</h2>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="index_item index_item_ie">
|
||||
<a href="/playlist/6449-apocalyptic-shows" title="apocalyptic shows">
|
||||
<img src="/poster/small/1353484-fallout-WmUyF.jpg" border="0" width="150" height="225" alt="Watch apocalyptic shows">
|
||||
<h2><div class="title-cutoff">apocalyptic shows</div> 23 items</h2>
|
||||
<a href="/playlist/6984-go-back-and-do-it-all-agains" title="go back and do it all agains ">
|
||||
<img src="/poster/small/10954-prison-break-RS4yx.jpg" border="0" width="150" height="225" alt="Watch go back and do it all agains ">
|
||||
<h2><div class="title-cutoff">go back and do it all agains </div> 50 items</h2>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
@ -1099,7 +1084,7 @@ E8
|
|||
<div class="sidebar">
|
||||
|
||||
<div class="loginform" style="width: 280px;">
|
||||
<form action="/sessions" class="secure" method="post"><input name="_csrf_token" type="hidden" value="KAMvXmEufxM9FhA5Xn4YYRBwQAV3VH0tFoFlTh3ybyDs9MT0wH2NDl3i">
|
||||
<form action="/sessions" class="secure" method="post"><input name="_csrf_token" type="hidden" value="ACNDSmIwCABAGF87PyMSdXwXYEs0FgJgON3x4cDd8u4lHnAGOoQzMxU2">
|
||||
<div class="form-group">
|
||||
<label for="session_email">Email</label>
|
||||
<input id="session_email" name="session[email]" type="text">
|
||||
|
|
@ -1150,31 +1135,20 @@ E8
|
|||
|
||||
|
||||
|
||||
<script async data-cfasync="false" src="https://platform.pubadx.one/pubadx-ad.js" type="text/javascript"></script>
|
||||
<div id="bg-ssp-6816">
|
||||
<script data-cfasync="false" data-no-optimize="1">
|
||||
var adx_id_6816 = document.getElementById('bg-ssp-6816');
|
||||
adx_id_6816.id = 'bg-ssp-6816-' + Math.floor(Math.random() * Date.now());
|
||||
window.pubadxtag = window.pubadxtag || [];
|
||||
window.pubadxtag.push({zoneid: 6816, id: adx_id_6816.id, wu: window.location.href})
|
||||
</script>
|
||||
</div>
|
||||
|
||||
|
||||
<h2>Latest Comments</h2>
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/368639/foundation-season-3-episode-5">Foundation S3 E5</a>
|
||||
<a href="/tv/368639/foundation-season-3-episode-10">Foundation S3 E10</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Balthasar">Balthasar</a> :
|
||||
<a href="/user/dd3dd">dd3dd</a> :
|
||||
|
||||
</span>
|
||||
|
||||
Dude! TMI!!!
|
||||
I fell asleep:) 🥱💤
|
||||
I think Demerzel knows that's why all the other Dusks have their lives ended around this t...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -1182,31 +1156,15 @@ I fell asleep:) 🥱💤
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/1342735/star-trek-strange-new-worlds-season-3-episode-5">Star Trek: Strange New Worlds S3 E5</a>
|
||||
<a href="/tv/1516834/the-rainmaker-season-1-episode-5">The Rainmaker S1 E5</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Balthasar">Balthasar</a> :
|
||||
<a href="/user/dd3dd">dd3dd</a> :
|
||||
|
||||
</span>
|
||||
|
||||
On it! 🔪🔪💣💥💀
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/368639/foundation-season-3-episode-5">Foundation S3 E5</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Xsile">Xsile</a> :
|
||||
|
||||
</span>
|
||||
|
||||
Isaac Asimov's "I, Robot" and "Foundation" series are connected through his broader "Robot...
|
||||
Ep5: Absolute poop of an episode compared to the previous ones. Lazy standard writing of m...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -1214,15 +1172,31 @@ Isaac Asimov's "I, Robot" and "Foundation" series are co
|
|||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/1514833-eddington">Eddington</a>
|
||||
<a href="/movie/1409057-the-long-walk">The Long Walk</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/deimos737">deimos737</a> :
|
||||
<a href="/user/Neoblade">Neoblade</a> :
|
||||
|
||||
</span>
|
||||
|
||||
Yikes.... I'm all for creative free speech, or whatever you like to call it, but this is r...
|
||||
OK YES SKIP TO THE ENDING WTF.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/1409057-the-long-walk">The Long Walk</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Neoblade">Neoblade</a> :
|
||||
|
||||
</span>
|
||||
|
||||
WARNING WARNING: This film was absolute shit. Skipped through it, got the point but man, w...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -1230,15 +1204,15 @@ Yikes.... I'm all for creative free speech, or whatever you like to call it,
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/1563210/survival-mode-season-1-episode-4">Survival Mode S1 E4</a>
|
||||
<a href="/tv/1331004-star-trek-picard">Star Trek: Picard</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/FeltMountain">FeltMountain</a> :
|
||||
<a href="/user/Twixtid">Twixtid</a> :
|
||||
|
||||
</span>
|
||||
|
||||
I lived nearby when this happened. There were train cars on the side of the freeway for w...
|
||||
Although I haven't been a Trek fan for long, I started my binge with DS9 coming from Babyl...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -1249,14 +1223,14 @@ I lived nearby when this happened. There were train cars on the side of the fre
|
|||
<h2>Top Comments</h2>
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/368639/foundation-season-3-episode-5">Foundation S3 E5</a>
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/874438-playboys-erotic-fantasies-iii">Playboy's Erotic Fantasies III</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/dd3dd">dd3dd</a> :
|
||||
<a href="/user/snazzydetritus">snazzydetritus</a> :
|
||||
</span>
|
||||
|
||||
This is Seaseon 3 .. I am confused... what do you mean?
|
||||
Full disclosure - I haven't seen a moment of this video, and don't intend to; but I saw Li...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -1264,13 +1238,13 @@ This is Seaseon 3 .. I am confused... what do you mean?
|
|||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/250153-biodome">Bio-Dome</a>
|
||||
<a href="/movie/874438-playboys-erotic-fantasies-iii">Playboy's Erotic Fantasies III</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Davidleefl43">Davidleefl43</a> :
|
||||
<a href="/user/snazzydetritus">snazzydetritus</a> :
|
||||
</span>
|
||||
|
||||
awesome !
|
||||
my favorite comment of the day
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -1278,13 +1252,34 @@ awesome !
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/10153/star-trek-voyager-season-2-episode-16">Star Trek: Voyager S2 E16</a>
|
||||
<a href="/tv/368639/foundation-season-3-episode-10">Foundation S3 E10</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Twixtid">Twixtid</a> :
|
||||
<a href="/user/Bryant315">Bryant315</a> :
|
||||
</span>
|
||||
|
||||
The acting in this series is seriously good. I did love DS9 but the acting on DS9 is nowhe...
|
||||
|
||||
<span class="toggler hide" togglee-id="hcso2">Contains spoilers. Click to show.</span>
|
||||
<span class="togglee" id="hcso2">
|
||||
dusk really wanted to live!
|
||||
poor dermazel! poor harry!
|
||||
sorry mule :(
|
||||
</span>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/874438-playboys-erotic-fantasies-iii">Playboy's Erotic Fantasies III</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/%2528%25E2%258C%2590%25E2%2596%25A0_%25E2%2596%25A0%2529">(⌐■_■)</a> :
|
||||
</span>
|
||||
|
||||
NS, ryte?!?!! ... wait 'till ya see the wardrobe(s)... 0.0
|
||||
Comment: straight up +10
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -1292,27 +1287,13 @@ The acting in this series is seriously good. I did love DS9 but the acting on DS
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/10153/star-trek-voyager-season-2-episode-15">Star Trek: Voyager S2 E15</a>
|
||||
<a href="/tv/1585109-the-sunshine-murders">The Sunshine Murders</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Twixtid">Twixtid</a> :
|
||||
<a href="/user/AmieWarren">AmieWarren</a> :
|
||||
</span>
|
||||
|
||||
Welp, that just happened, I was wondering if anyone was gonna get some action from Janeway...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/368639/foundation-season-3-episode-5">Foundation S3 E5</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Xsile">Xsile</a> :
|
||||
</span>
|
||||
|
||||
I really like this show but wished they had started at the beginning. This series is the t...
|
||||
This show is just bad. The characters are annoying, especially the Kiwi sister, half of th...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -1323,12 +1304,12 @@ I really like this show but wished they had started at the beginning. This serie
|
|||
</div>
|
||||
|
||||
<div class="footer footer_right">
|
||||
<a href="#" title=" unregistered">577 users online</a> -
|
||||
<a href="#" title=" unregistered">760 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>
|
||||
<a href="https://primesrc.me" target="_blank">Embed</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
@ -1337,7 +1318,7 @@ I really like this show but wished they had started at the beginning. This serie
|
|||
|
||||
<script>
|
||||
|
||||
window.csrf_token = "KAMvXmEufxM9FhA5Xn4YYRBwQAV3VH0tFoFlTh3ybyDs9MT0wH2NDl3i";
|
||||
window.csrf_token = "ACNDSmIwCABAGF87PyMSdXwXYEs0FgJgON3x4cDd8u4lHnAGOoQzMxU2";
|
||||
window.subs = false
|
||||
window.tsr = false
|
||||
document.dispatchEvent(window.appTrigger);
|
||||
|
|
@ -1346,14 +1327,5 @@ window.appTriggered = true;
|
|||
|
||||
<div id="previewer-el"></div>
|
||||
|
||||
<script async data-cfasync="false" src="https://platform.pubadx.one/pubadx-ad.js" type="text/javascript"></script>
|
||||
<div id="bg-ssp-7358">
|
||||
<script data-cfasync="false" data-no-optimize="1">
|
||||
var adx_id_7358 = document.getElementById('bg-ssp-7358');
|
||||
adx_id_7358.id = 'bg-ssp-7358-' + Math.floor(Math.random() * Date.now());
|
||||
window.pubadxtag = window.pubadxtag || [];
|
||||
window.pubadxtag.push({zoneid: 7358, id: adx_id_7358.id, wu: window.location.href})
|
||||
</script>
|
||||
</div>
|
||||
|
||||
</body></html>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -2,6 +2,26 @@
|
|||
|
||||
exports[`PrimeWire handle el camino 1`] = `
|
||||
[
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 1288490188,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "El.Camino.A.Breaking.Bad.Movie.2019.1080p.WEBRip.x264 YTS.LT.mp4",
|
||||
},
|
||||
"url": "https://streamtape.com/v/qMVMPa49M1hz8BR/El.Camino.A.Breaking.Bad.Movie.2019.1080p.WEBRip.x264_YTS.LT.mp4",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 1288490188,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "El.Camino.A.Breaking.Bad.Movie.2019.1080p.WEBRip.x264 YTS.LT.mp4",
|
||||
},
|
||||
"url": "https://streamtape.com/v/6QLoLq0O8DtObX",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
|
|
@ -20,68 +40,94 @@ exports[`PrimeWire handle el camino 1`] = `
|
|||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 1181116006,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://voe.sx/xwhvakkexuob",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "El.Camino.A.Breaking.Bad.Movie.2019.720p.BluRay.x264.AAC-[YTS.MX].mp4",
|
||||
},
|
||||
"url": "https://voe.sx/paqi7qqku3zi",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 1181116006,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "El Camino A Breaking Bad Movie 2019 720p BluRay x264 AAC-YTS MX.mp4",
|
||||
},
|
||||
"url": "https://voe.sx/ysimllytd3zo",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 1181116006,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "El Camino A Breaking Bad Movie 2019 720p BluRay x264 AAC-YTS MX.mp4",
|
||||
},
|
||||
"url": "https://streamtape.com/v/6QLoLq0O8DtObX",
|
||||
"url": "https://voe.sx/xwhvakkexuob",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 2147483648,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "El.Camino.A.Breaking.Bad.Movie.2019.720p.BluRay.x264.AAC-[YTS.MX].mp4",
|
||||
},
|
||||
"url": "https://streamtape.com/v/qMVMPa49M1hz8BR/El.Camino.A.Breaking.Bad.Movie.2019.1080p.WEBRip.x264_YTS.LT.mp4",
|
||||
"url": "https://mixdrop.ag/f/ql0qrxnjb89nx8",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 2147483648,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "El Camino A Breaking Bad Movie 2019 HDRip AC3-EVO.mp4",
|
||||
},
|
||||
"url": "https://mixdrop.ag/f/2bnmi",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 2147483648,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "El Camino A Breaking Bad Movie 2019 720p BluRay x264 AAC-YTS MX.mp4",
|
||||
},
|
||||
"url": "https://mixdrop.ag/f/4njk6691b1k60d",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 1288490188,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "El Camino A Breaking Bad Movie 2019 1080p WEBRip YTS LT",
|
||||
},
|
||||
"url": "https://dood.watch/d/05fm25orfeux",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 1181116006,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "El Camino A Breaking Bad Movie 2019 720p BluRay AAC-YTS MX",
|
||||
},
|
||||
"url": "https://dood.watch/d/j2pa25q11pdu",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 1181116006,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "El Camino A Breaking Bad Movie 2019 720p BluRay AAC-[YTS MX]",
|
||||
},
|
||||
"url": "https://dood.watch/d/9lw62yyosxc0",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://dood.watch/d/05fm25orfeux",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://dood.watch/d/j2pa25q11pdu",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
|
|
@ -90,35 +136,31 @@ exports[`PrimeWire handle el camino 1`] = `
|
|||
},
|
||||
"url": "https://streamwish.to/09q73jf6t6jw",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://mixdrop.ag/f/2bnmi",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://mixdrop.ag/f/4njk6691b1k60d",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://mixdrop.ag/f/ql0qrxnjb89nx8",
|
||||
},
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`PrimeWire handle el camino 2`] = `
|
||||
[
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 1288490188,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "El.Camino.A.Breaking.Bad.Movie.2019.1080p.WEBRip.x264 YTS.LT.mp4",
|
||||
},
|
||||
"url": "https://streamtape.com/v/qMVMPa49M1hz8BR/El.Camino.A.Breaking.Bad.Movie.2019.1080p.WEBRip.x264_YTS.LT.mp4",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 1288490188,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "El.Camino.A.Breaking.Bad.Movie.2019.1080p.WEBRip.x264 YTS.LT.mp4",
|
||||
},
|
||||
"url": "https://streamtape.com/v/6QLoLq0O8DtObX",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
|
|
@ -137,68 +179,94 @@ exports[`PrimeWire handle el camino 2`] = `
|
|||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 1181116006,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://voe.sx/xwhvakkexuob",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "El.Camino.A.Breaking.Bad.Movie.2019.720p.BluRay.x264.AAC-[YTS.MX].mp4",
|
||||
},
|
||||
"url": "https://voe.sx/paqi7qqku3zi",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 1181116006,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "El Camino A Breaking Bad Movie 2019 720p BluRay x264 AAC-YTS MX.mp4",
|
||||
},
|
||||
"url": "https://voe.sx/ysimllytd3zo",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 1181116006,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "El Camino A Breaking Bad Movie 2019 720p BluRay x264 AAC-YTS MX.mp4",
|
||||
},
|
||||
"url": "https://streamtape.com/v/6QLoLq0O8DtObX",
|
||||
"url": "https://voe.sx/xwhvakkexuob",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 2147483648,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "El.Camino.A.Breaking.Bad.Movie.2019.720p.BluRay.x264.AAC-[YTS.MX].mp4",
|
||||
},
|
||||
"url": "https://streamtape.com/v/qMVMPa49M1hz8BR/El.Camino.A.Breaking.Bad.Movie.2019.1080p.WEBRip.x264_YTS.LT.mp4",
|
||||
"url": "https://mixdrop.ag/f/ql0qrxnjb89nx8",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 2147483648,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "El Camino A Breaking Bad Movie 2019 HDRip AC3-EVO.mp4",
|
||||
},
|
||||
"url": "https://mixdrop.ag/f/2bnmi",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 2147483648,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "El Camino A Breaking Bad Movie 2019 720p BluRay x264 AAC-YTS MX.mp4",
|
||||
},
|
||||
"url": "https://mixdrop.ag/f/4njk6691b1k60d",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 1288490188,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "El Camino A Breaking Bad Movie 2019 1080p WEBRip YTS LT",
|
||||
},
|
||||
"url": "https://dood.watch/d/05fm25orfeux",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 1181116006,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "El Camino A Breaking Bad Movie 2019 720p BluRay AAC-YTS MX",
|
||||
},
|
||||
"url": "https://dood.watch/d/j2pa25q11pdu",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 1181116006,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "El Camino A Breaking Bad Movie 2019 720p BluRay AAC-[YTS MX]",
|
||||
},
|
||||
"url": "https://dood.watch/d/9lw62yyosxc0",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://dood.watch/d/05fm25orfeux",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://dood.watch/d/j2pa25q11pdu",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
|
|
@ -207,35 +275,19 @@ exports[`PrimeWire handle el camino 2`] = `
|
|||
},
|
||||
"url": "https://streamwish.to/09q73jf6t6jw",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://mixdrop.ag/f/2bnmi",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://mixdrop.ag/f/4njk6691b1k60d",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://mixdrop.ag/f/ql0qrxnjb89nx8",
|
||||
},
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`PrimeWire handle imdb dead city s2e5 1`] = `
|
||||
[
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://bigwarp.cc/4tb37obzt6re",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
|
|
@ -258,7 +310,7 @@ exports[`PrimeWire handle imdb dead city s2e5 1`] = `
|
|||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://bigwarp.cc/4tb37obzt6re",
|
||||
"url": "https://orca.streamcasthub.store/?a=4f560fbe52#rc6mf",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
|
|
@ -268,14 +320,6 @@ exports[`PrimeWire handle imdb dead city s2e5 1`] = `
|
|||
},
|
||||
"url": "https://filelions.to/f/odssr9dyjx5n",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://filelions.to/f/0i0j0qz5o478",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
|
|
@ -298,55 +342,67 @@ exports[`PrimeWire handle imdb dead city s2e5 1`] = `
|
|||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://voe.sx/y8lrmf2t7jhp",
|
||||
"url": "https://filelions.to/f/0i0j0qz5o478",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 426351001,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "The.Walking.Dead.Dead.City.S02E05.The.Bird.Always.Knows.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv",
|
||||
},
|
||||
"url": "https://voe.sx/te40pmzra8du",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 426351001,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "The.Walking.Dead.Dead.City.S02E05.The.Bird.Always.Knows.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv",
|
||||
},
|
||||
"url": "https://voe.sx/y8lrmf2t7jhp",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 445015654,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "The.Walking.Dead.Dead.City.S02E05.The.Bird.Always.Knows.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mp4",
|
||||
},
|
||||
"url": "https://voe.sx/grsvpdbxvw3e",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 2147483648,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "The.Walking.Dead.Dead.City.S02E05.The.Bird.Always.Knows.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mp4",
|
||||
},
|
||||
"url": "https://streamtape.com/v/D2e3jR83rKTkPJw/",
|
||||
"url": "https://mixdrop.ag/f/q1pz4k94uxxkgvo",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 2147483648,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "The.Walking.Dead.Dead.City.S02E05.The.Bird.Always.Knows.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mp4",
|
||||
},
|
||||
"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",
|
||||
"url": "https://mixdrop.ag/f/nlpj3q3ran17rv",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"bytes": 2147483648,
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "The.Walking.Dead.Dead.City.S02E05.The.Bird.Always.Knows.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv.mp4",
|
||||
},
|
||||
"url": "https://savefiles.com/i0bj9gazequy",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://dood.watch/d/1qfuy5yiq4r6",
|
||||
"url": "https://mixdrop.ag/f/9wvz9gp3b3q1llk",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
|
|
@ -356,6 +412,14 @@ exports[`PrimeWire handle imdb dead city s2e5 1`] = `
|
|||
},
|
||||
"url": "https://dood.watch/d/sn87i3ru7plx",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://dood.watch/d/1qfuy5yiq4r6",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
|
|
@ -378,7 +442,7 @@ exports[`PrimeWire handle imdb dead city s2e5 1`] = `
|
|||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://streamwish.to/jult1lcvqjlt",
|
||||
"url": "https://streamwish.to/h9p9qqgpq2lw",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
|
|
@ -394,45 +458,23 @@ exports[`PrimeWire handle imdb dead city s2e5 1`] = `
|
|||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://streamwish.to/h9p9qqgpq2lw",
|
||||
"url": "https://streamwish.to/jult1lcvqjlt",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "The Walking Dead Dead City S02E05 The Bird Always Knows 720p AMZN WEB-DL DDP5 1 H 264-NTb mkv",
|
||||
},
|
||||
"url": "https://mixdrop.ag/f/nlpj3q3ran17rv",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://mixdrop.ag/f/q1pz4k94uxxkgvo",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://mixdrop.ag/f/9wvz9gp3b3q1llk",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"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",
|
||||
"url": "https://savefiles.com/i0bj9gazequy",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "The Walking Dead Dead City S02E05 The Bird Always Knows 720p AMZN WEB-DL DDP5 1 H 264-NTb mkv",
|
||||
},
|
||||
"url": "https://filemoon.sx/d/8wllnog0cyl7",
|
||||
},
|
||||
|
|
@ -441,24 +483,9 @@ exports[`PrimeWire handle imdb dead city s2e5 1`] = `
|
|||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "The Walking Dead Dead City S02E05 The Bird Always Knows 720p AMZN WEB-DL DDP5 1 H 264-NTb",
|
||||
},
|
||||
"url": "https://streamplay.to/yrkzvpayg27o",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
},
|
||||
"url": "http://vidmoly.me/w/okcwblnaqw3t",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://vidmoly.me/w/g1ob8a8h5pc8",
|
||||
"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",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
|
|
@ -474,24 +501,17 @@ exports[`PrimeWire handle imdb dead city s2e5 1`] = `
|
|||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://vidmoly.me/w/awjd3z0t0i9l",
|
||||
"url": "http://vidmoly.me/w/okcwblnaqw3t",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
"title": "The Walking Dead Dead City S02E05 The Bird Always Knows 720p AMZN WEB-DL DDP5 1 H 264-NTb",
|
||||
},
|
||||
"url": "https://luluvdoo.com/d/au00sj11vqku",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://filegram.to/erapbfgcdguq",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
|
|
@ -508,5 +528,13 @@ exports[`PrimeWire handle imdb dead city s2e5 1`] = `
|
|||
},
|
||||
"url": "https://filegram.to/6yuyz0dgqu05",
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"countryCodes": [
|
||||
"en",
|
||||
],
|
||||
},
|
||||
"url": "https://filegram.to/erapbfgcdguq",
|
||||
},
|
||||
]
|
||||
`;
|
||||
|
|
|
|||
1
src/utils/__fixtures__/StreamResolver/https:primesrc.meapiv1ss_id151849andtypemovie
generated
Normal file
1
src/utils/__fixtures__/StreamResolver/https:primesrc.meapiv1ss_id151849andtypemovie
generated
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"servers":[{"name":"Mixdrop","key":"KmF1N","file_size":"2 GB","file_name":"Solaris 1972 PROPER 1080p BluRay x264-SADPANDA - [ENG SUBS] - tt0069293.mp4"},{"name":"Mixdrop","key":"98Gq8","file_size":"2 GB","file_name":"Solaris 1972 PROPER 1080p BluRay x264-SADPANDA - [ENG SUBS] - tt0069293.mp4"},{"name":"Dood","key":"nm5qr","file_size":"1.8 GB","file_name":"Solaris 1972 PROPER 1080p BluRay x264-SADPANDA - ENG SUBS - tt0069293"},{"name":"Dailymotion","key":"-XkLK","file_size":null,"file_name":null},{"name":"YouTube","key":"W9yNA","file_size":null,"file_name":null}],"info":{"tmdb_image":"/uER8n2iitx8Tek6v0wXeF5lMGXp.jpg","tmdb_backdrop":"https://imgproxy.primesrc.me/69ipI6yDMn4pOh35XYMNNSDVdvKcT5DZpCPAYWxAH_o/rs:fit:1000:10000:false/aHR0cHM6Ly9pbWFnZS50bWRiLm9yZy90L3AvdzEyODAvbW0zYU5UakZ2dW8wamVpdG5lUkRjMVpVTmpJLmpwZw","title":"Solaris","status":null,"release_date":"1972-09-26","description":"A psychologist is sent to a station orbiting a distant planet in order to discover what has caused the crew to go insane."}}
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
window.appTrigger = document.createEvent("Event");
|
||||
window.appTrigger.initEvent("appTrigger", true, true);
|
||||
</script>
|
||||
<script async type="text/javascript" src="/js/app-21ed8068b7ca664627b94721e1176d90.js?vsn=d"></script>
|
||||
<script async type="text/javascript" src="/js/app-2dec7320ca90cd70f913d51050d73c10.js?vsn=d"></script>
|
||||
|
||||
<title>
|
||||
Movies and TV Shows matching "tt0069293" | PrimeWire
|
||||
|
|
@ -41,12 +41,13 @@ document.querySelector('meta[name=viewport]').setAttribute('content', 'width=670
|
|||
<meta property="og:image:height" content="300">
|
||||
<meta property="og:image:type" content="image/jpg">
|
||||
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
<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-d9a4ac98a016dee0bfe32443cfb9e57e.css?vsn=d" type="text/css">
|
||||
<link rel="stylesheet" href="/css/app-3d1ad52122303f34d671a8e13b69704b.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>
|
||||
|
|
@ -304,7 +305,7 @@ Mode: <label><input id="genre_mode_and" name="genre_mode" type="radio" value="an
|
|||
|
||||
<div class="index_item index_item_ie">
|
||||
<a href="/movie/151849-solaris" title="Solaris (1972)">
|
||||
<img src="/poster/small/151849-solaris-dMQ0-.jpg" border="0" width="150" height="225" alt="Watch Solaris">
|
||||
<img src="/poster/small/151849-solaris-SQmyE.jpg" border="0" width="150" height="225" alt="Watch Solaris">
|
||||
<h2><div class="title-cutoff">Solaris</div> (1972)</h2>
|
||||
</a>
|
||||
|
||||
|
|
@ -366,7 +367,7 @@ window.preview_list = [151849, ]
|
|||
<div class="sidebar">
|
||||
|
||||
<div class="loginform" style="width: 280px;">
|
||||
<form action="/sessions" class="secure" method="post"><input name="_csrf_token" type="hidden" value="cnIXD3tGERAjfQRjMBhXNAMuHQALM2N67EDI34NuKOQPWV6ZAIlTyx50">
|
||||
<form action="/sessions" class="secure" method="post"><input name="_csrf_token" type="hidden" value="FlUdASwCJGgSR2EydCBsJgoHIgsgXSk6q3QmHsb0q00z9m-hHqLNQ6Xb">
|
||||
<div class="form-group">
|
||||
<label for="session_email">Email</label>
|
||||
<input id="session_email" name="session[email]" type="text">
|
||||
|
|
@ -417,30 +418,20 @@ window.preview_list = [151849, ]
|
|||
|
||||
|
||||
|
||||
<script async data-cfasync="false" src="https://platform.pubadx.one/pubadx-ad.js" type="text/javascript"></script>
|
||||
<div id="bg-ssp-6816">
|
||||
<script data-cfasync="false" data-no-optimize="1">
|
||||
var adx_id_6816 = document.getElementById('bg-ssp-6816');
|
||||
adx_id_6816.id = 'bg-ssp-6816-' + Math.floor(Math.random() * Date.now());
|
||||
window.pubadxtag = window.pubadxtag || [];
|
||||
window.pubadxtag.push({zoneid: 6816, id: adx_id_6816.id, wu: window.location.href})
|
||||
</script>
|
||||
</div>
|
||||
|
||||
|
||||
<h2>Latest Comments</h2>
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/25971/ufc-ppv-events-season-2025-episode-9">UFC PPV Events S2025 E9</a>
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/1481490-the-passenger">The Passenger</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Wilsson02">Wilsson02</a> :
|
||||
<a href="/user/darthdirk">darthdirk</a> :
|
||||
|
||||
</span>
|
||||
|
||||
Slimy hug fest
|
||||
This movie rocks. I just watched it for the second time and still had the same fun. That f...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -448,15 +439,31 @@ Slimy hug fest
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/1365175/peacemaker-season-2-episode-1">Peacemaker S2 E1</a>
|
||||
<a href="/tv/368639/foundation-season-3-episode-10">Foundation S3 E10</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Farmboy41">Farmboy41</a> :
|
||||
<a href="/user/dd3dd">dd3dd</a> :
|
||||
|
||||
</span>
|
||||
|
||||
Glad to see this returned. I could use some laughs.
|
||||
I think Demerzel knows that's why all the other Dusks have their lives ended around this t...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/1516834/the-rainmaker-season-1-episode-5">The Rainmaker S1 E5</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/dd3dd">dd3dd</a> :
|
||||
|
||||
</span>
|
||||
|
||||
Ep5: Absolute poop of an episode compared to the previous ones. Lazy standard writing of m...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -464,47 +471,31 @@ Glad to see this returned. I could use some laughs.
|
|||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/515712-metamorphosis">Metamorphosis</a>
|
||||
<a href="/movie/1409057-the-long-walk">The Long Walk</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Marsh-mellow65">Marsh-mellow65</a> :
|
||||
<a href="/user/Neoblade">Neoblade</a> :
|
||||
|
||||
</span>
|
||||
|
||||
This link keeps saying technical error and I can't request any links once a link is added.
|
||||
OK YES SKIP TO THE ENDING WTF.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/93424/australian-survivor-season-13-episode-1">Australian Survivor S13 E1</a>
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/1409057-the-long-walk">The Long Walk</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/dampyiel2200">dampyiel2200</a> :
|
||||
<a href="/user/Neoblade">Neoblade</a> :
|
||||
|
||||
</span>
|
||||
|
||||
So many great players and a quick season. Let's all hope for exciting game play!
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/1376712-the-summer-i-turned-pretty">The Summer I Turned Pretty</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/chugga">chugga</a> :
|
||||
|
||||
</span>
|
||||
|
||||
is this show basically we were liars if not for the ghoulish reveal?
|
||||
WARNING WARNING: This film was absolute shit. Skipped through it, got the point but man, w...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -515,17 +506,33 @@ is this show basically we were liars if not for the ghoulish reveal?
|
|||
<h2>Top Comments</h2>
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/1516925/the-institute-season-1-episode-7">The Institute S1 E7</a>
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/874438-playboys-erotic-fantasies-iii">Playboy's Erotic Fantasies III</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/mkmikas">mkmikas</a> :
|
||||
<a href="/user/snazzydetritus">snazzydetritus</a> :
|
||||
</span>
|
||||
|
||||
Full disclosure - I haven't seen a moment of this video, and don't intend to; but I saw Li...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/368639/foundation-season-3-episode-10">Foundation S3 E10</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Bryant315">Bryant315</a> :
|
||||
</span>
|
||||
|
||||
|
||||
<span class="toggler hide" togglee-id="bPPQB">Contains spoilers. Click to show.</span>
|
||||
<span class="togglee" id="bPPQB">
|
||||
mm lets throw in a little time crises from 12 monkeys series... ooh and the weird smoking ...
|
||||
<span class="toggler hide" togglee-id="raNh8">Contains spoilers. Click to show.</span>
|
||||
<span class="togglee" id="raNh8">
|
||||
dusk really wanted to live!
|
||||
poor dermazel! poor harry!
|
||||
sorry mule :(
|
||||
</span>
|
||||
|
||||
</p>
|
||||
|
|
@ -533,21 +540,15 @@ mm lets throw in a little time crises from 12 monkeys series... ooh and the weir
|
|||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/6386/the-librarians-season-1-episode-6">The Librarians S1 E6</a>
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/874438-playboys-erotic-fantasies-iii">Playboy's Erotic Fantasies III</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/chonkychunk">chonkychunk</a> :
|
||||
<a href="/user/%2528%25E2%258C%2590%25E2%2596%25A0_%25E2%2596%25A0%2529">(⌐■_■)</a> :
|
||||
</span>
|
||||
|
||||
|
||||
<span class="toggler hide" togglee-id="GMLZz">Contains spoilers. Click to show.</span>
|
||||
<span class="togglee" id="GMLZz">
|
||||
"There's a bird on you"
|
||||
"Mhmhm, yeah"
|
||||
|
||||
Love this episode and the subtle foreshadowing for ...
|
||||
</span>
|
||||
NS, ryte?!?!! ... wait 'till ya see the wardrobe(s)... 0.0
|
||||
Comment: straight up +10
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -555,41 +556,27 @@ Love this episode and the subtle foreshadowing for ...
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/1363/south-park-season-27-episode-3">South Park S27 E3</a>
|
||||
<a href="/tv/1585109-the-sunshine-murders">The Sunshine Murders</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Jirido">Jirido</a> :
|
||||
<a href="/user/AmieWarren">AmieWarren</a> :
|
||||
</span>
|
||||
|
||||
I bet it is Patel and Gambiano that is gonna get it this time.. Patel looks like his dad h...
|
||||
This show is just bad. The characters are annoying, especially the Kiwi sister, half of th...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/1513114-caught-stealing">Caught Stealing</a>
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/1585109-the-sunshine-murders">The Sunshine Murders</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/simones">simones</a> :
|
||||
<a href="/user/prole">prole</a> :
|
||||
</span>
|
||||
|
||||
Darren Aronfsky.Wild ride."Mother" was one messed up movie from a crazy imagination.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/579676-blood-the-last-vampire">Blood: The Last Vampire</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/ackman83">ackman83</a> :
|
||||
</span>
|
||||
|
||||
great animation
|
||||
same. i got about 20 minutes in before pulling the plug
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -600,12 +587,12 @@ great animation
|
|||
</div>
|
||||
|
||||
<div class="footer footer_right">
|
||||
<a href="#" title=" unregistered">742 users online</a> -
|
||||
<a href="#" title=" unregistered">757 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>
|
||||
<a href="https://primesrc.me" target="_blank">Embed</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
@ -614,7 +601,7 @@ great animation
|
|||
|
||||
<script>
|
||||
|
||||
window.csrf_token = "cnIXD3tGERAjfQRjMBhXNAMuHQALM2N67EDI34NuKOQPWV6ZAIlTyx50";
|
||||
window.csrf_token = "FlUdASwCJGgSR2EydCBsJgoHIgsgXSk6q3QmHsb0q00z9m-hHqLNQ6Xb";
|
||||
window.subs = false
|
||||
window.tsr = false
|
||||
document.dispatchEvent(window.appTrigger);
|
||||
|
|
@ -623,9 +610,5 @@ window.appTriggered = true;
|
|||
|
||||
<div id="previewer-el"></div>
|
||||
|
||||
<script type="text/javascript" src="/a/aclib.js"></script>
|
||||
<script>
|
||||
aclib.runPop({zoneId: '10289334'});
|
||||
</script>
|
||||
|
||||
</body></html>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -7,7 +7,7 @@
|
|||
window.appTrigger = document.createEvent("Event");
|
||||
window.appTrigger.initEvent("appTrigger", true, true);
|
||||
</script>
|
||||
<script async type="text/javascript" src="/js/app-21ed8068b7ca664627b94721e1176d90.js?vsn=d"></script>
|
||||
<script async type="text/javascript" src="/js/app-2dec7320ca90cd70f913d51050d73c10.js?vsn=d"></script>
|
||||
|
||||
<title>
|
||||
|
||||
|
|
@ -43,12 +43,13 @@ document.querySelector('meta[name=viewport]').setAttribute('content', 'width=670
|
|||
<meta property="og:image:height" content="300">
|
||||
<meta property="og:image:type" content="image/jpg">
|
||||
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
<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-d9a4ac98a016dee0bfe32443cfb9e57e.css?vsn=d" type="text/css">
|
||||
<link rel="stylesheet" href="/css/app-3d1ad52122303f34d671a8e13b69704b.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>
|
||||
|
|
@ -146,7 +147,7 @@ window.series = {}
|
|||
<div class="sidebar">
|
||||
|
||||
<div class="loginform" style="width: 280px;">
|
||||
<form action="/sessions" class="secure" method="post"><input name="_csrf_token" type="hidden" value="djYpIGszXQIwXCAeG0Y-NQIGPjsBYHhD9qGMZdnduqvFA1SaHtaujMLu">
|
||||
<form action="/sessions" class="secure" method="post"><input name="_csrf_token" type="hidden" value="OjgsVClZBXQlKBUMaAFrKgQMAQRyNGg3WVNbl1a9fFs__MSyaXmeJF-B">
|
||||
<div class="form-group">
|
||||
<label for="session_email">Email</label>
|
||||
<input id="session_email" name="session[email]" type="text">
|
||||
|
|
@ -197,30 +198,20 @@ window.series = {}
|
|||
|
||||
|
||||
|
||||
<script async data-cfasync="false" src="https://platform.pubadx.one/pubadx-ad.js" type="text/javascript"></script>
|
||||
<div id="bg-ssp-6816">
|
||||
<script data-cfasync="false" data-no-optimize="1">
|
||||
var adx_id_6816 = document.getElementById('bg-ssp-6816');
|
||||
adx_id_6816.id = 'bg-ssp-6816-' + Math.floor(Math.random() * Date.now());
|
||||
window.pubadxtag = window.pubadxtag || [];
|
||||
window.pubadxtag.push({zoneid: 6816, id: adx_id_6816.id, wu: window.location.href})
|
||||
</script>
|
||||
</div>
|
||||
|
||||
|
||||
<h2>Latest Comments</h2>
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/25971/ufc-ppv-events-season-2025-episode-9">UFC PPV Events S2025 E9</a>
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/1481490-the-passenger">The Passenger</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Wilsson02">Wilsson02</a> :
|
||||
<a href="/user/darthdirk">darthdirk</a> :
|
||||
|
||||
</span>
|
||||
|
||||
Slimy hug fest
|
||||
This movie rocks. I just watched it for the second time and still had the same fun. That f...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -228,15 +219,31 @@ Slimy hug fest
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/1365175/peacemaker-season-2-episode-1">Peacemaker S2 E1</a>
|
||||
<a href="/tv/368639/foundation-season-3-episode-10">Foundation S3 E10</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Farmboy41">Farmboy41</a> :
|
||||
<a href="/user/dd3dd">dd3dd</a> :
|
||||
|
||||
</span>
|
||||
|
||||
Glad to see this returned. I could use some laughs.
|
||||
I think Demerzel knows that's why all the other Dusks have their lives ended around this t...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/1516834/the-rainmaker-season-1-episode-5">The Rainmaker S1 E5</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/dd3dd">dd3dd</a> :
|
||||
|
||||
</span>
|
||||
|
||||
Ep5: Absolute poop of an episode compared to the previous ones. Lazy standard writing of m...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -244,47 +251,31 @@ Glad to see this returned. I could use some laughs.
|
|||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/515712-metamorphosis">Metamorphosis</a>
|
||||
<a href="/movie/1409057-the-long-walk">The Long Walk</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/Marsh-mellow65">Marsh-mellow65</a> :
|
||||
<a href="/user/Neoblade">Neoblade</a> :
|
||||
|
||||
</span>
|
||||
|
||||
This link keeps saying technical error and I can't request any links once a link is added.
|
||||
OK YES SKIP TO THE ENDING WTF.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/93424/australian-survivor-season-13-episode-1">Australian Survivor S13 E1</a>
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/1409057-the-long-walk">The Long Walk</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/dampyiel2200">dampyiel2200</a> :
|
||||
<a href="/user/Neoblade">Neoblade</a> :
|
||||
|
||||
</span>
|
||||
|
||||
So many great players and a quick season. Let's all hope for exciting game play!
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/1376712-the-summer-i-turned-pretty">The Summer I Turned Pretty</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
|
||||
<a href="/user/chugga">chugga</a> :
|
||||
|
||||
</span>
|
||||
|
||||
is this show basically we were liars if not for the ghoulish reveal?
|
||||
WARNING WARNING: This film was absolute shit. Skipped through it, got the point but man, w...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -295,17 +286,33 @@ is this show basically we were liars if not for the ghoulish reveal?
|
|||
<h2>Top Comments</h2>
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/1516925/the-institute-season-1-episode-7">The Institute S1 E7</a>
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/874438-playboys-erotic-fantasies-iii">Playboy's Erotic Fantasies III</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/mkmikas">mkmikas</a> :
|
||||
<a href="/user/snazzydetritus">snazzydetritus</a> :
|
||||
</span>
|
||||
|
||||
Full disclosure - I haven't seen a moment of this video, and don't intend to; but I saw Li...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/368639/foundation-season-3-episode-10">Foundation S3 E10</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Bryant315">Bryant315</a> :
|
||||
</span>
|
||||
|
||||
|
||||
<span class="toggler hide" togglee-id="-NH9A">Contains spoilers. Click to show.</span>
|
||||
<span class="togglee" id="-NH9A">
|
||||
mm lets throw in a little time crises from 12 monkeys series... ooh and the weird smoking ...
|
||||
<span class="toggler hide" togglee-id="wP1Ox">Contains spoilers. Click to show.</span>
|
||||
<span class="togglee" id="wP1Ox">
|
||||
dusk really wanted to live!
|
||||
poor dermazel! poor harry!
|
||||
sorry mule :(
|
||||
</span>
|
||||
|
||||
</p>
|
||||
|
|
@ -313,21 +320,15 @@ mm lets throw in a little time crises from 12 monkeys series... ooh and the weir
|
|||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/6386/the-librarians-season-1-episode-6">The Librarians S1 E6</a>
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/874438-playboys-erotic-fantasies-iii">Playboy's Erotic Fantasies III</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/chonkychunk">chonkychunk</a> :
|
||||
<a href="/user/%2528%25E2%258C%2590%25E2%2596%25A0_%25E2%2596%25A0%2529">(⌐■_■)</a> :
|
||||
</span>
|
||||
|
||||
|
||||
<span class="toggler hide" togglee-id="75eZ4">Contains spoilers. Click to show.</span>
|
||||
<span class="togglee" id="75eZ4">
|
||||
"There's a bird on you"
|
||||
"Mhmhm, yeah"
|
||||
|
||||
Love this episode and the subtle foreshadowing for ...
|
||||
</span>
|
||||
NS, ryte?!?!! ... wait 'till ya see the wardrobe(s)... 0.0
|
||||
Comment: straight up +10
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -335,41 +336,27 @@ Love this episode and the subtle foreshadowing for ...
|
|||
|
||||
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/1363/south-park-season-27-episode-3">South Park S27 E3</a>
|
||||
<a href="/tv/1585109-the-sunshine-murders">The Sunshine Murders</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/Jirido">Jirido</a> :
|
||||
<a href="/user/AmieWarren">AmieWarren</a> :
|
||||
</span>
|
||||
|
||||
I bet it is Patel and Gambiano that is gonna get it this time.. Patel looks like his dad h...
|
||||
This show is just bad. The characters are annoying, especially the Kiwi sister, half of th...
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/1513114-caught-stealing">Caught Stealing</a>
|
||||
<div class="latest_comments com_class_tv">
|
||||
<a href="/tv/1585109-the-sunshine-murders">The Sunshine Murders</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/simones">simones</a> :
|
||||
<a href="/user/prole">prole</a> :
|
||||
</span>
|
||||
|
||||
Darren Aronfsky.Wild ride."Mother" was one messed up movie from a crazy imagination.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="latest_comments com_class_mov">
|
||||
<a href="/movie/579676-blood-the-last-vampire">Blood: The Last Vampire</a>
|
||||
<p>
|
||||
<span class="latest_comments_poster">
|
||||
<a href="/user/ackman83">ackman83</a> :
|
||||
</span>
|
||||
|
||||
great animation
|
||||
same. i got about 20 minutes in before pulling the plug
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -380,12 +367,12 @@ great animation
|
|||
</div>
|
||||
|
||||
<div class="footer footer_right">
|
||||
<a href="#" title=" unregistered">740 users online</a> -
|
||||
<a href="#" title=" unregistered">757 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>
|
||||
<a href="https://primesrc.me" target="_blank">Embed</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
@ -394,7 +381,7 @@ great animation
|
|||
|
||||
<script>
|
||||
|
||||
window.csrf_token = "djYpIGszXQIwXCAeG0Y-NQIGPjsBYHhD9qGMZdnduqvFA1SaHtaujMLu";
|
||||
window.csrf_token = "OjgsVClZBXQlKBUMaAFrKgQMAQRyNGg3WVNbl1a9fFs__MSyaXmeJF-B";
|
||||
window.subs = false
|
||||
window.tsr = false
|
||||
document.dispatchEvent(window.appTrigger);
|
||||
|
|
@ -403,9 +390,5 @@ window.appTriggered = true;
|
|||
|
||||
<div id="previewer-el"></div>
|
||||
|
||||
<script type="text/javascript" src="/a/aclib.js"></script>
|
||||
<script>
|
||||
aclib.runPop({zoneId: '10289334'});
|
||||
</script>
|
||||
|
||||
</body></html>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue