From: Mikael Frykholm Date: Mon, 11 Mar 2019 17:11:54 +0000 (+0100) Subject: remove some debugging, add shebang X-Git-Url: https://git.frykholm.com/svtplaydump.git/commitdiff_plain/e258edf3df039f15aefb1646e7b089103accae99 remove some debugging, add shebang --- diff --git a/mirror-svtplay.py b/mirror-svtplay.py index a8eb60a..94cb956 100755 --- a/mirror-svtplay.py +++ b/mirror-svtplay.py @@ -1,3 +1,4 @@ +#!/usr/bin/python3 from pathlib import Path import requests import youtube_dl @@ -17,7 +18,7 @@ def find_genre(video): return "Ingen genre" def download(video): - print(video) +# print(video) if video['live']: return genre = find_genre(video)