Fixed qu init selector. Fixed Aziani scene page scope.

This commit is contained in:
DebaucheryLibrarian
2021-01-02 03:20:39 +01:00
parent 70795a69c8
commit 8739ec08cf
2 changed files with 10 additions and 10 deletions

View File

@@ -117,7 +117,7 @@ async function fetchLatest(site, page) {
}
async function fetchScene(url, site) {
const res = await get(url, '.page-content .row');
const res = await get(url, '.trailer');
if (res.ok) {
return scrapeScene(res.item, url, site);