Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-18 | [wdr] Add WDRBaseIE, for Sportschau (#9799) | Yen Chi Hsuan | |
2016-06-10 | [wdr] Subtitles are TTML | Yen Chi Hsuan | |
2016-06-09 | [wdr] Misc changes | Yen Chi Hsuan | |
2016-06-09 | [wdr] Simplify extraction | Yen Chi Hsuan | |
2016-06-09 | [wdr] Support radio players (closes #6147) | Yen Chi Hsuan | |
2016-06-08 | [wdr] Update _TESTS | Yen Chi Hsuan | |
2016-05-26 | [WDR] fixed parsing of playlists | Boris Wachtmeister | |
2016-05-26 | [WDR] the other wdrmaus.de pages also changed to the new player | Boris Wachtmeister | |
2016-05-26 | [WDR] extract jsonp-url by parsing data-extension of mediaLink | Boris Wachtmeister | |
2016-05-26 | [WDR] add special handling if alt-url is a m3u8 | Boris Wachtmeister | |
2016-05-26 | [WDR] use _download_json with a strip_jsonp | Boris Wachtmeister | |
2016-05-26 | [WDR] use single quotes for strings | Boris Wachtmeister | |
2016-04-23 | [WDRMaus] switch current show to new WDR extractor (fixes #8562) | Boris Wachtmeister | |
It seems that the "current show" already uses the new WDR video-player, while all the others videos still use the old player. I just added the current show URL to the normal WDR-extractor, which works fine. This commit needs my changes from PR #8842 that fix the support for WDR. | |||
2016-04-23 | [WDR] complete overhaul after relaunch of the site | Boris Wachtmeister | |
The WDR relaunched their site on 2016-02-23 which not only changed the URL-schema completely but also the layout of their pages. Apparently the whole "mediathek" now runs on the wdr-domain, so no separate URL for funkhauseuropa anymore. There seems to be no explicit handling of video-sizes on the page or in the URLs anymore. There seems to be only one size for HTML5, but still several sizes for flash. The extractor adds all to the list of formats. There is no metadata for the HTML5-stream, so that the best flash-stream will always be considered as the "best" format. At least in my tests this seemed to be true anyway. | |||
2016-03-21 | Add support for https for all extractors as preventive and future-proof measure | Sergey M․ | |
2016-03-21 | Add missing r prefix for _VALID_URLs | Sergey M․ | |
2015-12-29 | [wdr] split long lines | remitamine | |
2015-12-29 | Simplify formats accumulation for f4m/m3u8/smil formats | Sergey M․ | |
Now all _extract_*_formats routines return a list | |||
2015-12-11 | [wdr] extract all formats(closes #7788) | remitamine | |
2015-02-24 | [wdr] Download a live stream | Antti Ajanki | |
2015-02-01 | [wdr] Complete test definition | Philipp Hagemeister | |
2015-01-24 | [extractors] Use http_headers for setting the User-Agent and the Referer | Jaime Marquínez Ferrándiz | |
2015-01-09 | [wdr] Support overviews (Fixes #4651) | Philipp Hagemeister | |
2015-01-09 | [wdr] Modernize | Philipp Hagemeister | |
2014-12-13 | Fix imports and general cleanup | Philipp Hagemeister | |
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions | |||
2014-11-23 | PEP8 applied | Jouke Waleson | |
2014-07-23 | [wdr] fix up imports | Philipp Hagemeister | |
2014-07-23 | [wdr] Fix umlaut parsing on Python 2.x | Philipp Hagemeister | |
2014-07-21 | [wdr] Replace test case | Philipp Hagemeister | |
2014-07-01 | [wdr] fix test | pulpe | |
2014-05-12 | [wdr] Add support for mobile URLs | Philipp Hagemeister | |
2014-03-30 | [wdr] Add support for more wdrmaus subpages | Philipp Hagemeister | |
2014-03-30 | [wdr] Add support for wdrmaus.de (Fixes #2651) | Philipp Hagemeister | |
2014-03-13 | [wdr] Add description to tests | Philipp Hagemeister | |
2014-03-12 | [wdr] Add support for WDR sites (Closes #1367) | Sergey M․ | |