Update README.md

This commit is contained in:
Miguel Sozinho Ramalho
2022-06-27 16:07:09 +01:00
committed by GitHub
parent cfb13e5d82
commit 54540cd132

View File

@@ -1,5 +1,8 @@
# vk-url-scraper
Library to scrape data and especially media links (videos and photos) from vk.com URLs.
Python library to scrape data, and especially media links like videos and photos, from vk.com URLs.
[![PyPI version](https://badge.fury.io/py/vk-url-scraper.svg)](https://badge.fury.io/py/vk-url-scraper)
[![PyPI download month](https://img.shields.io/pypi/dm/vk-url-scraper.svg)](https://pypi.python.org/pypi/vk-url-scraper/)
You can use it via the [command line](#command-line-usage) or as a [python library](#python-library-usage).
@@ -102,4 +105,4 @@ If for some reason the GitHub Actions release workflow failed with an error that
git tag -l | xargs git tag -d && git fetch -t
```
Then repeat the steps above.
Then repeat the steps above.