Commit Graph

  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 9e07cf2955 [YT Search] No results if items is not in response Juan M 2013-02-26 18:06:43 +0100
  • f03b88b3fb Merge remote-tracking branch 'joksnet/not_keep_video_message' Philipp Hagemeister 2013-02-25 00:35:12 +0100
  • 97d0365f49 release 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
  • 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
  • ea05129ebd release 2013.02.22 Philipp Hagemeister 2013-02-24 00:47:08 +0100
  • 35d217133f Message for delete video it's not an error. Juan M 2013-02-23 22:52:52 +0100
  • d1b7a24354 Decode the data requested to the api in utf-8. Juan M 2013-02-23 22:47:22 +0100
  • c85538dba1 TED: get thumbnails Jaime Marquínez Ferrándiz 2013-02-23 17:27:49 +0100
  • 60bd48b175 Steam: get thumbnails Jaime Marquínez Ferrándiz 2013-02-23 16:48:15 +0100
  • 4be0aa3539 release 2012.02.22 Philipp Hagemeister 2013-02-22 16:41:36 +0100
  • f636c34481 Stop early in nosetests (in release script) Philipp Hagemeister 2013-02-22 16:40:19 +0100