aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Expand)Author
2012-12-07and now, also py2exe compiles fine :) (on Windows)Filippo Valsorda
2012-11-29New repo skeleton, getting ready for PyPiFilippo Valsorda
2012-11-29Allow youtube_dl/__main__.py to be called directlyPhilipp Hagemeister
2012-11-28Correct exception raisingPhilipp Hagemeister
2012-11-28Mark broken IEs in --list-extractorsPhilipp Hagemeister
2012-11-28Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2012-11-28Restrict more characters (Closes #566)Philipp Hagemeister
2012-11-28Mark CollegeHumorIE not working until phihag finishesFilippo Valsorda
2012-11-28fix YouTubeIE on 2.6, sorryFilippo Valsorda
2012-11-28collegehumor: able to download a single f4f file (not yet playable)Philipp Hagemeister
2012-11-28Make __main__ work in all scenarios with relative importsPhilipp Hagemeister
2012-11-28Use relative importsPhilipp Hagemeister
2012-11-28Convert all tabs to 4 spaces (PEP8)Philipp Hagemeister
2012-11-28hack for apparently broken parse_qs in python2Philipp Hagemeister
2012-11-28Woooohooo! python3 youtube_dl BaW_jenozKc -t works!Philipp Hagemeister
2012-11-28Remove superfluous encodingsPhilipp Hagemeister
2012-11-28Fix printing title etc.Philipp Hagemeister
2012-11-28correct to_stderrPhilipp Hagemeister
2012-11-28youtube IE: Correct bytes vs strPhilipp Hagemeister
2012-11-28typoPhilipp Hagemeister
2012-11-28Use list comprehension instead of mapPhilipp Hagemeister
2012-11-28Import from the correct modulePhilipp Hagemeister
2012-11-28Py2/3 parse_qs compatibilityPhilipp Hagemeister
2012-11-28One more except..asPhilipp Hagemeister
2012-11-28Py2/3 compatibility for http.clientPhilipp Hagemeister
2012-11-28Use io.BytesIO instead of StringIOPhilipp Hagemeister
2012-11-28Python 3 version of HTMLParserPhilipp Hagemeister
2012-11-28Py3 compat for unichr and htmlentitydefsPhilipp Hagemeister
2012-11-27Fall back to urllib instead of urllib2 for Python 3 urllib.parsePhilipp Hagemeister
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