forked from djib/PDMameUpdate
Fix for downloaded torrents
This commit is contained in:
@ -272,7 +272,7 @@ def update_torrents():
|
||||
)
|
||||
|
||||
if args.keep:
|
||||
t = requests.get(torrent['remote-link'], verify=False)
|
||||
t = requests.get(torrent['remote-link'], verify=False, cookies=cookies)
|
||||
open(new_torrent, 'wb').write(t.content)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user