How do I scrap a image present on particular URL using Nokogiri. If there are better options than Nokogiri please suggest. The css image tag is .profilePic img
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
If it is just an
If you need to turn a relative image path into an absolute, see: |
|||
|
|
|
The lazy way is to use mechanize as it will figure out the urls and filenames for you:
|
|||
|
|