javinizer / Javinizer

(NSFW) Organize your local Japanese Adult Video (JAV) library
MIT License
565 stars 62 forks source link

Javbus screenshot url not recognized for www.javbus.com's domain vs Dmm.co.jp #349

Closed NewMember12345 closed 1 year ago

NewMember12345 commented 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 { $_ } }