Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pravj/parsehtml

a simple HTML Parser
https://github.com/pravj/parsehtml

Last synced: 30 days ago
JSON representation

a simple HTML Parser

Awesome Lists containing this project

README

        

parseHTML
=========

a simple HTML Parser


actually I was learning python and trying to write a script to Download Pictures from a website.

On that website, pictures were arranged Category-wise, So some pictures in one Category-folder,

and so on.

Then basically I had to scrape Page-Source.

after fighting some time with HTMLParser.py and BeautifulSoap.py,

I thought about own script that can do the desired task