From: Mikael Frykholm Date: Tue, 19 Mar 2019 14:38:42 +0000 (+0100) Subject: Force ipv4 X-Git-Url: https://git.frykholm.com/svtplaydump.git/commitdiff_plain?ds=sidebyside Force ipv4 --- diff --git a/mirror-svtplay.py b/mirror-svtplay.py index a08e14c..d17d6ad 100755 --- 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',