mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-04-20 18:22:03 +00:00
add insecureHTTPParser flag for axios
This commit is contained in:
parent
88c5a8b3b9
commit
f57db5d66b
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ const { getRandomUserAgent } = require('../lib/requestHelper');
|
|||
const { getTorrent } = require('../lib/repository');
|
||||
const { Type } = require('../lib/types');
|
||||
|
||||
axios.defaults.insecureHTTPParser = true;
|
||||
const TRACKERS_URL = 'https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best.txt';
|
||||
const ANIME_TRACKERS = [
|
||||
"http://nyaa.tracker.wf:7777/announce",
|
||||
|
|
|
|||
Loading…
Reference in a new issue