summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | [viewster] simplify qualities_basename regexremitamine2016-04-241-1/+1
| |
* | [viewster] extract all http formatsremitamine2016-04-241-12/+24
| |
* | [dplay] Sign unsigned final download hls URLsSergey M․2016-04-231-8/+18
| |
* | [dplay] Extract subtitles (Closes #9284)Sergey M․2016-04-231-0/+8
| |
* | [dplay] Improve extraction and document workarounds and testsSergey M․2016-04-231-1/+10
| |
* | [dplay] Try secure api for no tld (Closes #9282)Sergey M․2016-04-231-1/+1
| |
* | [nhl] Add new extractor(closes #8419)(closes #8798)remitamine2016-04-222-7/+96
| |
* | [youku] Skip streams with channel_type=tailYen Chi Hsuan2016-04-231-0/+14
| | | | | | | | | | | | | | Fixes #9275 These video segments look like ads and they don't appear in the web player.
* | [nbc] add support for today.com(closes #2909)remitamine2016-04-221-5/+19
| |
* | [iqiyi] Improve error detection (#9276)Yen Chi Hsuan2016-04-231-7/+18
| |
* | [eagleplatform] extract all http formatsremitamine2016-04-222-8/+19
| |
* | [newstube] extract http formats(closes #9253)remitamine2016-04-221-9/+34
| |
* | [rtbf] improve extraction(fixes #9267)remitamine2016-04-211-17/+45
| |
* | [tubitv] fix extraction(closes #8741)remitamine2016-04-211-24/+29
| |
* | [vimeo] Pass Referer for check-password requestSergey M․2016-04-221-2/+2
| |
* | [dump] Remove extractorSergey M․2016-04-212-40/+0
| |
* | Add --hls-prefer-ffmpegSergey M․2016-04-213-3/+12
| |
* | [planetaplay] Remove remainings of extractorSergey M․2016-04-211-1/+0
| |
* | [options] Remove experimental mark for --hls-prefer-nativeSergey M․2016-04-211-1/+1
| |
* | [planetaplay] Remove extractor (Closes #9256)Sergey M․2016-04-211-61/+0
| |
* | [tvigle] Skip hls completely (#9259)Sergey M․2016-04-211-2/+2
| |
* | [mgtv] Fix _VALID_URL and add localized nameYen Chi Hsuan2016-04-221-1/+2
| |
* | [dispeak] Rename DigitalSpeaking to DigitallySpeakingYen Chi Hsuan2016-04-224-4/+4
| |
* | [dispeak] Several fixesYen Chi Hsuan2016-04-223-4/+4
| |
* | Merge pull request #9110 from remitamine/parse_durationSergey M2016-04-212-36/+39
|\ \ | | | | | | [utils] imporove parse_duration to handle more formats
| * | [utils] imporove parse_duration to handle more formatsremitamine2016-04-212-36/+39
| | |
* | | [mgtv] Add new extractor (closes #9212)Yen Chi Hsuan2016-04-212-0/+63
| | |
* | | [dispeak/gdcvault] Add the test case from #5784Yen Chi Hsuan2016-04-212-13/+30
| | |
* | | [dispeak] Add new extractorYen Chi Hsuan2016-04-214-99/+123
| | | | | | | | | | | | Both GDCVault and GPUTechConf uses the service of DigitalSpeaking.
* | | [gdcvault] Fix for videos with hard-coded hostnamesYen Chi Hsuan2016-04-211-5/+21
| | | | | | | | | | | | Fixes #9248
* | | [streetvoice] Fix extractionYen Chi Hsuan2016-04-211-5/+3
| | | | | | | | | | | | | | | | | | The old API results in URLs with HTTP 403 from time to time. Hopefully fixes #9219.
* | | [extractor/common] Allow empty post dataYen Chi Hsuan2016-04-211-1/+1
| | |
* | | [tvigle] Fix extraction (Closes #9259)Sergey M․2016-04-201-1/+3
| | |
* | | [quickvid] Remove extractor (Closes #9258)Sergey M․2016-04-202-55/+0
| | |
* | | [youtube] Capture and output login error messageSergey M․2016-04-201-0/+6
| | |
* | | [people] Remove bogus commentSergey M․2016-04-201-1/+0
| | |
* | | [people] Add extractorSergey M․2016-04-202-0/+34
| | |
* | | release 2016.04.19Philipp Hagemeister2016-04-193-9/+9
| | |
* | | [vimeo] Improve _VALID_URL (Closes #9229)Sergey M․2016-04-181-1/+6
| | |
* | | [theonion] Remove extractor (Closes #9220)Sergey M․2016-04-172-64/+0
| | | | | | | | | | | | It now uses generic onionstudios embed
* | | [youtube:playlist] Fetch all the videos in a mix (fixes #3837)Jaime Marquínez Ferrándiz2016-04-172-9/+21
| | | | | | | | | | | | Since there doesn't seem to be any indication, it stops when there aren't new videos in the webpage.
* | | [vice] remove unused import and variableremitamine2016-04-171-2/+0
| | |
* | | [musicplayon] Relax _VALID_URL and improve metadata extractionYen Chi Hsuan2016-04-171-3/+9
| | | | | | | | | | | | | | | | | | In r'pl=\d+&play=\d+' pages, several metadata items are missing Closes #9222.
* | | [musicplayon] Fix extraction (closes #9222)Yen Chi Hsuan2016-04-171-31/+16
| | |
* | | Merge pull request #9195 from remitamine/ffmpeg-piperemitamine2016-04-162-2/+3
|\ \ \ | | | | | | | | [downloader/external] enable piping for FFmpegFD(closes #2124)
| * | | [ffmpeg] Clarify rationale for pipe(-) exclusion in _ffmpeg_filename_argumentremitamine2016-04-161-0/+1
| | | |
| * | | [ffmpeg] check for - file name in _ffmpeg_filename_argumentremitamine2016-04-162-5/+2
| | | |
| * | | [downloader/external] enable piping for FFmpegFD(closes #2124)remitamine2016-04-141-2/+5
| | | |
* | | | [onionstudios] extract m3u8 formatsremitamine2016-04-161-3/+16
| | | |
* | | | [kuwo:category] Update the testYen Chi Hsuan2016-04-171-1/+1
| | | | | | | | | | | | | | | | Now the webpage says there are 24 songs.