Commit Graph

841 Commits (dd109dee8ebd51a019529fa494e56651162ad6d9)
 

Author SHA1 Message Date
Philipp Hagemeister 7e45ec57a8 transplant 0f6e296a8e
Filippo Valsorda afbaa80b8b switched ytsearch to more robust Youtube Data API (fixes )
Filippo Valsorda 115d243428 added youtube closed captions .srt support (see )
cryzed 7151f63a5f Fixed downloading of unrelated videos when downloading a YouTube playlist
Filippo Valsorda 597e7b1805 Vimeo: Added support for flv only videos
Filippo Valsorda 2934c2ce43 Switch Vimeo to scraping: fixes
Filippo Valsorda 0f6e296a8e Fixed gvsearch
Philipp Hagemeister 9c228928b6 release 2012.02.27
Philipp Hagemeister ff3a2b8eab Always determine youtube description
Philipp Hagemeister c4105fa035 release 2012.02.26
Philipp Hagemeister 871dbd3c92 Output RTMP command line if verbose is set
Philipp Hagemeister c9ed14e6d6 Move imports to top (Closes )
Philipp Hagemeister 1ad85e5061 Set default continue behavior to true, no breakage observed in the wild
Philipp Hagemeister 09fbc6c952 verbose flag, and output proxies if it is set
Philipp Hagemeister 895ec266bb Merge pull request from rbrito/fixes/vimeo-ie
VimeoIE: Allow matches taken from embedded videos.
Rogério Brito d85448f3bb VimeoIE: Allow matches taken from embedded videos.
With this change, I can directly cut and paste URLs embedded in 3rd-party
pages as `youtube-dl`'s arguments.

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
Philipp Hagemeister 99d46e8c27 Merge pull request from grawity/winnt-unicode
Support Unicode in file names on Windows NT
Mantas Mikulėnas 4afdff39d7 Support Unicode in file names on Windows NT
Philipp Hagemeister 661a807c65 Release 2012.01.08b
Philipp Hagemeister 6d58c4546e correct to_screen prints
Philipp Hagemeister 38ffbc0222 Release 2012.01.08
Philipp Hagemeister fefb166c52 Leave out characters the filesystem cannot encode (Closes: )
Philipp Hagemeister dcb3c22e0b MTV IE
Philipp Hagemeister 47a53c9e46 release 2012.01.05
Philipp Hagemeister 1413cd87eb Correct distinction between unicode and bytes (Closes: )
Philipp Hagemeister c92e184f75 Correct comedycentral flash URL regex
Philipp Hagemeister 3906e6ce60 correct epydoc
Philipp Hagemeister c7d3c3db0d Fix tds RTMP url extraction
Philipp Hagemeister d6639d05c2 release 2011.12.18
Philipp Hagemeister 633cf7cbad Add wav audio output
Philipp Hagemeister a5647b79ce Only skip download if files exists; convert audio
Philipp Hagemeister ba5059dd66 Release 2011.12.15
Philipp Hagemeister bb8abbbbae Dailymotion: Use og:title instead of <title> to find title (Closes: )
Philipp Hagemeister 561504fffa Release 2011.12.08
Philipp Hagemeister 23e6b8adc8 --prefer-free-formats (Closes )
Philipp Hagemeister 3e0ea7d07a m4a: aac in mp4 container (Closes )
Philipp Hagemeister 94fd3201b2 Abort when --max-downloads is reached.
Philipp Hagemeister 0b3f3e1ad9 Merge pull request from rbrito/fix-makefile
Makefile: Don't use `echo`'s `-e` option for portability.
Philipp Hagemeister a05d2a0c05 Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister 0b14e0b367 OpenClassRoom IE (Closes: )
Rogério Brito 66e8777769 Makefile: Don't use `echo`'s `-e` option for portability.
Many systems (including Debian, Ubuntu and derivatives like Linux Mint) use
Dash as a noninteractive version of `/bin/sh`, invoked by `make`.

Dash's `echo` command doesn't understand the `-e` option and this generates
spurious output when running `make`.  See [a bugreport][0] for one of the
many instances of this bug/feature in action.

[0]: https://bugs.launchpad.net/ubuntu/+source/dash/+bug/72167
Philipp Hagemeister 348486ced4 Merge pull request from rbrito/add-to-gitignore
Add list of files to ignore for `youtube-dl`.
Rogério Brito f1f300e629 Add list of files to ignore for `youtube-dl`.
Philipp Hagemeister dd17922afc OpenClassRoom videos ()
Philipp Hagemeister 40fd4cb86a Move merged code to dev version
Philipp Hagemeister 9e9b75ae4d Merge pull request from lra/dailymotion-fix
Fix the DailymotionIE to parse the new title of a webpage
Laurent Raufaste 8abf76ddb9 Fix the DailymotionIE to parse the new title of a webpage
Philipp Hagemeister c95da745bc Mention -o - in doc (Closes )
Philipp Hagemeister 0cd235eef6 Use freedesktop.org mandated user config file location (Suggested by Tyll in )
Philipp Hagemeister 77315556f1 Do not count unmatched or skipped videos towards max-downloads (Closes )