Commit Graph

  • 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
  • a6e7ad783f Merge 8e331b2e96 into 1447f728b5 CBGoodBuddy 2013-03-28 16:12:47 -0700
  • 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
  • e10b0cf1f6 Merge 1ee9778405 into f10b2a9c14 Chirantan Ekbote 2013-03-27 13:12:27 -0700
  • 1ee9778405 Use sys.stdout.buffer instead of sys.stdout Chirantan Ekbote 2013-03-27 15:57:11 -0400
  • 4cc335d913 Update InfoExtractors.py kkalpakloglou 2013-03-27 21:31:42 +0200
  • 34a77fe2fb Update InfoExtractors.py kkalpakloglou 2013-03-27 13:36:59 +0200
  • 594e61c215 Update InfoExtractors.py kkalpakloglou 2013-03-26 23:30:23 +0200
  • 614b7d35a3 Merge 0157f014fe into f10b2a9c14 kkalpakloglou 2013-03-26 13:50:17 -0700
  • 0157f014fe Update InfoExtractors.py kkalpakloglou 2013-03-26 22:37:08 +0200
  • 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
  • c80b870579 Merge 33d8efdbcb into f10b2a9c14 Jaime Marquínez Ferrándiz 2013-03-23 03:57:14 -0700
  • 33d8efdbcb Fix broken TEDIE Jaime Marquínez Ferrándiz 2013-03-23 11:56:41 +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
  • 2a4093eaf3 Added new option '--list-subs' to show the available subtitle languages Ismael Mejia 2013-02-22 04:50:05 +0100
  • 9e62bc4439 Added new option '--sub-format' to choose the format of the subtitles to downloade (defaut=srt) Ismael Mejia 2013-02-22 03:53:54 +0100
  • 553d097442 Refactor subtitle options from srt to the more generic 'sub'. In order to be more consistent with different subtitle formats. From: * --write-srt to --write-sub * --only-srt to --only-sub * --all-srt to --all-subs * --srt-lang to --sub-lang' Ismael Mejia 2013-02-22 03:13:28 +0100
  • ae608b8076 Added new option '--all-srt' to download all the subtitles of a video. Only works in youtube for the moment. Ismael Mejia 2013-02-22 02:52:55 +0100
  • 58d807f34b Merge bdc096b51d into e32b06e977 Ismael Mejia 2013-03-19 04:05:40 -0700
  • c397187061 Spiegel: Support hash at end of URL Philipp Hagemeister 2013-03-16 23:52:17 +0100
  • e32b06e977 Spiegel IE Philipp Hagemeister 2013-03-12 01:08:54 +0100
  • 7aaf979005 Regen the executable. Rogério Brito 2013-03-11 20:21:06 -0300
  • 6cc4678e98 Merge branch 'master' into use-other-downloaders Rogério Brito 2013-03-11 20:20:07 -0300
  • 8c42c506cd Add configuration to -v output Philipp Hagemeister 2013-03-12 00:10:05 +0100
  • 8cc83b8dbe Bubble up all the stack of exceptions and retry download tests on timeout errors Filippo Valsorda 2013-03-09 10:05:43 +0100
  • 60029e7732 Merge 51af426d89 into 3d3423574d JohnyMoSwag 2013-03-08 22:52:27 -0800
  • 51af426d89 forgot to fix this. Johny Mo Swag 2013-03-08 22:52:17 -0800
  • 08ec0af7c6 catch fatal error Johny Mo Swag 2013-03-08 22:48:05 -0800
  • 3b221c5406 removed str used for other project. Johny Mo Swag 2013-03-08 22:39:45 -0800
  • 3d3423574d Fix Unicode handling GenericIE (Fixes #734) Philipp Hagemeister 2013-03-08 20:47:06 +0100
  • e5edd51de4 Clear up error messages (#734) Philipp Hagemeister 2013-03-08 20:12:05 +0100
  • 8e331b2e96 Prevent MaxDownloadsReached exception from printing an empty error message Craig Markwardt 2013-03-08 03:04:27 -0500
  • 7843cf09e8 Add playlist sequence number as field 'seq_index' for YouTube playlists; the output format %(seq_index)s is usable Craig Markwardt 2013-03-08 02:57:12 -0500
  • 763341a112 Merge c9fa1cbab6 into c2e21f2f0d Jaime Marquínez Ferrándiz 2013-03-07 17:02:56 -0800
  • 64c78d50cc working - worldstarhiphop IE Johny Mo Swag 2013-03-07 16:27:21 -0800
  • b3bcca0844 clean up Johny Mo Swag 2013-03-07 15:39:17 -0800
  • 61e40c88a9 fixed typo Johny Mo Swag 2013-03-06 21:14:46 -0800
  • 40634747f7 Support for WorldStarHipHop.com Johny Mo Swag 2013-03-06 21:09:55 -0800
  • c2e21f2f0d Merge pull request #728 from timdoug/fix-escapist-extension Philipp Hagemeister 2013-03-06 10:26:18 -0800
  • 5e0787131b Merge 47dcd621c0 into 967897fd22 timdoug 2013-03-06 09:54:16 -0800
  • 47dcd621c0 Escapist videos are acutally .mp4, not .flv Tim Douglas 2013-03-06 12:46:45 -0500
  • a0d6fe7b92 When a redirect is found return the new url using the new style Jaime Marquínez Ferrándiz 2013-03-05 22:33:32 +0100
  • c9fa1cbab6 More trouble calls changed in InfoExtractors.py Jaime Marquínez Ferrándiz 2013-03-05 21:13:17 +0100
  • 8a38a194fb Add auxiliary methods to InfoExtractor to set the '_type' key and use them for some playlist IEs Jaime Marquínez Ferrándiz 2013-03-05 20:55:48 +0100
  • 6ac7f082c4 extract_info now expects ie.extract to return a list in the format proposed in issue 608. Jaime Marquínez Ferrándiz 2013-03-05 20:14:32 +0100
  • f6e6da9525 Use extract_info in BlipTV User and Youtube Channel Jaime Marquínez Ferrándiz 2013-03-05 12:26:18 +0100
  • 597cc8a455 Use extract_info in YoutubePlaylist and YoutubeSearch Jaime Marquínez Ferrándiz 2013-03-05 11:58:01 +0100
  • 3370abd509 Merge branch 'master' into extract_info_rewrite Jaime Marquínez Ferrándiz 2013-03-04 22:25:46 +0100
  • 631f73978c Add a method for extracting info from a list of urls Jaime Marquínez Ferrándiz 2013-03-04 22:16:42 +0100
  • e5f30ade10 Use report_error in InfoExtractors.py Jaime Marquínez Ferrándiz 2013-03-04 15:56:14 +0100
  • 6622d22c79 Use report_error in FileDownloader.py Jaime Marquínez Ferrándiz 2013-03-04 11:47:58 +0100
  • 4e1582f372 Use red color when printing error messages Jaime Marquínez Ferrándiz 2013-03-04 11:27:25 +0100
  • 967897fd22 Fix Python 3 errors with rmtp downloads Philipp Hagemeister 2013-03-03 22:38:38 +0100
  • f918ec7ea2 Clarify rate limit documentation (Closes #723) Philipp Hagemeister 2013-03-03 22:35:26 +0100
  • a2ae43a55f Remove changed playlist test (#661) Philipp Hagemeister 2013-03-03 22:19:19 +0100
  • 7ae153ee9c Remove tweetreel - it has shut down Philipp Hagemeister 2013-03-03 22:15:06 +0100
  • f7b567ff84 Use proper urlparse functions and simplify a bit Philipp Hagemeister 2013-03-03 22:09:44 +0100
  • f2e237adc8 Merge remote-tracking branch 'jcarlosgarciasegovia/master' Philipp Hagemeister 2013-03-03 22:04:06 +0100
  • 009bb6dea9 Merge f8aa4c1946 into 2e5457be1d jcarlosgarciasegovia 2013-03-03 13:01:26 -0800
  • 7a17e1e256 Merge branch 'master' into use-other-downloaders Rogério Brito 2013-03-03 08:06:47 -0300
  • f7c808673b Merge 2e5457be1d into 691db5ba02 Jaime Marquínez Ferrándiz 2013-03-02 02:28:24 -0800
  • 2e5457be1d Use report_warning in InfoExtractors Jaime Marquínez Ferrándiz 2013-03-02 11:24:07 +0100
  • 7f9d41a55e Allow downloading http://blip.tv/play/ embeded URLs Juan Carlos Garcia Segovia 2013-03-01 10:22:16 +0000
  • 8207626bbe Use color when printing warning messages Jaime Marquínez Ferrándiz 2013-02-28 22:07:29 +0100
  • df8db1aa21 Create extract_info method Jaime Marquínez Ferrándiz 2013-02-26 23:33:58 +0100
  • 691db5ba02 Don't be too clever (Fixes Python 3) Philipp Hagemeister 2013-02-26 21:21:50 +0100
  • acb8752f80 fix tests in Python3, and make them parallelizable Philipp Hagemeister 2013-02-26 20:07:38 +0100
  • 679790eee1 Do not user upper-case for non-constants Philipp Hagemeister 2013-02-26 20:03:19 +0100
  • 6bf48bd866 Merge remote-tracking branch 'origin/API_YT_playlists' Philipp Hagemeister 2013-02-26 19:58:04 +0100
  • f38511f117 Merge 89de9eb125 into 790d4fcbe1 Filippo Valsorda 2013-02-26 10:55:34 -0800
  • 790d4fcbe1 Merge pull request #715 from joksnet/no_video_results Philipp Hagemeister 2013-02-26 10:43:35 -0800
  • 89de9eb125 Modified Youtube video/playlist matching; fixes #668; fixes #585 Filippo Valsorda 2013-02-26 19:02:31 +0100
  • 6324fd1d74 Switch YTPlaylistIE to API (relevant: #586); fixes #651; fixes #673; fixes #661 Filippo Valsorda 2013-02-26 10:39:26 +0100
  • 172a578822 Merge 9e07cf2955 into f03b88b3fb Juan M Martínez 2013-02-26 09:21:11 -0800
  • 9e07cf2955 [YT Search] No results if items is not in response Juan M 2013-02-26 18:06:43 +0100
  • fb1448f2ce Regen the executable. Rogério Brito 2013-02-25 23:08:46 -0300
  • c834cbcca4 FileDownloader: aria2c: Delete cookies file only if it exists. Rogério Brito 2013-02-25 23:07:22 -0300
  • 91d59c7be7 FileDownloader: aria2c: Add path to cookies file on if it exists. Rogério Brito 2013-02-25 22:13:40 -0300
  • f03b88b3fb Merge remote-tracking branch 'joksnet/not_keep_video_message' Philipp Hagemeister 2013-02-25 00:35:12 +0100
  • ad8385f1fc release 2013.02.25 Philipp Hagemeister 2013-02-25 00:34:21 +0100
  • 02b398100d Merge 35d217133f into 97d0365f49 Juan M Martínez 2013-02-24 15:30:11 -0800
  • 97d0365f49 release 2013.02.25 2013.02.25 Philipp Hagemeister 2013-02-25 00:28:19 +0100
  • 12887875a2 Fix typo Philipp Hagemeister 2013-02-25 00:22:55 +0100
  • 450e709972 Formalize URL creation (prepare for some cleanup in blip.tv:users) Philipp Hagemeister 2013-02-24 23:23:50 +0100
  • 9befce2b8c Merge remote-tracking branch 'joksnet/ytsearch_decode_request' Philipp Hagemeister 2013-02-24 23:14:34 +0100
  • 533c35b1ad Merge d1b7a24354 into cb99797798 Juan M Martínez 2013-02-24 14:13:51 -0800
  • cb99797798 Test TED thumbnail Philipp Hagemeister 2013-02-24 01:01:20 +0100
  • f82b28146a Merge remote-tracking branch 'jaimeMF/TED' Philipp Hagemeister 2013-02-24 00:59:22 +0100
  • 4dc72b830c Merge remote-tracking branch 'jaimeMF/Steam' Philipp Hagemeister 2013-02-24 00:59:03 +0100
  • b952d6f6ee Merge c85538dba1 into ea05129ebd Jaime Marquínez Ferrándiz 2013-02-23 15:57:32 -0800