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