Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 list | Petr Půlpán | |
2014-05-08 | [arte] Fix versionCode interpretation (#2588) | Philipp Hagemeister | |
2014-04-21 | [arte] differentiate JSON outputs | Philipp Hagemeister | |
2014-03-24 | Merge remote-tracking branch 'origin/master' into HEAD | Philipp Hagemeister | |
Conflicts: youtube_dl/extractor/arte.py | |||
2014-03-24 | [arte] Fix videos.arte.tv extraction | Jaime Marquínez Ferrándiz | |
2014-03-24 | [arte] Fix video.arte.tv extractor | Philipp Hagemeister | |
2014-03-24 | [arte] Add support for embedded videos (Fixes #2620) | Philipp Hagemeister | |
2014-03-24 | [arte] Add support for multiple formats | Philipp Hagemeister | |
2014-03-24 | [arte] Remove liveweb support | Philipp Hagemeister | |
liveweb.arte.tv is no longer functional, everything has moved to concert | |||
2014-03-22 | Make missing test definition fields an error | Philipp 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_REGEX | Jaime 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_URL | Sergey M․ | |
2014-03-08 | [arte] Raise a proper error when no video is found | Philipp Hagemeister | |
2014-01-07 | More unicode literals | Philipp Hagemeister | |
2013-12-16 | [arte:ddc] Remove test | Jaime 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-08 | made ddc.arte.tv test working | Camillo Dell'mour | |
2013-12-08 | added arte.tv extractor support for subdomain ddc - Mit offenen ↵ | Camillo Dell'mour | |
Karten(german) Le Dessous des Cartes(france) | |||
2013-12-04 | Correct some extractor _VALID_URL regexes | dst | |
2013-11-26 | Use the new '_download_xml' helper in more extractors | Jaime Marquínez Ferrándiz | |
2013-11-17 | [arte] remove two typos | Philipp Hagemeister | |
2013-11-09 | [arte] Improve the format sorting | Jaime 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 test | Jaime 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-01 | Fix regex error when only subtitled video is available on arte. | Dominik | |
2013-07-11 | [arte] Fix on 2.6 | Philipp Hagemeister | |
2013-07-08 | Remove dead code | Philipp Hagemeister | |
2013-07-08 | [arte] Always look for the JSON URL (Fixes #1002) | Philipp Hagemeister | |
2013-07-05 | ArteTVIE: support emission urls that don't contain the video id | Jaime 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-02 | ArteTVIE: extract the video with the correct language | Jaime 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-30 | ArteTvIE: support videos from videos.arte.tv | Jaime 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-27 | ArteTvIE: 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 such | Philipp Hagemeister | |
2013-06-23 | Move ARD, Arte, ZDF into their own files | Philipp Hagemeister | |