Updated Vixen scraper with more informative API query.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user