Expanded new media module. Added network to channel site to fix actor glitch.

This commit is contained in:
2020-03-30 03:01:08 +02:00
parent a5d859471d
commit 4eaacf5697
6 changed files with 263 additions and 40 deletions

View File

@@ -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'),
};
});