Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove legacy code | Philipp Hagemeister | 2012-12-20 | 1 | -5/+0 | |
| | ||||||
* | Correct JSON writing (Closes #596) | Philipp Hagemeister | 2012-12-20 | 2 | -3/+15 | |
| | ||||||
* | Sublime space formatting | Nick Daniels | 2012-12-19 | 1 | -30/+30 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2012-12-17 | 2 | -111/+27 | |
|\ | ||||||
| * | a number of new tests and fixes; all tests green on 3.3 | Filippo Valsorda | 2012-12-17 | 1 | -17/+27 | |
| | | ||||||
| * | Google Video has been shutdown as of 11/15/2012. All videos on Google Video ↵ | Filippo Valsorda | 2012-12-17 | 2 | -94/+0 | |
| | | | | | | | | will be migrated to YouTube by the end of 2012. | |||||
* | | Remove some antipatterns and ensure that we always write the JSON file with ↵ | Philipp Hagemeister | 2012-12-17 | 1 | -5/+3 | |
|/ | | | | UTF-8 | |||||
* | various py3 fixes; all tests green on 3.3 | Filippo Valsorda | 2012-12-17 | 2 | -10/+10 | |
| | ||||||
* | Fix --extract-audio on Python 3 | Philipp Hagemeister | 2012-12-16 | 2 | -2/+8 | |
| | ||||||
* | Credit vasi for justin.tv | Philipp Hagemeister | 2012-12-16 | 1 | -0/+1 | |
| | ||||||
* | Misc justin.tv fixes | Dave Vasilevsky | 2012-12-16 | 1 | -11/+13 | |
| | ||||||
* | Support more than 100 videos for justin.tv | Dave Vasilevsky | 2012-12-16 | 1 | -21/+42 | |
| | ||||||
* | Preliminary support for twitch.tv and justin.tv | Dave Vasilevsky | 2012-12-16 | 2 | -0/+57 | |
| | ||||||
* | Do not decode None | Philipp Hagemeister | 2012-12-15 | 1 | -1/+2 | |
| | ||||||
* | Fix VimeoIE in Python 3 | Philipp Hagemeister | 2012-12-15 | 1 | -7/+8 | |
| | ||||||
* | Fix Dailymotion in Python 3 | Philipp Hagemeister | 2012-12-15 | 1 | -6/+7 | |
| | ||||||
* | Fix XNXX in Python 3 | Philipp Hagemeister | 2012-12-15 | 1 | -5/+6 | |
| | ||||||
* | More Youku Python 3 fixing | Philipp Hagemeister | 2012-12-15 | 1 | -2/+3 | |
| | ||||||
* | Fix YoukuIE in Python3 (and in general) | Philipp Hagemeister | 2012-12-15 | 1 | -9/+2 | |
| | ||||||
* | Fix xvideo IE in Python 3 | Philipp Hagemeister | 2012-12-15 | 1 | -5/+6 | |
| | ||||||
* | restrict sys.argv craziness to Python 2 (Fixes #591) | Philipp Hagemeister | 2012-12-15 | 1 | -8/+12 | |
| | ||||||
* | NBA IE (Closes #590) | Philipp Hagemeister | 2012-12-13 | 2 | -0/+47 | |
| | ||||||
* | Add support for comedycentral clips (closes #233) | nto | 2012-12-11 | 1 | -10/+33 | |
| | | | | | | Support individual clips, not just full episodes. break up now monstrous _VALID_URL regex over multiple lines to improve readability, pass re.VERBOSE flag when using regex to ignore the whitespace | |||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2012-12-11 | 2 | -7/+16 | |
|\ | ||||||
| * | Release 2012.12.11 | Filippo Valsorda | 2012-12-11 | 1 | -1/+1 | |
| | | ||||||
| * | fix playlist pagination and add YT playlist tests (closes #569) | Filippo Valsorda | 2012-12-11 | 1 | -6/+15 | |
| | | ||||||
* | | Fix blip.tv in python3 | Philipp Hagemeister | 2012-12-11 | 1 | -2/+3 | |
|/ | ||||||
* | Merge branch 'master' into fork_master | Filippo Valsorda | 2012-12-11 | 3 | -1/+10 | |
|\ | | | | | | | | | Conflicts: .travis.yml | |||||
| * | the test didn't load our Gzip opener | Filippo Valsorda | 2012-12-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | this was blocking the Vimeo test + some more gentest fixes | |||||
| * | print traceback on trouble if --verbose (why didn't I think of this before!?) | Filippo Valsorda | 2012-12-11 | 1 | -0/+3 | |
| | | ||||||
| * | exposing the test mode as --test (hidden and undocumented) | Filippo Valsorda | 2012-12-11 | 1 | -0/+2 | |
| | | ||||||
| * | added a test mode to FileDownloader that fetches only first 10K | Filippo Valsorda | 2012-12-11 | 1 | -0/+4 | |
| | | ||||||
* | | Merge 'rg3/master' into fork_master | Filippo Valsorda | 2012-12-08 | 4 | -59/+49 | |
|\| | ||||||
| * | Use Soundcloud API (Closes #579) | Philipp Hagemeister | 2012-12-07 | 1 | -38/+7 | |
| | | ||||||
| * | More work on soundcloud IE | Philipp Hagemeister | 2012-12-07 | 1 | -16/+23 | |
| | | ||||||
| * | Correct accidental rename | Philipp Hagemeister | 2012-12-07 | 1 | -1/+1 | |
| | | ||||||
| * | Mark SoundCloud IE as nonfunctional for now (#579) | Philipp Hagemeister | 2012-12-07 | 1 | -0/+1 | |
| | | ||||||
| * | Better error reporting for SoundCloud IE | Philipp Hagemeister | 2012-12-07 | 1 | -2/+6 | |
| | | ||||||
| * | Let YoutubeDLHandler (transparent gzip) handle HTTPS URLs as well (Needed ↵ | Philipp Hagemeister | 2012-12-07 | 1 | -0/+3 | |
| | | | | | | | | for #579) | |||||
| * | Add an example to the -o documentation (#573) | Philipp Hagemeister | 2012-12-04 | 1 | -1/+1 | |
| | | ||||||
| * | Let youtube IE handle IDs starting with PL (Closes #572) | Philipp Hagemeister | 2012-12-04 | 1 | -1/+1 | |
| | | ||||||
| * | Keep video IDs verbatim if possible (Closes #571) | Philipp Hagemeister | 2012-12-03 | 2 | -11/+16 | |
| | | ||||||
| * | Fix Soundcloud IE (+ Python3 support) | Philipp Hagemeister | 2012-11-29 | 1 | -7/+8 | |
| | | ||||||
* | | new updating scheme, based on GH downloads; also, check if not updateable ↵ | Filippo Valsorda | 2012-12-08 | 2 | -20/+47 | |
| | | | | | | | | (pip installed) | |||||
* | | and now, also py2exe compiles fine :) (on Windows) | Filippo Valsorda | 2012-12-07 | 1 | -1/+1 | |
| | | ||||||
* | | New repo skeleton, getting ready for PyPi | Filippo Valsorda | 2012-11-29 | 2 | -1/+3 | |
|/ | ||||||
* | Allow youtube_dl/__main__.py to be called directly | Philipp Hagemeister | 2012-11-29 | 1 | -1/+9 | |
| | ||||||
* | Correct exception raising | Philipp Hagemeister | 2012-11-28 | 1 | -1/+1 | |
| | ||||||
* | Mark broken IEs in --list-extractors | Philipp Hagemeister | 2012-11-28 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2012-11-28 | 1 | -2/+3 | |
|\ |