Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Release 2011.12.08 | Philipp Hagemeister | 2011-12-08 | 4 | -15/+165 | |
| | ||||||
* | --prefer-free-formats (Closes #231) | Philipp Hagemeister | 2011-12-08 | 1 | -3/+8 | |
| | ||||||
* | m4a: aac in mp4 container (Closes #240) | Philipp Hagemeister | 2011-12-08 | 1 | -5/+12 | |
| | ||||||
* | Abort when --max-downloads is reached. | Philipp Hagemeister | 2011-12-08 | 1 | -3/+11 | |
| | ||||||
* | Merge pull request #245 from rbrito/fix-makefile | Philipp Hagemeister | 2011-12-08 | 1 | -2/+4 | |
|\ | | | | | Makefile: Don't use `echo`'s `-e` option for portability. | |||||
| * | Makefile: Don't use `echo`'s `-e` option for portability. | Rogério Brito | 2011-12-08 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2011-12-08 | 1 | -0/+3 | |
|\| | ||||||
| * | Merge pull request #238 from rbrito/add-to-gitignore | Philipp Hagemeister | 2011-11-30 | 1 | -0/+3 | |
| |\ | | | | | | | Add list of files to ignore for `youtube-dl`. | |||||
| | * | Add list of files to ignore for `youtube-dl`. | Rogério Brito | 2011-11-30 | 1 | -0/+3 | |
| | | | ||||||
* | | | OpenClassRoom IE (Closes: #234) | Philipp Hagemeister | 2011-12-08 | 1 | -24/+78 | |
| | | | ||||||
* | | | OpenClassRoom videos (#234) | Philipp Hagemeister | 2011-11-30 | 1 | -0/+73 | |
|/ / | ||||||
* | | Move merged code to dev version | Philipp Hagemeister | 2011-11-30 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #236 from lra/dailymotion-fix | Philipp Hagemeister | 2011-11-30 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix the DailymotionIE to parse the new title of a webpage | |||||
| * | | Fix the DailymotionIE to parse the new title of a webpage | Laurent Raufaste | 2011-11-29 | 1 | -1/+1 | |
|/ / | ||||||
* | | Mention -o - in doc (Closes #204) | Philipp Hagemeister | 2011-11-29 | 3 | -3/+4 | |
| | | ||||||
* | | Use freedesktop.org mandated user config file location (Suggested by Tyll in ↵ | Philipp Hagemeister | 2011-11-29 | 2 | -13/+30 | |
| | | | | | | | | #231) | |||||
* | | Do not count unmatched or skipped videos towards max-downloads (Closes #232) | Philipp Hagemeister | 2011-11-29 | 1 | -11/+18 | |
|/ | ||||||
* | Preliminary implementation of configuration files | Philipp Hagemeister | 2011-11-28 | 2 | -8/+38 | |
| | ||||||
* | Document -o %(upload_date)s (Closes #228) | Philipp Hagemeister | 2011-11-28 | 3 | -4/+5 | |
| | ||||||
* | --max-downloads option (Closes #230) | Philipp Hagemeister | 2011-11-28 | 3 | -0/+20 | |
| | ||||||
* | Credit shizeeg for Mixcloud IE | Philipp Hagemeister | 2011-11-24 | 1 | -0/+1 | |
| | ||||||
* | Move MixcloudIE to __init__.py | Philipp Hagemeister | 2011-11-24 | 2 | -1/+125 | |
| | ||||||
* | Mixcloud IE | sh!zeeg | 2011-11-24 | 1 | -0/+120 | |
| | ||||||
* | Release 2011.11.23 | Philipp Hagemeister | 2011-11-23 | 3 | -4/+4 | |
| | ||||||
* | Fix vimeo error (Closes #224) | Philipp Hagemeister | 2011-11-23 | 1 | -1/+1 | |
| | ||||||
* | Correct simplify_title call in ComedyCentral IE | Philipp Hagemeister | 2011-11-22 | 2 | -2/+2 | |
| | ||||||
* | Release 2011.11.22 | Philipp Hagemeister | 2011-11-22 | 3 | -4/+4 | |
| | ||||||
* | Make exception handling 2.5-compatible (Closes #223) | Philipp Hagemeister | 2011-11-22 | 1 | -1/+1 | |
| | ||||||
* | Release 2011.11.21 | Philipp Hagemeister | 2011-11-21 | 3 | -7/+9 | |
| | ||||||
* | Allow non-ASCII characters in simplified titles(Closes #220) | Philipp Hagemeister | 2011-11-21 | 2 | -6/+9 | |
| | ||||||
* | Simplify simplify_title | Philipp Hagemeister | 2011-11-21 | 3 | -114/+47 | |
| | ||||||
* | First tests | Philipp Hagemeister | 2011-11-21 | 3 | -0/+25 | |
| | ||||||
* | Use the dev version in Makefile | Philipp Hagemeister | 2011-11-21 | 1 | -2/+2 | |
| | ||||||
* | Move code into a separate Python module | Philipp Hagemeister | 2011-11-21 | 4 | -7/+4237 | |
| | ||||||
* | Remove empty real_initialize defs | Philipp Hagemeister | 2011-11-21 | 1 | -29/+1 | |
| | ||||||
* | Credit authors of Soundclound and InfoQ extractors | Philipp Hagemeister | 2011-11-16 | 1 | -0/+2 | |
| | ||||||
* | InfoQ IE (Closes #216) | Philipp Hagemeister | 2011-11-15 | 1 | -0/+87 | |
|\ | ||||||
| * | InfoQ IE | Ori Avtalion | 2011-11-15 | 1 | -0/+86 | |
| | | ||||||
* | | Merge remote-tracking branch 'ngokevin/soundcloud' | Philipp Hagemeister | 2011-11-15 | 1 | -0/+102 | |
|\ \ | |/ |/| | ||||||
| * | removed weird indent | Kevin Ngo | 2011-11-12 | 1 | -1/+1 | |
| | | ||||||
| * | added whitespace below soundcloudIE class | Kevin Ngo | 2011-11-12 | 1 | -0/+1 | |
| | | ||||||
| * | extracts full title from source | Kevin Ngo | 2011-11-12 | 1 | -9/+13 | |
| | | ||||||
| * | now downloads soundcloud songs, need to polish title grabbing and file naming | Kevin Ngo | 2011-11-12 | 1 | -10/+11 | |
| | | ||||||
| * | changed spaces to tabs (by yt-dl standards), fixed bugs, but still won't ↵ | Kevin Ngo | 2011-11-10 | 1 | -43/+50 | |
| | | | | | | | | download. need to figure out how the whole process works to integrate correctly | |||||
| * | extracted all of the soundcloud information including description (not ↵ | Kevin Ngo | 2011-11-09 | 1 | -5/+33 | |
| | | | | | | | | tested), need to hook into filedownloader | |||||
| * | work on soundcloud information extractor...need to talk to youtube-dl guys | Kevin Ngo | 2011-11-08 | 1 | -1/+55 | |
| | | ||||||
| * | going home and need to upload what little i did | Kevin Ngo | 2011-11-07 | 1 | -0/+7 | |
| | | ||||||
* | | Merge pull request #211 from techtonik/patch-1 | Philipp Hagemeister | 2011-11-15 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix duplicated downloads from YouTube user page where watch URLs are not. Thanks to anatoly techtonik. | |||||
| * | | Fix duplicated downloads from YouTube user page where watch URLs are not ↵ | anatoly techtonik | 2011-11-06 | 1 | -1/+1 | |
| |/ | | | | | | | always end with &. Stop scan on closing bracker prevents regexp to capture two links instead of one. | |||||
* / | Fix youtube playlist IE match (Closes: #210) | Philipp Hagemeister | 2011-11-15 | 1 | -2/+3 | |
|/ |