aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/wdr.py
AgeCommit message (Collapse)Author
2018-01-13[wdr] Fix testSergey M․
2018-01-13[wdr] Bypass geo restrictionSergey M․
2018-01-13[wdr] Rework extractors (closes #14598)Sergey M․
2018-01-13[wdr:elefant] Add extractorSebastian Leske
2017-10-08[wdr] Relax media link regex (closes #14447)Sergey M․
2017-03-10[wdr] Actualize commentSergey M․
2017-03-10[wdr:maus] Fix extraction and update testsrunningbits
2016-10-03Unify coding cookieDéstin Reed
2016-06-18[wdr] Add WDRBaseIE, for Sportschau (#9799)Yen Chi Hsuan
2016-06-10[wdr] Subtitles are TTMLYen Chi Hsuan
2016-06-09[wdr] Misc changesYen Chi Hsuan
2016-06-09[wdr] Simplify extractionYen Chi Hsuan
2016-06-09[wdr] Support radio players (closes #6147)Yen Chi Hsuan
2016-06-08[wdr] Update _TESTSYen Chi Hsuan
2016-05-26[WDR] fixed parsing of playlistsBoris Wachtmeister
2016-05-26[WDR] the other wdrmaus.de pages also changed to the new playerBoris Wachtmeister
2016-05-26[WDR] extract jsonp-url by parsing data-extension of mediaLinkBoris Wachtmeister
2016-05-26[WDR] add special handling if alt-url is a m3u8Boris Wachtmeister
2016-05-26[WDR] use _download_json with a strip_jsonpBoris Wachtmeister
2016-05-26[WDR] use single quotes for stringsBoris 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 siteBoris 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-21Add support for https for all extractors as preventive and future-proof measureSergey M․
2016-03-21Add missing r prefix for _VALID_URLsSergey M․
2015-12-29[wdr] split long linesremitamine
2015-12-29Simplify formats accumulation for f4m/m3u8/smil formatsSergey 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 streamAntti Ajanki
2015-02-01[wdr] Complete test definitionPhilipp Hagemeister
2015-01-24[extractors] Use http_headers for setting the User-Agent and the RefererJaime Marquínez Ferrándiz
2015-01-09[wdr] Support overviews (Fixes #4651)Philipp Hagemeister
2015-01-09[wdr] ModernizePhilipp Hagemeister
2014-12-13Fix imports and general cleanupPhilipp 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-23PEP8 appliedJouke Waleson
2014-07-23[wdr] fix up importsPhilipp Hagemeister
2014-07-23[wdr] Fix umlaut parsing on Python 2.xPhilipp Hagemeister
2014-07-21[wdr] Replace test casePhilipp Hagemeister
2014-07-01[wdr] fix testpulpe
2014-05-12[wdr] Add support for mobile URLsPhilipp Hagemeister
2014-03-30[wdr] Add support for more wdrmaus subpagesPhilipp Hagemeister
2014-03-30[wdr] Add support for wdrmaus.de (Fixes #2651)Philipp Hagemeister
2014-03-13[wdr] Add description to testsPhilipp Hagemeister
2014-03-12[wdr] Add support for WDR sites (Closes #1367)Sergey M․