Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [YoutubeDL] use a more correct terminology in the error message for file:// URLs | Jaime Marquínez Ferrándiz | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | [YoutubeDL] improve error message for file:/// URLs | Jaime Marquínez Ferrándiz | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | [YoutubeDL] urlopen: use build_opener again | Jaime Marquínez Ferrándiz | 2016-01-14 | 1 | -7/+12 |
| | | | | Otherwise we would need to manually add handlers like HTTPRedirectHandler, instead we add a customized FileHandler instance that raises an error. | ||||
* | [YoutubeDL] urlopen: disable the 'file:' protocol (#8227) | Jaime Marquínez Ferrándiz | 2016-01-14 | 2 | -3/+14 |
| | | | | | | | | | | | | | If someone is running youtube-dl on a server to deliver files, the user could input 'file:///some/important/file' and youtube-dl would save that file as a video giving access to sensitive information to the user. 'file:' urls can be filtered, but the user can use an URL to a crafted m3u8 manifest like: #EXTM3U #EXT-X-MEDIA-SEQUENCE:0 #EXTINF:10.0 file:///etc/passwd #EXT-X-ENDLIST With this patch 'file:' URLs raise URLError like for unknown protocols. | ||||
* | [tudou] Add support for Albums and Playlists and extract more metadata | remitamine | 2016-01-13 | 2 | -19/+81 |
| | |||||
* | [youtube] Fix acodec and vcodec order | Yen Chi Hsuan | 2016-01-13 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | [pluralsight] Fix new player (Closes #8215) | Sergey M․ | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | [downloader/fragment] Move helper data to context dict | Sergey M․ | 2016-01-13 | 1 | -11/+14 |
| | |||||
* | [dailymotion] Prefer direct links (Closes #8156) | Sergey M․ | 2016-01-12 | 1 | -2/+3 |
| | |||||
* | [downloader/fragment] More smooth calculations | Sergey M․ | 2016-01-12 | 1 | -6/+16 |
| | | | | `downloaded_bytes` is now updated on each fragment progress hook invocation | ||||
* | [downloader/fragment] Remove unused code and fix zero division error | Sergey M․ | 2016-01-12 | 1 | -10/+3 |
| | |||||
* | [iprima] Mark broken | Sergey M․ | 2016-01-11 | 1 | -0/+1 |
| | |||||
* | [videott] Mark broken | Sergey M․ | 2016-01-11 | 1 | -0/+1 |
| | |||||
* | [videomega] Mark broken | Sergey M․ | 2016-01-11 | 1 | -0/+1 |
| | |||||
* | Revert "fix typos" | remitamine | 2016-01-10 | 2 | -3/+3 |
| | | | | This reverts commit 36a0e46c39ea4f211dea9944177976e8f8364736. | ||||
* | fix typos | remitamine | 2016-01-10 | 2 | -3/+3 |
| | |||||
* | Fix typos | Jakub Wilk | 2016-01-10 | 16 | -20/+20 |
| | | | | Closes #8200. | ||||
* | [downloader/fragment] Don't fail if the 'Content-Length' header is missing | Jaime Marquínez Ferrándiz | 2016-01-10 | 1 | -1/+1 |
| | | | | 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). | ||||
* | [bigflix] Use correct indentation to make flake8 happy | Jaime Marquínez Ferrándiz | 2016-01-10 | 1 | -1/+1 |
| | |||||
* | [shahid] raise ExtractorError if the video is DRM protected | remitamine | 2016-01-10 | 1 | -0/+3 |
| | |||||
* | [dcn] extract video ids in season entries | remitamine | 2016-01-10 | 1 | -2/+6 |
| | |||||
* | [bigflix] Improve formats extraction | Sergey M․ | 2016-01-10 | 1 | -13/+28 |
| | |||||
* | [bigflix] Extract all formats | Sergey M․ | 2016-01-10 | 1 | -7/+35 |
| | |||||
* | Credit @vickyg3 for bigflix (#8194) | Sergey M․ | 2016-01-10 | 1 | -0/+1 |
| | |||||
* | Merge pull request #8194 from vickyg3/bigflix_ie | Sergey M | 2016-01-10 | 2 | -0/+43 |
|\ | | | | | [Bigflix] Add new extractor for bigflix.com | ||||
| * | [Bigflix] Add new extractor for bigflix.com | Vignesh Venkat | 2016-01-09 | 2 | -0/+43 |
|/ | | | | | | 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. | ||||
* | [canalc2] Fix extraction (Closes #8191) | Sergey M․ | 2016-01-10 | 1 | -17/+29 |
| | |||||
* | [xhamster] Remove unused import | Jaime Marquínez Ferrándiz | 2016-01-09 | 1 | -1/+0 |
| | |||||
* | release 2016.01.09 | Philipp Hagemeister | 2016-01-09 | 2 | -4/+8 |
| | |||||
* | [vimeo] Add test for #8187 | Sergey M․ | 2016-01-09 | 1 | -0/+5 |
| | |||||
* | [vimeo] Check source file URL (Closes #8187) | Sergey M․ | 2016-01-09 | 1 | -10/+16 |
| | |||||
* | [xhamster] Update tests | Sergey M․ | 2016-01-09 | 1 | -2/+2 |
| | |||||
* | [xhamster] Fix uploader extraction | Sergey M․ | 2016-01-09 | 1 | -1/+1 |
| | |||||
* | [xhamster] Change title regex precedence | Sergey M․ | 2016-01-09 | 1 | -3/+4 |
| | |||||
* | [xhamster] Fix view count extraction | Sergey M․ | 2016-01-09 | 1 | -3/+3 |
| | |||||
* | [xhamster] Fix duration extraction | Sergey M․ | 2016-01-09 | 1 | -5/+6 |
| | |||||
* | [xhamster] Fix upload date extraction | Sergey M․ | 2016-01-09 | 1 | -4/+3 |
| | |||||
* | [xhamster] Improve title extraction | Sergey M․ | 2016-01-09 | 1 | -2/+3 |
| | |||||
* | Merge pull request #8182 from atomic83/patch-1 | Sergey M | 2016-01-08 | 1 | -1/+1 |
|\ | | | | | Extract xHamster title fix | ||||
| * | Extract xHamster title fix | atomic83 | 2016-01-08 | 1 | -1/+1 |
|/ | |||||
* | [vimeo] Automatically pickup full movie when rented (Closes #8171) | Sergey M․ | 2016-01-08 | 1 | -5/+12 |
| | |||||
* | [ivideon] Add support for map bound URLs | Sergey M․ | 2016-01-08 | 1 | -3/+11 |
| | |||||
* | [adultswim] Skip georestricted hls (Closes #8168) | Sergey M․ | 2016-01-08 | 1 | -1/+2 |
| | |||||
* | [soundcloud:likes] Adapt to API changes (Closes #8166) | Sergey M․ | 2016-01-08 | 1 | -19/+19 |
| | |||||
* | [youtube] Support expanding alternative format of links in description ↵ | Sergey M․ | 2016-01-08 | 1 | -3/+3 |
| | | | | (Closes #8164) | ||||
* | [ivideon] Add extractor | Sergey M․ | 2016-01-07 | 2 | -0/+76 |
| | |||||
* | check video_play_path and use xpath_text | oittaa | 2016-01-07 | 1 | -2/+4 |
| | | | | | | "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 | ||||
* | [npr] Fix extractor (Closes #7218) | Sergey M․ | 2016-01-07 | 1 | -59/+70 |
| | |||||
* | [npr] Add extractor | kaspi | 2016-01-07 | 2 | -0/+72 |
| | | | | | | | | | | 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 | ||||
* | [udemy] Fix non free course message | Sergey M․ | 2016-01-06 | 1 | -1/+1 |
| |