[scraper] moves moch url resolving to scraper

This commit is contained in:
TheBeastLT
2020-03-19 12:21:10 +01:00
parent f3f0cda966
commit 084744b35b
5 changed files with 110 additions and 1 deletions

8
package-lock.json generated
View File

@@ -1726,6 +1726,14 @@
"util-deprecate": "^1.0.1"
}
},
"real-debrid-api": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/real-debrid-api/-/real-debrid-api-1.0.1.tgz",
"integrity": "sha512-Rva3aZ62R/KDV7ydUALrVu8YbAuPLLmThWMlmVMshUEBQk74ybRyUv5WTvfrd9i94v+0V9YeZle0pldv5cQ2+g==",
"requires": {
"request": "^2.83.0"
}
},
"request": {
"version": "2.88.0",
"resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz",