Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 1 | -93/+0 | |
| | | | | will be migrated to YouTube by the end of 2012. | |||||
* | various py3 fixes; all tests green on 3.3 | Filippo Valsorda | 2012-12-17 | 1 | -8/+8 | |
| | ||||||
* | 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 | 1 | -0/+56 | |
| | ||||||
* | 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 | |
| | ||||||
* | NBA IE (Closes #590) | Philipp Hagemeister | 2012-12-13 | 1 | -0/+46 | |
| | ||||||
* | 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 | 1 | -6/+15 | |
|\ | ||||||
| * | 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 | |
|/ | ||||||
* | 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 | |||||
* | 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 youtube IE handle IDs starting with PL (Closes #572) | Philipp Hagemeister | 2012-12-04 | 1 | -1/+1 | |
| | ||||||
* | Fix Soundcloud IE (+ Python3 support) | Philipp Hagemeister | 2012-11-29 | 1 | -7/+8 | |
| | ||||||
* | Mark CollegeHumorIE not working until phihag finishes | Filippo Valsorda | 2012-11-28 | 1 | -0/+1 | |
| | ||||||
* | fix YouTubeIE on 2.6, sorry | Filippo Valsorda | 2012-11-28 | 1 | -2/+2 | |
| | ||||||
* | collegehumor: able to download a single f4f file (not yet playable) | Philipp Hagemeister | 2012-11-28 | 1 | -20/+26 | |
| | ||||||
* | Use relative imports | Philipp Hagemeister | 2012-11-28 | 1 | -1/+3 | |
| | ||||||
* | Convert all tabs to 4 spaces (PEP8) | Philipp Hagemeister | 2012-11-28 | 1 | -3381/+3381 | |
| | ||||||
* | Fix printing title etc. | Philipp Hagemeister | 2012-11-28 | 1 | -1/+1 | |
| | ||||||
* | youtube IE: Correct bytes vs str | Philipp Hagemeister | 2012-11-28 | 1 | -13/+17 | |
| | ||||||
* | Py2/3 parse_qs compatibility | Philipp Hagemeister | 2012-11-28 | 1 | -4/+3 | |
| | ||||||
* | One more except..as | Philipp Hagemeister | 2012-11-28 | 1 | -2/+2 | |
| | ||||||
* | Py2/3 compatibility for http.client | Philipp Hagemeister | 2012-11-28 | 1 | -57/+56 | |
| | ||||||
* | Use io.BytesIO instead of StringIO | Philipp Hagemeister | 2012-11-28 | 1 | -6/+0 | |
| | ||||||
* | Prepare urllib references for 2/3 compatibility | Philipp Hagemeister | 2012-11-27 | 1 | -199/+198 | |
| | ||||||
* | Use except .. as everywhere (#180) | Philipp Hagemeister | 2012-11-27 | 1 | -61/+61 | |
| | ||||||
* | Rename util.u to util.compat_str | Philipp Hagemeister | 2012-11-27 | 1 | -57/+57 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' into IE_cleanup | Filippo Valsorda | 2012-11-27 | 1 | -59/+196 | |
|\ | | | | | | | | | Conflicts: youtube_dl/FileDownloader.py | |||||
| * | Use u instead of str in Python 2 | Philipp Hagemeister | 2012-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | Replace long with int (see PEP 237) | Philipp Hagemeister | 2012-11-27 | 1 | -3/+3 | |
| | | ||||||
| * | Remove mentions of unicode | Philipp Hagemeister | 2012-11-27 | 1 | -56/+56 | |
| | | ||||||
| * | Merge remote-tracking branch 'alab1001101/master' | Philipp Hagemeister | 2012-11-27 | 1 | -0/+137 | |
| |\ | ||||||
| | * | Add arte.tv Info Extractor | Christian Albrecht | 2012-08-26 | 1 | -0/+155 | |
| | | | ||||||
* | | | Use None on missing required info_dict fields | Filippo Valsorda | 2012-11-27 | 1 | -39/+39 | |
| | | | ||||||
* | | | IE._WORKING attribute in order to warn the users and skip the tests on ↵ | Filippo Valsorda | 2012-11-27 | 1 | -0/+9 | |
| | | | | | | | | | | | | broken IEs | |||||
* | | | document info_dict['subtitles'] and info_dict['urlhandle'] | Filippo Valsorda | 2012-11-27 | 1 | -0/+3 | |
| | | | ||||||
* | | | make all IEs return 'upload_date' and 'uploader', even if only u'NA' | Filippo Valsorda | 2012-11-27 | 1 | -11/+24 | |
| | | | ||||||
* | | | info_dict['upload_date'] is documented in --output, IEs MUST specify it | Filippo Valsorda | 2012-11-27 | 1 | -6/+7 | |
| | | |