Added tag filter dialog.

This commit is contained in:
DebaucheryLibrarian
2021-01-03 22:53:51 +01:00
parent f27af19670
commit 7bbb2f3557
18 changed files with 329 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ function scrapeAll(scenes) {
return scenes.map(({ query }) => {
const release = {};
const href = query.url('.shoot-thumb-title a');
const href = query.url('.shoot-thumb-info > a');
release.url = `https://kink.com${href}`;
release.shootId = href.split('/').slice(-1)[0];