From 080f1f408cb3bbfc4beea9f029a77590d08fd682 Mon Sep 17 00:00:00 2001 From: Youssef Hajjioui Date: Sat, 29 Jan 2022 20:08:08 -0500 Subject: [PATCH] Corrected modifiations I made for testing purposes I deleted some code, that I used for testing purposes. Sorry, for another commit, everyone. --- bin/youtube-dl | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/youtube-dl b/bin/youtube-dl index 04fc04aae..fc3cc8ad8 100755 --- a/bin/youtube-dl +++ b/bin/youtube-dl @@ -1,9 +1,6 @@ #!/usr/bin/env python import youtube_dl -import sys - -sys.argv = ["", "--config-location", "youtube-dl.config", "https://music.youtube.com/playlist?list=PLmq8d_1q7d1Wp4kfF3DUlaWoQK0PM_D76&feature=share"] if __name__ == '__main__': youtube_dl.main()