Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
13
rated 0 times [  13] [ 0]  / answers: 1 / hits: 15993  / 3 Years ago, thu, july 8, 2021, 11:06:29

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?


More From » flash

 Answers
1

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





[#35713] Friday, July 9, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
inglehare

Total Points: 330
Total Questions: 111
Total Answers: 95

Location: Sint Maarten
Member since Tue, Mar 29, 2022
2 Years ago
;