Small Python script to get data from URLs.
Gets number of <hN>, <img>, <strong>, <figure> and <video> tags for each URL.
Returns CSV file.
Simply install dependencies:
pip install -r requirements.txt
Two modes: single URL or list (from text file).
Get help:
python scrap.py --help
If you wish to contribute to this repository or to report an issue, please use GitLab.