diff --git a/tubearchivist/home/src/download.py b/tubearchivist/home/src/download.py index c513fa6f..429c90d8 100644 --- a/tubearchivist/home/src/download.py +++ b/tubearchivist/home/src/download.py @@ -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"]: