X-Git-Url: https://git.frykholm.com/svtplaydump.git/blobdiff_plain/17c4639efcffb4051319c344e6d8a4627d104b3b..e258edf3df039f15aefb1646e7b089103accae99:/mirror-svtplay.py 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)