Fixed Score scraper breaking if gallery image can't be found, though actual issue was in unprint library.
This commit is contained in:
@@ -174,9 +174,9 @@ function scrapeScene({ query }, url) {
|
||||
|
||||
return Array.from(new Set([
|
||||
...isJoin ? [] : [link],
|
||||
img.replace('_tn', ''),
|
||||
img?.replace('_tn', ''),
|
||||
img,
|
||||
]));
|
||||
])).filter(Boolean);
|
||||
});
|
||||
|
||||
if (poster) {
|
||||
|
||||
Reference in New Issue
Block a user