aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/arte.py
AgeCommit message (Collapse)Author
2013-07-08Remove dead codePhilipp Hagemeister
2013-07-08[arte] Always look for the JSON URL (Fixes #1002)Philipp Hagemeister
2013-07-05ArteTVIE: support emission urls that don't contain the video idJaime Marquínez Ferrándiz
Like http://www.arte.tv/guide/fr/emissions/AJT/arte-journal
2013-07-04[arte] Fix language selection (Fixes #988)Philipp Hagemeister
2013-07-02ArteTVIE: extract the video with the correct languageJaime Marquínez Ferrándiz
Some urls from the French version of the page could download the German version. Also instead of extracting the json url from the webpage, build it to skip the download
2013-06-30ArteTvIE: support videos from videos.arte.tvJaime Marquínez Ferrándiz
Each source of videos have a different extraction process, they are in different methods of the extractor. Changed the extension of videos from mp4 to flv.
2013-06-27ArteTvIE: rewrite the extract process to support the new site (fixes #875)Jaime Marquínez Ferrándiz
The video can be downloaded with rtmp or http, but the best quality format seems to always use rtmp. Deleted the old methods.
2013-06-23[arte] Mark dead code as suchPhilipp Hagemeister
2013-06-23Move ARD, Arte, ZDF into their own filesPhilipp Hagemeister