forked from DebaucheryLibrarian/traxxx
Fixed qu init selector. Fixed Aziani scene page scope.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user