Video downloader container embedding yt-dlp and NordVPN ready to connect.
- Docker and Docker Compose installed
- NordVPN subscription with token
Create a .env file in the project root:
NORDVPN_TOKEN=<your-token>
NORDVPN_COUNTRY=<country-name>docker compose build
docker compose up -dTo connect to a different country:
# Access the container
docker exec -ti nordvpn_app /bin/bash
# Check current status
nordvpn status
# Connect to a specific country
nordvpn connect <country>- yt-dlp: Download videos from thousands of platforms (GitHub repository)
- NordVPN: Built-in VPN support for privacy and geo-restriction bypass
- Docker: Easy deployment and isolation