Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valsou/arteplusplus
Userscript to show downloads available next to videos of Arte.tv
https://github.com/valsou/arteplusplus
arte greasemonkey javascript tampermonkey userscript violentmonkey
Last synced: 4 days ago
JSON representation
Userscript to show downloads available next to videos of Arte.tv
- Host: GitHub
- URL: https://github.com/valsou/arteplusplus
- Owner: valsou
- License: mit
- Archived: true
- Created: 2020-06-13T07:32:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T12:39:39.000Z (about 2 years ago)
- Last Synced: 2024-10-02T06:01:42.750Z (4 months ago)
- Topics: arte, greasemonkey, javascript, tampermonkey, userscript, violentmonkey
- Language: JavaScript
- Homepage: https://github.com/valsou
- Size: 1.16 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://github.com/valsou/artePlusPlus/blob/master/img/arteplusplus.png)
## January 2023 (Repo archived)
In the light of the impossibility to retrieve a muxed .mp4, the userscript is no more useful.
Alternative is to paste the url of the page to **yt-dlp**.## Description
My wife needed to download more easily a bunch of videos from ARTE.tv for her students.The script shows you right under the current video a list of downloadable resources.
For each link you can :
- left : open the video in a new tab (normal behavior)
- right : copy the link to download the video in a downloader managerThe script gets its labels and other texts from the API, so they are already translated. I added a few translations based on the six languages available on the website. Feel free to tell me if they are wrong.
## Installation (and compatibility)
I developed the script with Tampermonkey 4.11.6114 and Mozilla Firefox 77.0.1.
Feel free to tell me or the others in ![issues](https://github.com/valsou/artePlusPlus/issues) if it does not work for you.It « should be » compatible with **Greasemonkey** and **Violentmonkey**.
**Installation :** just copy ![the script](https://github.com/valsou/artePlusPlus/blob/master/artePlusPlus.js) in you Userscript add-on. :)
## Presentation
![](https://github.com/valsou/artePlusPlus/blob/master/img/french_sample.jpg)
^ ^ ^ German translation ^ ^ ^![](https://github.com/valsou/artePlusPlus/blob/master/img/deutsch_sample.jpg)
^ ^ ^ French translation ^ ^ ^![](https://github.com/valsou/artePlusPlus/blob/master/img/view_sample.jpg)
## Disclaimer
ARTE offers a desktop application named « EducArte offline player ». But it is slow and you have to go to the website first, add the video to your account, then (slowly) download the video with the application. Neither done nor to do.
Yet, you are fully responsible of any usage you could do with the script which could be against ARTE policies.