alexta69 / metube

Self-hosted YouTube downloader (web UI for youtube-dl / yt-dlp)
GNU Affero General Public License v3.0
4k stars 263 forks source link

Download progress bars are not displaying correctly using YTDL_OPTIONS #289

Closed JunioCalu closed 1 year ago

JunioCalu commented 1 year ago

Download progress bars are not displaying correctly using YTDL_OPTIONS='{"external_downloader": "aria2c", "external_downloader_args":["-c","-j 16","-x 16","- s 16","-k 5M"]}'. I'm using the docker version.

PikuZheng commented 1 year ago

see #67 please

JunioCalu commented 1 year ago

see #67 please

thanks for the clarification.