summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2015.04.26 2015.04.26Philipp Hagemeister2015-04-262-4/+8
|
* [downloader/external] Use encodeArgumentSergey M․2015-04-261-12/+4
|
* [downloader/rtmp] Fix arguments encoding and simplify retry logic (Closes #5528)Sergey M․2015-04-261-12/+9
|
* [downloader/common] Use decodeArgumentSergey M․2015-04-261-8/+5
|
* [utils] Add `get_subprocess_encoding` and filename/argument decode counterpartsSergey M․2015-04-261-15/+34
|
* [southpark] Use 'ñ' in the spanish extractor nameJaime Marquínez Ferrándiz2015-04-251-1/+2
| | | | IE_NAME can contain unicode characters, so it shouldn't be a problem.
* Merge branch 'mp3'pulpe2015-04-251-1/+2
|\
| * [postprocessor/embedthumbnail] Fix mp3 embedding with avconv (fixes #5526)pulpe2015-04-251-1/+2
| |
* | [mplayer] Rename to RTSPSergey M․2015-04-262-4/+4
| |
* | [mplayer] SimplifySergey M․2015-04-261-6/+1
| |
* | [mplayer] Clarify error messageSergey M․2015-04-261-1/+1
| |
* | Merge pull request #5521 from mrkrossxdx/mpvSergey M.2015-04-251-5/+12
|\ \ | | | | | | Added support for mpv if mplayer is not available (new version)
| * | Added support for mpv if mplayer is not availablemrkrossxdx2015-04-241-5/+12
| | |
* | | [instagram] ModernizeSergey M․2015-04-251-5/+3
| | |
* | | [instagram] Improve _VALID_URLSergey M․2015-04-251-1/+1
| |/ |/|
* | [ffmpeg] Add dfxp (TTML) subtitles support (#3432, #5146)Yen Chi Hsuan2015-04-253-0/+116
| |
* | [cspan] Extract subtitlesYen Chi Hsuan2015-04-251-0/+11
| |
* | [orf:iptv] Update testSergey M․2015-04-251-7/+7
| |
* | [southpark] Improve some _VALID_URL'sSergey M․2015-04-251-2/+2
| |
* | [southpark:espanol] Add extractor (Closes #5525)Sergey M․2015-04-252-0/+12
| |
* | [mtv] Stuff lang into info URL when availableSergey M․2015-04-251-1/+6
| |
* | [postprocessor/embedthumbnail] Style fixJaime Marquínez Ferrándiz2015-04-241-1/+2
| |
* | [ellentv] Remove unused importJaime Marquínez Ferrándiz2015-04-241-1/+0
|/
* [ellentv:clips] Fix testSergey M․2015-04-241-1/+1
|
* [ellentv:clips] Fix extractionSergey M․2015-04-241-1/+5
|
* [ellentv] Fix testsSergey M․2015-04-241-16/+6
|
* [ellentv] Fix extractionSergey M․2015-04-241-16/+12
|
* [dotsub] Fix extractionSergey M․2015-04-241-1/+2
|
* [gdcvault] Add display_idYen Chi Hsuan2015-04-241-7/+14
|
* [gdcvault] Extend _VALID_URL (fixes #5236)Yen Chi Hsuan2015-04-241-1/+5
|
* Merge branch 'embedthumb'pulpe2015-04-245-84/+83
|\
| * Forgot to clean the remains of classpulpe2015-04-241-2/+0
| |
| * [ffmpeg] Remove unneeded classpulpe2015-04-241-15/+0
| |
| * [embedthumbnail] use FFmpegPostProcessor for mp3pulpe2015-04-241-15/+6
| |
| * [embedthumbnail] Add support for mp3 cover embeddingpulpe2015-04-245-67/+92
| |
* | [Crunchyroll] Fix extraction on Python 2.6Yen Chi Hsuan2015-04-241-2/+2
|/ | | | XPath with recursive children selection not supported
* [README] Finally fix configuration file linkSergey M․2015-04-241-1/+1
|
* [README] Fix configuration file link and typoSergey M․2015-04-241-2/+2
|
* [README] Document on how to enable old format selection behavior (#5510, #5511)Sergey M․2015-04-241-1/+3
|
* [xattrpp] Fix typoSergey M․2015-04-231-1/+1
|
* [cracked] ModernizeSergey M․2015-04-231-2/+1
|
* [cracked] Update testsSergey M․2015-04-231-9/+21
|
* [cracked] Add support for youtube embedsSergey M․2015-04-231-1/+8
|
* [cracked] Fix extractionSergey M․2015-04-231-5/+13
|
* [ustream] Try to extract uploader from JSON data (#5128)Yen Chi Hsuan2015-04-231-3/+20
|
* [ustream] Add an alternative approach to extract title (fixes #5128)Yen Chi Hsuan2015-04-231-1/+10
|
* [ustream] Checking errorsYen Chi Hsuan2015-04-231-0/+4
|
* [ustream] Fix extraction (closes #3998)Yen Chi Hsuan2015-04-231-1/+10
|
* Merge branch 'master' of github.com:rg3/youtube-dlpulpe2015-04-231-0/+14
|\
| * [xattr] Add version detection for python-pyxattrYen Chi Hsuan2015-04-231-0/+14
| | | | | | | | | | For more information, see #5498 and changes to convertObj() in iustin/pyxattr@cc84e466f63906d32ec1bf4a4fcae6a7bce9a4c8