Commit Graph

  • 790622091 Renamed "generate-home" to "generate-index" for consistency by Ricardo Garcia 2010-11-06 11:27:37 +0100
  • db03ff92a Changed a few style aspects to make the page look better under IE by Ricardo Garcia 2010-11-06 11:26:26 +0100
  • b294d9fa3 Use SSL in URLs where possible by Ricardo Garcia 2010-11-06 11:25:37 +0100
  • 8cc443411 Add playlist-end option (courtesy of Nevar Angelo) by Ricardo Garcia 2010-11-04 23:19:09 +0100
  • 5de4c645e Make web pages valid HTML and remove a few glitches by Ricardo Garcia 2010-11-02 21:28:56 +0100
  • 05703c8f9 Minor changes to stylesheet by Ricardo Garcia 2010-11-01 11:28:23 +0100
  • f37b13876 Add copyright notice at the bottom of every page by Ricardo Garcia 2010-11-01 08:23:57 +0100
  • 5c7359365 Initial pages commit, using the wiki contents by Ricardo Garcia 2010-10-31 23:50:48 +0100
  • 893a13df5 Modify autoupdate URLs to match the ones from github.com by Ricardo Garcia 2010-10-31 15:46:58 +0100
  • c34e35845 (tag: 2010.10.24) Bump version number by Ricardo Garcia 2010-10-24 17:35:47 +0200
  • a6a61601d Update User-Agent string by Ricardo Garcia 2010-10-24 17:35:08 +0200
  • e0c982c8d Load cookies if the cookie file exists when starting the program by Ricardo Garcia 2010-10-24 17:31:33 +0200
  • 331ce0a05 Use stderr for output when the output file is "-" (fixes issue #216) by Ricardo Garcia 2010-10-23 13:19:26 +0200
  • 80066952b Add new --cookies option to be able to save cookies to disk (fixes issue #208) by Ricardo Garcia 2010-10-23 12:54:00 +0200
  • e08878f49 Set stdout to binary mode under Windows (fixes issue #218) by Ricardo Garcia 2010-10-23 12:22:42 +0200
  • a949a3ae6 Support "https" in YouTube video URLs (fixes issue #215) by Ricardo Garcia 2010-10-11 11:21:28 +0200
  • 7df4635fa Use HTTPS for the login URL (fixes issue #163) by Ricardo Garcia 2010-10-09 12:28:15 +0200
  • f79007e54 (tag: 2010.10.03) Bump version number by Ricardo Garcia 2010-10-03 11:11:59 +0200
  • ac249f421 Retry on any 5xx server error by Ricardo Garcia 2010-10-03 11:05:20 +0200
  • e86e9474b Treat HTTP error 500 the same way as 503 (fixes issue #209) by Ricardo Garcia 2010-09-11 09:58:34 +0200
  • bbd4bb037 Support the -nocookie suffix in youtube domain name (fixes issue #200) by Ricardo Garcia 2010-09-11 09:54:17 +0200
  • 5c44af187 Do not print file name on warning message (fixes issue #197) by Ricardo Garcia 2010-09-11 09:52:25 +0200
  • 33407be7d Fix "unable to extract uploader nickname" error with Dailymotion by Ricardo Garcia 2010-09-11 09:47:21 +0200
  • 8e686771a Decode the reason given on YouTube errors to avoid crashes (fixes issue #193) by Ricardo Garcia 2010-08-22 00:48:55 +0200
  • 2933532c5 Allow the #! notation for YouTube URLs found in many links in their website by Ricardo Garcia 2010-08-14 12:15:31 +0200
  • 6b57e8c5a Extract the video extension from the media URL in metacafe.com by Ricardo Garcia 2010-08-12 19:21:06 +0200
  • c6c555cf8 Fix metacafe.com downloads for some videos (fixes issue #189) by Ricardo Garcia 2010-08-12 19:15:26 +0200
  • db7e31b85 Use unicode strings for several error messages that were missing the "u" by Ricardo Garcia 2010-08-12 18:42:26 +0200
  • d67e09746 Abort download in case of error writing file data to disk by Ricardo Garcia 2010-08-12 18:41:29 +0200
  • 38ed13444 Improve error message on invalid output template and abort execution by Ricardo Garcia 2010-08-12 18:40:36 +0200
  • 8a9f53beb Fix typo in report_resuming_byte doc string (fixes issue #188) by Ricardo Garcia 2010-08-12 18:28:34 +0200
  • 80cc23304 (tag: 2010.08.04) Bump version number by Ricardo Garcia 2010-08-04 19:09:57 +0200
  • 813962f85 Update user-agent string by Ricardo Garcia 2010-08-04 19:09:10 +0200
  • 109626fcc Fix metacafe.com code not working due to gdaKey again (fixes issue #185) by Ricardo Garcia 2010-08-04 19:05:53 +0200
  • 204c9398a Merge Gavin van Lelyveld's patch for --playlist-start option by Ricardo Garcia 2010-08-04 18:52:00 +0200
  • 2962317de Put back -b option as a placeholder with a warning message by Ricardo Garcia 2010-08-01 10:40:37 +0200
  • 268fb2bdd Consider the file downloaded if the size differs in less than 100 bytes (fixes issue #175) by Ricardo Garcia 2010-08-01 01:15:43 +0200
  • 101e0d1e9 Reorganize request code to make it a bit more robust by Ricardo Garcia 2010-07-27 20:11:06 +0200
  • f95f29fd2 Properly detect YouTube error messages to print them on screen (fixes issue #172) by Ricardo Garcia 2010-07-25 11:55:49 +0200
  • 06f34701f (tag: 2010.07.24) Bump version number by Ricardo Garcia 2010-07-24 10:24:52 +0200
  • 5ce7d172d Restore support for the get_video method, fixing many issues by Ricardo Garcia 2010-07-24 10:23:06 +0200
  • 2e3a32e4a Restore proper support for webm formats (fixes issue #166) by Ricardo Garcia 2010-07-24 09:47:01 +0200
  • 8190e3631 (tag: 2010.07.22) Bump version number by Ricardo Garcia 2010-07-22 20:32:05 +0200
  • e4db6fd04 Update user agent string by Ricardo Garcia 2010-07-22 20:31:13 +0200
  • 497cd3e68 Partially rewrite YouTube InfoExtractor after it stopped working by Ricardo Garcia 2010-07-22 20:29:52 +0200
  • 460d8acba Remove some format command line options by Ricardo Garcia 2010-07-22 20:28:20 +0200
  • 9bf7fa521 Do not check for self._downloader being None in several places by Ricardo Garcia 2010-07-22 20:27:35 +0200
  • 73f4e7afb Rename UnavailableFormatError to UnavailableVideoError by Ricardo Garcia 2010-07-22 20:26:37 +0200
  • 9715661c1 Use www. instead of uk. in the language setting webpage for YouTube by Ricardo Garcia 2010-07-22 20:24:59 +0200
  • 14912efbb (tag: 2010.07.14) Bump version number by Ricardo Garcia 2010-07-15 22:05:04 +0200
  • 96942e622 Modify User-Agent and Accept headers by Ricardo Garcia 2010-07-13 19:43:06 +0200
  • df372a655 Improve video ordinal assignment method (fixes issue #149) by Ricardo Garcia 2010-07-13 19:37:07 +0200
  • 9e9647d9a Add comment about weird .video extension for format 38 by Ricardo Garcia 2010-07-13 19:01:43 +0200
  • 8da0080d3 Support youtu.be URLs (fixes issue #143) by Ricardo Garcia 2010-07-13 19:01:13 +0200
  • 57edaa5ba Support the watch_popup syntax in YouTube URLs by Ricardo Garcia 2010-07-13 18:53:09 +0200
  • 823fcda12 Improve swf player URL detection for RTMP (fixes issue #144) by Ricardo Garcia 2010-07-13 18:22:34 +0200
  • f2413e679 Add a --max-quality flag to limit the highest quality (fixes issue #145) by Ricardo Garcia 2010-07-13 18:20:02 +0200
  • c833bb97d Add support for "original" format in YouTube (fixes issue #155) by Ricardo Garcia 2010-07-13 18:01:58 +0200
  • 7e2dd306f Make the Dailymotion uploader regexp more flexible because it fails sometimes by Ricardo Garcia 2010-07-06 18:52:46 +0200
  • dea147f78 Remove unused methods from the Dailymotion InfoExtractor by Ricardo Garcia 2010-07-06 18:51:45 +0200
  • 08cf5cb80 Remove dead disclaimer/confirmation code. by Witold Baryluk 2010-07-02 02:00:14 +0200
  • 4135fa458 Add support for the Dailymotion by Witold Baryluk 2010-07-02 01:53:47 +0200
  • fd8ede223 Include format 43 in best quality list (fixes issue #150) by Ricardo Garcia 2010-06-29 22:38:51 +0200
  • 2b06c33d1 Improve some metavar names by Ricardo Garcia 2010-06-29 11:53:13 +0200
  • ca6a11fa5 Forbid forward slash in win32 file names (fixes issue #147) by Ricardo Garcia 2010-06-29 11:10:12 +0200
  • de3ed1f84 (tag: 2010.06.06) Bump version number by Ricardo Garcia 2010-06-06 18:13:49 +0200
  • 0b59bf4a5 Add webm extension to formats 43 and 45 (fixes issue #139) by Ricardo Garcia 2010-05-30 19:46:08 +0200
  • 896a6ea9e Fix for all-formats exception by Valentin Hilbig by Ricardo Garcia 2010-05-30 17:50:56 +0200
  • 7031008c9 Add a number of retries with tweaked patch, originally from Neil Channen by Ricardo Garcia 2010-05-30 18:34:56 +0200
  • e616ec0ca Add player signature verification to rtmpdump support (fixes issue #63) by Ricardo Garcia 2010-05-30 19:49:51 +0200
  • 2a7353b87 Make -a understand dash means stdin by Ricardo Garcia 2010-05-21 21:35:34 +0200
  • 787f2a5d9 Also try no "el" option in get_video_info (fixes issue #130) by Ricardo Garcia 2010-05-21 21:24:37 +0200
  • 42e3546fb Increment number of downloads when the file has already been fully downloaded by Ricardo Garcia 2010-04-19 19:25:47 +0200
  • 0228ee978 Print EOL before "unable to write data" error by Ricardo Garcia 2010-04-17 18:57:51 +0200
  • 131efd1ae Detect errors in video data writes by Ricardo Garcia 2010-04-17 18:49:56 +0200
  • 2bebb386b Make "all-formats" and "best-quality" download the version without specific format too by Ricardo Garcia 2010-04-17 17:54:37 +0200
  • 7e58d5688 Merge changes by obeythepenguin by Ricardo Garcia 2010-04-04 17:57:59 +0200
  • 554bbdc48 (tag: 2010.04.04) Bump version number by Ricardo Garcia 2010-04-04 13:11:20 +0200
  • 37dfa1e0d Also try el=vevo on YouTube if everything else fails (fixes issue #115) by Ricardo Garcia 2010-04-03 17:25:13 +0200
  • 4dd63be19 (tag: 2010.04.03) Bump version number by Ricardo Garcia 2010-04-03 09:58:16 +0200
  • 7d8d06122 Add the "ord" template parameter (fixes issue #101) by Ricardo Garcia 2010-04-03 09:54:36 +0200
  • 9177ce4d8 Support new playlist style URL (fixes issue #114) by Ricardo Garcia 2010-04-03 09:45:45 +0200
  • ce5cafea4 Change method to detect end of playlist (fixes issue #113) by Ricardo Garcia 2010-04-02 19:51:54 +0200
  • ae3fc475e (tag: 2010.04.02) Bump version number by Ricardo Garcia 2010-04-02 17:14:24 +0200
  • d063db381 Try el=detailpage if el=embedded fails for YouTube by Ricardo Garcia 2010-04-02 17:13:40 +0200
  • 619453183 Add Yahoo! Video InfoExtractor, merged from "obeythepenguin" by Ricardo Garcia 2010-04-01 20:55:43 +0200
  • 2ed1ddd0a Request video info webpage using "embedded" instead of "detailpage" by Ricardo Garcia 2010-04-01 20:46:00 +0200
  • eaf4a7288 Solve minor aesthetical problem in rtmpdump error messages by Ricardo Garcia 2010-03-30 11:50:57 +0200
  • 6ba562b0e Added --all-format option from tweaked patch (fixes issue #102) by Ricardo Garcia 2010-03-19 18:15:43 +0100
  • 131bc7651 Make the "-" output file name equivalent to /dev/stdout (fixes issue #103) by Ricardo Garcia 2010-03-19 17:51:20 +0100
  • 5caacaddc (tag: 2010.03.13) Bump version number by Ricardo Garcia 2010-03-16 21:31:53 +0100
  • 79f193e5d Do not use the final URL for -g by Ricardo Garcia 2010-03-11 22:56:47 +0100
  • 44e16fa17 (tag: 2010.03.07) Bump version number by Ricardo Garcia 2010-03-07 11:25:30 +0100
  • d98352478 Add --no-progress option (fixes issue #98) by Ricardo Garcia 2010-03-07 11:24:22 +0100
  • 1392f3f52 Give preference to format 34 before format 5 in quality list by Ricardo Garcia 2010-02-28 23:49:52 +0100
  • 43ab0ca43 Do not error out on problems printing the file name by Ricardo Garcia 2010-02-28 23:49:14 +0100
  • 31cbdaafd Properly support simple titles in the newest InfoExtractors by Ricardo Garcia 2010-02-21 00:13:34 +0100
  • bd3cdf6dc Do not pass URLs around in Unicode form (fixes issue #92) by Ricardo Garcia 2010-02-21 00:06:00 +0100
  • 8cc468de7 (tag: 2010.02.13) Bump version number by Ricardo Garcia 2010-02-13 17:27:09 +0100
  • 31bcb4800 Tweak final filename in the open attempt, to be platform and filename-agnostic by Ricardo Garcia 2010-02-13 13:29:25 +0100