aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-19Merge branch 'vimeo' of https://github.com/rbrito/youtube-dlPhilipp Hagemeister
2011-10-19vimeo: Add the ability to detect if a video is available in HD. (Closes: #194)Rogério Brito
2011-10-18vimeo: Add the ability to detect if a video is available in HD.Rogério Brito
2011-10-18Merge pull request #195 from rbrito/xvideosPhilipp Hagemeister
Fixes for the xvideos IE
2011-10-18xvideos: Capture only the video title, not the name of the site.Rogério Brito
2011-10-18xvideos: Fix misleading error message when extracting the URL.Rogério Brito
We said that we were trying to extract the title of the video.
2011-10-18xvideos: Normalize the URL or it will fail with some inputs.Rogério Brito
For instance, if we give it <www.xvideos.com/video1384059>, we would end up passing that to urllib2, which would complain about an unknown URL type.
2011-10-13Quick and dirty IE for xvideos.com.Rogério Brito
2011-10-12CollegeHumor IEPhilipp Hagemeister
2011-10-04Fix recognition of ↵Philipp Hagemeister
http://www.youtube.com/course?list=PL41FDABC6AA085E78&category=University/Mathematics/Topology%20%26%20Geometry
2011-10-03Support "newstyle" Youtube playlist IDs.Rogério Brito
Many playlists reported by Youtube now have the form like in: http://www.youtube.com/playlist?list=PL520044A3524F5E5D where `PL` is prefixed to what youtube-dl used to use as playlist IDs. So, while matching it, we adapt the regular expression so as to discard the `PL` and only get the `520044A3524F5E5D` in the case of the playlist of the example.
2011-09-30release 2011.09.302011.09.30Philipp Hagemeister
2011-09-30Cosmetic changes to --list-formatsPhilipp Hagemeister
2011-09-28Added option -L to list available formatsFrancois du Toit
2011-09-27Release 2011.09.272011.09.27Philipp Hagemeister
2011-09-27blip.tv: Handle direct URLs (Thanks to Bahman)Philipp Hagemeister
2011-09-26Update REAMDE.mdPhilipp Hagemeister
2011-09-26Mention ext in output template helpPhilipp Hagemeister
2011-09-26Add help to output templatePhilipp Hagemeister
2011-09-25Adding HTTPS support for YouTube playlists and users; Escaping dots.Osama Khalid
2011-09-21Simplify testPhilipp Hagemeister
2011-09-21Update README with new optionsPhilipp Hagemeister
2011-09-21Merge pull request #172 from richardc/masterPhilipp Hagemeister
add support for vorbis to --extract-audio
2011-09-21Add support for vorbis files to --extract-audioRichard Clamp
Add Ogg Vorbis as a file type when extracting the audio from a file. This can be the 'best' codec if the source clip is a webm container.
2011-09-18Clarify --cookies optionPhilipp Hagemeister
2011-09-17release 2011.09.18c: Prefer mp4 over webm2011.09.18cPhilipp Hagemeister
2011-09-17Prefer format 18 over 43Philipp Hagemeister
2011-09-17Add youtube format 44Philipp Hagemeister
2011-09-17Prefer mp4 over webm - seems to work better for most usersPhilipp Hagemeister
2011-09-16Release 2011.09.18b2011.09.18bPhilipp Hagemeister
2011-09-16Prevent youtube IE from taking youtube playlistsPhilipp Hagemeister
2011-09-15Fix escapist URL matchPhilipp Hagemeister
2011-09-15Fix progress message when Content-Length is not setPhilipp Hagemeister
2011-09-15Clarified "restart"Philipp Hagemeister
2011-09-15Do not update if already up-to-date (Closes #166)Philipp Hagemeister
2011-09-15release 2011.09.182011.09.18Philipp Hagemeister
2011-09-15Set continue to false again; we need to send to actually send a HEAD request ↵Philipp Hagemeister
to determine whether we can continue or not
2011-09-15release 2011.09.172011.09.17Philipp Hagemeister
2011-09-15Update READMEPhilipp Hagemeister
2011-09-15Fix _do_download signaturePhilipp Hagemeister
2011-09-15Make --continue the default and provide --no-continue (Closes #119)Philipp Hagemeister
2011-09-15If --continue is not enabled, set resume_len to zero.Michael Haggerty
This corrects the reporting of download progress (which previously started at a value greater than zero).
2011-09-15Bump version number2011.09.16Philipp Hagemeister
2011-09-15Add format fallbackPhilipp Hagemeister
2011-09-15Update READMEPhilipp Hagemeister
2011-09-15Merge remote-tracking branch 'rmanola/master' (Closes: #124)Philipp Hagemeister
Add option to specify mp3 quality and prevent the video from being deleted
2011-09-15added option to get the available formats for a video (Closes #106)Dominik Heidler
2011-09-15Added ability to download worst quality video file only. (Closes #113)Kegan
2011-09-15Updated to stamp extracted audio file with HTTP last modified date.Kegan
2011-09-15New option --skip-download (Closes #162)Philipp Hagemeister