JAVMovieScraper
JAVMovieScraper copied to clipboard
AV Entertainment scraper not working
Scraping from AV Entertainment is not working, it is not pulling any data
Has anyone worked this one out. Or do older versions still work?
same here. Any chance we can get a fix @DoctorD1501 ?
@wizell no data is being pulled at all when using AV Entertainment scraper. Suspect AV entertainment has changed their URL scheme. is this something you can easily fix? much appreciated
The pull request #202 should fixes it.
Only (very) basic test have been done.
Have tested it and seems to be working so far on the titles I have tried. Thanks so much for this. @Wizell
Can Somebody upload compiled version please. I was able to compile before with eclipse but now I cannot. Thanks in advance
https://www.dropbox.com/s/gisag0nvym1sa3h/JAVMovieScraper.jar?dl=0
@unknown12345678 Thank you
@Wizell Thank you but can you try CWP-10 Finds movies with 3 (101-109) digits but not this one
@fidofido300 on the version in my repository i see 11 results (including the CWP-10) but the cover is the wrong one.
I made a new version which fix the thumb problem and also add the proper labels (movie name) back in the result selection list
@ Wizell, great job, thanks. I cant seem to get it to scrape the fanart though. This is one of the best features of this site. any chance of getting that working (or is it just me)
@forever69rules I don't understand what you mean.
First, the latest version containing fixes is here https://github.com/Wizell/JAVMovieScraper/releases
Moreover, if you have trouble with this version open an issue with at the very least a description of the trouble including which scraper you are using, what you did, what the current result is and what was the expected result.
Hi, sorry it has been a while. Since my last post I had a deeper look at the aventertainments site. What I realised was that what appeared to be a set of fanart images that could scraped, was in fact a single image. for example: http://www.aventertainments.com/product_lists.aspx?product_id=63758&languageID=1&dept_id=29 the image is: http://imgs.aventertainments.com/archive/screen_shot/dvd1cw3d2dbd-20.jpg
I did a quick attempt at an image splitter for sites where this is the case. I have attached the code (I hope it is attached, im not used to github)
for the example above it found 106 images from the main image.
Not sure if people would be interested in this being an option rolled into the JAMMovieScraper.
Regards.
The idea is interessting. I will test your code.