Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-14 | Credit @TomGijselinck for canvas (#7145) | Sergey M․ | |
2016-01-14 | [canvas] Improve (Closes #7145) | Sergey M․ | |
2016-01-14 | [Canvas] Add new extractor | Tom Gijselinck | |
2016-01-14 | [prosiebensat1] Fix some extraction and update tests | Sergey M․ | |
2016-01-14 | [prosiebensat1] add support for 7tv.de | Lucas | |
2016-01-14 | [ntvde] Improve regex | Sergey M․ | |
2016-01-14 | [orf:fm4] Add test | Sergey M․ | |
2016-01-14 | [orf:fm4] Extend _VALID_URL (Closes #8234) | Sergey M․ | |
2016-01-14 | [ntvde] Fix extraction | Sergey M․ | |
2016-01-14 | [unistra] Fix extraction | Sergey M․ | |
2016-01-14 | [vodlocker] Fix extraction (Closes #8231) | Sergey M․ | |
2016-01-14 | release 2016.01.142016.01.14 | Philipp Hagemeister | |
2016-01-14 | [beeg] Update API URL | Sergey M․ | |
2016-01-14 | [beeg] Fix extraction (Closes #8225) | Sergey M․ | |
2016-01-13 | [tudou] Add support for Albums and Playlists and extract more metadata | remitamine | |
2016-01-13 | [youtube] Fix acodec and vcodec order | Yen 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 dict | Sergey M․ | |
2016-01-12 | [dailymotion] Prefer direct links (Closes #8156) | Sergey M․ | |
2016-01-12 | [downloader/fragment] More smooth calculations | Sergey M․ | |
`downloaded_bytes` is now updated on each fragment progress hook invocation | |||
2016-01-12 | [downloader/fragment] Remove unused code and fix zero division error | Sergey M․ | |
2016-01-11 | [iprima] Mark broken | Sergey M․ | |
2016-01-11 | [videott] Mark broken | Sergey M․ | |
2016-01-11 | [videomega] Mark broken | Sergey M․ | |
2016-01-10 | Revert "fix typos" | remitamine | |
This reverts commit 36a0e46c39ea4f211dea9944177976e8f8364736. | |||
2016-01-10 | fix typos | remitamine | |
2016-01-10 | Fix typos | Jakub Wilk | |
Closes #8200. | |||
2016-01-10 | [downloader/fragment] Don't fail if the 'Content-Length' header is missing | Jaime 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 happy | Jaime Marquínez Ferrándiz | |
2016-01-10 | [shahid] raise ExtractorError if the video is DRM protected | remitamine | |
2016-01-10 | [dcn] extract video ids in season entries | remitamine | |
2016-01-10 | [bigflix] Improve formats extraction | Sergey M․ | |
2016-01-10 | [bigflix] Extract all formats | Sergey M․ | |
2016-01-10 | Credit @vickyg3 for bigflix (#8194) | Sergey M․ | |
2016-01-10 | Merge pull request #8194 from vickyg3/bigflix_ie | Sergey M | |
[Bigflix] Add new extractor for bigflix.com | |||
2016-01-09 | [Bigflix] Add new extractor for bigflix.com | Vignesh 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 import | Jaime Marquínez Ferrándiz | |
2016-01-09 | release 2016.01.092016.01.09 | Philipp Hagemeister | |
2016-01-09 | [vimeo] Add test for #8187 | Sergey M․ | |
2016-01-09 | [vimeo] Check source file URL (Closes #8187) | Sergey M․ | |
2016-01-09 | [xhamster] Update tests | Sergey M․ | |
2016-01-09 | [xhamster] Fix uploader extraction | Sergey M․ | |
2016-01-09 | [xhamster] Change title regex precedence | Sergey M․ | |
2016-01-09 | [xhamster] Fix view count extraction | Sergey M․ | |
2016-01-09 | [xhamster] Fix duration extraction | Sergey M․ | |
2016-01-09 | [xhamster] Fix upload date extraction | Sergey M․ | |
2016-01-09 | [xhamster] Improve title extraction | Sergey M․ | |
2016-01-08 | Merge pull request #8182 from atomic83/patch-1 | Sergey M | |
Extract xHamster title fix | |||
2016-01-08 | Extract xHamster title fix | atomic83 | |