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

26800 Commits

Author SHA1 Message Date
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
Rogério Brito
a62db07f58 Merge branch 'master' into prefer-webm 2011-02-26 10:09:18 -03:00
Ricardo Garcia
a290358c2f Regenerate download page 2011-02-26 00:48:41 +01:00
Ricardo Garcia
b58faab5e7 Bump version number 2011-02-26 00:47:29 +01:00
Rogério Brito
854cad639e Merge branch 'master' into prefer-webm 2011-02-25 20:08:33 -03:00
Rogério Brito
cb25a0e30c Merge branch 'master' into vimeo 2011-02-25 20:08:12 -03:00
Idan Kamara
377086af3d Use '--' to separate the file argument from the options when calling ffmpeg
This is to avoid a potential issue if the file name begins with a hyphen since ffmpeg will interpret it as an option
2011-02-25 23:24:58 +02:00
Ricardo Garcia
17faaa4548 Regenerate download page 2011-02-25 21:54:55 +01:00
Ricardo Garcia
820eedcb50 Bump version number 2011-02-25 21:54:16 +01:00
Ricardo Garcia
da273188f3 Catch possible exceptions when running ffprobe 2011-02-25 21:53:26 +01:00