summaryrefslogtreecommitdiffstats
path: root/youtube_dl
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove legacy codePhilipp Hagemeister2012-12-201-5/+0
|
* Correct JSON writing (Closes #596)Philipp Hagemeister2012-12-202-3/+15
|
* Sublime space formattingNick Daniels2012-12-191-30/+30
|
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2012-12-172-111/+27
|\
| * a number of new tests and fixes; all tests green on 3.3Filippo Valsorda2012-12-171-17/+27
| |
| * Google Video has been shutdown as of 11/15/2012. All videos on Google Video ↵Filippo Valsorda2012-12-172-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 Hagemeister2012-12-171-5/+3
|/ | | | UTF-8
* various py3 fixes; all tests green on 3.3Filippo Valsorda2012-12-172-10/+10
|
* Fix --extract-audio on Python 3Philipp Hagemeister2012-12-162-2/+8
|
* Credit vasi for justin.tvPhilipp Hagemeister2012-12-161-0/+1
|
* Misc justin.tv fixesDave Vasilevsky2012-12-161-11/+13
|
* Support more than 100 videos for justin.tvDave Vasilevsky2012-12-161-21/+42
|
* Preliminary support for twitch.tv and justin.tvDave Vasilevsky2012-12-162-0/+57
|
* Do not decode NonePhilipp Hagemeister2012-12-151-1/+2
|
* Fix VimeoIE in Python 3Philipp Hagemeister2012-12-151-7/+8
|
* Fix Dailymotion in Python 3Philipp Hagemeister2012-12-151-6/+7
|
* Fix XNXX in Python 3Philipp Hagemeister2012-12-151-5/+6
|
* More Youku Python 3 fixingPhilipp Hagemeister2012-12-151-2/+3
|
* Fix YoukuIE in Python3 (and in general)Philipp Hagemeister2012-12-151-9/+2
|
* Fix xvideo IE in Python 3Philipp Hagemeister2012-12-151-5/+6
|
* restrict sys.argv craziness to Python 2 (Fixes #591)Philipp Hagemeister2012-12-151-8/+12
|
* NBA IE (Closes #590)Philipp Hagemeister2012-12-132-0/+47
|
* Add support for comedycentral clips (closes #233)nto2012-12-111-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-dlPhilipp Hagemeister2012-12-112-7/+16
|\
| * Release 2012.12.11Filippo Valsorda2012-12-111-1/+1
| |
| * fix playlist pagination and add YT playlist tests (closes #569)Filippo Valsorda2012-12-111-6/+15
| |
* | Fix blip.tv in python3Philipp Hagemeister2012-12-111-2/+3
|/
* Merge branch 'master' into fork_masterFilippo Valsorda2012-12-113-1/+10
|\ | | | | | | | | Conflicts: .travis.yml
| * the test didn't load our Gzip openerFilippo Valsorda2012-12-111-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 Valsorda2012-12-111-0/+3
| |
| * exposing the test mode as --test (hidden and undocumented)Filippo Valsorda2012-12-111-0/+2
| |
| * added a test mode to FileDownloader that fetches only first 10KFilippo Valsorda2012-12-111-0/+4
| |
* | Merge 'rg3/master' into fork_masterFilippo Valsorda2012-12-084-59/+49
|\|
| * Use Soundcloud API (Closes #579)Philipp Hagemeister2012-12-071-38/+7
| |
| * More work on soundcloud IEPhilipp Hagemeister2012-12-071-16/+23
| |
| * Correct accidental renamePhilipp Hagemeister2012-12-071-1/+1
| |
| * Mark SoundCloud IE as nonfunctional for now (#579)Philipp Hagemeister2012-12-071-0/+1
| |
| * Better error reporting for SoundCloud IEPhilipp Hagemeister2012-12-071-2/+6
| |
| * Let YoutubeDLHandler (transparent gzip) handle HTTPS URLs as well (Needed ↵Philipp Hagemeister2012-12-071-0/+3
| | | | | | | | for #579)
| * Add an example to the -o documentation (#573)Philipp Hagemeister2012-12-041-1/+1
| |
| * Let youtube IE handle IDs starting with PL (Closes #572)Philipp Hagemeister2012-12-041-1/+1
| |
| * Keep video IDs verbatim if possible (Closes #571)Philipp Hagemeister2012-12-032-11/+16
| |
| * Fix Soundcloud IE (+ Python3 support)Philipp Hagemeister2012-11-291-7/+8
| |
* | new updating scheme, based on GH downloads; also, check if not updateable ↵Filippo Valsorda2012-12-082-20/+47
| | | | | | | | (pip installed)
* | and now, also py2exe compiles fine :) (on Windows)Filippo Valsorda2012-12-071-1/+1
| |
* | New repo skeleton, getting ready for PyPiFilippo Valsorda2012-11-292-1/+3
|/
* Allow youtube_dl/__main__.py to be called directlyPhilipp Hagemeister2012-11-291-1/+9
|
* Correct exception raisingPhilipp Hagemeister2012-11-281-1/+1
|
* Mark broken IEs in --list-extractorsPhilipp Hagemeister2012-11-281-1/+1
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2012-11-281-2/+3
|\