Fixed slugify behavior.
This commit is contained in:
@@ -81,6 +81,8 @@ function scrapeAll(scenes, site, entryIdFromTitle) {
|
||||
|| query.element('.rating_box')?.dataset.id
|
||||
|| query.attribute('a img', 'id')?.match(/set-target-(\d+)/)?.[1];
|
||||
|
||||
console.log(release.entryId);
|
||||
|
||||
return release;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user