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

25935 Commits

Author SHA1 Message Date
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
Idan Kamara
1bd9258272 Fix stderr print when ffmpeg fails 2011-02-25 22:30:22 +02:00
Ricardo Garcia
3ea19089f9 Regenerate download page 2011-02-25 20:13:32 +01:00
Ricardo Garcia
c076845454 Bump version number 2011-02-25 20:12:32 +01:00
Ricardo Garcia
afd233c05c Update User-Agent string 2011-02-25 20:11:53 +01:00
Ricardo Garcia
3072fab115 Add an audio extracting PostProcessor using ffmpeg (closes #2) 2011-02-25 19:06:58 +01:00
Ricardo Garcia
87cbd21323 Fix date parsing for YouTube (patch by Drake Wyrm) 2011-02-25 19:05:35 +01:00
Janez Troha
d06017c8d4 Added simple post download command processor 2011-02-22 19:21:30 +01:00
Janez Troha
cc6640b59a Fix some styling in readme.md 2011-02-22 15:31:07 +01:00
Janez Troha
19a59ed26f Readme and javascript generic search 2011-02-22 15:28:51 +01:00
Janez Troha
7b117c3c34 Added transcoder based on ffmpeg 2011-02-22 14:28:48 +01:00
Rogério Brito
3b84a43076 Merge branch 'prefer-webm' of ssh://github.com/rbrito/youtube-dl into prefer-webm 2011-02-21 21:59:23 -03:00
Rogério Brito
2c8bedd12c Merge branch 'master' into prefer-webm 2011-02-21 21:59:08 -03:00
Rogério Brito
1a3fe4212f Merge branch 'vimeo' of ssh://github.com/rbrito/youtube-dl into vimeo 2011-02-21 21:52:48 -03:00
Rogério Brito
c4cfbdf5a5 Merge branch 'master' into vimeo 2011-02-21 21:51:33 -03:00
Ricardo Garcia
9077650490 Add Gergely Imreh to the author list 2011-02-20 18:03:52 +01:00