How to download video from arte+7, arte-tv and similar sites?

Arte tv has a website called arte+7 where some videos are provided for a period of time. But these are not as easy to download as those on youtube and other such websites.

Is there a program that can do that?


Depending on the evolution of the website, some of these solutions may stop working from time to time.

A cross-platform solution:

Lately, Arte has posted on its Youtube channel some of the videos. (On that here.)

Another cross-platform solution:

A userscript does the trick. Can be used with Greasemonkey in Firefox and Tampermonkey in Chrome - so this is a cross-platform solution.

It will display download option under the video screen.

enter image description here

After installing Greasemonkey, click here to install the script.

If that stops working, look for an updated version.


Videoob

It is the 'video capability' of the powerful and much larger tool Weboob.

sudo apt-get install weboob weboob-qt

Videoob is not limited to arte tv.

To just search and watch the video (in a rather limited integrated video player), you can use Qvideoob, the qt frontend of videoob.

enter image description here

enter image description here

(The player window shows the url of the video, which can be copied and used in an external player - see below.)

From there you can update and add new 'backends' (tv stations and such). Backends > Add. (The Weboob backends configuration tool can also be launched separately from a launcher like Dash.)

enter image description here

To download:

Open terminal and run videoob. You will see this

videoob>

Type help to see more options.

Type search TERM in order to find titles, like for example

videoob> search republique

then, after getting a list of titles just type, download NUMBER to download a certain title according to its number (it should look like so: videoob:/search> download 1). The download goes to ~/.

I use a desktop file to launch the terminal directly with that:

gedit ~/.local/share/applications/TV-download.desktop

with

[Desktop Entry]
Categories=AudioVideo;
Exec=gnome-terminal -e 'videoob' --profile=hold
Icon=qvideoob
Name=TV France (search, then download)
StartupNotify=true
Terminal=false
Type=Application
Categories=Network;System;

Instead of downloading with wget in terminal, you may watch the video in an external player like mpv (with mpv <url>) or SMPlayer (Open-URL). To get the video url use info instead of download and the address will appear after url:

enter image description here

Also, the url of the video is displayed in the window of the Qvideoob integrated player as seen above.


Qarte

(Source) - Also, thanks to Carl for posting an answer on Qarte in September 2015 on the new Qarte versions that work.

sudo add-apt-repository ppa:vincent-vandevyvre/vvv
sudo apt-get update
sudo apt-get install qarte

To download the deb, here.

enter image description here

Qarte has a second part dedicated to arte live web

enter image description here


A very good tool is Captvty from Windows: to install that under Wine, see this separate post; installing it may take some time, but it may be very useful in that it displays all available titles for many stations without the need (and the possibility) to search.

enter image description here



Arte.tv website has been completly rewritten in March 2013... Probably old scripts and hacks have not updated their code.

I have created a small standalone php webpage that allow you to download, without any software or account any Arte+7 videos as a MP4 file , just go there: http://floriancrouzat.net/arte/ and paste your Arte+7 URL. If you liked it, either recommend the page or leave me a comment, it's always a pleasure ;) -- Florian