I use hpple to parse html from URL that I got from the rss feed that contains the space inside. I try to parse html by copying and pasting the url from browser and it works but when i do the same thing with the url that I got from rss feed, it seem doesn’t work. I think the problem is space inside url, am I right? How do I parse HTML from that URL?
Many thanks
Try escaping the URL.