forked from DebaucheryLibrarian/traxxx
Expanded new media module. Added network to channel site to fix actor glitch.
This commit is contained in:
@@ -19,7 +19,7 @@ async function getPhotos(albumUrl) {
|
||||
|
||||
return {
|
||||
url: pageUrl,
|
||||
extract: q => q('.scenes-module img', 'src'),
|
||||
extract: ({ qu }) => qu.q('.scenes-module img', 'src'),
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user