Closed NewMember12345 closed 1 year ago
Issue: For javbus scraping, if the screenshots are not hosted on DMM.co.jp, and that javbus is hosting its own, the scraper won't recognize it.
Jvlflame provided a fix:
Add this Private/Scraper.Javbus.ps1 Go To Line 359, add this AFTER 359. Don't alter 359 at all. just add it after.
$screenshotUrl = $screenshoturl | ForEach-Object { if ($_ -notmatch 'http') { 'https://www.javbus.com' + $_ } else { $_ } }
Issue: For javbus scraping, if the screenshots are not hosted on DMM.co.jp, and that javbus is hosting its own, the scraper won't recognize it.
Jvlflame provided a fix:
Add this Private/Scraper.Javbus.ps1 Go To Line 359, add this AFTER 359. Don't alter 359 at all. just add it after.
$screenshotUrl = $screenshoturl | ForEach-Object { if ($_ -notmatch 'http') { 'https://www.javbus.com' + $_ } else { $_ } }