mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-24 20:14:42 -04:00
Misc bug fixes
Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
parent
e77182ae6a
commit
835c8d4cc6
5 changed files with 44 additions and 16 deletions
|
@ -44,7 +44,7 @@ def download_albums():
|
|||
procs.append(subprocess.run([*rip_url, url]))
|
||||
|
||||
for p in procs:
|
||||
print(p)
|
||||
click.echo(p)
|
||||
|
||||
|
||||
def check_album_dl_success(folder, correct):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue