1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-11-22 02:01:50 +00:00

Commit graph

  • fedf9f3902 Basic comedycentral (The Daily Show) support (Will work as soon as rtmpdump gets fixed) Philipp Hagemeister 2011-09-07 22:06:09 +0200
  • 0f862ea18c comedycentral: include player URL (still broken) Philipp Hagemeister 2011-09-07 21:43:19 +0200
  • c8e30044b8 Rudimentary support for comedycentral (rtmpdump currently broken) Philipp Hagemeister 2011-09-07 21:36:06 +0200
  • cec3a53cbd Do not try to re-encode unicode filenames (Closes #13) Philipp Hagemeister 2011-09-07 09:35:22 +0200
  • 6fc5b0bb17 Credit Sören Schulze for myvideo support Philipp Hagemeister 2011-09-06 23:58:00 +0200
  • 9b0a8bc198 myvideo.de support Philipp Hagemeister 2011-09-06 23:56:32 +0200
  • e5e74ffb97 Fix os.makedirs in Windows Philipp Hagemeister 2011-09-06 17:56:05 +0200
  • eb99a7ee5f Bump version to 2011.09.06 Philipp Hagemeister 2011-09-06 17:42:45 +0200
  • 50891fece7 Use os.makedirs instead of homebrewn pmkdir Philipp Hagemeister 2011-09-06 17:32:22 +0200
  • ef53099e35 merged pep8_whitespace Philipp Hagemeister 2011-09-06 17:19:23 +0200
  • c0a10ca8dc fixed PEP8 whitespace issues FND 2011-09-05 09:46:36 +0200
  • 8f88eb1fa7 Update Makefile to new README format Philipp Hagemeister 2011-09-04 11:47:58 +0200
  • 447b1d7170 Added FAQ to README Philipp Hagemeister 2011-09-04 11:41:54 +0200
  • dbddab2799 Robust error handling in downloading code Philipp Hagemeister 2011-09-03 11:32:05 +0200
  • 802622ac1c Merge remote-tracking branch 'wise86/master' Philipp Hagemeister 2011-08-31 21:28:44 +0200
  • e0e56865a0 Remove stable from help wording (There will be only one main branch for now) Philipp Hagemeister 2011-08-31 21:28:40 +0200
  • eb11aaccbb Update bug reporting to this fork, so that vimeo/blip.tv issues are reported at phihag/issues instead of rg3/issues (Closes #5) Philipp Hagemeister 2011-08-28 23:44:23 +0200
  • d207e7cf88 Update update mechanism (Closes #4) Philipp Hagemeister 2011-08-28 23:38:40 +0200
  • 36cf7bccde Merge remote-tracking branch 'rbrito/prefer-webm' Philipp Hagemeister 2011-08-28 23:23:42 +0200
  • 5fd5ce0838 Add default make target Philipp Hagemeister 2011-08-28 23:17:32 +0200
  • 6ae796b1ee Credit Rogério Brito for Vimeo support Philipp Hagemeister 2011-08-28 23:17:18 +0200
  • 9c3e23fb64 Merge Vimeo support Philipp Hagemeister 2011-08-28 22:57:50 +0200
  • 5f9f2b7396 Update: Write downloaded file without modification (allows hashsums) Philipp Hagemeister 2011-08-28 22:10:03 +0200
  • 4618f3da74 Makefile to recreate README Philipp Hagemeister 2011-08-25 00:09:28 +0200
  • eb0387a848 Fix stty detection Philipp Hagemeister 2011-08-25 00:08:59 +0200
  • fe6dc08b79 Merge git://github.com/dbb/youtube-dl Philipp Hagemeister 2011-08-24 23:34:09 +0200
  • 4f2a5e06da Use subprocess to call stty size when COLUMNS is not set Philipp Hagemeister 2011-08-24 23:28:30 +0200
  • 2c8d32de33 merge gvalkov/optparse-refactor (minus stty) Philipp Hagemeister 2011-08-24 23:21:55 +0200
  • 2b70537d7b merge upstream Philipp Hagemeister 2011-08-24 23:04:10 +0200
  • 6a4f0a114d Use stty size to find terminal width if we're on linux and COLUMNS is not exported Georgi Valkov 2011-08-23 17:03:28 +0300
  • 5adcaa4385 Refactor main function Georgi Valkov 2011-08-23 16:48:08 +0300
  • 51c8e53ffe Set help formatter width to terminal width (prevents wrapping) Georgi Valkov 2011-08-23 16:42:51 +0300
  • 4f9f96f646 Option parsing refactoring ; Moved version string to __version__ Georgi Valkov 2011-08-23 15:53:36 +0300
  • 5fb3df4aff Move update_self out of __main__ for clarity Georgi Valkov 2011-08-23 15:37:35 +0300
  • 7a9054ec79 Fix small indentation inconsistencies Georgi Valkov 2011-08-23 15:01:51 +0300
  • 2770590d5a Use module metadata variables instead of comments Georgi Valkov 2011-08-23 14:58:22 +0300
  • e9cb9c2811 Add vim modeline Georgi Valkov 2011-08-23 14:45:26 +0300
  • 1cab2c6dcf Fix blip.tv regular expression to not match blipXtv Philipp Hagemeister 2011-08-18 09:31:36 +0200
  • 86e709d3de Fix youtu.be links (Closes #142) Philipp Hagemeister 2011-08-07 13:01:09 +0200
  • 8519c32d25 Use parse_qs instead of homebrewn parsing Philipp Hagemeister 2011-08-07 00:29:25 +0200
  • f3dc18d874 youtube: Better error messages Philipp Hagemeister 2011-08-07 00:02:50 +0200
  • 1293ce58ac Fix Python 2.4 compatibility Philipp Hagemeister 2011-08-06 12:16:07 +0200
  • 0a3c8b6291 Use alternative imports for Python 2.4 (Closes #138) Philipp Hagemeister 2011-08-06 11:47:53 +0200
  • 134cff47ab Remove debugging information Philipp Hagemeister 2011-08-06 11:20:28 +0200
  • f137bef973 Fix RTMP streams and ignore url-less entries Philipp Hagemeister 2011-08-06 11:05:57 +0200
  • 2bf94b3116 Remove horizontal rules from README.md Daniel Bolton 2011-08-05 19:15:57 -0400
  • 6bcd846b52 Add README.md (markdown file) Daniel Bolton 2011-08-05 19:14:13 -0400
  • 2fb47e073a Merge https://github.com/rg3/youtube-dl into vimeo Rogério Brito 2011-08-04 17:44:49 -0300
  • 05b4029662 Merge https://github.com/rg3/youtube-dl into prefer-webm Rogério Brito 2011-08-04 17:44:33 -0300
  • ba8a90b0bf Regenerate download page Ricardo Garcia 2011-08-04 19:16:25 +0200
  • 33d507f1fe Bump version number 2011.08.04 Ricardo Garcia 2011-08-04 19:15:14 +0200
  • c44b9ee95e Update User-Agent string Ricardo Garcia 2011-08-04 19:14:19 +0200
  • 8126094cf1 Fix YouTube downloads (code by Philipp Hagemeister) Ricardo Garcia 2011-08-04 19:13:02 +0200
  • 0ac22e4f5a Fix youtube downloads (Closes #135) Philipp Hagemeister 2011-08-04 00:04:55 +0200
  • c31b124d7a Suppport for youtube video streams (Mentioned in #108) Philipp Hagemeister 2011-07-31 18:09:53 +0200
  • 4c74dbcba6 Added README file. Anand Babu Periasamy 2011-07-23 00:55:07 -0700
  • ae637e6092 Added regex/string matching support titles to selectively download videos. Anand Babu Periasamy 2011-07-23 00:51:06 -0700
  • f382bc28d7 Get rid of global parameter for queue and playlist file handle in options Ravi 2011-07-22 20:11:10 -0400
  • 47b8dab29e Removed inaccurate warning Philipp Hagemeister 2011-07-22 15:28:42 +0200
  • 91e6a3855b Be lenient about download URLs (Closes #108) Philipp Hagemeister 2011-07-18 19:43:21 +0200
  • 167b0a9025 accept playlist filename as commandline argument; refractor threading code Ravi 2011-07-12 20:52:57 -0400
  • 23d09bfa5d check isAlive for all the threads before calling join Ravi 2011-07-11 00:20:47 -0400
  • 9ad8976d74 fix typo Ravi 2011-07-10 22:57:19 -0400
  • c82a911fc9 remove unused code Ravi 2011-07-10 22:44:19 -0400
  • fd58277adf Add playlist feature Refactor threading code and change how shutdown is handled Ravi 2011-07-10 22:38:19 -0400
  • 5623100e43 remove debugging code Philipp Hagemeister 2011-07-10 23:41:19 +0200
  • 6eb08fbf8b + --write-info-json Philipp Hagemeister 2011-07-10 21:39:36 +0200
  • 437d76c19a blip.tv support for python 2.5 with trivialjson Philipp Hagemeister 2011-07-10 17:31:54 +0200
  • fafea72fda Added parallel mode to download multiple videos concurrently Ravi 2011-07-09 16:08:28 -0400
  • 2152ee8601 Update youtube playlist for use playlist?list=id format Giovanni Visentini 2011-07-09 14:05:36 +0000
  • a1cab7cead call increment_downloads in blip.tv extractor Philipp Hagemeister 2011-07-07 14:10:25 +0200
  • 8b95c38707 --writedescription option Philipp Hagemeister 2011-07-07 12:47:36 +0200
  • c6b55a8d48 Full youtube video descriptions, including special characters (2.6+, with fallback for older Pythons) Philipp Hagemeister 2011-07-07 12:12:20 +0200
  • aded78d9e2 Support for blip.tv/file URLs Philipp Hagemeister 2011-06-25 19:26:29 +0200
  • 7745f5d881 Basic blip.tv support Philipp Hagemeister 2011-06-21 22:24:58 +0200
  • 18b7f87409 Added option to allow different audio encoding qualities and to allow specify whether erase or not the video when it's need to extract the audio. rmanola 2011-06-06 17:46:37 -0700
  • da6386f8f2 Handle the badly sent JSON from Dailymotion Laurent Raufaste 2011-05-30 21:42:28 -0400
  • b95ed52358 Handle badly encoded Dailymotion JSON Laurent Raufaste 2011-05-29 13:59:10 -0400
  • a4188f6acd File format of the video downloaded is now mp4 Laurent Raufaste 2011-05-29 13:58:57 -0400
  • 368cb1fd0a Fixed dailymotion video nd uploader extractor Laurent Raufaste 2011-05-29 12:36:12 -0400
  • db90a6bc3e Do not overwrite partly-downloaded files unless --no-continue is specified. Michael Haggerty 2011-05-20 09:31:47 +0200
  • 0dd2aea0c7 If --continue is not enabled, set resume_len to zero. Michael Haggerty 2011-05-20 08:59:53 +0200
  • a509c7efcf Support youtube.com/playlist?p= URLs Ori Avtalion 2011-05-17 21:48:21 +0300
  • 62a29bbf7b Fixed download from Dailymotion. Fetches FLV URL from "sdURL" in addVariable("sequence") JSON, instead of addVariable("video") which doesnot exist today. Supports new title, uploader nickname format. knagano 2011-05-07 22:53:37 +0900
  • f46b31efb5 Added ability to download worst quality video file only. Kegan 2011-04-23 14:56:06 +0800
  • 9f71ed55eb Updated to stamp extracted audio file with HTTP last modified date. Kegan 2011-04-23 14:55:40 +0800
  • 349714d255 Replaced tab indent with space indent following PEP-8. Kegan 2011-04-23 14:53:32 +0800
  • 2fc31a4872 vimeo: Apparently, all videos in vimeo are served in ISO containers. Rogério Brito 2011-04-20 21:29:29 -0300
  • 44c636df89 vimeo: Tweak the regexp to allow some extended URLs from vimeo. Rogério Brito 2011-04-20 21:20:55 -0300
  • 1e055db69c vimeo: Ignore if we are using HTTP/S or not. Rogério Brito 2011-04-20 21:15:57 -0300
  • 0ecedbdb03 vimeo: Remove clutter in some messages. Rogério Brito 2011-04-20 21:07:57 -0300
  • 43c0a396a2 Merge branch 'master' into prefer-webm Rogério Brito 2011-04-20 21:01:31 -0300
  • 00f3977f77 Merge branch 'master' into vimeo Rogério Brito 2011-04-20 21:00:46 -0300
  • 6a13ad98cc enable download of playlists from other users Dominik Heidler 2011-04-12 22:30:32 +0200
  • 00c80388e5 added option to get the available formats for a video Dominik Heidler 2011-04-12 21:58:16 +0200
  • e26005adea Deletes duplicate entry in process_info dictionary of YahooIE Amaury Gauthier 2011-04-07 22:45:19 +0200
  • 1ca01819b7 Add support for Vimeo Amaury Gauthier 2011-04-07 23:17:19 +0200
  • 3a6c68881a Regenerate download page Ricardo Garcia 2011-03-29 20:33:22 +0200
  • 4b0d9eed45 Bump version number 2011.03.29 Ricardo Garcia 2011-03-29 20:32:07 +0200
  • 3efa45c3a2 Fix upload date regexp (closes #93) Ricardo Garcia 2011-03-15 20:12:10 +0100