Arte Video Downloader is a simple Python script that lets you download videos from Arte website while they are available for free online.
- Make main.py executable and run it.
- Paste your video URL.
- Select the options you want (video quality, language, subtitles).
- Wait for the download to complete, the file will be saved in the scipt's directory.
This script is only made to download videos that are free do watch. You are the only responsible of how you use it.
This script uses python 3 with the following dependencies: urllib3
, bs2
and wget
.
1.0.0
Checks for URL errors
0.0.1
Initial Version