Commit Graph

8128 Commits (8683b4d8d91a7c6b72ca4a12bf6b538cbb4b2a68)
 

Author SHA1 Message Date
Sergey M․ 8683b4d8d9 [bbccouk] Improve extraction (Closes )
Sergey M․ 1dbd717eb4 [theplaform] Fix FutureWarning
Sergey M․ 6a8422b942 [foxsports] Add extractor (Closes )
Sergey M․ cb202fd286 [YoutubeDL] Filter requested info fields on `--load-info` as well
In order to properly handle JSON info files generated by youtube-dl versions prior to 4070b458ec
Naglis Jonaitis 67fc8ecd53 [dreisat] Extend _VALID_URL (Closes )
Jaime Marquínez Ferrándiz df8301fef5 [YoutubeDL] pep8: use 'k not in' instead of 'not k in'
Sergey M․ 4070b458ec [YoutubeDL] Do not write requested info in info JSON file (Closes , closes )
Yen Chi Hsuan ffbc3901d2 Merge remote-tracking branch 'upstream/master'
Sergey M․ 7a03280df4 [vporn] More metadata extraction fixes and tests update ()
Yen Chi Hsuan 482a1258de [VeeHD] Replace the third test case due to copyright issues
Sergey M․ cd298882cd [vporn] Fix metadata extraction ()
Sergey M․ e01c56f9e1 [YoutubeDL] Generalize best/worst format match behavior
Sergey M. 4d72df4031 Merge pull request from jaimeMF/best-format-nodash
Make 'best' format only match non-DASH formats (closes )
Yen Chi Hsuan f7f1df1d82 [VeeHD] Enhance extraction and fix tests (fixes )
Yen Chi Hsuan c4a21bc9db [bilibili] Extract multipart videos (closes )
Yen Chi Hsuan 621ffe7bf4 [niconico] Fix so* video extraction (fixes ) ()
Jaime Marquínez Ferrándiz 8dd5418803 Make 'best' format only match non-DASH formats (closes )
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.
Jaime Marquínez Ferrándiz 965cb8d530 [escapist] pep8 fixes
Yen Chi Hsuan b2e8e7dab5 [niconico] Try to extract all optional fields from various sources
Yen Chi Hsuan 59d814f793 [niconico] Remove credentials from tests and enhance title extraction
All test videos can be downloaded without username and password now.
Yen Chi Hsuan bb865f3a5e [niconico] Fix extraction and update tests (closes )
Yen Chi Hsuan 9ee53a49f0 [YouPorn] Fix extractor
Sergey M. 79adb09baa Merge pull request from zouhair/master
Typo: twice "the the" to "the"
zouhair cf0649f8b7 Typo: twice "the the" to "the"
Sergey M. f8690631e2 Merge pull request from zouhair/master
Typo "incompatible" instead of "uncompatible"
zouhair 5456d78f0c Typo "incompatible" instead of "uncompatible"
Yen Chi Hsuan cbbece96a2 [yourupload] Simplify
Yen Chi Hsuan 9d8ba307ef [yourupload] Fix extraction
Yen Chi Hsuan ec7c1e85e0 [testtube] Fix test case 1
Seems the site now provides webm with higher bitrates
Yen Chi Hsuan e70c7568c0 [testtube] Detect Youtube iframes (fixes )
Yen Chi Hsuan 39b62db116 [youtube] Catch more alert messages (closes )
Jaime Marquínez Ferrándiz 2edce52584 [vimeo] Fix password protected videos again ()
Since they have changed again to the previous format, I've modified the regex to match both formats.
pulpe 10831b5ec9 [vimeo] Fix redirection
Philipp Hagemeister 3a0f0c263a release 2015.04.28
Sergey M․ 2419a376b9 [moniker] Check not found error ()
Sergey M․ e206740fd7 [moniker] Capture and output error message ()
Sergey M․ 290a5a8d85 [escapist] Fix imsVideo regex ()
pulpe e2dc351d25 [escapist] Fix extractor (fixes )
Sergey M․ c86b61428b [utils] Fix another old python 2.6 kwargs issue (Closes )
Sergey M. 40b96352c9 Merge pull request from jaimeMF/remove-format-limit
Remove the --max-quality option
Sergey M. 189ba90996 [README] Use youtube-dl test video URL
Sergey M. c8183e661d [README] Document special characters escaping ()
Sergey M․ 053c94f1b3 [README] Clarify youtube-dl version when format selection changed to bestvideo+bestaudio/best
Sergey M․ b9d76a9571 Merge branch 'fstirlitz-philharmoniedeparis'
Sergey M․ a01cfc2951 [philharmoniedeparis] Fix extraction and tests, improve, simplify
Philipp Hagemeister 4eb5c65bee release 2015.04.26
felix 06d07c4000 New extractor: live.philharmoniedeparis.fr
Sergey M․ 74f8654a53 [downloader/external] Use encodeArgument
Sergey M․ 9e105a858c [downloader/rtmp] Fix arguments encoding and simplify retry logic (Closes )
Sergey M․ cd8a07a764 [downloader/common] Use decodeArgument