Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-17 | release 2011.12.182011.12.18 | Philipp Hagemeister | |
2011-12-17 | Add wav audio output | Philipp Hagemeister | |
2011-12-16 | Only skip download if files exists; convert audio | Philipp Hagemeister | |
2011-12-15 | Release 2011.12.152011.12.15 | Philipp Hagemeister | |
2011-12-15 | Dailymotion: Use og:title instead of <title> to find title (Closes: #253) | Philipp Hagemeister | |
2011-12-08 | Release 2011.12.082011.12.08 | Philipp Hagemeister | |
2011-12-08 | --prefer-free-formats (Closes #231) | Philipp Hagemeister | |
2011-12-08 | m4a: aac in mp4 container (Closes #240) | Philipp Hagemeister | |
2011-12-08 | Abort when --max-downloads is reached. | Philipp Hagemeister | |
2011-12-08 | Merge pull request #245 from rbrito/fix-makefile | Philipp Hagemeister | |
Makefile: Don't use `echo`'s `-e` option for portability. | |||
2011-12-08 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2011-12-08 | OpenClassRoom IE (Closes: #234) | Philipp Hagemeister | |
2011-12-08 | Makefile: Don't use `echo`'s `-e` option for portability. | Rogério Brito | |
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 | |||
2011-11-30 | Merge pull request #238 from rbrito/add-to-gitignore | Philipp Hagemeister | |
Add list of files to ignore for `youtube-dl`. | |||
2011-11-30 | Add list of files to ignore for `youtube-dl`. | Rogério Brito | |
2011-11-30 | OpenClassRoom videos (#234) | Philipp Hagemeister | |
2011-11-30 | Move merged code to dev version | Philipp Hagemeister | |
2011-11-30 | Merge pull request #236 from lra/dailymotion-fix | Philipp Hagemeister | |
Fix the DailymotionIE to parse the new title of a webpage | |||
2011-11-29 | Fix the DailymotionIE to parse the new title of a webpage | Laurent Raufaste | |
2011-11-29 | Mention -o - in doc (Closes #204) | Philipp Hagemeister | |
2011-11-29 | Use freedesktop.org mandated user config file location (Suggested by Tyll in ↵ | Philipp Hagemeister | |
#231) | |||
2011-11-29 | Do not count unmatched or skipped videos towards max-downloads (Closes #232) | Philipp Hagemeister | |
2011-11-28 | Preliminary implementation of configuration files | Philipp Hagemeister | |
2011-11-28 | Document -o %(upload_date)s (Closes #228) | Philipp Hagemeister | |
2011-11-28 | --max-downloads option (Closes #230) | Philipp Hagemeister | |
2011-11-24 | Credit shizeeg for Mixcloud IE | Philipp Hagemeister | |
2011-11-24 | Move MixcloudIE to __init__.py | Philipp Hagemeister | |
2011-11-24 | Mixcloud IE | sh!zeeg | |
2011-11-23 | Release 2011.11.232011.11.23 | Philipp Hagemeister | |
2011-11-23 | Fix vimeo error (Closes #224) | Philipp Hagemeister | |
2011-11-22 | Correct simplify_title call in ComedyCentral IE | Philipp Hagemeister | |
2011-11-22 | Release 2011.11.222011.11.22 | Philipp Hagemeister | |
2011-11-22 | Make exception handling 2.5-compatible (Closes #223) | Philipp Hagemeister | |
2011-11-21 | Release 2011.11.212011.11.21 | Philipp Hagemeister | |
2011-11-21 | Allow non-ASCII characters in simplified titles(Closes #220) | Philipp Hagemeister | |
2011-11-21 | Simplify simplify_title | Philipp Hagemeister | |
2011-11-21 | First tests | Philipp Hagemeister | |
2011-11-21 | Use the dev version in Makefile | Philipp Hagemeister | |
2011-11-21 | Move code into a separate Python module | Philipp Hagemeister | |
2011-11-21 | Remove empty real_initialize defs | Philipp Hagemeister | |
2011-11-16 | Credit authors of Soundclound and InfoQ extractors | Philipp Hagemeister | |
2011-11-15 | InfoQ IE (Closes #216) | Philipp Hagemeister | |
2011-11-15 | Merge remote-tracking branch 'ngokevin/soundcloud' | Philipp Hagemeister | |
2011-11-15 | InfoQ IE | Ori Avtalion | |
2011-11-15 | Merge pull request #211 from techtonik/patch-1 | Philipp Hagemeister | |
Fix duplicated downloads from YouTube user page where watch URLs are not. Thanks to anatoly techtonik. | |||
2011-11-15 | Fix youtube playlist IE match (Closes: #210) | Philipp Hagemeister | |
2011-11-12 | removed weird indent | Kevin Ngo | |
2011-11-12 | added whitespace below soundcloudIE class | Kevin Ngo | |
2011-11-12 | extracts full title from source | Kevin Ngo | |
2011-11-12 | now downloads soundcloud songs, need to polish title grabbing and file naming | Kevin Ngo | |