Skip to content

Commit

Permalink
Added download playlist feature gif to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AYehia0 committed Jan 18, 2023
1 parent 9dd360e commit f3c058f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A simple CLI app written in GO used to download sound-tracks from soundcloud wit
- Save tracks with tags/metadata : `Artwork Image`, `Creation Date`, `Author Name`.
- Multiple formats and qualities.
- [Blazingly Fast](https://youtu.be/Z0GX2mTUtfo)
- Download playlists (coming soon).
- Download playlists.
- Download user's tracks and playlists. (coming soon).

# Installation
Expand Down Expand Up @@ -57,8 +57,16 @@ Notes : `-s` can't work with a `url` passed.

- **Download through search**

Note that, search is limited to 6 results of type `track`, later on maybe `playlist` will be added. Also pagination may be add!.
Note: search is limited to 6 results of type `track`, later on maybe `playlist` will be added. Also pagination may be add!.

<p align="center">
<img src="assets/download-search-short.gif" style="border-radius:8px" alt="goandsoundcloud">
</p>

- **Download a playlist**

Note : when downloading a playlist, it uses the flag `--best` to grab the best quality.

<p align="center">
<img src="assets/playlist-download.gif" style="border-radius:8px" alt="goandsoundcloud">
</p>
Binary file added assets/playlist-download.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f3c058f

Please sign in to comment.