aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Expand)Author
2012-11-27Remove ur references for Python 3.3 supportPhilipp Hagemeister
2012-11-27Prepare urllib references for 2/3 compatibilityPhilipp Hagemeister
2012-11-27Use except .. as everywhere (#180)Philipp Hagemeister
2012-11-27Rename util.u to util.compat_strPhilipp Hagemeister
2012-11-27Merge remote-tracking branch 'origin/master' into IE_cleanupFilippo Valsorda
2012-11-27Use None on missing required info_dict fieldsFilippo Valsorda
2012-11-27Use u instead of str in Python 2Philipp Hagemeister
2012-11-27Only encode when output stream is binaryPhilipp Hagemeister
2012-11-27IE._WORKING attribute in order to warn the users and skip the tests on broken...Filippo Valsorda
2012-11-27Replace long with int (see PEP 237)Philipp Hagemeister
2012-11-27Better formatting (PEP 8)Philipp Hagemeister
2012-11-27Remove mentions of unicodePhilipp Hagemeister
2012-11-27Clean up with the help of pep8Philipp Hagemeister
2012-11-27unify spacingPhilipp Hagemeister
2012-11-27Merge remote-tracking branch 'Asido/master'Philipp Hagemeister
2012-11-27Prepare 2012.11.29 releasePhilipp Hagemeister
2012-11-27Fix filename sanitation (Closes #555)Philipp Hagemeister
2012-11-27document info_dict['subtitles'] and info_dict['urlhandle']Filippo Valsorda
2012-11-27make all IEs return 'upload_date' and 'uploader', even if only u'NA'Filippo Valsorda
2012-11-27info_dict['upload_date'] is documented in --output, IEs MUST specify itFilippo Valsorda
2012-11-27info_dict['player_url'] is used only for rtmpdump, indicate it as optional in...Filippo Valsorda
2012-11-27default info_dict['format'] to info_dict['ext'] and make the YT one more verboseFilippo Valsorda
2012-11-27Add Christian Albrecht (Arte.tv IE) to authorsPhilipp Hagemeister
2012-11-27Remove exclamation mark in --restrict-filenames modePhilipp Hagemeister
2012-11-27Merge remote-tracking branch 'alab1001101/master'Philipp Hagemeister
2012-11-27Actually merge #379Philipp Hagemeister
2012-11-27Bump version number to a numeric-only one to appease py2exePhilipp Hagemeister
2012-11-27Bump version numberPhilipp Hagemeister
2012-11-27Minor filename encoding improvement in a common casePhilipp Hagemeister
2012-11-27Merge remote-tracking branch 'chrisjrn/master'Philipp Hagemeister
2012-11-27Fixes the InfoExtractor for the Colbert Report.Christopher Neugebauer
2012-11-27Fix spacing in comedycentral IEPhilipp Hagemeister
2012-11-27Merge remote-tracking branch 'chrisjrn/master'Philipp Hagemeister
2012-11-27warn if %(stitle)s is being usedPhilipp Hagemeister
2012-11-27Encode the entire filenamePhilipp Hagemeister
2012-11-27Switch back to underline for invalid characters, and make restricted ASCII-onlyPhilipp Hagemeister
2012-11-27Fixed indentation errorChristopher Neugebauer
2012-11-27Removes extranous debugging info :)Christopher Neugebauer
2012-11-27Adds format listing/selection support to the Comedy Central extractor.Christopher Neugebauer
2012-11-27Removes extraneous debug message.Christopher Neugebauer
2012-11-27Points the ComedyCentral extractor at a CDN which works with more RTMPDump ve...Christopher Neugebauer
2012-11-27release 2012.11.272012.11.27Filippo Valsorda
2012-11-27remove accidental remnantsPhilipp Hagemeister
2012-11-26New optoin --restrict-filenamesPhilipp Hagemeister
2012-11-26Use character instead of byte stringsPhilipp Hagemeister
2012-11-26Remove longs (int does the right thing since Python 2.2, see PEP 237)Philipp Hagemeister
2012-11-26Add some parentheses around print for #180Philipp Hagemeister
2012-11-25Merge pull request #538 from zejn/patch-1Philipp Hagemeister
2012-11-25alias %(title)s to %(stitle)sFilippo Valsorda
2012-11-25aliased --literal to --titleFilippo Valsorda