1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-24 09:32:52 +08:00
Commit Graph

25559 Commits

Author SHA1 Message Date
Philipp Hagemeister
c31b124d7a Suppport for youtube video streams (Mentioned in #108) 2011-07-31 18:09:53 +02:00
Anand Babu Periasamy
4c74dbcba6 Added README file. 2011-07-23 00:55:07 -07:00
Anand Babu Periasamy
ae637e6092 Added regex/string matching support titles to selectively download videos. 2011-07-23 00:51:06 -07:00
Ravi
f382bc28d7 Get rid of global parameter for queue and playlist file handle in options 2011-07-22 20:11:10 -04:00
Philipp Hagemeister
47b8dab29e Removed inaccurate warning 2011-07-22 15:28:42 +02:00
Philipp Hagemeister
91e6a3855b Be lenient about download URLs (Closes #108) 2011-07-18 19:43:21 +02:00
Ravi
167b0a9025 accept playlist filename as commandline argument; refractor threading code 2011-07-12 20:52:57 -04:00
Ravi
23d09bfa5d check isAlive for all the threads before calling join 2011-07-11 00:20:47 -04:00
Ravi
9ad8976d74 fix typo 2011-07-10 22:57:19 -04:00
Ravi
c82a911fc9 remove unused code 2011-07-10 22:44:19 -04:00
Ravi
fd58277adf Add playlist feature
Refactor threading code and change how shutdown is handled
2011-07-10 22:38:19 -04:00
Philipp Hagemeister
5623100e43 remove debugging code 2011-07-10 23:41:19 +02:00
Philipp Hagemeister
6eb08fbf8b + --write-info-json 2011-07-10 21:39:36 +02:00
Philipp Hagemeister
437d76c19a blip.tv support for python 2.5 with trivialjson 2011-07-10 17:31:54 +02:00
Ravi
fafea72fda Added parallel mode to download multiple videos concurrently
Changed youtube playlist regex to match the new format of playlist url's
2011-07-09 16:08:28 -04:00
Giovanni Visentini
2152ee8601 Update youtube playlist for use playlist?list=id format 2011-07-09 14:05:36 +00:00
Philipp Hagemeister
a1cab7cead call increment_downloads in blip.tv extractor 2011-07-07 14:10:25 +02:00
Philipp Hagemeister
8b95c38707 --writedescription option 2011-07-07 12:47:36 +02:00
Philipp Hagemeister
c6b55a8d48 Full youtube video descriptions, including special characters (2.6+, with fallback for older Pythons) 2011-07-07 12:12:20 +02:00
Philipp Hagemeister
aded78d9e2 Support for blip.tv/file URLs 2011-06-25 19:26:29 +02:00
Philipp Hagemeister
7745f5d881 Basic blip.tv support 2011-06-21 22:24:58 +02:00
rmanola
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. 2011-06-06 17:46:37 -07:00
Laurent Raufaste
da6386f8f2 Handle the badly sent JSON from Dailymotion 2011-05-30 21:42:28 -04:00
Laurent Raufaste
b95ed52358 Handle badly encoded Dailymotion JSON 2011-05-29 13:59:10 -04:00
Laurent Raufaste
a4188f6acd File format of the video downloaded is now mp4 2011-05-29 13:58:57 -04:00
Laurent Raufaste
368cb1fd0a Fixed dailymotion video nd uploader extractor 2011-05-29 12:36:12 -04:00
Michael Haggerty
db90a6bc3e Do not overwrite partly-downloaded files unless --no-continue is specified.
If a partly-downloaded file is found, only overwrite it if the --no-continue
option has been specified explicitly.  Otherwise, fail with an error
message.
2011-05-20 09:31:47 +02:00
Michael Haggerty
0dd2aea0c7 If --continue is not enabled, set resume_len to zero.
This corrects the reporting of download progress (which previously
started at a value greater than zero).
2011-05-20 09:01:49 +02:00
Ori Avtalion
a509c7efcf Support youtube.com/playlist?p= URLs 2011-05-17 21:48:53 +03:00
knagano
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.
2011-05-07 22:53:37 +09:00
Kegan
f46b31efb5 Added ability to download worst quality video file only. 2011-04-23 14:56:06 +08:00
Kegan
9f71ed55eb Updated to stamp extracted audio file with HTTP last modified date. 2011-04-23 14:55:40 +08:00
Kegan
349714d255 Replaced tab indent with space indent following PEP-8. 2011-04-23 14:53:32 +08:00
Rogério Brito
2fc31a4872 vimeo: Apparently, all videos in vimeo are served in ISO containers. 2011-04-20 21:29:29 -03:00
Rogério Brito
44c636df89 vimeo: Tweak the regexp to allow some extended URLs from vimeo.
This, in particular, lets me grab the videos from the beginners channel with
URLs like:

    http://vimeo.com/groups/fivebyfive/videos/22648611

Note that the regexp *will* break for other URLs that we don't know about
and that's on purpose: we don't want to accidentally grab videos that would
be passed on to other information extractors.
2011-04-20 21:21:01 -03:00
Rogério Brito
1e055db69c vimeo: Ignore if we are using HTTP/S or not. 2011-04-20 21:15:57 -03:00
Rogério Brito
0ecedbdb03 vimeo: Remove clutter in some messages.
We should make a unified way of printing messages, but let's follow suit and
do what the main YoutubeIE does here.
2011-04-20 21:08:01 -03:00
Rogério Brito
43c0a396a2 Merge branch 'master' into prefer-webm 2011-04-20 21:01:31 -03:00
Rogério Brito
00f3977f77 Merge branch 'master' into vimeo 2011-04-20 21:00:46 -03:00
Dominik Heidler
6a13ad98cc enable download of playlists from other users 2011-04-12 22:30:32 +02:00
Dominik Heidler
00c80388e5 added option to get the available formats for a video 2011-04-12 21:58:16 +02:00
Amaury Gauthier
e26005adea Deletes duplicate entry in process_info dictionary of YahooIE 2011-04-07 23:25:47 +02:00
Amaury Gauthier
1ca01819b7 Add support for Vimeo 2011-04-07 23:17:50 +02:00
Ricardo Garcia
3a6c68881a Regenerate download page 2011-03-29 20:33:22 +02:00
Ricardo Garcia
4b0d9eed45 Bump version number 2011-03-29 20:32:07 +02:00
Ricardo Garcia
3efa45c3a2 Fix upload date regexp (closes #93) 2011-03-15 20:12:10 +01:00
Ricardo Garcia
2727dbf78d Split a couple of lines to make the code more readable 2011-03-15 20:04:20 +01:00
Ricardo Garcia
e3f7e05c27 Avoid crash reported in issue #86 2011-03-15 20:03:52 +01:00
Ricardo Garcia
da54ed4412 Support youtube.com/e/ URLs (closes #88) 2011-02-28 19:37:58 +01:00
Rogério Brito
d8edbf3a93 Merge branch 'master' into vimeo 2011-02-26 10:09:36 -03:00