Using browser for Nubiles photo page.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user