parse content

Quick & Dirty website parsing

In many situation one might want to collect information from a website without opening a browser and go to a specific website and lookup the desired piece of information. A other problem/challenge might be that a program needs some information from a website. The challenge here is that sometimes the content-provider might change the layout and thus a simple parser won't work. However i'd assume that the content-provider is not making changes to tags (eg div) where the location is stored.

Taggings:

Subscribe to parse content