From 54540cd13241d081090d68e7e4c15c809c26fe36 Mon Sep 17 00:00:00 2001 From: Miguel Sozinho Ramalho <19508417+msramalho@users.noreply.github.com> Date: Mon, 27 Jun 2022 16:07:09 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69ffc7f..c8da923 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +Then repeat the steps above.