diff --git a/README.md b/README.md index 2521fba..58a5d93 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ # Piped API client (Python) -[![Test with pyTest](https://github.com/CWKevo/python-piped-api-client/actions/workflows/pytest.yml/badge.svg?branch=master)](https://github.com/CWKevo/python-piped-api-client/actions/workflows/pytest.yml) - -A Python API wrapper for [Piped](https://piped-docs.kavin.rocks/). This can essentially be used as an alternative way to access YouTube's API, without needing to use an API key. +A Python API wrapper for [Piped](https://piped-docs.kavin.rocks/). This can essentially be used as an alternative way to access YouTube's API, without needing to use an API key. Forked to allow for search queries to be made. ## Installation ```bash -pip install piped-api +pip install git+https://gitdab.com/cere/python-piped-api-client ``` ## Quickstart @@ -46,7 +44,4 @@ It is not meant to be a replacement for the official YouTube API, but it can hel ## Useful links -- [Piped's official API documentation](https://piped-docs.kavin.rocks/docs/api-documentation/) -- [Documentation for this package](https://cwkevo.github.io/python-piped-api-client/) - - +- [Piped's official API documentation](https://piped-docs.kavin.rocks/docs/api-documentation/) \ No newline at end of file