mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-13 22:54:55 -04:00
Fix typos
This commit is contained in:
parent
f5b2e18379
commit
587739b109
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ class DownloadCommand(Command):
|
||||||
|
|
||||||
help = (
|
help = (
|
||||||
"\nDownload <title>Dreams</title> by <title>Fleetwood Mac</title>:\n"
|
"\nDownload <title>Dreams</title> by <title>Fleetwood Mac</title>:\n"
|
||||||
"$ <cmd>rip url https://www.deezer.com/en/track/63480987</cmd>\n\n"
|
"$ <cmd>rip url https://www.deezer.com/us/track/67549262</cmd>\n\n"
|
||||||
"Batch download urls from a text file named <path>urls.txt</path>:\n"
|
"Batch download urls from a text file named <path>urls.txt</path>:\n"
|
||||||
"$ <cmd>rip url --file urls.txt</cmd>\n\n"
|
"$ <cmd>rip url --file urls.txt</cmd>\n\n"
|
||||||
"For more information on Quality IDs, see\n"
|
"For more information on Quality IDs, see\n"
|
||||||
|
|
|
@ -373,7 +373,7 @@ class RipCore(list):
|
||||||
fg="yellow",
|
fg="yellow",
|
||||||
)
|
)
|
||||||
secho("rip config --deezer ", nl=False, bold=True)
|
secho("rip config --deezer ", nl=False, bold=True)
|
||||||
secho("to download FLAC files.\n\n", fg="yellow")
|
secho("to log in.", fg="yellow")
|
||||||
raise DeezloaderFallback
|
raise DeezloaderFallback
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue