Commit Graph

  • bbbc2152c4 Merge a8ac2f8664 into d479e34043 gcmalloc 2012-11-26 15:38:49 -0800
  • 2811949f4c Update doc for 2012.11.27 Philipp Hagemeister 2012-11-27 00:26:05 +0100
  • d479e34043 release 2012.11.27 2012.11.27 Filippo Valsorda 2012-11-27 00:22:39 +0100
  • 240089e5df remove accidental remnants Philipp Hagemeister 2012-11-27 00:14:12 +0100
  • 1c469a9480 New optoin --restrict-filenames Philipp Hagemeister 2012-11-26 23:58:46 +0100
  • 71f36332dd Remove redundancy in instructions Philipp Hagemeister 2012-11-26 23:40:51 +0100
  • 8179d2ba74 Merge branch 'master' of github.com:rg3/youtube-dl Philipp Hagemeister 2012-11-26 23:25:04 +0100
  • df4bad3245 Document configuration Philipp Hagemeister 2012-11-26 23:24:55 +0100
  • 3a2c78a2da Document configuration options Philipp Hagemeister 2012-11-26 23:23:33 +0100
  • a7b5c8d6a8 fix FAQ on how to compile (also, starnge fix in the Makefile) Filippo Valsorda 2012-11-26 22:35:12 +0100
  • 23cf656bd1 Automatically update copyright (Closes #549) Philipp Hagemeister 2012-11-26 11:19:40 +0100
  • 41ff5333f7 ignore temporary files Philipp Hagemeister 2012-11-26 11:18:31 +0100
  • 571d094858 Clarify required Python version (#549) Philipp Hagemeister 2012-11-26 11:18:08 +0100
  • 92b91c1878 Use character instead of byte strings Philipp Hagemeister 2012-11-26 04:23:20 +0100
  • 7ec1a206ea Remove longs (int does the right thing since Python 2.2, see PEP 237) Philipp Hagemeister 2012-11-26 04:13:43 +0100
  • 51937c0869 Add some parentheses around print for #180 Philipp Hagemeister 2012-11-26 04:05:54 +0100
  • 96679b26cf release 2012.11.17 Philipp Hagemeister 2012-11-26 04:05:23 +0100
  • b97c8d18a1 Merge 71bcf9ee2c into 6b50761222 Sepero 2012-11-25 18:54:22 -0800
  • 6b50761222 Merge pull request #538 from zejn/patch-1 Philipp Hagemeister 2012-11-25 18:04:11 -0800
  • d0775bd247 Merge 297d7fd9c0 into 6571408dc6 zejn 2012-11-25 18:04:03 -0800
  • 6571408dc6 Merge pull request #545 from FiloSottile/alias Philipp Hagemeister 2012-11-25 15:57:57 -0800
  • 4b9784cf4a Merge b6fab35b9f into 5002aea371 Filippo Valsorda 2012-11-25 11:45:03 -0800
  • b6fab35b9f alias %(title)s to %(stitle)s Filippo Valsorda 2012-11-25 20:39:42 +0100
  • baec15387c aliased --literal to --title Filippo Valsorda 2012-11-25 20:28:49 +0100
  • 297d7fd9c0 Also enable album URLs on Vimeo. zejn 2012-11-21 13:24:14 +0100
  • 5002aea371 release 2012.11.17 2012.11.17 Filippo Valsorda 2012-11-17 14:02:31 +0100
  • 5f7ad21633 Strip HTML out of uploader name Jeff Crouse 2012-11-13 17:48:30 -0500
  • 089d47f8d5 Removed the README.md build target in the makefile. It is broken... Jeff Crouse 2012-11-13 17:48:10 -0500
  • 74033a662d Reworked Vimeo file selection logic (quality, codec) - closes #530 Filippo Valsorda 2012-11-13 21:53:18 +0100
  • fdef722fa1 Added YouPorn infoExtractor Jeff Crouse 2012-11-13 13:10:56 -0500
  • 110d4f4c91 Added Pornotube support (for Laborers of Love) Jeff Crouse 2012-11-12 16:17:55 -0500
  • 0526e4f55a Merge pull request #522 from art-zhitnik/master Filippo Valsorda 2012-11-11 06:22:10 -0800
  • 2c6dab8e61 Merge 39973a0236 into 5d40a470a2 art-zhitnik 2012-11-10 20:13:06 -0800
  • 5a7cf4f624 Merge 39973a0236 into 5d40a470a2 art-zhitnik 2012-11-10 20:09:42 -0800
  • 39973a0236 Solve the bug of parsing titles with unicode (cyrillic) Art Zhitnik 2012-11-01 23:06:46 +1000
  • 5d40a470a2 quiet the HTMLParser debug info - closes #517 Filippo Valsorda 2012-11-09 12:32:07 +0100
  • 4cc391461a fix DailyMotion official users videos - closes #281 - by @yvestan Filippo Valsorda 2012-11-07 14:44:10 +0100
  • b7d1a2247e Python 2.6 instead of 2.5 in about (Closes #516) Philipp Hagemeister 2012-11-07 01:49:35 +0100
  • bf95333e5e fixed MetacafeIE (uploader nickname regex) - closes #515 Filippo Valsorda 2012-11-06 23:08:10 +0100
  • ed94a528fc Use a shorter URL for stackoverflow. Rogério Brito 2012-07-12 19:33:37 -0300
  • cc8bdced92 Update use of external downloaders with new modular structure. Rogério Brito 2012-07-12 19:28:53 -0300
  • 71bcf9ee2c Modularization of login code Sepero 2012-10-31 09:02:27 -0300
  • e6b2b3eccc Updated more documentation Sepero 2012-10-30 22:32:38 -0300
  • 147054c4d9 Edited code and documentation for infinite retries Sepero 2012-10-30 22:27:42 -0300
  • 148749e919 Change print output for infinite retries Sepero 2012-10-30 22:13:17 -0300
  • f01e218ae2 Allow for infinite retries with retries option 0 Sepero 2012-10-30 22:09:11 -0300
  • c4cb885a44 retries cannot be None, because a default was set Sepero 2012-10-30 21:58:57 -0300
  • 76d7235f08 retries cannot be None, because a default was set Sepero 2012-10-30 21:55:17 -0300
  • b7a34316d2 -x for --extract-audio, one of the most popular options Philipp Hagemeister 2012-10-30 17:41:38 +0100
  • 74e453bdea New --id option for the old default filename pattern Philipp Hagemeister 2012-10-30 17:37:44 +0100
  • 156a59e7a9 Additional tests in file name sanitation Philipp Hagemeister 2012-10-29 08:19:54 +0100
  • aeca861f22 Merge pull request #502 from FiloSottile/new_sanitize_filename Philipp Hagemeister 2012-10-28 15:33:59 -0700
  • 74b6771d54 Merge 42cb53fcfa into fe4d68e196 Filippo Valsorda 2012-10-28 14:53:22 -0700
  • 42cb53fcfa modified filename escaping to a "smarter" one Filippo Valsorda 2012-10-28 22:47:02 +0100
  • 3af1080410 Merge 02b05f25cc into fe4d68e196 Chronial 2012-10-28 14:10:31 -0700
  • fe4d68e196 slight change to Dailymotion uploader regex (fix) Filippo Valsorda 2012-10-28 21:43:43 +0100
  • 25b7fd9c01 Merge pull request #491 from tyll/master Philipp Hagemeister 2012-10-26 01:10:25 -0700
  • 85eb161e64 Merge e79e8b7dc4 into 965a8b2bc4 tyll 2012-10-25 12:27:36 -0700
  • e79e8b7dc4 Update install target Till Maas 2012-10-25 21:19:13 +0200
  • 965a8b2bc4 Merge pull request #488 from Tailszefox/local Filippo Valsorda 2012-10-24 11:42:31 -0700
  • a8ac2f8664 adding second vimeo url gcmalloc 2012-10-24 15:57:19 +0200
  • fb0e99b884 skipping vimeo for the moment gcmalloc 2012-10-24 00:32:23 +0200
  • 9c6e9a4532 adding xnxx test gcmalloc 2012-10-24 00:13:16 +0200
  • 67af74992e adding collegehumor test gcmalloc 2012-10-24 00:05:45 +0200
  • 103c508ffa adding stanford open class courses gcmalloc 2012-10-23 23:59:12 +0200
  • 2876773381 adding test for vimeo, xvideo and soundcloud gcmalloc 2012-10-23 23:48:44 +0200
  • 6378f3217c Merge f06eaa873e into ece34e8951 Tailszefox 2012-10-23 07:42:32 -0700
  • f06eaa873e Fix audio bitrate quality for ffmpeg/avconv Tailszefox 2012-10-23 16:37:12 +0200
  • ece34e8951 Merge pull request #486 from Tailszefox/local Philipp Hagemeister 2012-10-23 05:53:28 -0700
  • 2b7143f5e3 Merge 2262a32dd7 into c6c0e23a32 Tailszefox 2012-10-22 09:38:56 -0700
  • 2262a32dd7 Added duration for YouTube videos Tailszefox 2012-10-22 18:32:42 +0200
  • c6c0e23a32 Support raw playlist parameters (Closes #482) Philipp Hagemeister 2012-10-22 13:01:36 +0200
  • 02b324a23d Restore 2.5 compat by activating with_statement future Philipp Hagemeister 2012-10-22 12:50:47 +0200
  • b8005afc20 handle YT urls with #/ redirects (closes #484) Filippo Valsorda 2012-10-22 09:15:27 +0200
  • 073522bc6c Don't use 2.7+ check_output Philipp Hagemeister 2012-10-19 23:28:37 +0200
  • ef901dce3c Merge 890d070d94 into 9248cb0549 Tailszefox 2012-10-19 10:04:39 -0700
  • 9248cb0549 Merge pull request #472 from gcmalloc/master Philipp Hagemeister 2012-10-19 05:48:12 -0700
  • f297918f07 Merge 6b41b61119 into 902b2a0a45 gcmalloc 2012-10-19 03:56:10 -0700
  • 6b41b61119 correcting travis gcmalloc 2012-10-15 18:28:38 +0200
  • 591bbe9c90 changing test from md5 to filesize, the file changed between download gcmalloc 2012-10-15 18:27:26 +0200
  • fc7376016c cleaning the test that doesn't work with the api for the moment gcmalloc 2012-10-15 17:51:27 +0200
  • 97a37c2319 some assertion on the file downloaded gcmalloc 2012-10-15 17:40:16 +0200
  • 3afed78a6a removing testing video gcmalloc 2012-10-15 16:47:36 +0200
  • 4279a0ca98 correcting test to be compatible with python2.6 gcmalloc 2012-10-15 14:34:54 +0200
  • edcc7d2dd3 StringIO used by nosetests do not merge with the way youtube-dl handle sys.stdout and sys.stderr gcmalloc 2012-10-15 13:03:20 +0200
  • 7f60b5aa40 correction on the test gcmalloc 2012-10-15 13:01:36 +0200
  • 106ddc0494 Merge branch 'master' of git://github.com/rg3/youtube-dl Gael Pasgrimaud 2012-10-17 22:13:59 +0200
  • 65adb79fb6 Fix mandoc nits Eitan Adler 2012-10-15 21:45:56 -0400
  • 890d070d94 check_output is only supported by Python 2.7 onwards Tailszefox 2012-10-15 14:28:54 +0200
  • aeeb29a356 adding travis support gcmalloc 2012-10-15 10:37:33 +0200
  • 437af9a20c Merge 17d4af4a92 into 902b2a0a45 gcmalloc 2012-10-15 01:48:56 -0700
  • 17d4af4a92 adding travis support gcmalloc 2012-10-15 10:37:33 +0200
  • 902b2a0a45 New IE: YouTube channels (closes #396) Filippo Valsorda 2012-10-14 13:48:18 +0200
  • 6d9c22cd26 correcting the makefile according to the new one gcmalloc 2012-10-12 20:30:01 +0200
  • 729baf58b2 removing extended globbing for the find utility gcmalloc 2012-10-05 15:52:40 +0200
  • 4c9afeca34 adding xvideo gcmalloc 2012-10-03 21:10:13 +0200
  • 6da7877bf5 adding facebook test gcmalloc 2012-10-03 15:13:37 +0200
  • b4e5de51ec adding photobucket test gcmalloc 2012-10-03 14:52:06 +0200
  • a4b5f22554 adding metacafe test gcmalloc 2012-10-03 14:47:12 +0200
  • ff08984246 adding dailymotion test gcmalloc 2012-10-03 14:42:05 +0200