adds horriblesubs scrapper

This commit is contained in:
TheBeastLT
2019-03-15 17:17:28 +01:00
parent fa80d34883
commit 88bddcff54
8 changed files with 280 additions and 38 deletions

55
package-lock.json generated
View File

@@ -57,6 +57,11 @@
"resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
"integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU="
},
"async": {
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
"integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0="
},
"asynckit": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
@@ -293,6 +298,11 @@
"resolved": "https://registry.npmjs.org/buffer-writer/-/buffer-writer-2.0.0.tgz",
"integrity": "sha512-a7ZpuTZU1TRtnwyCNW3I5dc0wWNC3VR9S++Ewyk2HHZdrO3CQJqSpd+95Us590V6AL7JqUAH2IwZ/398PmNFgw=="
},
"byline": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/byline/-/byline-3.1.2.tgz",
"integrity": "sha1-hqY5TLGz8PwzT7F2sI5hrwxvHFk="
},
"bytes": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
@@ -1385,6 +1395,51 @@
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
"integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
},
"peer-search": {
"version": "0.6.11",
"resolved": "https://registry.npmjs.org/peer-search/-/peer-search-0.6.11.tgz",
"integrity": "sha1-Nfqs2lj5+YeDNOmj2A06PRzz7ag=",
"requires": {
"async": "0.9.x",
"bncode": "~0.2.3",
"byline": "3.1.2",
"compact2string": "~1.0.0",
"hat": "0.0.3"
},
"dependencies": {
"bncode": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/bncode/-/bncode-0.2.3.tgz",
"integrity": "sha1-N/hR3I5HGIqD+8D2+kd1ysyaMpY="
},
"compact2string": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/compact2string/-/compact2string-1.0.0.tgz",
"integrity": "sha1-S8jc7XudYKX0NFSWp6vO8hpgzvU="
},
"debug": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"requires": {
"ms": "2.0.0"
}
},
"ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
},
"needle": {
"version": "git+https://github.com/Ivshti/needle.git#16cceb74e24babd9c474071be1a15a09beac300d",
"from": "git+https://github.com/Ivshti/needle.git",
"requires": {
"debug": "^2.1.2",
"iconv-lite": "^0.4.4"
}
}
}
},
"peer-wire-protocol": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/peer-wire-protocol/-/peer-wire-protocol-0.7.1.tgz",