summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [dreisat] Extend _VALID_URL (Closes #5548)Naglis Jonaitis2015-04-301-13/+19
|
* [YoutubeDL] pep8: use 'k not in' instead of 'not k in'Jaime Marquínez Ferrándiz2015-04-301-1/+1
|
* [YoutubeDL] Do not write requested info in info JSON file (Closes #5562, ↵Sergey M․2015-04-301-1/+4
| | | | closes #5564)
* Merge remote-tracking branch 'upstream/master'Yen Chi Hsuan2015-04-303-26/+19
|\
| * [vporn] More metadata extraction fixes and tests update (#5560)Sergey M․2015-04-301-8/+2
| |
| * [vporn] Fix metadata extraction (#5560)Sergey M․2015-04-301-12/+10
| |
| * [YoutubeDL] Generalize best/worst format match behaviorSergey M․2015-04-301-11/+5
| |
| * Merge pull request #5556 from jaimeMF/best-format-nodashSergey M.2015-04-302-3/+10
| |\ | | | | | | Make 'best' format only match non-DASH formats (closes #5554)
| | * Make 'best' format only match non-DASH formats (closes #5554)Jaime Marquínez Ferrándiz2015-04-292-3/+10
| | | | | | | | | | | | | | | Otherwise it's impossible to only download non-DASH formats, for example `best[height=?480]/best` would download a DASH video if it's the only one with height=480, instead for falling back to the second format specifier. For audio only urls (soundcloud, bandcamp ...), the best audio will be downloaded as before.
* | | [VeeHD] Replace the third test case due to copyright issuesYen Chi Hsuan2015-04-301-5/+5
|/ /
* | [VeeHD] Enhance extraction and fix tests (fixes #4965)Yen Chi Hsuan2015-04-301-4/+32
| |
* | [bilibili] Extract multipart videos (closes #3250)Yen Chi Hsuan2015-04-301-25/+49
| |
* | [niconico] Fix so* video extraction (fixes #4874) (#2087)Yen Chi Hsuan2015-04-301-1/+16
|/
* [escapist] pep8 fixesJaime Marquínez Ferrándiz2015-04-291-3/+3
|
* [niconico] Try to extract all optional fields from various sourcesYen Chi Hsuan2015-04-301-6/+51
|
* [niconico] Remove credentials from tests and enhance title extractionYen Chi Hsuan2015-04-301-13/+4
| | | | All test videos can be downloaded without username and password now.
* [niconico] Fix extraction and update tests (closes #5511)Yen Chi Hsuan2015-04-301-20/+52
|
* [YouPorn] Fix extractorYen Chi Hsuan2015-04-301-1/+1
|
* Merge pull request #5553 from zouhair/masterSergey M.2015-04-291-2/+2
|\ | | | | Typo: twice "the the" to "the"
| * Typo: twice "the the" to "the"zouhair2015-04-291-2/+2
|/
* Merge pull request #5552 from zouhair/masterSergey M.2015-04-291-1/+1
|\ | | | | Typo "incompatible" instead of "uncompatible"
| * Typo "incompatible" instead of "uncompatible"zouhair2015-04-291-1/+1
|/
* [yourupload] SimplifyYen Chi Hsuan2015-04-291-11/+3
|
* [yourupload] Fix extractionYen Chi Hsuan2015-04-291-5/+8
|
* [testtube] Fix test case 1Yen Chi Hsuan2015-04-291-1/+1
| | | | Seems the site now provides webm with higher bitrates
* [testtube] Detect Youtube iframes (fixes #4867)Yen Chi Hsuan2015-04-291-0/+18
|
* [youtube] Catch more alert messages (closes #5074)Yen Chi Hsuan2015-04-281-6/+16
|
* [vimeo] Fix password protected videos again (#5082)Jaime Marquínez Ferrándiz2015-04-281-2/+2
| | | | Since they have changed again to the previous format, I've modified the regex to match both formats.
* [vimeo] Fix redirectionpulpe2015-04-281-0/+2
|
* release 2015.04.28Philipp Hagemeister2015-04-282-1/+2
|
* [moniker] Check not found error (#5541)Sergey M․2015-04-271-0/+3
|
* [moniker] Capture and output error message (#5541)Sergey M․2015-04-271-0/+7
|
* [escapist] Fix imsVideo regex (#5090)Sergey M․2015-04-271-1/+4
|
* [escapist] Fix extractor (fixes #5090)pulpe2015-04-271-99/+73
|
* [utils] Fix another old python 2.6 kwargs issue (Closes #5539)Sergey M․2015-04-271-1/+2
|
* Merge pull request #5523 from jaimeMF/remove-format-limitSergey M.2015-04-277-59/+2
|\ | | | | Remove the --max-quality option
| * README: remove --max-qualityJaime Marquínez Ferrándiz2015-04-251-3/+2
| |
| * Remove the --max-quality optionJaime Marquínez Ferrándiz2015-04-256-56/+0
| | | | | | | | | | 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.
* | [README] Use youtube-dl test video URLSergey M.2015-04-271-4/+4
| |
* | [README] Document special characters escaping (#5538)Sergey M.2015-04-271-0/+16
| |
* | [README] Clarify youtube-dl version when format selection changed to ↵Sergey M․2015-04-271-2/+2
| | | | | | | | bestvideo+bestaudio/best
* | Merge branch 'fstirlitz-philharmoniedeparis'Sergey M․2015-04-272-0/+79
|\ \
| * | [philharmoniedeparis] Fix extraction and tests, improve, simplifySergey M․2015-04-271-44/+45
| | |
| * | New extractor: live.philharmoniedeparis.frfelix2015-04-262-0/+78
| | |
* | | release 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.