Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akuyuu authored Aug 13, 2023
1 parent 106fb15 commit 9d1985d
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# spot-on
Cli tool for downloading spotify tracks from youtube<br>
As of now, supports playlist & album downloads<br>
Results may be invalid, make sure to double check downloads(currently works for most genres, although classical music results are bad)<br>
Results may be invalid, make sure to double check downloads<br>


# Installation
Expand All @@ -22,6 +22,7 @@ python3.11 main.py [-h] [--type type] [--path path] [--precise] link
<li>--type - download type, must be either 'album' or 'playlist'</li>
<li>--path - specify download path, by default creates 'Downloads' dir in workdir</li>
<li>--precise - enable precise search. It will work slower, but results will be as close to the spotify's ones as possible</li>
<li>--workers - amount of threads to launch during download, 5 by default</li>
<li>link - spotify playlist/album link, can be either id or link</li>
</ul>

Expand All @@ -35,16 +36,3 @@ python3.11 main.py --type album --path 'Infinite Hyperdeath' https://open.spotif
python3.11 main.py --precise https://open.spotify.com/playlist/37i9dQZF1DXcBWIGoYBM5M
```
\- will create folder 'Downloads' and download playlist filtered by duration into it


# TBD
<ul>
<li>Add 403 error workaround (given that I find one)</li>
<li>Threads</li>
</ul>


# Known problem(s)
<ul>
<li>Sometimes download may fail with following error: `[download] Got error: HTTP Error 403: Forbidden`. I assume this is related to youtube doing something on their side since it used to work previously, I may find workaround in the future</li>
</ul>

0 comments on commit 9d1985d

Please sign in to comment.