projects
/
svtplaydump.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84e8c9d
)
Force ipv4
master
author
Mikael Frykholm
<mikael.frykholm@umu.se>
Tue, 19 Mar 2019 14:38:42 +0000
(15:38 +0100)
committer
Mikael Frykholm
<mikael.frykholm@umu.se>
Tue, 19 Mar 2019 14:38:42 +0000
(15:38 +0100)
mirror-svtplay.py
patch
|
blob
|
blame
|
history
diff --git
a/mirror-svtplay.py
b/mirror-svtplay.py
index a08e14cc6581cbdf43a5d9ff2812777929d7b99c..d17d6add5713d6cfa6b1c5dc5245f97a04ee945b 100755
(executable)
--- a/
mirror-svtplay.py
+++ b/
mirror-svtplay.py
@@
-73,6
+73,7
@@
def download(video):
'allsubtitles': True,
'writethumbnail': True,
'outtmpl' : f'{path}/%(title)s-%(id)s.%(ext)s',
+ 'source_address': '0.0.0.0',
'postprocessors': [
{
'key': 'ExecAfterDownload',