remove leftovers

This commit is contained in:
simon 2022-01-05 11:10:11 +07:00
parent 49eb565e2a
commit 6aef3dfb96
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 0 additions and 4 deletions

View File

@ -645,10 +645,6 @@ class VideoDownloader:
if throttle:
obs["throttledratelimit"] = throttle * 1024
external = False
if external:
obs["external_downloader"] = "aria2c"
postprocessors = []
if self.config["downloads"]["add_metadata"]: