Updated scrapers to latest available commit

This commit is contained in:
Gabisonfire
2024-01-17 16:43:58 -05:00
parent cab7f38c66
commit 909ade0d8e
39 changed files with 311 additions and 299 deletions

View File

@@ -107,12 +107,6 @@ function typeMapping() {
}
function untilPage(category) {
if (ondebaixa.Categories.DESENHOS === category) {
return 5;
}
if (ondebaixa.Categories.TV === category) {
return 5;
}
return UNTIL_PAGE;
}