Commit graph

  • c70446c7df Merge branch 'master' of github.com:rg3/youtube-dl Philipp Hagemeister 2013-04-22 23:15:15 +0200
  • c76cb6d548 Correct indentation Philipp Hagemeister 2013-04-22 23:15:05 +0200
  • 71f37e90ef Merge pull request #797 from AI0867/patch-1 Philipp Hagemeister 2013-04-22 14:13:52 -0700
  • 75b5c590a8 Do not read configuration files if explicit arguments are given by a host program (#792) Philipp Hagemeister 2013-04-22 23:05:05 +0200
  • 4469666780 Merge pull request #792 from fp7/master Jaime Marquínez Ferrándiz 2013-04-22 13:44:05 -0700
  • c15e024141 TumblrIE Jaime Marquínez Ferrándiz 2013-04-22 21:07:49 +0200
  • 8cb94542f4 release 2013.04.22 Philipp Hagemeister 2013-04-22 20:01:56 +0200
  • c681a03918 Fix --list-formats (Closes #799) Philipp Hagemeister 2013-04-22 19:51:42 +0200
  • 30f2999962 Added parenthesis for explicity Finn Petersen 2013-04-22 10:15:58 +0200
  • 74e3452b9e Add playlist and playlist_index to the help string for the output option Jaime Marquínez Ferrándiz 2013-04-22 10:06:07 +0200
  • 9e1cf0c200 SteamIE returns a playlist Jaime Marquínez Ferrándiz 2013-04-21 22:05:21 +0200
  • e11eb11906 Allow to download videos with age check from Steam Jaime Marquínez Ferrándiz 2013-04-21 21:56:13 +0200
  • c04bca6f60 release 2013.04.21 Philipp Hagemeister 2013-04-21 12:52:45 +0200
  • b0936ef423 Use standard unit symbols in format_bytes Alexander van Gessel 2013-04-21 02:38:37 +0300
  • 41a6eb949a Clean duplicate method report_extraction in InfoExtractors Jaime Marquínez Ferrándiz 2013-04-20 21:12:29 +0200
  • f17ce13a92 Write the method to_screen in InfoExtractor (related #608) Jaime Marquínez Ferrándiz 2013-04-20 19:35:49 +0200
  • 8c416ad29a Remove calls to _downloader.download in Youtube searchs Jaime Marquínez Ferrándiz 2013-04-20 19:22:45 +0200
  • c72938240e Get the title of Youtube playlists Jaime Marquínez Ferrándiz 2013-04-20 18:57:05 +0200
  • e905b6f80e TEDIE can now return a playlist Jaime Marquínez Ferrándiz 2013-04-20 13:31:21 +0200
  • 6de8f1afb7 Allows to specify which IE should be used for extracting info for a result of type url Jaime Marquínez Ferrándiz 2013-04-20 12:50:14 +0200
  • 9341212642 Create a function in InfoExtractors that returns the InfoExtractor class with the given name Jaime Marquínez Ferrándiz 2013-04-20 12:42:57 +0200
  • f7a9721e16 Fix some metacafe videos, closes #562 Jaime Marquínez Ferrándiz 2013-04-20 12:06:58 +0200
  • 089e843b0f Use _download_webpage in MetacafeIE Jaime Marquínez Ferrándiz 2013-04-20 11:40:05 +0200
  • c8056d866a Add myself to travis notifications Jaime Marquínez Ferrándiz 2013-04-20 11:17:03 +0200
  • 49da66e459 The test video for subtitles has added a new language Jaime Marquínez Ferrándiz 2013-04-20 10:39:02 +0200
  • fb6c319904 Add tests for YoutubeChannelIE ispedals 2013-04-19 18:06:28 -0400
  • 5a8d13199c Fix YoutubeChannelIE ispedals 2013-04-19 18:05:35 -0400
  • dce9027045 Merge branch 'extract_info_rewrite' Jaime Marquínez Ferrándiz 2013-04-19 21:57:08 +0200
  • feba604e92 Fix playlists with size 50i ∀ i∉ℕ (Closes #782) Philipp Hagemeister 2013-04-18 07:28:24 +0200
  • d22f65413a release 2013.04.18 Philipp Hagemeister 2013-04-18 06:29:32 +0200
  • 0599ef8c08 Limit titles to 200 characters (Closes #789) Philipp Hagemeister 2013-04-18 06:27:11 +0200
  • bfdf469295 Fix FunnyOrDie extraction for a special video (#789) Philipp Hagemeister 2013-04-18 06:21:46 +0200
  • 32c96387c1 Fix facebook IE Philipp Hagemeister 2013-04-18 04:41:48 +0200
  • c8c5443bb5 Revert "disable YT ratelimit; this should enable to max out the connection bandwidth" Philipp Hagemeister 2013-04-17 23:21:58 +0200
  • a60b854d90 disable YT ratelimit; this should enable to max out the connection bandwidth Filippo Valsorda 2013-04-17 19:48:35 +0200
  • b8ad4f02a2 Arguments as parameter to function _real_main so it can be used programmatically Finn Petersen 2013-04-16 19:26:48 +0200
  • d281274bf2 Add a playlist_index key to the info_dict, can be used in the output template Jaime Marquínez Ferrándiz 2013-04-16 15:13:29 +0200
  • b625bc2c31 release 2013.04.11 Philipp Hagemeister 2013-04-11 18:42:57 +0200
  • f4381ab88a Fix keek title extraction Philipp Hagemeister 2013-04-11 18:39:13 +0200
  • 744435f2a4 Show whole diff in error cases Philipp Hagemeister 2013-04-11 18:38:43 +0200
  • 855703e55e Option to dump intermediate pages Philipp Hagemeister 2013-04-11 18:31:35 +0200
  • 927c8c4924 Use download_webpage in youtube IE Philipp Hagemeister 2013-04-11 18:18:15 +0200
  • 0ba994e9e3 Skip ARD test as it requires rtmpdump Philipp Hagemeister 2013-04-11 17:20:17 +0200
  • af9ad45cd4 Re-enable Stanford OC test Philipp Hagemeister 2013-04-11 17:20:05 +0200
  • e0fee250c3 Fix default for variable-size autonumbering Philipp Hagemeister 2013-04-11 17:07:55 +0200
  • 72ca05016d Merge remote-tracking branch 'sagittarian/vimeo-no-desc' Philipp Hagemeister 2013-04-11 10:56:01 +0200
  • 844d1f9fa1 Removed overly verbose options and arguments (Should be obvious from the previous lines) Philipp Hagemeister 2013-04-11 10:54:37 +0200
  • 213c31ae16 Added option --autonumber-size: Specifies the number of digits in %(autonumber)s when it is present in output filename template or --autonumber option is given Stanislav Kupryakhin 2013-04-02 11:40:07 +0700
  • 04f3d551a0 Merge remote-tracking branch 'sagittarian/resolve-symlinks' Philipp Hagemeister 2013-04-11 10:51:13 +0200
  • e8600d69fd Credit @catch22 for ARD IE Philipp Hagemeister 2013-04-11 10:48:37 +0200
  • b03d65c237 Minor improvements for ARD IE Philipp Hagemeister 2013-04-11 10:47:21 +0200
  • 8743974189 Resolve the symlink if __main__.py is invoke as a symlink. Adam Mesha 2013-04-11 07:33:18 +0300
  • dc36bc9434 Fix bug when the vimeo description is empty on Python 2.x. Adam Mesha 2013-04-11 07:27:04 +0300
  • bce878a7c1 Implement the playlist/start options in FileDownloader Jaime Marquínez Ferrándiz 2013-04-10 14:32:03 +0200
  • 532d797824 In MetacafeIE return a url if YoutubeIE should do the job Jaime Marquínez Ferrándiz 2013-04-10 00:06:03 +0200
  • 146c12a2da Change the order for extracting/downloading Jaime Marquínez Ferrándiz 2013-04-10 00:05:04 +0200
  • d39919c03e Add progress counter for playlists Jaime Marquínez Ferrándiz 2013-04-05 13:01:59 +0200
  • df2dedeefb added ARD InfoExtractor (german state television) Michael Walter 2013-04-07 15:23:48 +0200
  • adb029ed81 added --playpath/-y support to RTMP downloads (via 'play_path' entry in 'info_dict') Michael Walter 2013-04-07 15:17:36 +0200
  • 43ff1a347d Change rg3.github.com to rg3.github.io almost everywhere Ricardo Garcia 2013-04-06 10:46:17 +0200
  • 14294236bf Merge branch 'master' into extract_info_rewrite Jaime Marquínez Ferrándiz 2013-04-05 12:39:51 +0200
  • c2b293ba30 release 2013.04.03 Philipp Hagemeister 2013-04-03 19:43:53 +0200
  • 37cd9f522f Restore youtube-dl (update) binary (#770) Philipp Hagemeister 2013-04-01 23:43:20 +0200
  • f33154cd39 Merge pull request #764 from jaimeMF/subtitles_not_found Filippo Valsorda 2013-03-31 19:02:18 -0700
  • bafeed9f5d Don't crash in FileDownloader if subtitles couldn't be found and errors are ignored Jaime Marquínez Ferrándiz 2013-03-31 12:21:35 +0200
  • ef767f9fd5 Fix crash when subtitles are not found and the option --all-subs is given Jaime Marquínez Ferrándiz 2013-03-31 12:19:13 +0200
  • bc97f6d60c Use report_error in subtitles error handling Jaime Marquínez Ferrándiz 2013-03-31 12:10:12 +0200
  • 90a99c1b5e retry on UnavailableVideoError Filippo Valsorda 2013-03-31 03:29:34 +0200
  • f375d4b7de import all IEs when testing to resemble more closely the real env Filippo Valsorda 2013-03-31 03:12:28 +0200
  • fa41fbd318 don't catch YT user URLs in YoutubePlaylistIE (fix #754, fix #763) Filippo Valsorda 2013-03-31 03:02:05 +0200
  • 6a205c8876 More fixes on subtitles errors handling Jaime Marquínez Ferrándiz 2013-03-30 14:17:12 +0100
  • 0fb3756409 Fix crash when subtitles are not found Jaime Marquínez Ferrándiz 2013-03-30 14:11:33 +0100
  • fbbdf475b1 Different feed file name Philipp Hagemeister 2013-03-29 21:44:06 +0100
  • c238be3e3a Correct feed title Philipp Hagemeister 2013-03-29 21:41:20 +0100
  • 1bf2801e6a release 2013.03.29 Philipp Hagemeister 2013-03-29 21:22:57 +0100
  • c9c8402093 Merge pull request #758 from jaimeMF/atom-feed Philipp Hagemeister 2013-03-29 12:50:20 -0700
  • 6060788083 Write a new feed each time, reading from versions.json Jaime Marquínez Ferrándiz 2013-03-29 19:42:33 +0100
  • e3700fc9e4 Merge pull request #736 from rg3/retry Filippo Valsorda 2013-03-29 09:01:27 -0700
  • b693216d8d Merge pull request #752 from dodo/master Filippo Valsorda 2013-03-29 08:40:22 -0700
  • 46b9d8295d Merge pull request #730 by @JohnyMoSwag Filippo Valsorda 2013-03-29 16:14:49 +0100
  • 7decf8951c fix FunnyOrDieIE, MyVideoIE, TEDIE Filippo Valsorda 2013-03-29 15:59:13 +0100
  • 1f46c15262 fix SpiegelIE Filippo Valsorda 2013-03-29 15:31:38 +0100
  • 0cd358676c Rebased, fixed and extended LiveLeak.com support Filippo Valsorda 2013-03-29 15:13:24 +0100
  • 43113d92cc Update InfoExtractors.py kkalpakloglou 2013-03-26 22:37:08 +0200
  • 7eab8dc750 Pass the playlist info_dict to process_info Jaime Marquínez Ferrándiz 2013-03-29 12:32:42 +0100
  • 44e939514e Added test for WorldStarHipHop Johny Mo Swag 2013-03-28 20:05:28 -0700
  • 95506f1235 Merge remote-tracking branch 'jaimeMF/color_error_messages' Philipp Hagemeister 2013-03-29 00:25:48 +0100
  • a91556fd74 Add a note on MaxDownloadsReached (#732, thanks to CBGoodBuddy) Philipp Hagemeister 2013-03-29 00:19:58 +0100
  • 1447f728b5 Merge branch 'master' of github.com:rg3/youtube-dl Philipp Hagemeister 2013-03-29 00:06:48 +0100
  • d2c690828a Add title and id to playlist results Jaime Marquínez Ferrándiz 2013-03-28 13:39:00 +0100
  • cfa90f4adc Merge branch 'master' into extract_info_rewrite Jaime Marquínez Ferrándiz 2013-03-28 13:02:04 +0100
  • 898280a056 use sys.stdout.buffer only on Python3 Filippo Valsorda 2013-03-28 13:13:03 +0100
  • 59b4a2f0e4 Merge pull request #762 from jynnantonix/master Filippo Valsorda 2013-03-28 05:11:51 -0700
  • 1ee9778405 Use sys.stdout.buffer instead of sys.stdout Chirantan Ekbote 2013-03-27 15:57:11 -0400
  • db74c11d2b Add an Atom feed generator in devscripts Jaime Marquínez Ferrándiz 2013-03-26 18:13:52 +0100
  • 5011cded16 SoundcloudSetIE dodo 2013-03-24 02:24:07 +0100
  • f10b2a9c14 fix KeekIE Filippo Valsorda 2013-03-20 12:13:52 +0100
  • 5cb3c0b319 Merge pull request #699 by @iemejia Filippo Valsorda 2013-03-20 11:35:55 +0100
  • b9fc428494 add '--write-srt' and '--srt-lang' aliases for backwards compatibility Filippo Valsorda 2013-03-20 11:29:07 +0100
  • c0ba104674 Fixed typo in error message when no subtitles were available. Ismael Mejia 2013-02-23 16:24:59 +0100