aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/arte.py
AgeCommit message (Collapse)Author
2014-08-24[arte.tv:creative] Fix test casePhilipp Hagemeister
2014-08-24[arte:creative] Support more URLs (fixes #3572)Philipp Hagemeister
2014-08-09[arte] Do not filter formats when there are no videos of requested lang code ↵Sergey M․
(Closes #3433)
2014-07-07[arte] Manually set the rtmp play_path (fix #3198)Jaime Marquínez Ferrándiz
rtmpdump doesn't parse it right
2014-06-28[ArteTVFuture] fix empty formats listPetr Půlpán
2014-05-08[arte] Fix versionCode interpretation (#2588)Philipp Hagemeister
2014-04-21[arte] differentiate JSON outputsPhilipp Hagemeister
2014-03-24Merge remote-tracking branch 'origin/master' into HEADPhilipp Hagemeister
Conflicts: youtube_dl/extractor/arte.py
2014-03-24[arte] Fix videos.arte.tv extractionJaime Marquínez Ferrándiz
2014-03-24[arte] Fix video.arte.tv extractorPhilipp Hagemeister
2014-03-24[arte] Add support for embedded videos (Fixes #2620)Philipp Hagemeister
2014-03-24[arte] Add support for multiple formatsPhilipp Hagemeister
2014-03-24[arte] Remove liveweb supportPhilipp Hagemeister
liveweb.arte.tv is no longer functional, everything has moved to concert
2014-03-22Make missing test definition fields an errorPhilipp Hagemeister
If the result is not testable (for example, because a description changes often), either pass in a type or a regular expression (a string starting with 're:')
2014-03-20[arte] Modernize tests and fix _VALID_REGEXJaime Marquínez Ferrándiz
2014-03-20[arte] Add extractor for concert.arte.tv (closes #2588)Jaime Marquínez Ferrándiz
2014-03-19[arte.tv:+7] Fix _VALID_URLSergey M․
2014-03-08[arte] Raise a proper error when no video is foundPhilipp Hagemeister
2014-01-07More unicode literalsPhilipp Hagemeister
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