aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9395 from pmrowla/afreecatvYen Chi Hsuan2016-06-092-0/+134
|\ | | | | [afreecatv] Add new extractor for afreecatv.com VODs
| * use /track/video/file to determine if video existsPeter Rowlands2016-05-311-1/+3
| |
| * don't use selection by attributePeter Rowlands2016-05-081-2/+4
| |
| * use stricter file selectorPeter Rowlands2016-05-081-2/+2
| | | | | | | | in case of empty in case of empty ./track/video/file entries
| * update testsPeter Rowlands2016-05-081-2/+5
| |
| * fix extractors.py import orderPeter Rowlands2016-05-081-1/+1
| |
| * use dict.get in case upload_date does not existPeter Rowlands2016-05-081-4/+4
| |
| * add multi_video test casePeter Rowlands2016-05-061-2/+30
| |
| * fix multi_video part naming, add upload_date fieldPeter Rowlands2016-05-061-1/+15
| |
| * use url instead of single formats entryPeter Rowlands2016-05-061-2/+2
| |
| * use xpath_textPeter Rowlands2016-05-061-15/+15
| |
| * [afreecatv] Add new extractor for afreecatv.com VODsPeter Rowlands2016-05-052-0/+85
| |
* | [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
| |
* | [utils] Add audio/mpeg to mimetype2ext()Yen Chi Hsuan2016-06-091-0/+3
| | | | | | | | Used in WDR live radios (#6147)
* | [YoutubeDL] Force string conversion on non string video idsSergey M․2016-06-091-0/+4
| |
* | [vessel] Make hls formats non fatalSergey M․2016-06-091-1/+1
| |
* | [vessel] Extract DASH formatsSergey M․2016-06-091-2/+6
| |
* | [vessel] Use native hls by defaultSergey M․2016-06-091-1/+2
| |
* | [extractor/generic] Add support vessel embeds (Closes #7083)Sergey M․2016-06-091-0/+6
| |
* | [vessel] Add support for embed urls and improve extractionSergey M․2016-06-091-7/+20
| |
* | [youku:show] Add new extractorYen Chi Hsuan2016-06-082-1/+56
| |
* | [twitter] Update _TESTSYen Chi Hsuan2016-06-081-4/+4
| |
* | [twitter] Fix extraction for videos with HLS streamsYen Chi Hsuan2016-06-081-6/+12
| | | | | | | | Closes #9623
* | [twitter] Detect suspended accounts and update _TESTSYen Chi Hsuan2016-06-081-1/+6
| |
* | [nbc] Add the test case from #9578Yen Chi Hsuan2016-06-081-0/+17
| | | | | | | | Closes #9578
* | [theplatform] Some NBC videos require an additional cookieYen Chi Hsuan2016-06-081-0/+8
| | | | | | | | Related: #9578
* | [downloader/external] Add another env for proxies in ffmpeg/avconvYen Chi Hsuan2016-06-081-0/+1
| | | | | | | | | | | | | | | | Related sources: https://git.libav.org/?p=libav.git;a=blob;f=libavformat/http.c;h=8fe8d11e1edfdbb04a8726db2c49cfef3f572aac;hb=HEAD#l152 https://git.libav.org/?p=libav.git;a=blob;f=libavformat/tls.c;h=fab243e93e20034e88e619188c13a44a5d8ccdb9;hb=HEAD#l63 https://github.com/FFmpeg/FFmpeg/blob/f8e89d8/libavformat/http.c#L191 https://github.com/FFmpeg/FFmpeg/blob/f8e89d8/libavformat/tls.c#L92
* | [bilibili] Fix for videos without upload time (closes #9710)Yen Chi Hsuan2016-06-081-0/+17
| |
* | [thesixtyone] Relax _VALID_URL (Closes #9714)Sergey M․2016-06-081-1/+5
| |
* | [livestream:event] Ensure video id is string (Closes #9721)Sergey M․2016-06-071-2/+3
| |
* | [wdr] Update _TESTSYen Chi Hsuan2016-06-081-7/+2
| |
* | [common] Fix <bootstrapInfo> detection in F4M manifestsYen Chi Hsuan2016-06-081-2/+3
| | | | | | | | Regression since 0a5685b26fae0940f14cb063a6e4fc6986f9c124
* | [canal+] Add support for d17.tvSergey M․2016-06-071-0/+5
| |
* | [canal+] Update testsSergey M․2016-06-071-19/+23
| |
* | [canal+] Improve extraction (Closes #9718)Sergey M․2016-06-071-9/+24
| |
* | Merge pull request #9720 from Kagami/vlive-new-statusesSergey M2016-06-071-0/+2
|\ \ | | | | | | [vlive] Acknowledge vlive+ streams statuses
| * | [vlive] Acknowledge vlive+ streams statusesKagami Hiiragi2016-06-071-0/+2
| | | | | | | | | | | | | | | Same as common statuses just with "PRODUCT_" prefix: PRODUCE_LIVE_END, PRODUCT_COMING_SOON, etc.
* | | Merge remote-tracking branch 'Boris-de/wdrmaus_fix#8562'Philipp Hagemeister2016-06-072-222/+134
|\ \ \ | |/ / |/| |
| * | [WDR] fixed parsing of playlistsBoris Wachtmeister2016-05-261-2/+2
| | |
| * | [WDR] the other wdrmaus.de pages also changed to the new playerBoris Wachtmeister2016-05-262-75/+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.
* | | [compat] Add 'compat_input' to __all__Jaime Marquínez Ferrándiz2016-06-051-0/+1
| | |
* | | [devscripts/create-github-release] Make full published releases by defaultSergey M․2016-06-061-3/+2
| | |