summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | [videott] Mark brokenSergey M․2016-01-111-0/+1
| |
* | [videomega] Mark brokenSergey M․2016-01-111-0/+1
| |
* | Revert "fix typos"remitamine2016-01-102-3/+3
| | | | | | | | This reverts commit 36a0e46c39ea4f211dea9944177976e8f8364736.
* | fix typosremitamine2016-01-102-3/+3
| |
* | Fix typosJakub Wilk2016-01-1016-20/+20
| | | | | | | | Closes #8200.
* | [downloader/fragment] Don't fail if the 'Content-Length' header is missingJaime Marquínez Ferrándiz2016-01-101-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 happyJaime Marquínez Ferrándiz2016-01-101-1/+1
| |
* | [shahid] raise ExtractorError if the video is DRM protectedremitamine2016-01-101-0/+3
| |
* | [dcn] extract video ids in season entriesremitamine2016-01-101-2/+6
| |
* | [bigflix] Improve formats extractionSergey M․2016-01-101-13/+28
| |
* | [bigflix] Extract all formatsSergey M․2016-01-101-7/+35
| |
* | Credit @vickyg3 for bigflix (#8194)Sergey M․2016-01-101-0/+1
| |
* | Merge pull request #8194 from vickyg3/bigflix_ieSergey M2016-01-102-0/+43
|\ \ | | | | | | [Bigflix] Add new extractor for bigflix.com
| * | [Bigflix] Add new extractor for bigflix.comVignesh Venkat2016-01-092-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-101-17/+29
| |
* | [xhamster] Remove unused importJaime Marquínez Ferrándiz2016-01-091-1/+0
| |
* | release 2016.01.09Philipp Hagemeister2016-01-092-4/+8
| |
* | [vimeo] Add test for #8187Sergey M․2016-01-091-0/+5
| |
* | [vimeo] Check source file URL (Closes #8187)Sergey M․2016-01-091-10/+16
| |
* | [xhamster] Update testsSergey M․2016-01-091-2/+2
| |
* | [xhamster] Fix uploader extractionSergey M․2016-01-091-1/+1
| |
* | [xhamster] Change title regex precedenceSergey M․2016-01-091-3/+4
| |
* | [xhamster] Fix view count extractionSergey M․2016-01-091-3/+3
| |
* | [xhamster] Fix duration extractionSergey M․2016-01-091-5/+6
| |
* | [xhamster] Fix upload date extractionSergey M․2016-01-091-4/+3
| |
* | [xhamster] Improve title extractionSergey M․2016-01-091-2/+3
| |
* | Merge pull request #8182 from atomic83/patch-1Sergey M2016-01-081-1/+1
|\ \ | | | | | | Extract xHamster title fix
| * | Extract xHamster title fixatomic832016-01-081-1/+1
|/ /
* | [vimeo] Automatically pickup full movie when rented (Closes #8171)Sergey M․2016-01-081-5/+12
| |
* | [ivideon] Add support for map bound URLsSergey M․2016-01-081-3/+11
| |
* | [adultswim] Skip georestricted hls (Closes #8168)Sergey M․2016-01-081-1/+2
| |
* | [soundcloud:likes] Adapt to API changes (Closes #8166)Sergey M․2016-01-081-19/+19
| |
* | [youtube] Support expanding alternative format of links in description ↵Sergey M․2016-01-081-3/+3
| | | | | | | | (Closes #8164)
* | [ivideon] Add extractorSergey M․2016-01-072-0/+76
| |
* | check video_play_path and use xpath_textoittaa2016-01-071-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-071-59/+70
| |
* | [npr] Add extractorkaspi2016-01-072-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 messageSergey M․2016-01-061-1/+1
| |
* | [udemy] Detect non free courses (Closes #8138)Sergey M․2016-01-061-10/+15
| |
* | [README.md] Clarify cookies usageSergey M2016-01-051-1/+1
| |
* | [vrt] Prefix format idsSergey M․2016-01-051-2/+2
| |
* | [vrt] Extend _VALUD_URLSergey M․2016-01-051-1/+5
| |
* | [dramafever] Add test for custom episode titleSergey M․2016-01-051-3/+23
| |
* | [dramafever] Fix episode fallbackSergey M․2016-01-051-1/+1
| |
* | [dramafever] Extract episodeSergey M․2016-01-051-1/+6
| |
* | [dramafever] Extract episode numberSergey M․2016-01-051-0/+2
| |
* | [dramafever] Improve subtitles extraction (Closes #8136)Sergey M․2016-01-051-7/+10
| |
* | [amp] Add missing subtitles to info dictSergey M․2016-01-051-0/+1
| |
* | [downloader/hls] Don't let ffmpeg read from stdin (#8139)Jaime Marquínez Ferrándiz2016-01-041-1/+1
| | | | | | | | | | | | 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)
* | [rte:radio] Extract timestampSergey M․2016-01-041-5/+12
| |