Hello!
Sorry, for my bad English.
I need to get articles from the site sciencedirect. We at work have a subscription to this site, but there is always time for reading. Usually I make RSS feed by keywords, and use this code:
This code working well, but pictures very small (Thumbnails), and page have links "Full-Size images". I trying to find some regesp for this versions, but it too complicated for me. I will try to explan:
In rss url links is
Code:
http://www.sciencedirect.com/science?_ob=GatewayURL&_origin=IRSSSEARCH&_method=citationSearch&_piikey=S0142961211001487&_version=1&md5=a9937225219b20142aafab27e5043b87
Then in browser url is:
Code:
http://www.sciencedirect.com/science/article/pii/S0142961211001487
"Full-Size images" url look:
Code:
http://www.sciencedirect.com/science/article/pii/S0142961211001487?_rdoc=1&_fmt=full&_origin=gateway&md5=12247b4a7282dff569e83636d280c9ca&artImgPref=F
But when I press to this link in browser same url, like before:
Code:
http://www.sciencedirect.com/science/article/pii/S0142961211001487
So I trying to use this code:
But calibre say:
Сan someone explain to me how to get the full version of this article with pictures?
I have another question:
is it possible to change only the pictures in the article, ie if there are pictures in the article with the address
http://.../small/.../image.jpg. Can I change them to the pictures with the address
http://.../medium/.../image.jpg?
Thank you!