diff --git a/README.md b/README.md
index 07f13c9..b7d5bd5 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# spot-on
Cli tool for downloading spotify tracks from youtube
As of now, supports playlist & album downloads
-Results may be invalid, make sure to double check downloads(currently works for most genres, although classical music results are bad)
+Results may be invalid, make sure to double check downloads
# Installation
@@ -22,6 +22,7 @@ python3.11 main.py [-h] [--type type] [--path path] [--precise] link
--type - download type, must be either 'album' or 'playlist'
--path - specify download path, by default creates 'Downloads' dir in workdir
--precise - enable precise search. It will work slower, but results will be as close to the spotify's ones as possible
+ --workers - amount of threads to launch during download, 5 by default
link - spotify playlist/album link, can be either id or link
@@ -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
-
- - Add 403 error workaround (given that I find one)
- - Threads
-
-
-
-# Known problem(s)
-
- - 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
-