Commit graph

  • fb1448f2ce Regen the executable. Rogério Brito 2013-02-25 23:08:46 -03:00
  • c834cbcca4 FileDownloader: aria2c: Delete cookies file only if it exists. Rogério Brito 2013-02-25 23:07:22 -03:00
  • 91d59c7be7 FileDownloader: aria2c: Add path to cookies file on if it exists. Rogério Brito 2013-02-25 22:13:40 -03:00
  • f03b88b3fb Merge remote-tracking branch 'joksnet/not_keep_video_message' Philipp Hagemeister 2013-02-25 00:35:12 +01:00
  • ad8385f1fc release 2013.02.25 Philipp Hagemeister 2013-02-25 00:34:21 +01:00
  • 02b398100d Merge 35d217133f into 97d0365f49 Juan M Martínez 2013-02-24 15:30:11 -08:00
  • 97d0365f49 release 2013.02.25 2013.02.25 Philipp Hagemeister 2013-02-25 00:28:19 +01:00
  • 12887875a2 Fix typo Philipp Hagemeister 2013-02-25 00:22:55 +01:00
  • 450e709972 Formalize URL creation (prepare for some cleanup in blip.tv:users) Philipp Hagemeister 2013-02-24 23:23:50 +01:00
  • 9befce2b8c Merge remote-tracking branch 'joksnet/ytsearch_decode_request' Philipp Hagemeister 2013-02-24 23:14:34 +01:00
  • 533c35b1ad Merge d1b7a24354 into cb99797798 Juan M Martínez 2013-02-24 14:13:51 -08:00
  • cb99797798 Test TED thumbnail Philipp Hagemeister 2013-02-24 01:01:20 +01:00
  • f82b28146a Merge remote-tracking branch 'jaimeMF/TED' Philipp Hagemeister 2013-02-24 00:59:22 +01:00
  • 4dc72b830c Merge remote-tracking branch 'jaimeMF/Steam' Philipp Hagemeister 2013-02-24 00:59:03 +01:00
  • b952d6f6ee Merge c85538dba1 into ea05129ebd Jaime Marquínez Ferrándiz 2013-02-23 15:57:32 -08:00
  • a908b7b816 release 2013.02.22 Philipp Hagemeister 2013-02-24 00:55:16 +01:00
  • ea05129ebd release 2013.02.22 2013.02.22 Philipp Hagemeister 2013-02-24 00:47:08 +01:00
  • 35d217133f Message for delete video it's not an error. Juan M 2013-02-23 22:52:52 +01:00
  • d1b7a24354 Decode the data requested to the api in utf-8. Juan M 2013-02-23 22:47:22 +01:00
  • c85538dba1 TED: get thumbnails Jaime Marquínez Ferrándiz 2013-02-23 17:27:49 +01:00
  • 3532e676df Merge 60bd48b175 into 4be0aa3539 Jaime Marquínez Ferrándiz 2013-02-23 07:50:50 -08:00
  • 60bd48b175 Steam: get thumbnails Jaime Marquínez Ferrándiz 2013-02-23 16:48:15 +01:00
  • bdc096b51d Fixed typo in error message when no subtitles were available. Ismael Mejia 2013-02-23 16:24:59 +01:00
  • 4d8623ed73 release 2012.02.22 Philipp Hagemeister 2013-02-22 16:46:14 +01:00
  • 4be0aa3539 release 2012.02.22 2012.02.22 Philipp Hagemeister 2013-02-22 16:41:36 +01:00
  • f636c34481 Stop early in nosetests (in release script) Philipp Hagemeister 2013-02-22 16:40:19 +01:00
  • 30b8dbc74f Add note Philipp Hagemeister 2013-02-22 16:39:03 +01:00
  • f8aa4c1946 Allow downloading http://blip.tv/play/ embeded URLs Juan Carlos Garcia Segovia 2013-02-22 13:53:11 +00:00
  • 38cc342bda Merge remote-tracking branch 'upstream/master' Ismael Mejia 2013-02-22 04:52:10 +01:00
  • ef13a25aad Added new option '--list-subs' to show the available subtitle languages Ismael Mejia 2013-02-22 04:50:05 +01:00
  • 5a9b338e91 Added new option '--sub-format' to choose the format of the subtitles to downloade (defaut=srt) Ismael Mejia 2013-02-22 03:53:54 +01:00
  • 2e1a4df16f 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 +01:00
  • 11f337d8c7 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 +01:00
  • d885aa1fa8 Added semantic.cache to the .gitignore file (for emacs users) Ismael Mejia 2013-02-22 02:52:15 +01:00
  • 3bf79c752e Print *all* release notes Philipp Hagemeister 2013-02-22 00:36:23 +01:00
  • cdb130b09a Added new option '--only-srt' to download only the subtitles of a video Improved option '--srt-lang' - it shows the argument in case of missing subtitles - added language suffix for non-english languages (e.g. video.it.srt) Ismael Mejia 2013-02-21 22:12:36 +01:00
  • 2e5d60b7db Removed conversion from youtube closed caption format to srt since youtube api supports the 'srt' format Ismael Mejia 2013-02-21 20:51:35 +01:00
  • 8271226a55 Fix --match-title and --reject-title decoding (Closes #690) Philipp Hagemeister 2013-02-21 17:09:39 +01:00
  • 1013186a17 Also check for JSLoader of JWSPlayer (thanks to @maximeg, Closes #685) Philipp Hagemeister 2013-02-21 16:56:48 +01:00
  • 7c038b3c32 Import HTTPErrorProcessor from the correct module (Closes #696) Philipp Hagemeister 2013-02-21 16:49:05 +01:00
  • e06c1be12d release 2013.02.19 Philipp Hagemeister 2013-02-19 00:09:58 +01:00
  • c8cd8e5f55 release 2013.02.19 2013.02.19 Philipp Hagemeister 2013-02-19 00:06:04 +01:00
  • 471cf47796 include bash completion and manpage in PyPi dist Philipp Hagemeister 2013-02-18 23:56:13 +01:00
  • 1726ff8b2e release 2013.02.18 Philipp Hagemeister 2013-02-18 23:40:33 +01:00
  • d8f64574a4 release 2013.02.18 2013.02.18 Philipp Hagemeister 2013-02-18 23:37:20 +01:00
  • e711babbd1 Fix YP IE Philipp Hagemeister 2013-02-18 23:30:33 +01:00
  • a72b0f2b6f Use proper echo commands Philipp Hagemeister 2013-02-18 23:22:01 +01:00
  • 434eb6f26b Include man and bash completion in PyPi release Philipp Hagemeister 2013-02-18 23:19:57 +01:00
  • 197080b10b Merge remote-tracking branch 'jaimeMF/TED' Philipp Hagemeister 2013-02-18 23:12:56 +01:00
  • 7796e8c2cb facebook: also download lq videos Philipp Hagemeister 2013-02-18 23:12:48 +01:00
  • 209ab3e874 Merge 414638cd50 into 6d4363368a Jaime Marquínez Ferrándiz 2013-02-18 13:36:35 -08:00
  • 6d4363368a Fix MyVideo IE Philipp Hagemeister 2013-02-18 22:32:56 +01:00
  • 414638cd50 TED: Add support for playlists Jaime Marquínez Ferrándiz 2013-02-18 21:42:06 +01:00
  • 2a9983b78f Fix 8tracks Philipp Hagemeister 2013-02-18 19:11:32 +01:00
  • b17c974a88 Mark DailyMotion as broken for now (#680) Philipp Hagemeister 2013-02-18 18:53:40 +01:00
  • 5717d91ab7 Correct --newline and give it a more meaningful title Philipp Hagemeister 2013-02-18 18:52:06 +01:00
  • 79eb0287ab Merge remote-tracking branch 'glisignoli/master' Philipp Hagemeister 2013-02-18 18:47:35 +01:00
  • 4ef9228890 Merge 355fc8e944 into 58994225bc glisignoli 2013-02-18 09:46:57 -08:00
  • 58994225bc Add tests to MySpass Philipp Hagemeister 2013-02-18 18:45:09 +01:00
  • 7b333f83bd Regen the executable. Rogério Brito 2013-02-17 23:30:31 -03:00
  • 3fee6f4265 Merge branch 'master' into use-other-downloaders Rogério Brito 2013-02-17 23:29:47 -03:00
  • ae0df0a789 Merge 59d4c2fe1b into 906417c7c5 Jaime Marquínez Ferrándiz 2013-02-17 08:25:19 -08:00
  • 59d4c2fe1b fix some titles in TED Jaime Marquínez Ferrándiz 2013-02-17 17:25:02 +01:00
  • 3a468f2d8b Basic support for TED Jaime Marquínez Ferrándiz 2013-02-17 17:13:06 +01:00
  • 0d355032ca Merge 1ad5d872b9 into 906417c7c5 bastik 2013-02-16 05:08:18 -08:00
  • 1ad5d872b9 added new InfoExtractor for myspass.de bastik 2013-02-16 13:46:13 +01:00
  • 355fc8e944 Update README.md glisignoli 2013-02-15 15:57:40 +13:00
  • 380a29dbf7 Update youtube_dl/__init__.py glisignoli 2013-02-15 15:55:11 +13:00
  • 1528d6642d Forgot to remove \r Gino Lisignoli 2013-02-13 16:43:08 +13:00
  • 7311fef854 Modified youtube-dl to write new lines with the --newline switch. This enables easier process monitoring when being called with external scripts. Gino Lisignoli 2013-02-13 14:02:31 +13:00
  • d6c894e2dd Merge 906417c7c5 into 6aabe82035 Mantas Mikulėnas 2013-02-09 13:01:33 -08:00
  • 906417c7c5 Fix delayed title display in --console-title Mantas Mikulėnas 2013-02-09 22:58:12 +02:00
  • 6aabe82035 Credit Osama Khalid for Keek support Philipp Hagemeister 2013-02-08 11:01:09 +01:00
  • f0877a445e Add tests for keek Philipp Hagemeister 2013-02-08 11:00:28 +01:00
  • da06e2daf8 Add KeekIE() Osama Khalid 2013-02-08 10:25:55 +03:00
  • d3f5f9f6b9 Fix login (Closes #658) Philipp Hagemeister 2013-02-06 21:22:53 +01:00
  • f5ce5321c4 Regen the executable. Rogério Brito 2013-02-05 23:42:06 -02:00
  • 2bc1188cc8 Merge branch 'master' into use-other-downloaders Rogério Brito 2013-02-05 23:40:29 -02:00
  • 674adc5220 removed data_files param Vinicius Ruan Cainelli 2013-02-05 23:19:44 -02:00
  • bfc6ea7935 Ignore PyPi metadata Philipp Hagemeister 2013-02-05 13:42:52 +01:00
  • 8edc2cf8ca Support direct vimeo links (Closes #666) Philipp Hagemeister 2013-02-05 13:42:08 +01:00
  • fb778e66df Fix encoding in youtube subtitle download (Closes #669) Philipp Hagemeister 2013-02-05 13:30:02 +01:00
  • 3a9918d37f Escapist continues to be flaky on travis Philipp Hagemeister 2013-02-02 14:53:34 +01:00
  • ccb0cae134 Fix automatic release (oops) Philipp Hagemeister 2013-02-02 14:52:38 +01:00
  • 566a15f553 release 2013.02.02 Philipp Hagemeister 2013-02-02 14:51:42 +01:00
  • 085c8b75a6 release 2013.02.02 2013.02.02 Philipp Hagemeister 2013-02-02 14:45:38 +01:00
  • dbf2ba3d61 Better help for new options Philipp Hagemeister 2013-02-02 14:44:22 +01:00
  • b47bbac393 Disable Stanford OC test for now, and enable escapist Philipp Hagemeister 2013-02-02 14:40:41 +01:00
  • 229cac754a Improve cookie error handling Philipp Hagemeister 2013-02-02 13:51:54 +01:00
  • 0e33684194 Switch to m4a by default (Closes #240) Philipp Hagemeister 2013-02-01 18:23:20 +01:00
  • 49e0777367 Merge 2fd3c5cf2d into 9e982f9e4e Jeff Crouse 2013-02-01 09:10:18 -08:00
  • 9e982f9e4e Added "min-filesize" and "max-filesize" options Jeff Crouse 2013-01-22 00:50:42 -05:00
  • c7a725cfad Merge remote-tracking branch 'dcoppa/master' Philipp Hagemeister 2013-02-01 18:05:42 +01:00
  • c2b7f1b9da Merge a32b573ccb into 450a30cae8 dcoppa 2013-02-01 09:04:18 -08:00
  • 450a30cae8 Add PyPi upload to release script Philipp Hagemeister 2013-02-01 18:01:53 +01:00
  • 99c81cae13 release 2013.02.01 Philipp Hagemeister 2013-02-01 18:00:15 +01:00
  • 9cd5e4fce8 release 2013.02.01 2013.02.01 Philipp Hagemeister 2013-02-01 17:57:32 +01:00
  • edba5137b8 Fix Facebook IE Philipp Hagemeister 2013-02-01 17:56:22 +01:00
  • 233a22960a Switch ComedyCentral test to a permanent URL (They delete full episodes older than a month) Philipp Hagemeister 2013-02-01 17:46:03 +01:00
  • 3b024e17af Work around buggy HTML Parser in Python < 2.7.3 (Closes #662) Philipp Hagemeister 2013-02-01 17:29:50 +01:00