Commit Graph

  • ad348291bb Enable travis notifications Philipp Hagemeister 2012-11-29 19:41:09 +0100
  • 2f1765c4ea setup.py Python3 fix, PyPi classifiers Filippo Valsorda 2012-11-29 19:21:19 +0100
  • 3c5b63d2d6 Merge branch 'master' of github.com:rg3/youtube-dl Philipp Hagemeister 2012-11-29 18:14:43 +0100
  • cc51a7d4e0 New repo skeleton, getting ready for PyPi Filippo Valsorda 2012-11-29 16:51:55 +0100
  • 8af4ed7b4f Fix 2.6 nosetests Philipp Hagemeister 2012-11-29 16:35:57 +0100
  • 8192ebe1f8 Merge remote-tracking branch 'origin/master' into fork_master Filippo Valsorda 2012-11-29 15:38:07 +0100
  • 20ba04267c removed __main__.py from the root of the repo Filippo Valsorda 2012-11-29 15:20:20 +0100
  • 743b28ce11 Allow youtube_dl/__main__.py to be called directly Philipp Hagemeister 2012-11-29 15:11:24 +0100
  • caaa47d372 adding the script hook gcmalloc 2012-11-29 14:12:06 +0100
  • 10f100ac8a cleaning binaries gcmalloc 2012-11-28 19:38:37 +0100
  • 8176041605 Check during test runtime instead of test generation for _WORKING, and add 2.6 compat Philipp Hagemeister 2012-11-28 19:03:11 +0100
  • 87bec4c715 getting version from git or failing gcmalloc 2012-11-28 18:49:56 +0100
  • 190e8e27d8 removing the zip option, this can be done with python setup.py bdist --format=zip gcmalloc 2012-11-28 18:33:58 +0100
  • 4efe62a016 moving to setup.py gcmalloc 2012-11-28 18:24:16 +0100
  • c64de2c980 correction on the test gcmalloc 2012-11-28 18:21:53 +0100
  • 6ad98fb3fd Correct exception raising Philipp Hagemeister 2012-11-28 18:21:06 +0100
  • b08e09c370 Mark broken IEs in --list-extractors Philipp Hagemeister 2012-11-28 17:58:55 +0100
  • cdab8aa389 Update download tests Philipp Hagemeister 2012-11-28 15:09:56 +0100
  • 3cd69a54b2 Merge branch 'master' of github.com:rg3/youtube-dl Philipp Hagemeister 2012-11-28 12:59:55 +0100
  • 627dcfff39 Restrict more characters (Closes #566) Philipp Hagemeister 2012-11-28 12:59:27 +0100
  • df5cff3751 make tests skip on not _WORKING Filippo Valsorda 2012-11-28 11:54:20 +0100
  • 79ae0a06d5 comment out 3.3 testing until Travis implements it Filippo Valsorda 2012-11-28 11:46:56 +0100
  • 2d2fa229ec making the metacafe test pass gcmalloc 2012-11-28 11:16:34 +0100
  • 5a59fd6392 new .travis.yml with notifications and 3.3 Filippo Valsorda 2012-11-28 00:01:06 +0100
  • 0eb0faa26f Mark CollegeHumorIE not working until phihag finishes Filippo Valsorda 2012-11-28 11:43:35 +0100
  • 32761d863c fix YouTubeIE on 2.6, sorry Filippo Valsorda 2012-11-28 11:28:59 +0100
  • 799c076384 collegehumor: able to download a single f4f file (not yet playable) Philipp Hagemeister 2012-11-28 04:51:27 +0100
  • f1cb5bcad2 Make __main__ work in all scenarios with relative imports Philipp Hagemeister 2012-11-28 03:55:35 +0100
  • 9e8056d5a7 Use relative imports Philipp Hagemeister 2012-11-28 03:34:40 +0100
  • c6f3620859 Drop 2.5 support Philipp Hagemeister 2012-11-28 03:30:35 +0100
  • 59ae15a507 Convert all tabs to 4 spaces (PEP8) Philipp Hagemeister 2012-11-28 02:04:46 +0100
  • 40b35b4aa6 hack for apparently broken parse_qs in python2 Philipp Hagemeister 2012-11-28 02:01:09 +0100
  • be0f77d075 test import Philipp Hagemeister 2012-11-28 02:00:45 +0100
  • 0f00efed4c Woooohooo! python3 youtube_dl BaW_jenozKc -t works! Philipp Hagemeister 2012-11-28 00:56:20 +0100
  • e6137fd61d Remove superfluous encodings Philipp Hagemeister 2012-11-28 00:53:09 +0100
  • 8cd10ac4ef Fix printing title etc. Philipp Hagemeister 2012-11-28 00:46:21 +0100
  • 64a57846d3 correct to_stderr Philipp Hagemeister 2012-11-28 00:33:38 +0100
  • 72f976701a youtube IE: Correct bytes vs str Philipp Hagemeister 2012-11-28 00:31:59 +0100
  • 5bd9cc7a6a typo Philipp Hagemeister 2012-11-28 00:22:55 +0100
  • f660c89d51 Use list comprehension instead of map Philipp Hagemeister 2012-11-28 00:19:24 +0100
  • 73dce4b2e4 Import from the correct module Philipp Hagemeister 2012-11-28 00:17:59 +0100
  • 9f37a95941 Py2/3 parse_qs compatibility Philipp Hagemeister 2012-11-28 00:17:12 +0100
  • a130bc6d02 One more except..as Philipp Hagemeister 2012-11-28 00:13:40 +0100
  • 348d0a7a18 Py2/3 compatibility for http.client Philipp Hagemeister 2012-11-28 00:13:00 +0100
  • 03f9daab34 Use io.BytesIO instead of StringIO Philipp Hagemeister 2012-11-28 00:09:17 +0100
  • a8156c1d2e Python 3 version of HTMLParser Philipp Hagemeister 2012-11-28 00:06:28 +0100
  • 3e669f369f Py3 compat for unichr and htmlentitydefs Philipp Hagemeister 2012-11-28 00:02:55 +0100
  • da779b4924 Fall back to urllib instead of urllib2 for Python 3 urllib.parse Philipp Hagemeister 2012-11-27 23:58:47 +0100
  • 89fb51dd2d Remove ur references for Python 3.3 support Philipp Hagemeister 2012-11-27 23:56:10 +0100
  • 01ba00ca42 Prepare urllib references for 2/3 compatibility Philipp Hagemeister 2012-11-27 23:54:09 +0100
  • e08bee320e Use except .. as everywhere (#180) Philipp Hagemeister 2012-11-27 23:31:55 +0100
  • 96731798db Rename util.u to util.compat_str Philipp Hagemeister 2012-11-27 23:29:18 +0100
  • c116339ddb Merge branch 'master' of github.com:rg3/youtube-dl Philipp Hagemeister 2012-11-27 23:23:37 +0100
  • e643e2c6b7 Merge pull request #563 from FiloSottile/IE_cleanup Filippo Valsorda 2012-11-27 14:22:40 -0800
  • c63cc10ffa Merge remote-tracking branch 'origin/master' into IE_cleanup Filippo Valsorda 2012-11-27 23:20:32 +0100
  • dae7c920f6 Make test_utils.py run on Python 3 Philipp Hagemeister 2012-11-27 23:20:29 +0100
  • f462df021a Use None on missing required info_dict fields Filippo Valsorda 2012-11-27 23:15:33 +0100
  • 1a84d8675b Use u instead of str in Python 2 Philipp Hagemeister 2012-11-27 23:06:49 +0100
  • 18ea0cefc3 Merge pull request #560 from phihag/fix-to_screen-mode Philipp Hagemeister 2012-11-27 13:10:57 -0800
  • c806f804d8 Only encode when output stream is binary Philipp Hagemeister 2012-11-27 21:07:25 +0100
  • 03c5b0fbd4 IE._WORKING attribute in order to warn the users and skip the tests on broken IEs Filippo Valsorda 2012-11-27 19:30:09 +0100
  • 95649b3936 Replace long with int (see PEP 237) Philipp Hagemeister 2012-11-27 19:05:03 +0100
  • 3aeb78ea4e Better formatting (PEP 8) Philipp Hagemeister 2012-11-27 19:03:37 +0100
  • dd109dee8e Remove mentions of unicode Philipp Hagemeister 2012-11-27 19:02:37 +0100
  • b514df2034 Clean up with the help of pep8 Philipp Hagemeister 2012-11-27 18:55:35 +0100
  • 0969bdd305 unify spacing Philipp Hagemeister 2012-11-27 18:49:18 +0100
  • 1a9c655e3b Merge remote-tracking branch 'Asido/master' Philipp Hagemeister 2012-11-27 18:48:43 +0100
  • 88db5ef279 2012.11.29 Philipp Hagemeister 2012-11-27 18:36:43 +0100
  • f8d8b39bba Prepare 2012.11.29 release Philipp Hagemeister 2012-11-27 18:30:34 +0100
  • dcd60025f8 Fix filename sanitation (Closes #555) Philipp Hagemeister 2012-11-27 18:27:46 +0100
  • 7e4674830e document info_dict['subtitles'] and info_dict['urlhandle'] Filippo Valsorda 2012-11-27 18:08:07 +0100
  • 9ce5d9ee75 make all IEs return 'upload_date' and 'uploader', even if only u'NA' Filippo Valsorda 2012-11-27 17:57:12 +0100
  • b49e75ff9a info_dict['upload_date'] is documented in --output, IEs MUST specify it Filippo Valsorda 2012-11-27 17:38:22 +0100
  • abe7a3ac2a info_dict['player_url'] is used only for rtmpdump, indicate it as optional in the info_dict Filippo Valsorda 2012-11-27 17:32:25 +0100
  • 717b1f72ed default info_dict['format'] to info_dict['ext'] and make the YT one more verbose Filippo Valsorda 2012-11-27 17:20:25 +0100
  • 26396311b5 Add Christian Albrecht (Arte.tv IE) to authors Philipp Hagemeister 2012-11-27 17:16:49 +0100
  • dffe658bac Remove exclamation mark in --restrict-filenames mode Philipp Hagemeister 2012-11-27 17:15:33 +0100
  • 33d94a6c99 Merge remote-tracking branch 'alab1001101/master' Philipp Hagemeister 2012-11-27 17:14:29 +0100
  • 4d47921c9e ignore kate swap files Philipp Hagemeister 2012-11-27 17:01:12 +0100
  • d94adc2638 Actually fix manpage (#473) Philipp Hagemeister 2012-11-27 16:58:50 +0100
  • 5c5d06d31d Merge pull request #473 from grimreaper/master Philipp Hagemeister 2012-11-27 07:52:58 -0800
  • cc872b68a8 Actually merge #379 Philipp Hagemeister 2012-11-27 16:42:50 +0100
  • 17cb14a336 Merge remote-tracking branch 'joelverhagen/master' Philipp Hagemeister 2012-11-27 16:41:16 +0100
  • 877f4c45d3 Fix output format doc Philipp Hagemeister 2012-11-27 16:28:21 +0100
  • 02531431f2 Extended documentation for output format in README (Closes #268) Philipp Hagemeister 2012-11-27 16:27:35 +0100
  • e02066e7ff Windows build for 2012.11.28 Philipp Hagemeister 2012-11-27 16:15:15 +0100
  • c9128b353d Bump version number to a numeric-only one to appease py2exe Philipp Hagemeister 2012-11-27 16:12:08 +0100
  • e7c6f1a2dc Bump version number Philipp Hagemeister 2012-11-27 16:08:39 +0100
  • 1a911e60a4 Add test for asian characters (#551) Philipp Hagemeister 2012-11-27 16:07:52 +0100
  • 46cbda0be4 Minor filename encoding improvement in a common case Philipp Hagemeister 2012-11-27 15:07:10 +0100
  • fa59f4b6a9 Merge remote-tracking branch 'chrisjrn/master' Philipp Hagemeister 2012-11-27 14:55:18 +0100
  • 4a702f3819 Fixes the InfoExtractor for the Colbert Report. Christopher Neugebauer 2012-11-27 23:54:43 +1100
  • 6bac102a4d Fix spacing in comedycentral IE Philipp Hagemeister 2012-11-27 13:24:10 +0100
  • 958a22b7cf Merge remote-tracking branch 'chrisjrn/master' Philipp Hagemeister 2012-11-27 13:19:18 +0100
  • 97cd3afc75 warn if %(stitle)s is being used Philipp Hagemeister 2012-11-27 13:11:06 +0100
  • aa2a94ed81 Encode the entire filename Philipp Hagemeister 2012-11-27 13:01:32 +0100
  • c7032546f1 Clean up test Philipp Hagemeister 2012-11-27 12:46:27 +0100
  • 56781d3d2e Switch back to underline for invalid characters, and make restricted ASCII-only Philipp Hagemeister 2012-11-27 12:46:09 +0100
  • feb22fe5fe Fixed indentation error Christopher Neugebauer 2012-11-27 22:32:24 +1100
  • d8dddb7c02 Removes extranous debugging info :) Christopher Neugebauer 2012-11-27 22:30:07 +1100