forked from DebaucheryLibrarian/traxxx
Added WIP media module. Returning releases from release search database function. Fixed page loop in update module.
This commit is contained in:
@@ -18,7 +18,7 @@ async function getPhotos(albumUrl) {
|
||||
const pageUrl = `https://blacksonblondes.com${lastPhotoPage.replace(/\d+.jpg/, `${(index + 1).toString().padStart(3, '0')}.jpg`)}`;
|
||||
|
||||
return {
|
||||
src: pageUrl,
|
||||
url: pageUrl,
|
||||
extract: q => q('.scenes-module img', 'src'),
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user