Passing recursive parameters to all scraper methods. Using throttle parameters in MindGeek scraper, fixed missing slug breaking scene and actor URLs.

This commit is contained in:
DebaucheryLibrarian
2021-02-10 03:23:48 +01:00
parent 62ad786318
commit 7ff222ce25
7 changed files with 59 additions and 26 deletions

View File

@@ -168,8 +168,6 @@ function sortBaseTrailersByQuality(sources, role) {
return 0;
});
console.log(sortedSources);
return sortedSources;
}