Michael Menanno
Michael Menanno
@bnkai For sure. You will ask need to run this in the container to get ruby and faraday installed `apk add --no-cache ruby && gem install faraday` (which now that...
@bnkai made a slight tweak to the logger class so that the methods are class methods instead of instance methods. Realized since I'm not initializing anything when we involve the...
@bnkai Did you ever end up revisiting the ability for the cdp scraper to inject a specific cookie? Looking at @Belleyy 's blocked scraper, it would be unblocked by creating...
The big hang up on the Vixen Media one is the images https://github.com/stashapp/CommunityScrapers/pull/1#discussion_r426182917 . They are inserted via javascript and unpredictable in their position in the script.
JAVLibrary is broken https://github.com/stashapp/CommunityScrapers/blob/master/scrapers/javlibrary.yml Looks to be a Cloudflare error but using the CDP driver didn't resolve it for me when testing: ```HTML Just a moment... html, body {width: 100%;...
Moved to draft, I'll switch this PR to change the scene page to make things uniform as per https://discord.com/channels/559159668438728723/798641040029777980/1016868829470670910
> * ffmpeg/ffprobe to be in the path not where stash is run from ? Hmmm I've only tested it in the stash docker container and it worked without any...
Circling back on the `wget`. I think I can drop the need for it, but it would be best to do so after the Files Refactor. Cause dropping it involves...
> Seems to work ok for me in linux (not docker, had to adjust the temp directory mentioned above). Weird I use docker and it worked right out the box...
@bnkai I've successfully removed the `wget` dependancy. The generated path is also now pulled from the user config, can you let me know if you still have to do special...