diff --git a/README.md b/README.md index b58292d..9917eee 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ - -![streamrip](demo/logo.svg) +![streamrip logo](https://github.com/nathom/streamrip/blob/dev/demo/logo.svg?raw=true) [![Downloads](https://pepy.tech/badge/streamrip)](https://pepy.tech/project/streamrip) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black) A scriptable stream downloader for Qobuz, Tidal, Deezer and SoundCloud. -![Streamrip downloading an album](demo/download_album.png) - +![downloading an album](https://github.com/nathom/streamrip/blob/dev/demo/download_album.png?raw=true) ## Features @@ -93,10 +91,10 @@ rip url --quality 3 https://tidal.com/browse/album/147569387 Search for albums matching `lil uzi vert` on SoundCloud ```bash -rip search soundcloud artist 'lil uzi vert' +rip search tidal playlist 'rap' ``` -![streamrip interactive search](https://github.com/nathom/streamrip/blob/dev/demo/album_search.png?raw=true) +![streamrip interactive search](https://github.com/nathom/streamrip/blob/dev/demo/playlist_search.png?raw=true) Search for *Rumours* on Tidal, and download it @@ -173,13 +171,8 @@ Thanks to Vitiko98, Sorrow446, and DashLt for their contributions to this projec ## Disclaimer +I will not be responsible for how **you** use `streamrip`. By using `streamrip`, you agree to the terms and conditions of the Qobuz, Tidal, and Deezer APIs. -I will not be responsible for how you use `streamrip`. By using `streamrip`, you agree to the terms and conditions of the Qobuz, Tidal, and Deezer APIs. +## Sponsorship -## Donations/Sponsorship - -Buy Me A Coffee - - -Consider contributing some funds [here](https://www.buymeacoffee.com/nathom), which will go towards holding -the premium subscriptions that I need to debug and improve streamrip. Thanks for your support! +Consider becoming a Github sponsor for me if you enjoy my open source software. diff --git a/demo/album_search.png b/demo/album_search.png deleted file mode 100644 index ee99b6c..0000000 Binary files a/demo/album_search.png and /dev/null differ diff --git a/demo/deezer_downloader_tutorial.png b/demo/deezer_downloader_tutorial.png deleted file mode 100644 index ec7f710..0000000 Binary files a/demo/deezer_downloader_tutorial.png and /dev/null differ diff --git a/demo/download_album.png b/demo/download_album.png index 970e9bc..d1ec63a 100644 Binary files a/demo/download_album.png and b/demo/download_album.png differ diff --git a/demo/example_help_page.png b/demo/example_help_page.png index 2373d52..f92448b 100644 Binary files a/demo/example_help_page.png and b/demo/example_help_page.png differ diff --git a/demo/playlist_search.png b/demo/playlist_search.png new file mode 100644 index 0000000..3584271 Binary files /dev/null and b/demo/playlist_search.png differ