X-Git-Url: https://git.frykholm.com/svtplaydump.git/blobdiff_plain/84e8c9debfdc0385efe4ffa9925f557bca3d97b0..HEAD:/mirror-svtplay.py 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',