https://github.com/pravj/parsehtml
a simple HTML Parser
https://github.com/pravj/parsehtml
Last synced: 2 months ago
JSON representation
a simple HTML Parser
- Host: GitHub
- URL: https://github.com/pravj/parsehtml
- Owner: pravj
- Created: 2013-08-11T09:27:43.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-19T09:52:52.000Z (almost 12 years ago)
- Last Synced: 2025-06-16T09:58:22.627Z (4 months ago)
- Language: Python
- Size: 125 KB
- Stars: 0
- Watchers: 2
- 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