@@ -11,15 +11,16 @@ The fullset of funcitonality offered by this is:
1111
1212
1313### Installation
14- ``` sh
15- $ pip3 install -r requirements.txt
14+ ```
15+ $ pip install poetry
16+ $ poetry install
1617```
1718
1819### Usage
1920
2021##### Download Playlist or Album from Web URL
2122```
22- $ python3 Download .py
23+ $ poetry run python download .py
2324$ Paste the URL: https://www.jiosaavn.com/album/tum-hi-aana-from-marjaavaan/j9bfphC2728_
2425```
2526
@@ -32,34 +33,34 @@ $ Paste the URL: https://www.jiosaavn.com/album/tum-hi-aana-from-marjaavaan/j9bf
3233
3334#### Download All Albums of an Artist
3435```
35- $ python Download .py -artist --album
36+ $ poetry run python download .py -artist --album
3637$ Paste the URL of Artist Profile: https://www.jiosaavn.com/artist/babbal-rai-albums/pRd5ZTGrLv8_
3738```
3839
3940#### Download All Songs of an Artist
4041```
41- $ python Download .py -artist --song
42+ $ poetry run python download .py -artist --song
4243$ Paste the URL of Artist Profile: https://www.jiosaavn.com/artist/babbal-rai-albums/pRd5ZTGrLv8_
4344```
4445
4546
4647#### Download All Playlist from your profile
4748```
48- $ python3 Download .py -p
49+ $ poetry run python download .py -p
4950$ Enter your Email: your_saavn_email
5051$ Enter your Password: your_saavn_password
5152```
5253
5354#### Download All Albums from your profile
5455```
55- $ python3 Download .py -a
56+ $ poetry run python download .py -a
5657$ Enter your Email: your_saavn_email
5758$ Enter your Password: your_saavn_password
5859```
5960
6061#### Download All JioSaavn Originals or Podcast Shows from your profile
6162```
62- $ python3 Download .py -s
63+ $ poetry run python download .py -s
6364$ Enter your Email: your_saavn_email
6465$ Enter your Password: your_saavn_password
6566```
0 commit comments