Updated Jules Jordan profile scraper.

This commit is contained in:
DebaucheryLibrarian
2023-07-06 05:09:05 +02:00
parent 9331c0af52
commit 51e04e7331
3 changed files with 43 additions and 9 deletions

View File

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