From 5635dcca27d4ac7216a3cdab41105bdf70febc0f Mon Sep 17 00:00:00 2001 From: Jelle Besseling Date: Tue, 14 Aug 2018 16:45:17 +0200 Subject: [PATCH] Include hashbang line (#9) The hashbang allows you to run the script like this: `./dl.py` --- dl.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dl.py b/dl.py index d590d48..eb28d48 100644 --- a/dl.py +++ b/dl.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + import opml import feedparser import youtube_dl