Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pravj/parsehtml
- Owner: pravj
- Created: 2013-08-11T09:27:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-19T09:52:52.000Z (about 11 years ago)
- Last Synced: 2024-04-14T19:59:23.778Z (7 months ago)
- Language: Python
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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