aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2015-04-30[niconico] Fix so* video extraction (fixes #4874) (#2087)Yen Chi Hsuan
2015-04-29[escapist] pep8 fixesJaime Marquínez Ferrándiz
2015-04-30[niconico] Try to extract all optional fields from various sourcesYen Chi Hsuan
2015-04-30[niconico] Remove credentials from tests and enhance title extractionYen Chi Hsuan
All test videos can be downloaded without username and password now.
2015-04-30[niconico] Fix extraction and update tests (closes #5511)Yen Chi Hsuan
2015-04-30[YouPorn] Fix extractorYen Chi Hsuan
2015-04-29Typo: twice "the the" to "the"zouhair
2015-04-29Typo "incompatible" instead of "uncompatible"zouhair
2015-04-29[yourupload] SimplifyYen Chi Hsuan
2015-04-29[yourupload] Fix extractionYen Chi Hsuan
2015-04-29[testtube] Fix test case 1Yen Chi Hsuan
Seems the site now provides webm with higher bitrates
2015-04-29[testtube] Detect Youtube iframes (fixes #4867)Yen Chi Hsuan
2015-04-28[youtube] Catch more alert messages (closes #5074)Yen Chi Hsuan
2015-04-28[vimeo] Fix password protected videos again (#5082)Jaime Marquínez Ferrándiz
Since they have changed again to the previous format, I've modified the regex to match both formats.
2015-04-28[vimeo] Fix redirectionpulpe
2015-04-28release 2015.04.282015.04.28Philipp Hagemeister
2015-04-27[moniker] Check not found error (#5541)Sergey M․
2015-04-27[moniker] Capture and output error message (#5541)Sergey M․
2015-04-27[escapist] Fix imsVideo regex (#5090)Sergey M․
2015-04-27[escapist] Fix extractor (fixes #5090)pulpe
2015-04-27[utils] Fix another old python 2.6 kwargs issue (Closes #5539)Sergey M․
2015-04-27Merge pull request #5523 from jaimeMF/remove-format-limitSergey M.
Remove the --max-quality option
2015-04-27Merge branch 'fstirlitz-philharmoniedeparis'Sergey M․
2015-04-27[philharmoniedeparis] Fix extraction and tests, improve, simplifySergey M․
2015-04-26release 2015.04.262015.04.26Philipp Hagemeister
2015-04-26New extractor: live.philharmoniedeparis.frfelix
2015-04-26[downloader/external] Use encodeArgumentSergey M․
2015-04-26[downloader/rtmp] Fix arguments encoding and simplify retry logic (Closes #5528)Sergey M․
2015-04-26[downloader/common] Use decodeArgumentSergey M․
2015-04-26[utils] Add `get_subprocess_encoding` and filename/argument decode counterpartsSergey M․
2015-04-25[southpark] Use 'ñ' in the spanish extractor nameJaime Marquínez Ferrándiz
IE_NAME can contain unicode characters, so it shouldn't be a problem.
2015-04-25Merge branch 'mp3'pulpe
2015-04-25[postprocessor/embedthumbnail] Fix mp3 embedding with avconv (fixes #5526)pulpe
2015-04-26[mplayer] Rename to RTSPSergey M․
2015-04-26[mplayer] SimplifySergey M․
2015-04-26[mplayer] Clarify error messageSergey M․
2015-04-25Merge pull request #5521 from mrkrossxdx/mpvSergey M.
Added support for mpv if mplayer is not available (new version)
2015-04-25[instagram] ModernizeSergey M․
2015-04-25[instagram] Improve _VALID_URLSergey M․
2015-04-25[ffmpeg] Add dfxp (TTML) subtitles support (#3432, #5146)Yen Chi Hsuan
2015-04-25[cspan] Extract subtitlesYen Chi Hsuan
2015-04-25[orf:iptv] Update testSergey M․
2015-04-25[southpark] Improve some _VALID_URL'sSergey M․
2015-04-25[southpark:espanol] Add extractor (Closes #5525)Sergey M․
2015-04-25[mtv] Stuff lang into info URL when availableSergey M․
2015-04-25Remove the --max-quality optionJaime Marquínez Ferrándiz
It doesn't work well with 'bestvideo' and 'bestaudio' because they are usually before the max quality. Format filters should be used instead, they are more flexible and don't require the requested quality to exist for each video.
2015-04-24[postprocessor/embedthumbnail] Style fixJaime Marquínez Ferrándiz
2015-04-24[ellentv] Remove unused importJaime Marquínez Ferrándiz
2015-04-24Added support for mpv if mplayer is not availablemrkrossxdx
2015-04-24[ellentv:clips] Fix testSergey M․