Fixed qu issues. Fixed media issues. Simplified and expanded date component in search query.

This commit is contained in:
2020-03-10 00:17:57 +01:00
parent 61a795d634
commit 5c55750c0c
9 changed files with 113 additions and 116 deletions

View File

@@ -58,7 +58,7 @@ function scrapeAll(scenes, site, origin) {
});
}
async function scrapeScene(qu, url, site) {
async function scrapeScene({ qu }, url, site) {
const release = {};
const { origin, pathname } = new URL(url);