aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/wdr.py
Commit message (Collapse)AuthorAgeFilesLines
* [wdr] Fix testSergey M․2018-01-131-6/+3
|
* [wdr] Bypass geo restrictionSergey M․2018-01-131-0/+1
|
* [wdr] Rework extractors (closes #14598)Sergey M․2018-01-131-109/+123
|
* [wdr:elefant] Add extractorSebastian Leske2018-01-131-3/+51
|
* [wdr] Relax media link regex (closes #14447)Sergey M․2017-10-081-2/+7
|
* [wdr] Actualize commentSergey M․2017-03-101-2/+3
|
* [wdr:maus] Fix extraction and update testsrunningbits2017-03-101-8/+8
|
* Unify coding cookieDéstin Reed2016-10-031-1/+1
|
* [wdr] Add WDRBaseIE, for Sportschau (#9799)Yen Chi Hsuan2016-06-181-84/+95
|
* [wdr] Subtitles are TTMLYen Chi Hsuan2016-06-101-2/+4
|
* [wdr] Misc changesYen Chi Hsuan2016-06-091-7/+6
|
* [wdr] Simplify extractionYen Chi Hsuan2016-06-091-31/+35
|
* [wdr] Support radio players (closes #6147)Yen Chi Hsuan2016-06-091-5/+24
|
* [wdr] Update _TESTSYen Chi Hsuan2016-06-081-7/+2
|
* [WDR] fixed parsing of playlistsBoris Wachtmeister2016-05-261-2/+2
|
* [WDR] the other wdrmaus.de pages also changed to the new playerBoris Wachtmeister2016-05-261-74/+15
|
* [WDR] extract jsonp-url by parsing data-extension of mediaLinkBoris Wachtmeister2016-05-261-5/+12
|
* [WDR] add special handling if alt-url is a m3u8Boris Wachtmeister2016-05-261-5/+16
|
* [WDR] use _download_json with a strip_jsonpBoris Wachtmeister2016-05-261-3/+3
|
* [WDR] use single quotes for stringsBoris Wachtmeister2016-05-261-12/+12
|
* [WDRMaus] switch current show to new WDR extractor (fixes #8562)Boris Wachtmeister2016-04-231-17/+20
| | | | | | | | | 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.
* [WDR] complete overhaul after relaunch of the siteBoris Wachtmeister2016-04-231-145/+96
| | | | | | | | | | | | | | | 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.
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* Add missing r prefix for _VALID_URLsSergey M․2016-03-211-1/+1
|
* [wdr] split long linesremitamine2015-12-291-12/+23
|
* Simplify formats accumulation for f4m/m3u8/smil formatsSergey M․2015-12-291-10/+4
| | | | Now all _extract_*_formats routines return a list
* [wdr] extract all formats(closes #7788)remitamine2015-12-111-14/+44
|
* [wdr] Download a live streamAntti Ajanki2015-02-241-0/+30
|
* [wdr] Complete test definitionPhilipp Hagemeister2015-02-011-0/+3
|
* [extractors] Use http_headers for setting the User-Agent and the RefererJaime Marquínez Ferrándiz2015-01-241-1/+3
|
* [wdr] Support overviews (Fixes #4651)Philipp Hagemeister2015-01-091-0/+26
|
* [wdr] ModernizePhilipp Hagemeister2015-01-091-4/+1
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-2/+3
| | | | | | | | · 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
* PEP8 appliedJouke Waleson2014-11-231-1/+1
|
* [wdr] fix up importsPhilipp Hagemeister2014-07-231-1/+1
|
* [wdr] Fix umlaut parsing on Python 2.xPhilipp Hagemeister2014-07-231-2/+2
|
* [wdr] Replace test casePhilipp Hagemeister2014-07-211-5/+5
|
* [wdr] fix testpulpe2014-07-011-6/+9
|
* [wdr] Add support for mobile URLsPhilipp Hagemeister2014-05-121-0/+28
|
* [wdr] Add support for more wdrmaus subpagesPhilipp Hagemeister2014-03-301-1/+1
|
* [wdr] Add support for wdrmaus.de (Fixes #2651)Philipp Hagemeister2014-03-301-2/+84
|
* [wdr] Add description to testsPhilipp Hagemeister2014-03-131-0/+3
|
* [wdr] Add support for WDR sites (Closes #1367)Sergey M․2014-03-121-0/+111