projects
/
svtplaydump.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17c4639
)
remove some debugging, add shebang
author
Mikael Frykholm
<mikael@frykholm.com>
Mon, 11 Mar 2019 17:11:54 +0000
(18:11 +0100)
committer
Mikael Frykholm
<mikael@frykholm.com>
Mon, 11 Mar 2019 17:11:54 +0000
(18:11 +0100)
mirror-svtplay.py
patch
|
blob
|
blame
|
history
diff --git
a/mirror-svtplay.py
b/mirror-svtplay.py
index a8eb60aebfd81dbaaa9c78948891874f906e2467..94cb95670ff8014076e7f7297c6f5b1214c72a3b 100755
(executable)
--- 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)