aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2016-10-01[downloader/http] Use write_xattr function for --xattr-set-filesizeYen Chi Hsuan
2016-10-01[instagram] PEP 8Sergey M․
2016-10-01[Instagram] Extract video dimensionsDéstin Reed
2016-09-30[tvland] Extend _VALID_URL (Closes #10812)Sergey M․
2016-09-30[vgtv] Add support for tv.aftonbladet.se (Closes #10800)Sergey M․
2016-09-30[aftonbladet] Remove extractorSergey M․
2016-09-29[vk] Improve view count extractionSergey M․
2016-09-29[vk] Extract timestamp (Closes #10760)Sergey M․
2016-09-29[utils] Lower priority for rare date formats and add testsSergey M․
2016-09-29[vk] Fix date and view count extraction.Kacper Michajłow
2016-09-30Move write_xattr to utils.pyYen Chi Hsuan
There are some other places that use xattr functions. It's better to move it to a common place so that others can use it.
2016-09-29[vk] Add support for running live streams (Closes #10799)Sergey M․
2016-09-29[vk] Add support for finished live streams (#10799)Sergey M․
2016-09-29Merge pull request #10788 from TRox1972/instagram_commentsYen Chi Hsuan
[Instagram] Extract comments
2016-09-29[leeco] Recognize more Le Sports URLs (#10794)Yen Chi Hsuan
2016-09-28[Instagram] Extract commentsDéstin Reed
2016-09-28[ketnet] Extract mzsource formats (#10770)Sergey M․
2016-09-28[limelight:media] improve http formats extractionRemita Amine
2016-09-27release 2016.09.272016.09.27Sergey M․
2016-09-27[mtv] Improve _VALID_URLSergey M․
2016-09-27[vk] Add support for dailymotion embedsKacper Michajłow
Fixes #10661
2016-09-27[periscope] Treat timed_out state as finished streamSergey M․
2016-09-27[npo] Clarify IE_NAMEs (Closes #10775)Sergey M․
2016-09-27fix tests related to 1978540a5122c53012e17a78841f3da0df77fd34(closes #10774)Remita Amine
2016-09-27[awaan:video] fix test(closes #10773)Remita Amine
2016-09-27[einthusan] Fix extraction (closes #10714)Yen Chi Hsuan
2016-09-26[promptfile] Improve and modernizeSergey M․
2016-09-26[promptfile] Fix extraction (Closes #10634)Ondřej Bárta
2016-09-26[kaltura] Speed up embed regexes (#10764)Sergey M․
2016-09-25[extractors] Add import for anderetijden extractorSergey M․
2016-09-25[npo] Add support for anderetijden.nl (Closes #10754)Sergey M․
2016-09-25[vpro] Fix playlist title extraction and update testsSergey M․
2016-09-25[npo] Generalize playlist extractorsSergey M․
2016-09-25[youtube] Change test URLs from http to httpsstepshal
2016-09-25[prosiebensat1] Add support for advopediaSergey M․
2016-09-25[prosiebensat1] Improve _VALID_URLSergey M․
2016-09-25[mwave] Relax _VALID_URLs (Closes #10735, closes #10748)Sergey M․
2016-09-25[prosiebensat1] Fix playlist support (Closes #10745)Sergey M․
2016-09-25[prosiebensat1] Add support for sat1gold (#10745)Sergey M․
2016-09-24[cbsnews:livevideo] fix extraction and extract m3u8 formatsRemita Amine
2016-09-24[common] add hdcore sign to akamai f4m formatsRemita Amine
2016-09-24[brightcove:new] add support for live streamsRemita Amine
2016-09-24[download/hls] Delegate downloading to ffmpeg for live streamsRemita Amine
2016-09-24[soundcloud] Fix typo in playlist base class nameSergey M․
2016-09-24[soundcloud] Generalize playlist entries extraction (#10733)Sergey M․
2016-09-24[twitter] Support Periscope embeds (closes #10737)Yen Chi Hsuan
Also update _TESTS
2016-09-24[mtv] add common IE_NAME prefix for MTVIE and MTVVideoIERemita Amine
2016-09-24[mtv] add support for new website urls(closes #8169)(closes #9808)Remita Amine
2016-09-24[openload] Support subtitles (closes #10625)Yen Chi Hsuan
2016-09-24[extractor/common] Improved support for HTML5 subtitlesYen Chi Hsuan
Ref: #10625 In a strict sense, <track>s with kind=captions are not subtitles. [1] openload misuses this attribute, and I guess there will be more examples, so I add it to common.py. Also allow extracting information for subtitles-only <video> or <audio> tags, which is the case of openload. [1] https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-kind