aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2016-01-13[youtube] Fix acodec and vcodec orderYen Chi Hsuan
In RFC6381, there's no rule stating that the first part of codecs should be video and the second part should be audio, while it seems the case for data reported by YouTube.
2016-01-13[pluralsight] Fix new player (Closes #8215)Sergey M․
2016-01-13[downloader/fragment] Move helper data to context dictSergey M․
2016-01-12[dailymotion] Prefer direct links (Closes #8156)Sergey M․
2016-01-12[downloader/fragment] More smooth calculationsSergey M․
`downloaded_bytes` is now updated on each fragment progress hook invocation
2016-01-12[downloader/fragment] Remove unused code and fix zero division errorSergey M․
2016-01-11[iprima] Mark brokenSergey M․
2016-01-11[videott] Mark brokenSergey M․
2016-01-11[videomega] Mark brokenSergey M․
2016-01-10Revert "fix typos"remitamine
This reverts commit 36a0e46c39ea4f211dea9944177976e8f8364736.
2016-01-10fix typosremitamine
2016-01-10Fix typosJakub Wilk
Closes #8200.
2016-01-10[downloader/fragment] Don't fail if the 'Content-Length' header is missingJaime Marquínez Ferrándiz
In some dailymotion videos (like http://www.dailymotion.com/video/x3k0dtv from #8156) the segments URLs don't have the 'Content-Length' header and HttpFD sets the 'totat_bytes' field to None, so we also use '0' in that case (since we do different math operations with it).
2016-01-10[bigflix] Use correct indentation to make flake8 happyJaime Marquínez Ferrándiz
2016-01-10[shahid] raise ExtractorError if the video is DRM protectedremitamine
2016-01-10[dcn] extract video ids in season entriesremitamine
2016-01-10[bigflix] Improve formats extractionSergey M․
2016-01-10[bigflix] Extract all formatsSergey M․
2016-01-09[Bigflix] Add new extractor for bigflix.comVignesh Venkat
Add an IE to support bigflix.com. It uses some sort of silverlight plugin whose video url is being populated using base64 encoded flashvars. So it is quite straightforward to extract.
2016-01-10[canalc2] Fix extraction (Closes #8191)Sergey M․
2016-01-09[xhamster] Remove unused importJaime Marquínez Ferrándiz
2016-01-09release 2016.01.092016.01.09Philipp Hagemeister
2016-01-09[vimeo] Add test for #8187Sergey M․
2016-01-09[vimeo] Check source file URL (Closes #8187)Sergey M․
2016-01-09[xhamster] Update testsSergey M․
2016-01-09[xhamster] Fix uploader extractionSergey M․
2016-01-09[xhamster] Change title regex precedenceSergey M․
2016-01-09[xhamster] Fix view count extractionSergey M․
2016-01-09[xhamster] Fix duration extractionSergey M․
2016-01-09[xhamster] Fix upload date extractionSergey M․
2016-01-09[xhamster] Improve title extractionSergey M․
2016-01-08Extract xHamster title fixatomic83
2016-01-08[vimeo] Automatically pickup full movie when rented (Closes #8171)Sergey M․
2016-01-08[ivideon] Add support for map bound URLsSergey M․
2016-01-08[adultswim] Skip georestricted hls (Closes #8168)Sergey M․
2016-01-08[soundcloud:likes] Adapt to API changes (Closes #8166)Sergey M․
2016-01-08[youtube] Support expanding alternative format of links in description ↵Sergey M․
(Closes #8164)
2016-01-07[ivideon] Add extractorSergey M․
2016-01-07check video_play_path and use xpath_textoittaa
"This check should take place earlier and should be more general if not video_url:. Same should be done for video_play_path. Also these fields better extracted with xpath_text." Suggestions by @dstftw
2016-01-07[npr] Fix extractor (Closes #7218)Sergey M․
2016-01-07[npr] Add extractorkaspi
removed md5 from _TEST moved from xml data to json test changed _TEST url to one that will not expire, so tests would not be failing
2016-01-06[udemy] Fix non free course messageSergey M․
2016-01-06[udemy] Detect non free courses (Closes #8138)Sergey M․
2016-01-05[vrt] Prefix format idsSergey M․
2016-01-05[vrt] Extend _VALUD_URLSergey M․
2016-01-05[dramafever] Add test for custom episode titleSergey M․
2016-01-05[dramafever] Fix episode fallbackSergey M․
2016-01-05[dramafever] Extract episodeSergey M․
2016-01-05[dramafever] Extract episode numberSergey M․
2016-01-05[dramafever] Improve subtitles extraction (Closes #8136)Sergey M․