I'm newbie and experimenting,like the title said i wanted to use youtube-dl with aria2
So this is my youtube-dl config
--cache-dir /sdcard/Download
--all-subs
--external-downloader "aria2c"
--external-downloader-args "--dir=/sdcard/Download --split=16 --max-connection-per-server=16 --min-split-size=1M --continue=true"
--merge-output-format "mkv"
--embed-subs
-f "bestvideo[width=1280][fps>=30][vcodec=vp9]+bestaudio[acodec=opus]/bestvideo[width=1280][fps>=30]+bestaudio"
The thing is when i try to download https://youtu.be/kUd9act5EP4 (pewd's new video) around 141mb(avc1 with opus audio) and 112mb(vp9 with opus audio) its downloaded with aria2 but when I try to download https://youtu.be/FKhtrdd6p4Q (random lengthy video) around 764mb(avc1 with aac audio)its downloaded without aria2(idk what its downloaded with(native termux downloader?)).
So what is my error in this?(I have attached a screenshot)
Oh and one more thing,how to change youtube-dl download location?