Unquote user-agent for aria2c (#510)

* Unquote user-agent for aria2c
master
AbdullahM0hamed 2020-09-13 15:11:39 +01:00 committed by GitHub
parent b4d281a527
commit 0d1f4e65e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ def format_command(cmd, episode, file_format, speed_limit, path):
'file_format': file_format,
'download_dir': os.path.abspath(path),
'referer': episode.source().referer,
'useragent': f'"{useragent}"',
'useragent': useragent,
'speed_limit': speed_limit
}