https://github.com/bafs/arte7dl
Arte+7 Downloader using nodejs
https://github.com/bafs/arte7dl
Last synced: 12 months ago
JSON representation
Arte+7 Downloader using nodejs
- Host: GitHub
- URL: https://github.com/bafs/arte7dl
- Owner: BafS
- License: mit
- Created: 2014-07-30T20:23:53.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T20:54:08.000Z (about 6 years ago)
- Last Synced: 2025-06-11T04:43:12.684Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arte+7 downloader
## Installation
npm install -g arte7dl
## Usage
arte7dl [-q 2200|1500|800] [--title 'title pattern']
The title pattern can use video informations using `%` to delimite the variable.
- Exemple: `%title% %year% %lang% [arte7]`
- Available options: `title`, `subtitle`, `description`, `lang`, `year`, `time`, `director`, `image`
- Default pattern: `%title%% - subtitle% %(year)% [arte]`
### Exemples
- `arte7dl 'http://www.arte.tv/guide/fr/048707-028/silex-and-the-city'`
- Will download the video as `Silex and the city - Enchères et en os (2013) [arte].mp4` in best quality.
- `arte7dl -q 800 --title '%title% ARTE' 'http://www.arte.tv/guide/fr/048707-028/silex-and-the-city'`
- Will download the video as `Silex and the city ARTE.mp4` in worst quality.
*NOTE*: This script is for PERSONAL USE ONLY.