You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log('\x1b[31m%s\x1b[0m','\n /!\\ Error 429 detected ! Too many request, be careful Ankama can ban your IP. /!\\ Never parse more than 20 pages/hour');
115
-
process.exit();
108
+
console.log('\x1b[31m%s\x1b[0m','\n /!\\ Error 429 detected ! Too many request, be careful Ankama can ban your IP. /!\\ Never parse more than 700 items/hour');
console.log('\x1b[31m%s\x1b[0m','\n/!\\You reached maximum request per hour ('+parserLimit+'), over pass it will provoke a ban IP from Ankama. Resume the parsing after 1h !');
128
+
console.log('\x1b[31m%s\x1b[0m','\n/!\\You reached maximum request per hour, over pass it will provoke a ban IP from Ankama. Resume the parsing after 1h !');
135
129
console.log('\x1b[33m%s\x1b[0m','\n INFO : '+items.length+' item(s) were crawled.');
136
130
console.log('\x1b[33m%s\x1b[0m','/!\\Don\'t worry, the app will resume the parsing from last item parsed ;)');
0 commit comments