mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
Merge options -f and -ff into -f
This commit is contained in:
@@ -8,7 +8,10 @@ def match_arguments(arguments):
|
||||
for track in arguments.tracks:
|
||||
if track == "-":
|
||||
for line in sys.stdin:
|
||||
command_line.helpers.download_track(line, arguments)
|
||||
command_line.helpers.download_track(
|
||||
line,
|
||||
arguments
|
||||
)
|
||||
else:
|
||||
command_line.helpers.download_track(track, arguments)
|
||||
elif arguments.list:
|
||||
|
||||
Reference in New Issue
Block a user