Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix printing title etc. | Philipp Hagemeister | 2012-11-28 | 3 | -8/+13 |
| | |||||
* | correct to_stderr | Philipp Hagemeister | 2012-11-28 | 1 | -1/+4 |
| | |||||
* | youtube IE: Correct bytes vs str | Philipp Hagemeister | 2012-11-28 | 1 | -13/+17 |
| | |||||
* | typo | Philipp Hagemeister | 2012-11-28 | 1 | -2/+2 |
| | |||||
* | Use list comprehension instead of map | Philipp Hagemeister | 2012-11-28 | 1 | -1/+1 |
| | |||||
* | Import from the correct module | Philipp Hagemeister | 2012-11-28 | 1 | -1/+1 |
| | |||||
* | Py2/3 parse_qs compatibility | Philipp Hagemeister | 2012-11-28 | 2 | -7/+10 |
| | |||||
* | One more except..as | Philipp Hagemeister | 2012-11-28 | 1 | -2/+2 |
| | |||||
* | Py2/3 compatibility for http.client | Philipp Hagemeister | 2012-11-28 | 3 | -59/+63 |
| | |||||
* | Use io.BytesIO instead of StringIO | Philipp Hagemeister | 2012-11-28 | 2 | -13/+3 |
| | |||||
* | Python 3 version of HTMLParser | Philipp Hagemeister | 2012-11-28 | 1 | -6/+10 |
| | |||||
* | Py3 compat for unichr and htmlentitydefs | Philipp Hagemeister | 2012-11-28 | 1 | -17/+26 |
| | |||||
* | Fall back to urllib instead of urllib2 for Python 3 urllib.parse | Philipp Hagemeister | 2012-11-27 | 1 | -1/+1 |
| | |||||
* | Remove ur references for Python 3.3 support | Philipp Hagemeister | 2012-11-27 | 2 | -4/+4 |
| | |||||
* | Prepare urllib references for 2/3 compatibility | Philipp Hagemeister | 2012-11-27 | 4 | -223/+238 |
| | |||||
* | Use except .. as everywhere (#180) | Philipp Hagemeister | 2012-11-27 | 4 | -84/+84 |
| | |||||
* | Rename util.u to util.compat_str | Philipp Hagemeister | 2012-11-27 | 3 | -61/+61 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into IE_cleanup | Filippo Valsorda | 2012-11-27 | 4 | -97/+255 |
|\ | | | | | | | | | Conflicts: youtube_dl/FileDownloader.py | ||||
| * | Use u instead of str in Python 2 | Philipp Hagemeister | 2012-11-27 | 1 | -1/+1 |
| | | |||||
| * | Only encode when output stream is binary | Philipp Hagemeister | 2012-11-27 | 1 | -1/+1 |
| | | |||||
| * | Replace long with int (see PEP 237) | Philipp Hagemeister | 2012-11-27 | 3 | -9/+9 |
| | | |||||
| * | Better formatting (PEP 8) | Philipp Hagemeister | 2012-11-27 | 1 | -3/+6 |
| | | |||||
| * | Remove mentions of unicode | Philipp Hagemeister | 2012-11-27 | 3 | -65/+64 |
| | | |||||
| * | Clean up with the help of pep8 | Philipp Hagemeister | 2012-11-27 | 1 | -2/+4 |
| | | |||||
| * | unify spacing | Philipp Hagemeister | 2012-11-27 | 1 | -2/+2 |
| | | |||||
| * | Merge remote-tracking branch 'Asido/master' | Philipp Hagemeister | 2012-11-27 | 1 | -9/+7 |
| |\ | |||||
| | * | Simplified preferredencoding() | Arvydas Sidorenko | 2012-07-01 | 1 | -9/+7 |
| | | | | | | | | | | | | | | | | | | | | | Not sure what is the point to use yield to return encoding, thus it will simplify the whole function. Signed-off-by: Arvydas Sidorenko <asido4@gmail.com> | ||||
| * | | Prepare 2012.11.29 release | Philipp Hagemeister | 2012-11-27 | 1 | -1/+1 |
| | | | |||||
| * | | Fix filename sanitation (Closes #555) | Philipp Hagemeister | 2012-11-27 | 1 | -3/+4 |
| | | | |||||
| * | | Add Christian Albrecht (Arte.tv IE) to authors | Philipp Hagemeister | 2012-11-27 | 1 | -0/+1 |
| | | | |||||
| * | | Remove exclamation mark in --restrict-filenames mode | Philipp Hagemeister | 2012-11-27 | 1 | -2/+2 |
| | | | |||||
| * | | Merge remote-tracking branch 'alab1001101/master' | Philipp Hagemeister | 2012-11-27 | 2 | -1/+138 |
| |\ \ | |||||
| | * | | Add arte.tv Info Extractor | Christian Albrecht | 2012-08-26 | 2 | -0/+156 |
| | | | | |||||
| * | | | Actually merge #379 | Philipp Hagemeister | 2012-11-27 | 2 | -2/+17 |
| | | | | |||||
* | | | | Use None on missing required info_dict fields | Filippo Valsorda | 2012-11-27 | 2 | -39/+40 |
| | | | | |||||
* | | | | IE._WORKING attribute in order to warn the users and skip the tests on ↵ | Filippo Valsorda | 2012-11-27 | 2 | -0/+14 |
| | | | | | | | | | | | | | | | | 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 |
| | | | | |||||
* | | | | info_dict['player_url'] is used only for rtmpdump, indicate it as optional ↵ | Filippo Valsorda | 2012-11-27 | 1 | -27/+12 |
| | | | | | | | | | | | | | | | | in the info_dict | ||||
* | | | | default info_dict['format'] to info_dict['ext'] and make the YT one more verbose | Filippo Valsorda | 2012-11-27 | 2 | -41/+32 |
|/ / / | |||||
* | | | Bump version number to a numeric-only one to appease py2exe | Philipp Hagemeister | 2012-11-27 | 1 | -1/+1 |
| | | | |||||
* | | | Bump version number | Philipp Hagemeister | 2012-11-27 | 1 | -1/+1 |
| | | | |||||
* | | | Minor filename encoding improvement in a common case | Philipp Hagemeister | 2012-11-27 | 1 | -0/+3 |
| | | | |||||
* | | | Merge remote-tracking branch 'chrisjrn/master' | Philipp Hagemeister | 2012-11-27 | 1 | -2/+11 |
|\ \ \ | |||||
| * | | | Fixes the InfoExtractor for the Colbert Report. | Christopher Neugebauer | 2012-11-27 | 1 | -2/+11 |
| | | | | |||||
* | | | | Fix spacing in comedycentral IE | Philipp Hagemeister | 2012-11-27 | 1 | -13/+9 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'chrisjrn/master' | Philipp Hagemeister | 2012-11-27 | 1 | -0/+40 |
|\| | | | |||||
| * | | | Fixed indentation error | Christopher Neugebauer | 2012-11-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | Removes extranous debugging info :) | Christopher Neugebauer | 2012-11-27 | 1 | -4/+4 |
| | | | |