aboutsummaryrefslogtreecommitdiffstats
path: root/src/model/youload_playlist.py
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-03-26 21:18:28 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-03-26 21:18:28 +0000
commitce899d7f51975e6ac86d9350a9e90205f21914dd (patch)
tree636ce04a4a773a488d3bdec736ae071c1f983a8f /src/model/youload_playlist.py
parent4357d90862544370fcd3c70c46e131ca8c49883c (diff)
downloadyouload-ce899d7f51975e6ac86d9350a9e90205f21914dd.tar.gz
youload-ce899d7f51975e6ac86d9350a9e90205f21914dd.tar.bz2
youload-ce899d7f51975e6ac86d9350a9e90205f21914dd.zip
About to start something new
Diffstat (limited to 'src/model/youload_playlist.py')
-rw-r--r--src/model/youload_playlist.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/model/youload_playlist.py b/src/model/youload_playlist.py
index 1f8dc46..1856c64 100644
--- a/src/model/youload_playlist.py
+++ b/src/model/youload_playlist.py
@@ -58,7 +58,6 @@ class YouLoadPlayList:
# Remove mp4 file.
os.remove(file_path)
-
else:
video.streams.get_by_resolution(self.download_type).download(output_path=self.folder_name, filename_prefix=filename_prefix)