From 32093b62b2cfb89c934d0881b94f88bacc586f13 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Wed, 23 Mar 2022 20:51:32 +0100 Subject: [PATCH] Added shebang to python scripts --- download-music.py | 1 + download-once.py | 1 + download-videos.py | 1 + 3 files changed, 3 insertions(+) diff --git a/download-music.py b/download-music.py index 5e477a2..6a52deb 100644 --- a/download-music.py +++ b/download-music.py @@ -1,3 +1,4 @@ +#!/bin/python import yaml import os diff --git a/download-once.py b/download-once.py index 0e22a36..4335e52 100644 --- a/download-once.py +++ b/download-once.py @@ -1,3 +1,4 @@ +#!/bin/python # This script is for downloading stuff ONCE. This is for, let's say, playlists that will never change again that you want to download. import yaml import os diff --git a/download-videos.py b/download-videos.py index a1bbe9b..a2a937a 100644 --- a/download-videos.py +++ b/download-videos.py @@ -1,3 +1,4 @@ +#!/bin/python import yaml import os