Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-01-08 | [vimeo] Automatically pickup full movie when rented (Closes #8171) | Sergey M․ | |
2016-01-08 | [ivideon] Add support for map bound URLs | Sergey 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 extractor | Sergey M․ | |
2016-01-07 | check video_play_path and use xpath_text | oittaa | |
"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 extractor | kaspi | |
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 message | Sergey M․ | |
2016-01-06 | [udemy] Detect non free courses (Closes #8138) | Sergey M․ | |
2016-01-05 | [README.md] Clarify cookies usage | Sergey M | |
2016-01-05 | [vrt] Prefix format ids | Sergey M․ | |
2016-01-05 | [vrt] Extend _VALUD_URL | Sergey M․ | |
2016-01-05 | [dramafever] Add test for custom episode title | Sergey M․ | |
2016-01-05 | [dramafever] Fix episode fallback | Sergey M․ | |
2016-01-05 | [dramafever] Extract episode | Sergey M․ | |
2016-01-05 | [dramafever] Extract episode number | Sergey M․ | |
2016-01-05 | [dramafever] Improve subtitles extraction (Closes #8136) | Sergey M․ | |
2016-01-05 | [amp] Add missing subtitles to info dict | Sergey M․ | |
2016-01-04 | [downloader/hls] Don't let ffmpeg read from stdin (#8139) | Jaime Marquínez Ferrándiz | |
If you run 'while read aurl ; do youtube-dl "${aurl}"; done < path_to_batch_file' (batch_file contains one url per line that uses the hls downloader) each call to youtube-dl consumed some characters and 'read' would assing to 'aurl' a non valid url (This is the same problem that was fixed for the ffmpeg postprocessors in cffcbc02de504d84e1c2677bb525c00b03e04f53) | |||
2016-01-04 | [rte:radio] Extract timestamp | Sergey M․ | |
2016-01-04 | [rte:radio] Simplify | Sergey M․ | |
2016-01-04 | [rte] PEP 8 | Sergey M․ | |
2016-01-04 | Merge pull request #8063 from bpfoley/rteradio | Sergey M | |
[rte:radio] Add support for RTE radio player | |||
2016-01-04 | Credit @bpfoley for rte:radio (#8063) | Sergey M․ | |