aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-10[compat] Add compat_html_entities_html5Yen Chi Hsuan
Used in tset_Vporn_1. Also Related to #9270
2016-06-10[generic] Remove Vulture embed detectionYen Chi Hsuan
Vulture.com videos now hosts on YouTube, Vimeo, MTV, NBC News or Hulu. Here's an example of Hulu: http://www.vulture.com/2016/06/kimmel-interviews-mariah-carey-in-a-bathtub.html
2016-06-10[generic] Detect NBC News embedsYen Chi Hsuan
2016-06-10[nbcnews] Support embed widgetsYen Chi Hsuan
Used in some Vulture videos
2016-06-10[vulture] Remove the extractorYen Chi Hsuan
The first 10 URLs in google search "site:http://video.vulture.com/video" is dead. I guess Vulture does not host videos on their own anymore.
2016-06-10[weibo] Remove the extractorYen Chi Hsuan
The Weibo weishipin (微視頻, tiny videos) service is dead and now all videos are hosted on Sina videos, which is covered by sina.py
2016-06-10[xfileshare] Skip an invalid testYen Chi Hsuan
2016-06-10[xuite] Skip the invalid testYen Chi Hsuan
2016-06-10[yahoo] Yahoo doesn't like region names in lower casesYen Chi Hsuan
Fix test_Yahoo_7
2016-06-10[wdr] Subtitles are TTMLYen Chi Hsuan
2016-06-09[godtv] Relax _VALID_URLSergey M․
2016-06-09[godtv] Add more testsSergey M․
2016-06-09[godtv] Improve and add support for playlists (Closes #9608)Sergey M․
2016-06-09[godtv] Add extractorTRox1972
[GodTV] Improvements
2016-06-09[openload] Relax _VALID_URLN1k145
[openload] added to _TESTS, removed escape
2016-06-09[openload] Fix extraction. Thanks @perron375 for the solutionYen Chi Hsuan
Closes #9706
2016-06-09Merge pull request #9395 from pmrowla/afreecatvYen Chi Hsuan
[afreecatv] Add new extractor for afreecatv.com VODs
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-09[utils] Add audio/mpeg to mimetype2ext()Yen Chi Hsuan
Used in WDR live radios (#6147)
2016-06-09[YoutubeDL] Force string conversion on non string video idsSergey M․
2016-06-09[vessel] Make hls formats non fatalSergey M․
2016-06-09[vessel] Extract DASH formatsSergey M․
2016-06-09[vessel] Use native hls by defaultSergey M․
2016-06-09[extractor/generic] Add support vessel embeds (Closes #7083)Sergey M․
2016-06-09[vessel] Add support for embed urls and improve extractionSergey M․
2016-06-08[youku:show] Add new extractorYen Chi Hsuan
2016-06-08[twitter] Update _TESTSYen Chi Hsuan
2016-06-08[twitter] Fix extraction for videos with HLS streamsYen Chi Hsuan
Closes #9623
2016-06-08[twitter] Detect suspended accounts and update _TESTSYen Chi Hsuan
2016-06-08[nbc] Add the test case from #9578Yen Chi Hsuan
Closes #9578
2016-06-08[theplatform] Some NBC videos require an additional cookieYen Chi Hsuan
Related: #9578
2016-06-08[downloader/external] Add another env for proxies in ffmpeg/avconvYen Chi Hsuan
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
2016-06-08[bilibili] Fix for videos without upload time (closes #9710)Yen Chi Hsuan
2016-06-08[thesixtyone] Relax _VALID_URL (Closes #9714)Sergey M․
2016-06-07[livestream:event] Ensure video id is string (Closes #9721)Sergey M․
2016-06-08[wdr] Update _TESTSYen Chi Hsuan
2016-06-08[common] Fix <bootstrapInfo> detection in F4M manifestsYen Chi Hsuan
Regression since 0a5685b26fae0940f14cb063a6e4fc6986f9c124
2016-06-07[canal+] Add support for d17.tvSergey M․
2016-06-07[canal+] Update testsSergey M․
2016-06-07[canal+] Improve extraction (Closes #9718)Sergey M․
2016-06-07Merge pull request #9720 from Kagami/vlive-new-statusesSergey M
[vlive] Acknowledge vlive+ streams statuses
2016-06-07[vlive] Acknowledge vlive+ streams statusesKagami Hiiragi
Same as common statuses just with "PRODUCT_" prefix: PRODUCE_LIVE_END, PRODUCT_COMING_SOON, etc.
2016-06-07Merge remote-tracking branch 'Boris-de/wdrmaus_fix#8562'Philipp Hagemeister
2016-06-05[compat] Add 'compat_input' to __all__Jaime Marquínez Ferrándiz
2016-06-06[devscripts/create-github-release] Make full published releases by defaultSergey M․
2016-06-06[options] Add --load-info-json alias for symmetry with --write-info-jsonSergey M․
2016-06-05[__init__] Use write_string instead of compat_string (Closes #9689)Sergey M․
2016-06-05Merge pull request #9702 from Eun/patch-1Yen Chi Hsuan
curl: follow redirect