brianclinkenbeard / vitalsource-pdf

Create a PDF of pages from a textbook on VitalSource
ISC License
8 stars 6 forks source link

Vital changes #1

Open carbinefreak opened 2 years ago

carbinefreak commented 2 years ago

Looks like the old paths for grabbing the images are not working any more. I also couldn't seem to get the CURL to work with my cookie but after some digging I was able to get the following working as the grabber: wget --load-cookies cookies.txt https://jigsaw.gilmoreglobal.com/books/${isbn}/images/${page} -O ${isbn}/${page}.jpg

emanet1 commented 1 year ago

Hello Joe, how did you get it to work? Its not working on my end.