Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 4d4f2c2

Browse files
committed
Fixes and new image
1 parent 3b23a31 commit 4d4f2c2

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![mmdl](https://raw.githubusercontent.com/techboy-coder/mmdl/main/mmdl%20image.png)
1+
![mmdl](mmdl_image.png)
22

33
# mmdl - Mega Music Downloader
44

mmdl image.png

-143 KB
Binary file not shown.

mmdl/ask.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def asker():
3333
'From YTMusic (beta)',
3434
]).ask() # returns value of selection
3535

36-
if input_method == "From YTMusic":
36+
if input_method == "From YTMusic (beta)":
3737
console.print("""[bold red]YT-Music[/bold red].
3838
- Go to your YTMusic liked songs playlist (https://music.youtube.com/playlist?list=LM)
3939
- Make sure you are logged in
@@ -57,7 +57,7 @@ def asker():
5757
text_file = open(file ,encoding='utf-8')
5858
songs_list = text_file.read().splitlines()
5959
return songs_list
60-
elif input_method=="Songs, comma seperated":
60+
elif input_method=="Write song titles, comma seperated":
6161
songs_list = questionary.text("Write all songs (comma seperated):").ask().split(",")
6262
return songs_list
6363
except Exception as e:

mmdl_image.png

153 KB
Loading

0 commit comments

Comments
 (0)