LockeJet

Results 2 issues of LockeJet

I tried to download video from youtube.com. Some video could be downloaded, and some failed. Here was the script: ``` #!/bin/bash docker stop youtube-dl docker rm youtube-dl #alias youtube-dl="docker run...

以前好好的,但是升级之后出现了问题: 这是docker-compose.yml ``` version: "3.2" services: Aria2-Pro: container_name: aria2-pro image: p3terx/aria2-pro environment: - PUID=1000 - PGID=100 - UMASK_SET=022 - RPC_SECRET=secret - RPC_PORT=6800 - LISTEN_PORT=6888 - DISK_CACHE=64M - IPV6_MODE=false - UPDATE_TRACKERS=true...