Updated Vixen scraper with more informative API query.

This commit is contained in:
DebaucheryLibrarian
2023-07-06 04:24:47 +02:00
parent 43d8b93953
commit 18744372b3
7 changed files with 274 additions and 175 deletions

View File

@@ -353,6 +353,8 @@ async function extractSource(baseSource, { existingExtractMediaByUrl }) {
if (typeof baseSource.defer === 'function') {
const src = await baseSource.defer();
console.log(baseSource, src);
return {
...baseSource,
...toBaseSource(src),