Commit graph

  • 6bac102a4d Fix spacing in comedycentral IE Philipp Hagemeister 2012-11-27 13:24:10 +01:00
  • 958a22b7cf Merge remote-tracking branch 'chrisjrn/master' Philipp Hagemeister 2012-11-27 13:19:18 +01:00
  • 3bfb4bc9dc Merge feb22fe5fe into 97cd3afc75 Christopher Neugebauer 2012-11-27 04:18:35 -08:00
  • 97cd3afc75 warn if %(stitle)s is being used Philipp Hagemeister 2012-11-27 13:11:06 +01:00
  • aa2a94ed81 Encode the entire filename Philipp Hagemeister 2012-11-27 13:01:32 +01:00
  • c7032546f1 Clean up test Philipp Hagemeister 2012-11-27 12:46:27 +01:00
  • 56781d3d2e Switch back to underline for invalid characters, and make restricted ASCII-only Philipp Hagemeister 2012-11-27 12:46:09 +01:00
  • feb22fe5fe Fixed indentation error Christopher Neugebauer 2012-11-27 22:32:24 +11:00
  • d8dddb7c02 Removes extranous debugging info :) Christopher Neugebauer 2012-11-27 22:30:07 +11:00
  • 4408d996fb Adds format listing/selection support to the Comedy Central extractor. Christopher Neugebauer 2012-11-27 22:28:16 +11:00
  • ed7516c69d Merge remote-tracking branch 'chrisjrn/master' Philipp Hagemeister 2012-11-27 12:25:51 +01:00
  • bb9c61e6bf Merge 89af8e9d32 into d479e34043 Christopher Neugebauer 2012-11-27 02:54:38 -08:00
  • 89af8e9d32 Removes extraneous debug message. Christopher Neugebauer 2012-11-27 21:51:30 +11:00
  • 36a9c0b5ff Points the ComedyCentral extractor at a CDN which works with more RTMPDump versions. Christopher Neugebauer 2012-11-27 21:49:27 +11:00
  • 9fb3bfb45a Merge remote-tracking branch 'gcmalloc/master' Philipp Hagemeister 2012-11-27 00:42:47 +01:00
  • bbbc2152c4 Merge a8ac2f8664 into d479e34043 gcmalloc 2012-11-26 15:38:49 -08:00
  • 2811949f4c Update doc for 2012.11.27 Philipp Hagemeister 2012-11-27 00:26:05 +01:00
  • d479e34043 release 2012.11.27 2012.11.27 Filippo Valsorda 2012-11-27 00:22:39 +01:00
  • 240089e5df remove accidental remnants Philipp Hagemeister 2012-11-27 00:14:12 +01:00
  • 1c469a9480 New optoin --restrict-filenames Philipp Hagemeister 2012-11-26 23:58:46 +01:00
  • 71f36332dd Remove redundancy in instructions Philipp Hagemeister 2012-11-26 23:40:51 +01:00
  • 8179d2ba74 Merge branch 'master' of github.com:rg3/youtube-dl Philipp Hagemeister 2012-11-26 23:25:04 +01:00
  • df4bad3245 Document configuration Philipp Hagemeister 2012-11-26 23:24:55 +01:00
  • 3a2c78a2da Document configuration options Philipp Hagemeister 2012-11-26 23:23:33 +01:00
  • a7b5c8d6a8 fix FAQ on how to compile (also, starnge fix in the Makefile) Filippo Valsorda 2012-11-26 22:35:12 +01:00
  • 23cf656bd1 Automatically update copyright (Closes #549) Philipp Hagemeister 2012-11-26 11:19:40 +01:00
  • 41ff5333f7 ignore temporary files Philipp Hagemeister 2012-11-26 11:18:31 +01:00
  • 571d094858 Clarify required Python version (#549) Philipp Hagemeister 2012-11-26 11:18:08 +01:00
  • 92b91c1878 Use character instead of byte strings Philipp Hagemeister 2012-11-26 04:23:20 +01:00
  • 7ec1a206ea Remove longs (int does the right thing since Python 2.2, see PEP 237) Philipp Hagemeister 2012-11-26 04:13:43 +01:00
  • 51937c0869 Add some parentheses around print for #180 Philipp Hagemeister 2012-11-26 04:05:54 +01:00
  • 96679b26cf release 2012.11.17 Philipp Hagemeister 2012-11-26 04:05:23 +01:00
  • b97c8d18a1 Merge 71bcf9ee2c into 6b50761222 Sepero 2012-11-25 18:54:22 -08:00
  • 6b50761222 Merge pull request #538 from zejn/patch-1 Philipp Hagemeister 2012-11-25 18:04:11 -08:00
  • d0775bd247 Merge 297d7fd9c0 into 6571408dc6 zejn 2012-11-25 18:04:03 -08:00
  • 6571408dc6 Merge pull request #545 from FiloSottile/alias Philipp Hagemeister 2012-11-25 15:57:57 -08:00
  • 4b9784cf4a Merge b6fab35b9f into 5002aea371 Filippo Valsorda 2012-11-25 11:45:03 -08:00
  • b6fab35b9f alias %(title)s to %(stitle)s Filippo Valsorda 2012-11-25 20:39:42 +01:00
  • baec15387c aliased --literal to --title Filippo Valsorda 2012-11-25 20:28:49 +01:00
  • 297d7fd9c0 Also enable album URLs on Vimeo. zejn 2012-11-21 13:24:14 +01:00
  • 5002aea371 release 2012.11.17 2012.11.17 Filippo Valsorda 2012-11-17 14:02:31 +01:00
  • 5f7ad21633 Strip HTML out of uploader name Jeff Crouse 2012-11-13 17:48:30 -05:00
  • 089d47f8d5 Removed the README.md build target in the makefile. It is broken... Jeff Crouse 2012-11-13 17:48:10 -05:00
  • 74033a662d Reworked Vimeo file selection logic (quality, codec) - closes #530 Filippo Valsorda 2012-11-13 21:53:18 +01:00
  • fdef722fa1 Added YouPorn infoExtractor Jeff Crouse 2012-11-13 13:10:56 -05:00
  • 110d4f4c91 Added Pornotube support (for Laborers of Love) Jeff Crouse 2012-11-12 16:17:55 -05:00
  • 0526e4f55a Merge pull request #522 from art-zhitnik/master Filippo Valsorda 2012-11-11 06:22:10 -08:00
  • 2c6dab8e61 Merge 39973a0236 into 5d40a470a2 art-zhitnik 2012-11-10 20:13:06 -08:00
  • 5a7cf4f624 Merge 39973a0236 into 5d40a470a2 art-zhitnik 2012-11-10 20:09:42 -08:00
  • 39973a0236 Solve the bug of parsing titles with unicode (cyrillic) Art Zhitnik 2012-11-01 23:06:46 +10:00
  • 5d40a470a2 quiet the HTMLParser debug info - closes #517 Filippo Valsorda 2012-11-09 12:32:07 +01:00
  • 4cc391461a fix DailyMotion official users videos - closes #281 - by @yvestan Filippo Valsorda 2012-11-07 14:44:10 +01:00
  • b7d1a2247e Python 2.6 instead of 2.5 in about (Closes #516) Philipp Hagemeister 2012-11-07 01:49:35 +01:00
  • bf95333e5e fixed MetacafeIE (uploader nickname regex) - closes #515 Filippo Valsorda 2012-11-06 23:08:10 +01:00
  • ed94a528fc Use a shorter URL for stackoverflow. Rogério Brito 2012-07-12 19:33:37 -03:00
  • cc8bdced92 Update use of external downloaders with new modular structure. Rogério Brito 2012-07-12 19:28:53 -03:00
  • 71bcf9ee2c Modularization of login code Sepero 2012-10-31 09:02:27 -03:00
  • e6b2b3eccc Updated more documentation Sepero 2012-10-30 22:32:38 -03:00
  • 147054c4d9 Edited code and documentation for infinite retries Sepero 2012-10-30 22:27:42 -03:00
  • 148749e919 Change print output for infinite retries Sepero 2012-10-30 22:13:17 -03:00
  • f01e218ae2 Allow for infinite retries with retries option 0 Sepero 2012-10-30 22:09:11 -03:00
  • c4cb885a44 retries cannot be None, because a default was set Sepero 2012-10-30 21:58:57 -03:00
  • 76d7235f08 retries cannot be None, because a default was set Sepero 2012-10-30 21:55:17 -03:00
  • b7a34316d2 -x for --extract-audio, one of the most popular options Philipp Hagemeister 2012-10-30 17:41:38 +01:00
  • 74e453bdea New --id option for the old default filename pattern Philipp Hagemeister 2012-10-30 17:37:44 +01:00
  • 156a59e7a9 Additional tests in file name sanitation Philipp Hagemeister 2012-10-29 08:19:54 +01:00
  • aeca861f22 Merge pull request #502 from FiloSottile/new_sanitize_filename Philipp Hagemeister 2012-10-28 15:33:59 -07:00
  • 74b6771d54 Merge 42cb53fcfa into fe4d68e196 Filippo Valsorda 2012-10-28 14:53:22 -07:00
  • 42cb53fcfa modified filename escaping to a "smarter" one Filippo Valsorda 2012-10-28 22:47:02 +01:00
  • 3af1080410 Merge 02b05f25cc into fe4d68e196 Chronial 2012-10-28 14:10:31 -07:00
  • fe4d68e196 slight change to Dailymotion uploader regex (fix) Filippo Valsorda 2012-10-28 21:43:43 +01:00
  • 25b7fd9c01 Merge pull request #491 from tyll/master Philipp Hagemeister 2012-10-26 01:10:25 -07:00
  • 85eb161e64 Merge e79e8b7dc4 into 965a8b2bc4 tyll 2012-10-25 12:27:36 -07:00
  • e79e8b7dc4 Update install target Till Maas 2012-10-25 21:19:13 +02:00
  • 965a8b2bc4 Merge pull request #488 from Tailszefox/local Filippo Valsorda 2012-10-24 11:42:31 -07:00
  • a8ac2f8664 adding second vimeo url gcmalloc 2012-10-24 15:57:19 +02:00
  • fb0e99b884 skipping vimeo for the moment gcmalloc 2012-10-24 00:32:23 +02:00
  • 9c6e9a4532 adding xnxx test gcmalloc 2012-10-24 00:13:16 +02:00
  • 67af74992e adding collegehumor test gcmalloc 2012-10-24 00:05:45 +02:00
  • 103c508ffa adding stanford open class courses gcmalloc 2012-10-23 23:59:12 +02:00
  • 2876773381 adding test for vimeo, xvideo and soundcloud gcmalloc 2012-10-23 23:48:44 +02:00
  • 6378f3217c Merge f06eaa873e into ece34e8951 Tailszefox 2012-10-23 07:42:32 -07:00
  • f06eaa873e Fix audio bitrate quality for ffmpeg/avconv Tailszefox 2012-10-23 16:37:12 +02:00
  • ece34e8951 Merge pull request #486 from Tailszefox/local Philipp Hagemeister 2012-10-23 05:53:28 -07:00
  • 2b7143f5e3 Merge 2262a32dd7 into c6c0e23a32 Tailszefox 2012-10-22 09:38:56 -07:00
  • 2262a32dd7 Added duration for YouTube videos Tailszefox 2012-10-22 18:32:42 +02:00
  • c6c0e23a32 Support raw playlist parameters (Closes #482) Philipp Hagemeister 2012-10-22 13:01:36 +02:00
  • 02b324a23d Restore 2.5 compat by activating with_statement future Philipp Hagemeister 2012-10-22 12:50:47 +02:00
  • b8005afc20 handle YT urls with #/ redirects (closes #484) Filippo Valsorda 2012-10-22 09:15:27 +02:00
  • 073522bc6c Don't use 2.7+ check_output Philipp Hagemeister 2012-10-19 23:28:37 +02:00
  • ef901dce3c Merge 890d070d94 into 9248cb0549 Tailszefox 2012-10-19 10:04:39 -07:00
  • 9248cb0549 Merge pull request #472 from gcmalloc/master Philipp Hagemeister 2012-10-19 05:48:12 -07:00
  • f297918f07 Merge 6b41b61119 into 902b2a0a45 gcmalloc 2012-10-19 03:56:10 -07:00
  • 6b41b61119 correcting travis gcmalloc 2012-10-15 18:28:38 +02:00
  • 591bbe9c90 changing test from md5 to filesize, the file changed between download gcmalloc 2012-10-15 18:27:26 +02:00
  • fc7376016c cleaning the test that doesn't work with the api for the moment gcmalloc 2012-10-15 17:51:27 +02:00
  • 97a37c2319 some assertion on the file downloaded gcmalloc 2012-10-15 17:40:16 +02:00
  • 3afed78a6a removing testing video gcmalloc 2012-10-15 16:47:36 +02:00
  • 4279a0ca98 correcting test to be compatible with python2.6 gcmalloc 2012-10-15 14:34:54 +02:00
  • 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 +02:00