1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-25 05:02:58 +08:00
Commit Graph

23772 Commits

Author SHA1 Message Date
Philipp Hagemeister
1293ce58ac Fix Python 2.4 compatibility 2011-08-06 12:16:07 +02:00
Philipp Hagemeister
0a3c8b6291 Use alternative imports for Python 2.4 (Closes #138) 2011-08-06 11:48:45 +02:00
Philipp Hagemeister
134cff47ab Remove debugging information 2011-08-06 11:20:28 +02:00
Philipp Hagemeister
f137bef973 Fix RTMP streams and ignore url-less entries 2011-08-06 11:05:57 +02:00
Daniel Bolton
2bf94b3116 Remove horizontal rules from README.md 2011-08-05 19:15:57 -04:00
Daniel Bolton
6bcd846b52 Add README.md (markdown file) 2011-08-05 19:14:13 -04:00
Rogério Brito
2fb47e073a Merge https://github.com/rg3/youtube-dl into vimeo 2011-08-04 17:44:49 -03:00
Rogério Brito
05b4029662 Merge https://github.com/rg3/youtube-dl into prefer-webm 2011-08-04 17:44:33 -03:00
Ricardo Garcia
ba8a90b0bf Regenerate download page 2011-08-04 19:16:25 +02:00
Ricardo Garcia
33d507f1fe Bump version number 2011-08-04 19:15:14 +02:00
Ricardo Garcia
c44b9ee95e Update User-Agent string 2011-08-04 19:14:19 +02:00
Ricardo Garcia
8126094cf1 Fix YouTube downloads (code by Philipp Hagemeister) 2011-08-04 19:13:02 +02:00
Philipp Hagemeister
0ac22e4f5a Fix youtube downloads (Closes #135) 2011-08-04 00:04:55 +02:00
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