Using browser for Nubiles photo page.

This commit is contained in:
DebaucheryLibrarian
2026-05-18 00:40:02 +02:00
parent 098efa26ad
commit 218236a6e5
3 changed files with 7 additions and 7 deletions

View File

@@ -21,9 +21,9 @@ function stripQuery(link) {
}
async function getPhotos(albumUrl) {
const res = await unprint.get(albumUrl, {
// aggressive Turnstile protection calls for browser
const res = await unprint.browser(albumUrl, {
selectAll: '.photo-thumb',
interface: 'request',
});
return res.ok