Commit Graph

  • 5fb16555af --proxy option Philipp Hagemeister 2013-04-30 17:57:13 +02:00
  • ba7c775a04 Remove a commented line I forgot. Jaime Marquínez Ferrándiz 2013-04-30 14:21:46 +02:00
  • fe348844d9 SoundcloudSetIE: Use upload_date in the unified format (fixes #812) Jaime Marquínez Ferrándiz 2013-04-29 23:57:36 +02:00
  • 767e00277f Use report_warning when a not working IE will be uses Jaime Marquínez Ferrándiz 2013-04-28 17:12:07 +02:00
  • abcefe99a1 release 2013.04.28 Philipp Hagemeister 2013-04-28 16:35:35 +02:00
  • 6ce533a220 release 2013.04.28 2013.04.28 Philipp Hagemeister 2013-04-28 16:32:05 +02:00
  • 08b2ac745a Default to --title (Fixes #499) Philipp Hagemeister 2013-04-28 16:26:11 +02:00
  • 4fd463e86c Disable notes Philipp Hagemeister 2013-04-28 16:22:55 +02:00
  • 46a127eecb Fix print_notes Philipp Hagemeister 2013-04-28 16:19:37 +02:00
  • 81c8e577ae release 2013.04.27 Philipp Hagemeister 2013-04-28 16:15:14 +02:00
  • fc63faf070 release 2013.04.27 2013.04.27 Philipp Hagemeister 2013-04-28 15:53:14 +02:00
  • 9665577802 Adapt tests to changes in youtube's "Most Popular" channel Philipp Hagemeister 2013-04-28 15:50:29 +02:00
  • 434aca5b14 Automatically set HTTPS proxy if given (Fixes #805) Philipp Hagemeister 2013-04-28 15:41:05 +02:00
  • e31852aba9 Document the video selection using the upload date Jaime Marquínez Ferrándiz 2013-04-28 12:02:30 +02:00
  • 37254abc36 Allow to use relative dates in the format (now|today)[+-][0-9](day|week|month|year)(s)? (Closes #137) Jaime Marquínez Ferrándiz 2013-04-28 11:39:37 +02:00
  • bb6dfb9553 Add note about -t by default Philipp Hagemeister 2013-04-27 21:59:15 +02:00
  • a11ea50319 Re-enable Dailymotion (tests pass) Philipp Hagemeister 2013-04-27 21:53:21 +02:00
  • 81df121dd3 Merge branch 'master' of github.com:rg3/youtube-dl Philipp Hagemeister 2013-04-27 20:26:42 +02:00
  • 50f6412eb8 Rename soundcloud to soundcloud:set Philipp Hagemeister 2013-04-27 20:12:46 +02:00
  • bf50b0383e Fix some IEs that didn't return the uploade_date in the YYYYMMDD format Jaime Marquínez Ferrándiz 2013-04-27 15:14:20 +02:00
  • bd55852517 Allow to select videos to download by their upload dates (related #137) Jaime Marquínez Ferrándiz 2013-04-27 14:01:55 +02:00
  • 4c9f7a9988 SteamIE: accept urls with agecheck Jaime Marquínez Ferrándiz 2013-04-27 11:03:34 +02:00
  • aba8df23ed YoutubePlaylistIE: don't crash with empty lists (related #808) Jaime Marquínez Ferrándiz 2013-04-27 10:41:52 +02:00
  • 3820df0106 Merge pull request #801 from expleo/add_referer_support Jaime Marquínez Ferrándiz 2013-04-26 19:25:17 +02:00
  • e74c504f91 Dont delete source file when source file and post-processed file are the same Joe Frambach 2013-04-24 21:59:10 +00:00
  • 0cb85d4682 Merge 59cc5d9380ee6ffc9032c9a3873b006a824ae934 into fa70605db287fd74f7d32b966ecca56260c651a0 Bjorn Heesakkers 2013-04-24 14:13:21 -07:00
  • fa70605db2 IEs: clean __init__ methods Jaime Marquínez Ferrándiz 2013-04-24 23:05:43 +02:00
  • 0d173446ff InfoExtractors: use report_download_webpage in _request_webpage Jaime Marquínez Ferrándiz 2013-04-24 22:11:57 +02:00
  • 320e26a0af Clean duplicate method report_download_webpage in InfoExtractors Jaime Marquínez Ferrándiz 2013-04-24 22:02:20 +02:00
  • a3d689cfb3 Fix InfoQ Jaime Marquínez Ferrándiz 2013-04-24 21:16:10 +02:00
  • 59cc5d9380 Updated README Bjorn Heesakkers 2013-04-24 14:12:33 +02:00
  • 28535652ab Adds support for passing a referer. Bjorn Heesakkers 2013-04-24 13:56:04 +02:00
  • 7b670a4483 YouTube: Fall back to <meta> description if video is rated (Fixes #800) Philipp Hagemeister 2013-04-23 13:54:17 +02:00
  • 69fc019f26 YoutubeIE when no description is found use an empty unicode string (closes #800) Jaime Marquínez Ferrándiz 2013-04-23 12:24:08 +02:00
  • 613bf66939 More calls to trouble changed to report_error Jaime Marquínez Ferrándiz 2013-04-23 11:31:37 +02:00
  • 9edb0916f4 Disable colored messages in Windows (related #794) Jaime Marquínez Ferrándiz 2013-04-23 11:09:22 +02:00
  • f4b659f782 Document order of preference for format selection (closes #798) Jaime Marquínez Ferrándiz 2013-04-23 10:33:54 +02:00
  • 3bd90071be Document order of preference for format selection (related #798) Jaime Marquínez Ferrándiz 2013-04-23 10:29:39 +02:00
  • c70446c7df Merge branch 'master' of github.com:rg3/youtube-dl Philipp Hagemeister 2013-04-22 23:15:15 +02:00
  • c76cb6d548 Correct indentation Philipp Hagemeister 2013-04-22 23:15:05 +02:00
  • 71f37e90ef Merge pull request #797 from AI0867/patch-1 Philipp Hagemeister 2013-04-22 14:13:52 -07:00
  • 0e29515af2 Merge b0936ef42365ce7f2bd5b49e39d0ed42c4c3684e into 75b5c590a8470b40f5bba869be09393757182ddf Alexander van Gessel 2013-04-22 14:08:34 -07:00
  • 75b5c590a8 Do not read configuration files if explicit arguments are given by a host program (#792) Philipp Hagemeister 2013-04-22 23:05:05 +02:00
  • 4469666780 Merge pull request #792 from fp7/master Jaime Marquínez Ferrándiz 2013-04-22 13:44:05 -07:00
  • 690fc1be92 Merge 30f2999962ef411abc7c191e66b4c40ed5b86db5 into c15e024141727e5eed8056d3b2732f4f7553b2b4 fp7 2013-04-22 13:23:06 -07:00
  • c15e024141 TumblrIE Jaime Marquínez Ferrándiz 2013-04-22 21:07:49 +02:00
  • fa6bc20e23 release 2013.04.22 Philipp Hagemeister 2013-04-22 20:37:04 +02:00
  • 8cb94542f4 release 2013.04.22 2013.04.22 Philipp Hagemeister 2013-04-22 20:01:56 +02:00
  • c681a03918 Fix --list-formats (Closes #799) Philipp Hagemeister 2013-04-22 19:51:42 +02:00
  • 30f2999962 Added parenthesis for explicity Finn Petersen 2013-04-22 10:15:58 +02:00
  • 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 +02:00
  • 9e1cf0c200 SteamIE returns a playlist Jaime Marquínez Ferrándiz 2013-04-21 22:05:21 +02:00
  • e11eb11906 Allow to download videos with age check from Steam Jaime Marquínez Ferrándiz 2013-04-21 21:56:13 +02:00
  • d8330e5a1d release 2013.04.21 Philipp Hagemeister 2013-04-21 13:00:36 +02:00
  • c04bca6f60 release 2013.04.21 2013.04.21 Philipp Hagemeister 2013-04-21 12:52:45 +02:00
  • b0936ef423 Use standard unit symbols in format_bytes Alexander van Gessel 2013-04-21 02:38:37 +03:00
  • 41a6eb949a Clean duplicate method report_extraction in InfoExtractors Jaime Marquínez Ferrándiz 2013-04-20 21:12:29 +02:00
  • f17ce13a92 Write the method to_screen in InfoExtractor (related #608) Jaime Marquínez Ferrándiz 2013-04-20 19:35:49 +02:00
  • 8c416ad29a Remove calls to _downloader.download in Youtube searchs Jaime Marquínez Ferrándiz 2013-04-20 19:22:45 +02:00
  • c72938240e Get the title of Youtube playlists Jaime Marquínez Ferrándiz 2013-04-20 18:57:05 +02:00
  • e905b6f80e TEDIE can now return a playlist Jaime Marquínez Ferrándiz 2013-04-20 13:31:21 +02:00
  • 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 +02:00
  • 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 +02:00
  • f7a9721e16 Fix some metacafe videos, closes #562 Jaime Marquínez Ferrándiz 2013-04-20 12:06:58 +02:00
  • 089e843b0f Use _download_webpage in MetacafeIE Jaime Marquínez Ferrándiz 2013-04-20 11:40:05 +02:00
  • c8056d866a Add myself to travis notifications Jaime Marquínez Ferrándiz 2013-04-20 11:17:03 +02:00
  • 49da66e459 The test video for subtitles has added a new language Jaime Marquínez Ferrándiz 2013-04-20 10:39:02 +02:00
  • 79e083831d Merge fb6c319904b2bd626af534d3d8fb0726b91081c6 into dce9027045f061649bc20f6ef48cbbce8cec87df ispedals 2013-04-19 15:17:52 -07:00
  • fb6c319904 Add tests for YoutubeChannelIE ispedals 2013-04-19 18:06:28 -04:00
  • 5a8d13199c Fix YoutubeChannelIE ispedals 2013-04-19 18:05:35 -04:00
  • dce9027045 Merge branch 'extract_info_rewrite' Jaime Marquínez Ferrándiz 2013-04-19 21:57:08 +02:00
  • feba604e92 Fix playlists with size 50i ∀ i∉ℕ (Closes #782) Philipp Hagemeister 2013-04-18 07:28:24 +02:00
  • d429f1174a release 2013.04.18 Philipp Hagemeister 2013-04-18 06:42:52 +02:00
  • d22f65413a release 2013.04.18 2013.04.18 Philipp Hagemeister 2013-04-18 06:29:32 +02:00
  • 0599ef8c08 Limit titles to 200 characters (Closes #789) Philipp Hagemeister 2013-04-18 06:27:11 +02:00
  • bfdf469295 Fix FunnyOrDie extraction for a special video (#789) Philipp Hagemeister 2013-04-18 06:21:46 +02:00
  • 32c96387c1 Fix facebook IE Philipp Hagemeister 2013-04-18 04:41:48 +02:00
  • c8c5443bb5 Revert "disable YT ratelimit; this should enable to max out the connection bandwidth" Philipp Hagemeister 2013-04-17 23:21:58 +02:00
  • 543b572f1f Merge pull request #788 from jaimeMF/pip Filippo Valsorda 2013-04-17 10:57:50 -07:00
  • a60b854d90 disable YT ratelimit; this should enable to max out the connection bandwidth Filippo Valsorda 2013-04-17 19:48:35 +02:00
  • b8ad4f02a2 Arguments as parameter to function _real_main so it can be used programmatically Finn Petersen 2013-04-16 19:26:48 +02:00
  • 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 +02:00
  • 84108c0904 Merge fda2d312d46496bd9c7de9e4b48bddde5823690d into de1351917d76d4bc02e989d9b9db58c5d64aa35e Jaime Marquínez Ferrándiz 2013-04-16 05:47:15 -07:00
  • fda2d312d4 Add link to pypi and a note about the update Jaime Marquínez Ferrándiz 2013-04-16 14:47:08 +02:00
  • 4a715cbacb Add pip installation command Jaime Marquínez Ferrándiz 2013-04-16 14:24:05 +02:00
  • de1351917d Merge pull request #787 from jaimeMF/commands_style Philipp Hagemeister 2013-04-16 05:15:27 -07:00
  • 6fe1669471 Merge 8f273b2c0574c1402b06d2eec72b721998b0b309 into f5c68c0d86c4a19c68f3ae16d63bd42a24677159 Jaime Marquínez Ferrándiz 2013-04-16 05:08:43 -07:00
  • 8f273b2c05 Move the style of the commands in download.html to style.css Jaime Marquínez Ferrándiz 2013-04-16 14:06:16 +02:00
  • f5c68c0d86 release 2013.04.11 Philipp Hagemeister 2013-04-11 18:49:43 +02:00
  • b625bc2c31 release 2013.04.11 2013.04.11 Philipp Hagemeister 2013-04-11 18:42:57 +02:00
  • f4381ab88a Fix keek title extraction Philipp Hagemeister 2013-04-11 18:39:13 +02:00
  • 744435f2a4 Show whole diff in error cases Philipp Hagemeister 2013-04-11 18:38:43 +02:00
  • 855703e55e Option to dump intermediate pages Philipp Hagemeister 2013-04-11 18:31:35 +02:00
  • 927c8c4924 Use download_webpage in youtube IE Philipp Hagemeister 2013-04-11 18:18:15 +02:00
  • 0ba994e9e3 Skip ARD test as it requires rtmpdump Philipp Hagemeister 2013-04-11 17:20:17 +02:00
  • af9ad45cd4 Re-enable Stanford OC test Philipp Hagemeister 2013-04-11 17:20:05 +02:00
  • e0fee250c3 Fix default for variable-size autonumbering Philipp Hagemeister 2013-04-11 17:07:55 +02:00
  • b0088a431e Merge c0c1b32cad105da06ed8bf9a26437896ec73b443 into 72ca05016dbeae805826a9245e31c0652239405e Stanislav Kupryakhin 2013-04-11 05:25:13 -07:00
  • 72ca05016d Merge remote-tracking branch 'sagittarian/vimeo-no-desc' Philipp Hagemeister 2013-04-11 10:56:01 +02:00
  • 72e0fb7d56 Merge dc36bc943499e42fac7873bc55ab573eb573e25d into 844d1f9fa199395b6ae6abd50c50859c9fd524e3 Adam Mesha 2013-04-11 01:55:47 -07:00