Providing duplicate releases in predata. Using duplicates for filtering scenes without channel in Hush scraper.

This commit is contained in:
DebaucheryLibrarian
2020-08-23 02:43:10 +02:00
parent 3a5ea3dd9a
commit 278b74e78c
3 changed files with 34 additions and 22 deletions

View File

@@ -122,6 +122,7 @@ async function searchReleases(query, limit = 100) {
}
module.exports = {
curateRelease,
fetchRelease,
fetchReleases,
searchReleases,