charlotte-ruby / image_scraper

simple utility that pulls image URLs from a web page
MIT License
21 stars 10 forks source link

fixing crash when escaped double quotes enclose the url #7

Closed rcarvalho closed 4 years ago

rcarvalho commented 10 years ago

This fixes the issue of an escaped quote being at the beginning or end of the url, which throws a URI parse error.

invalidusrname commented 4 years ago

Fixed in #28