aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/arte.py
AgeCommit message (Collapse)Author
2013-12-16[arte:ddc] Remove testJaime Marquínez Ferrándiz
video seems to expire in 7 days, as arte+7
2013-12-08[arte.tv:ddc] Add fields to the test and skip download (rtmp)Jaime Marquínez Ferrándiz
2013-12-08made ddc.arte.tv test workingCamillo Dell'mour
2013-12-08added arte.tv extractor support for subdomain ddc - Mit offenen ↵Camillo Dell'mour
Karten(german) Le Dessous des Cartes(france)
2013-12-04Correct some extractor _VALID_URL regexesdst
2013-11-26Use the new '_download_xml' helper in more extractorsJaime Marquínez Ferrándiz
2013-11-17[arte] remove two typosPhilipp Hagemeister
2013-11-09[arte] Improve the format sortingJaime Marquínez Ferrándiz
Also use the bitrate. Prefer normal version and sourds/mal version over original version with subtitles.
2013-11-09[arte] Make sure the format_id is unique (closes #1739)Jaime Marquínez Ferrándiz
Include the bitrate and use the height instead of the quality field.
2013-10-29[arte] Download the 'Originalversion' version if it's the only one available ↵Jaime Marquínez Ferrándiz
(fixes #1682)
2013-10-22[arte.tv:creative] Update the title of the testJaime Marquínez Ferrándiz
2013-10-21[arte] Set the format_note and the format_id fields (closes #1628)Jaime Marquínez Ferrándiz
2013-10-13[arte] Add an extractor for future.arte.tv (closes #1593)Jaime Marquínez Ferrándiz
2013-10-13[arte] add an extractor for creative.arte.tv (#1593)Jaime Marquínez Ferrándiz
The +7 videos now use an independent extractor that is also used for the creative videos
2013-10-11[arte] Prepare for generic format support (#980)Jaime Marquínez Ferrándiz
2013-08-03[arte] add support for downloading from http://liveweb.arte.tv (fixes #1014)Jaime Marquínez Ferrándiz
2013-08-03[arte] Prefer vídeos without subtitles in the same language (fixes #1173) ↵Jaime Marquínez Ferrándiz
and fix crash when there's no description
2013-08-01Fix regex error when only subtitled video is available on arte.Dominik
2013-07-11[arte] Fix on 2.6Philipp Hagemeister
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