Video DownloadHelper
The easy way to download and convert Web videos from hundreds of YouTube-like sites.
Firefox 플러그인 이다.
Installation
Alpine Linux
apk add libc6-compat libstdc++ curl ca-certificates gcompat
cd /tmp
curl -L -O https://github.com/mi-g/vdhcoapp/releases/download/v1.6.3/net.downloadhelper.coapp-1.6.3-1_amd64.tar.gz
tar xf net.downloadhelper.coapp-1.6.3-1_amd64.tar.gz
cd /tmp/net.downloadhelper.coapp-1.6.3/bin
# user-wide install
./net.downloadhelper.coapp-linux-64 install --user
# system-wide install
./net.downloadhelper.coapp-linux-64 install --system
Output:
Troubleshooting
cannot execute: required file not found
- bash cannot find vdhcoapp file? · Issue #228 · aclap-dev/vdhcoapp
- Running glibc programs - Alpine Linux
만약 Alpine Linux 에서 실행했다면 glibc 관련 라이브러리 문제일 수 있다. apk add gcompat
로 설치한 후 테스트해보자.