Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #206 from rbrito/fixes/facebook-ie-2 | Philipp Hagemeister | 2011-11-02 | 1 | -1/+1 | |
|\ | | | | | FacebookIE: Fix regexp to recognize videos that weren't considered. | |||||
| * | FacebookIE: Fix regexp to recognize videos that weren't considered. | Rogério Brito | 2011-11-01 | 1 | -1/+1 | |
|/ | ||||||
* | FacebookIE: The date doesn't seem to be available anymore. | Rogério Brito | 2011-10-20 | 1 | -1/+0 | |
| | | | | | | The current regular expression is likely to match a lot of stuff, as each comment that a video has has one of those and it is not clear which one is the date of the video *upload* itself. | |||||
* | FacebookIE: Fix extraction of title as Facebook has changed stuff. | Rogério Brito | 2011-10-20 | 1 | -1/+1 | |
| | ||||||
* | FacebookIE: Not all videos are available in all formats. | Rogério Brito | 2011-10-20 | 1 | -1/+2 | |
| | ||||||
* | Release 2011.10.19 | Philipp Hagemeister | 2011-10-19 | 2 | -2/+2 | |
| | ||||||
* | Merge branch 'vimeo' of https://github.com/rbrito/youtube-dl | Philipp Hagemeister | 2011-10-19 | 0 | -0/+0 | |
|\ | ||||||
| * | vimeo: Add the ability to detect if a video is available in HD. | Rogério Brito | 2011-10-18 | 1 | -1/+13 | |
| | | ||||||
* | | vimeo: Add the ability to detect if a video is available in HD. (Closes: #194) | Rogério Brito | 2011-10-19 | 1 | -1/+13 | |
|/ | ||||||
* | Merge pull request #195 from rbrito/xvideos | Philipp Hagemeister | 2011-10-18 | 1 | -3/+3 | |
|\ | | | | | Fixes for the xvideos IE | |||||
| * | xvideos: Capture only the video title, not the name of the site. | Rogério Brito | 2011-10-18 | 1 | -1/+1 | |
| | | ||||||
| * | xvideos: Fix misleading error message when extracting the URL. | Rogério Brito | 2011-10-18 | 1 | -1/+1 | |
| | | | | | | | | We said that we were trying to extract the title of the video. | |||||
| * | xvideos: Normalize the URL or it will fail with some inputs. | Rogério Brito | 2011-10-18 | 1 | -1/+1 | |
|/ | | | | | | 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. | |||||
* | Quick and dirty IE for xvideos.com. | Rogério Brito | 2011-10-13 | 1 | -0/+87 | |
| | ||||||
* | CollegeHumor IE | Philipp Hagemeister | 2011-10-12 | 1 | -1/+78 | |
| | ||||||
* | Fix recognition of ↵ | Philipp Hagemeister | 2011-10-04 | 1 | -1/+1 | |
| | | | | http://www.youtube.com/course?list=PL41FDABC6AA085E78&category=University/Mathematics/Topology%20%26%20Geometry | |||||
* | Support "newstyle" Youtube playlist IDs. | Rogério Brito | 2011-10-03 | 1 | -1/+1 | |
| | | | | | | | | | | | 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. | |||||
* | release 2011.09.30 | Philipp Hagemeister | 2011-09-30 | 2 | -2/+2 | |
| | ||||||
* | Cosmetic changes to --list-formats | Philipp Hagemeister | 2011-09-30 | 2 | -3/+4 | |
| | ||||||
* | Added option -L to list available formats | Francois du Toit | 2011-09-28 | 1 | -0/+26 | |
| | ||||||
* | Release 2011.09.27 | Philipp Hagemeister | 2011-09-27 | 2 | -2/+2 | |
| | ||||||
* | blip.tv: Handle direct URLs (Thanks to Bahman) | Philipp Hagemeister | 2011-09-27 | 1 | -34/+61 | |
| | ||||||
* | Update REAMDE.md | Philipp Hagemeister | 2011-09-26 | 1 | -1/+5 | |
| | ||||||
* | Mention ext in output template help | Philipp Hagemeister | 2011-09-26 | 1 | -1/+1 | |
| | ||||||
* | Add help to output template | Philipp Hagemeister | 2011-09-26 | 1 | -1/+1 | |
| | ||||||
* | Adding HTTPS support for YouTube playlists and users; Escaping dots. | Osama Khalid | 2011-09-25 | 1 | -5/+5 | |
| | ||||||
* | Simplify test | Philipp Hagemeister | 2011-09-21 | 1 | -1/+1 | |
| | ||||||
* | Update README with new options | Philipp Hagemeister | 2011-09-21 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #172 from richardc/master | Philipp Hagemeister | 2011-09-21 | 1 | -4/+8 | |
|\ | | | | | add support for vorbis to --extract-audio | |||||
| * | Add support for vorbis files to --extract-audio | Richard Clamp | 2011-09-21 | 1 | -4/+8 | |
|/ | | | | | | 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. | |||||
* | Clarify --cookies option | Philipp Hagemeister | 2011-09-18 | 1 | -1/+1 | |
| | ||||||
* | release 2011.09.18c: Prefer mp4 over webm | Philipp Hagemeister | 2011-09-17 | 2 | -2/+2 | |
| | ||||||
* | Prefer format 18 over 43 | Philipp Hagemeister | 2011-09-17 | 1 | -1/+1 | |
| | ||||||
* | Add youtube format 44 | Philipp Hagemeister | 2011-09-17 | 1 | -1/+2 | |
| | ||||||
* | Prefer mp4 over webm - seems to work better for most users | Philipp Hagemeister | 2011-09-17 | 1 | -1/+1 | |
| | ||||||
* | Release 2011.09.18b | Philipp Hagemeister | 2011-09-16 | 2 | -2/+2 | |
| | ||||||
* | Prevent youtube IE from taking youtube playlists | Philipp Hagemeister | 2011-09-16 | 1 | -4/+4 | |
| | ||||||
* | Fix escapist URL match | Philipp Hagemeister | 2011-09-15 | 1 | -1/+1 | |
| | ||||||
* | Fix progress message when Content-Length is not set | Philipp Hagemeister | 2011-09-15 | 1 | -3/+6 | |
| | ||||||
* | Clarified "restart" | Philipp Hagemeister | 2011-09-15 | 1 | -1/+1 | |
| | ||||||
* | Do not update if already up-to-date (Closes #166) | Philipp Hagemeister | 2011-09-15 | 1 | -0/+5 | |
| | ||||||
* | release 2011.09.18 | Philipp Hagemeister | 2011-09-15 | 2 | -2/+2 | |
| | ||||||
* | Set continue to false again; we need to send to actually send a HEAD request ↵ | Philipp Hagemeister | 2011-09-15 | 1 | -1/+1 | |
| | | | | to determine whether we can continue or not | |||||
* | release 2011.09.17 | Philipp Hagemeister | 2011-09-15 | 2 | -2/+2 | |
| | ||||||
* | Update README | Philipp Hagemeister | 2011-09-15 | 1 | -0/+2 | |
| | ||||||
* | Fix _do_download signature | Philipp Hagemeister | 2011-09-15 | 1 | -6/+7 | |
| | ||||||
* | Make --continue the default and provide --no-continue (Closes #119) | Philipp Hagemeister | 2011-09-15 | 1 | -1/+4 | |
| | ||||||
* | If --continue is not enabled, set resume_len to zero. | Michael Haggerty | 2011-09-15 | 1 | -6/+8 | |
| | | | | | This corrects the reporting of download progress (which previously started at a value greater than zero). | |||||
* | Bump version number | Philipp Hagemeister | 2011-09-15 | 2 | -2/+2 | |
| | ||||||
* | Add format fallback | Philipp Hagemeister | 2011-09-15 | 1 | -6/+12 | |
| |