youtube-dl.git
12 years agovimeo: Add the ability to detect if a video is available in HD. (Closes: #194)
Rogério Brito [Tue, 18 Oct 2011 21:47:19 +0000 (19:47 -0200)]
vimeo: Add the ability to detect if a video is available in HD. (Closes: #194)

12 years agoMerge pull request #195 from rbrito/xvideos
Philipp Hagemeister [Tue, 18 Oct 2011 20:49:21 +0000 (13:49 -0700)]
Merge pull request #195 from rbrito/xvideos

Fixes for the xvideos IE

12 years agoxvideos: Capture only the video title, not the name of the site.
Rogério Brito [Tue, 18 Oct 2011 20:42:01 +0000 (18:42 -0200)]
xvideos: Capture only the video title, not the name of the site.

12 years agoxvideos: Fix misleading error message when extracting the URL.
Rogério Brito [Tue, 18 Oct 2011 20:41:02 +0000 (18:41 -0200)]
xvideos: Fix misleading error message when extracting the URL.

We said that we were trying to extract the title of the video.

12 years agoxvideos: Normalize the URL or it will fail with some inputs.
Rogério Brito [Tue, 18 Oct 2011 20:38:17 +0000 (18:38 -0200)]
xvideos: Normalize the URL or it will fail with some inputs.

For instance, if we give it <www.xvideos.com/video1384059>, we would
end up passing that to urllib2, which would complain about an unknown
URL type.

12 years agoQuick and dirty IE for xvideos.com.
Rogério Brito [Thu, 13 Oct 2011 19:44:20 +0000 (16:44 -0300)]
Quick and dirty IE for xvideos.com.

12 years agoCollegeHumor IE
Philipp Hagemeister [Wed, 12 Oct 2011 19:13:43 +0000 (21:13 +0200)]
CollegeHumor IE

12 years agoFix recognition of http://www.youtube.com/course?list=PL41FDABC6AA085E78&category...
Philipp Hagemeister [Tue, 4 Oct 2011 01:25:20 +0000 (03:25 +0200)]
Fix recognition of youtube.com/course?list=PL41FDABC6AA085E78&category=University/Mathematics/Topology%20%26%20Geometry

12 years agoSupport "newstyle" Youtube playlist IDs.
Rogério Brito [Tue, 4 Oct 2011 00:36:32 +0000 (21:36 -0300)]
Support "newstyle" Youtube playlist IDs.

Many playlists reported by Youtube now have the form like in:

    http://www.youtube.com/playlist?list=PL520044A3524F5E5D

where `PL` is prefixed to what youtube-dl used to use as playlist IDs. So,
while matching it, we adapt the regular expression so as to discard the `PL`
and only get the `520044A3524F5E5D` in the case of the playlist of the
example.

12 years agorelease 2011.09.30
Philipp Hagemeister [Fri, 30 Sep 2011 07:07:59 +0000 (09:07 +0200)]
release 2011.09.30

12 years agoCosmetic changes to --list-formats
Philipp Hagemeister [Fri, 30 Sep 2011 07:07:36 +0000 (09:07 +0200)]
Cosmetic changes to --list-formats

12 years agoAdded option -L to list available formats
Francois du Toit [Tue, 27 Sep 2011 23:28:37 +0000 (01:28 +0200)]
Added option -L to list available formats

12 years agoRelease 2011.09.27
Philipp Hagemeister [Tue, 27 Sep 2011 19:42:52 +0000 (21:42 +0200)]
Release 2011.09.27

12 years agoblip.tv: Handle direct URLs (Thanks to Bahman)
Philipp Hagemeister [Tue, 27 Sep 2011 19:42:15 +0000 (21:42 +0200)]
blip.tv: Handle direct URLs (Thanks to Bahman)

12 years agoUpdate REAMDE.md
Philipp Hagemeister [Mon, 26 Sep 2011 18:29:15 +0000 (20:29 +0200)]
Update REAMDE.md

12 years agoMention ext in output template help
Philipp Hagemeister [Mon, 26 Sep 2011 18:26:40 +0000 (20:26 +0200)]
Mention ext in output template help

12 years agoAdd help to output template
Philipp Hagemeister [Mon, 26 Sep 2011 18:24:43 +0000 (20:24 +0200)]
Add help to output template

12 years agoAdding HTTPS support for YouTube playlists and users; Escaping dots.
Osama Khalid [Sun, 25 Sep 2011 18:28:20 +0000 (21:28 +0300)]
Adding HTTPS support for YouTube playlists and users; Escaping dots.

12 years agoSimplify test
Philipp Hagemeister [Wed, 21 Sep 2011 16:49:08 +0000 (18:49 +0200)]
Simplify test

12 years agoUpdate README with new options
Philipp Hagemeister [Wed, 21 Sep 2011 16:48:51 +0000 (18:48 +0200)]
Update README with new options

12 years agoMerge pull request #172 from richardc/master
Philipp Hagemeister [Wed, 21 Sep 2011 16:47:11 +0000 (09:47 -0700)]
Merge pull request #172 from richardc/master

add support for vorbis to  --extract-audio

12 years agoAdd support for vorbis files to --extract-audio
Richard Clamp [Wed, 21 Sep 2011 16:29:25 +0000 (17:29 +0100)]
Add support for vorbis files to --extract-audio

Add Ogg Vorbis as a file type when extracting the audio from a
file.  This can be the 'best' codec if the source clip is a webm
container.

12 years agoClarify --cookies option
Philipp Hagemeister [Sun, 18 Sep 2011 16:50:23 +0000 (18:50 +0200)]
Clarify --cookies option

12 years agorelease 2011.09.18c: Prefer mp4 over webm
Philipp Hagemeister [Fri, 16 Sep 2011 22:58:44 +0000 (00:58 +0200)]
release 2011.09.18c: Prefer mp4 over webm

12 years agoPrefer format 18 over 43
Philipp Hagemeister [Fri, 16 Sep 2011 22:58:14 +0000 (00:58 +0200)]
Prefer format 18 over 43

12 years agoAdd youtube format 44
Philipp Hagemeister [Fri, 16 Sep 2011 22:51:25 +0000 (00:51 +0200)]
Add youtube format 44

12 years agoPrefer mp4 over webm - seems to work better for most users
Philipp Hagemeister [Fri, 16 Sep 2011 22:39:51 +0000 (00:39 +0200)]
Prefer mp4 over webm - seems to work better for most users

12 years agoRelease 2011.09.18b
Philipp Hagemeister [Fri, 16 Sep 2011 20:33:08 +0000 (22:33 +0200)]
Release 2011.09.18b

12 years agoPrevent youtube IE from taking youtube playlists
Philipp Hagemeister [Fri, 16 Sep 2011 20:31:31 +0000 (22:31 +0200)]
Prevent youtube IE from taking youtube playlists

12 years agoFix escapist URL match
Philipp Hagemeister [Thu, 15 Sep 2011 18:25:22 +0000 (20:25 +0200)]
Fix escapist URL match

12 years agoFix progress message when Content-Length is not set
Philipp Hagemeister [Thu, 15 Sep 2011 18:24:21 +0000 (20:24 +0200)]
Fix progress message when Content-Length is not set

12 years agoClarified "restart"
Philipp Hagemeister [Thu, 15 Sep 2011 18:10:27 +0000 (20:10 +0200)]
Clarified "restart"

12 years agoDo not update if already up-to-date (Closes #166)
Philipp Hagemeister [Thu, 15 Sep 2011 18:09:30 +0000 (20:09 +0200)]
Do not update if already up-to-date (Closes #166)

12 years agorelease 2011.09.18
Philipp Hagemeister [Thu, 15 Sep 2011 17:29:16 +0000 (19:29 +0200)]
release 2011.09.18

12 years agoSet continue to false again; we need to send to actually send a HEAD request to deter...
Philipp Hagemeister [Thu, 15 Sep 2011 17:27:21 +0000 (19:27 +0200)]
Set continue to false again; we need to send to actually send a HEAD request to determine whether we can continue or not

12 years agorelease 2011.09.17
Philipp Hagemeister [Thu, 15 Sep 2011 17:23:52 +0000 (19:23 +0200)]
release 2011.09.17

12 years agoUpdate README
Philipp Hagemeister [Thu, 15 Sep 2011 17:23:17 +0000 (19:23 +0200)]
Update README

12 years agoFix _do_download signature
Philipp Hagemeister [Thu, 15 Sep 2011 17:22:18 +0000 (19:22 +0200)]
Fix _do_download signature

12 years agoMake --continue the default and provide --no-continue (Closes #119)
Philipp Hagemeister [Thu, 15 Sep 2011 17:12:04 +0000 (19:12 +0200)]
Make --continue the default and provide --no-continue (Closes #119)

12 years agoIf --continue is not enabled, set resume_len to zero.
Michael Haggerty [Fri, 20 May 2011 06:59:53 +0000 (08:59 +0200)]
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).

12 years agoBump version number
Philipp Hagemeister [Thu, 15 Sep 2011 16:48:29 +0000 (18:48 +0200)]
Bump version number

12 years agoAdd format fallback
Philipp Hagemeister [Thu, 15 Sep 2011 16:47:36 +0000 (18:47 +0200)]
Add format fallback

12 years agoUpdate README
Philipp Hagemeister [Thu, 15 Sep 2011 10:45:56 +0000 (12:45 +0200)]
Update README

12 years agoMerge remote-tracking branch 'rmanola/master' (Closes: #124)
Philipp Hagemeister [Thu, 15 Sep 2011 10:43:27 +0000 (12:43 +0200)]
Merge remote-tracking branch 'rmanola/master' (Closes: #124)
Add option to specify mp3 quality and prevent the video from being deleted

12 years agoadded option to get the available formats for a video (Closes #106)
Dominik Heidler [Tue, 12 Apr 2011 19:58:16 +0000 (21:58 +0200)]
added option to get the available formats for a video (Closes #106)

12 years agoAdded ability to download worst quality video file only. (Closes #113)
Kegan [Sat, 23 Apr 2011 06:56:06 +0000 (14:56 +0800)]
Added ability to download worst quality video file only. (Closes #113)

12 years agoUpdated to stamp extracted audio file with HTTP last modified date.
Kegan [Sat, 23 Apr 2011 06:55:40 +0000 (14:55 +0800)]
Updated to stamp extracted audio file with HTTP last modified date.

12 years agoNew option --skip-download (Closes #162)
Philipp Hagemeister [Thu, 15 Sep 2011 09:36:49 +0000 (11:36 +0200)]
New option --skip-download (Closes  #162)

12 years ago--list-extractors (Closes #161)
Philipp Hagemeister [Thu, 15 Sep 2011 08:43:49 +0000 (10:43 +0200)]
--list-extractors (Closes #161)

12 years agoSimplify suitable
Philipp Hagemeister [Thu, 15 Sep 2011 08:06:14 +0000 (10:06 +0200)]
Simplify suitable

12 years agoProper warning if xml.etree.ElementTree is not available
Philipp Hagemeister [Thu, 15 Sep 2011 07:59:03 +0000 (09:59 +0200)]
Proper warning if xml.etree.ElementTree is not available

12 years agoUpdate LATEST_VERSION (and wait for a script to do it so I do not forget ;) )
Philipp Hagemeister [Wed, 14 Sep 2011 21:03:01 +0000 (23:03 +0200)]
Update LATEST_VERSION (and wait for a script to do it so I do not forget ;) )

12 years agoBump version number
Philipp Hagemeister [Wed, 14 Sep 2011 20:55:26 +0000 (22:55 +0200)]
Bump version number

12 years agoUpdate README
Philipp Hagemeister [Wed, 14 Sep 2011 20:55:09 +0000 (22:55 +0200)]
Update README

12 years agoAdd --match-title and --reject-title (Closes #132)
Anand Babu Periasamy [Sat, 23 Jul 2011 07:51:06 +0000 (00:51 -0700)]
Add --match-title and --reject-title (Closes #132)

12 years agoSupport for The Escapist
Philipp Hagemeister [Wed, 14 Sep 2011 20:26:53 +0000 (22:26 +0200)]
Support for The Escapist

12 years agoSimplify IE index
Philipp Hagemeister [Wed, 14 Sep 2011 19:39:41 +0000 (21:39 +0200)]
Simplify IE index

12 years agoDecapitalize options in README for consistency with youtube-dl --help
Philipp Hagemeister [Wed, 14 Sep 2011 19:20:23 +0000 (21:20 +0200)]
Decapitalize options in README for consistency with youtube-dl --help

12 years agoClarify usage
Philipp Hagemeister [Wed, 14 Sep 2011 19:19:33 +0000 (21:19 +0200)]
Clarify usage

12 years agotypo in README
Philipp Hagemeister [Wed, 14 Sep 2011 19:18:22 +0000 (21:18 +0200)]
typo in README

12 years agoFully implement comedycentral downloader
Philipp Hagemeister [Wed, 14 Sep 2011 19:17:05 +0000 (21:17 +0200)]
Fully implement comedycentral downloader

12 years agoUpdate LATEST_VERSION (oops)
Philipp Hagemeister [Tue, 13 Sep 2011 22:04:46 +0000 (00:04 +0200)]
Update LATEST_VERSION (oops)

12 years agoBump version number
Philipp Hagemeister [Tue, 13 Sep 2011 21:58:46 +0000 (23:58 +0200)]
Bump version number

12 years agos#phihag#rg3
Philipp Hagemeister [Tue, 13 Sep 2011 21:58:31 +0000 (23:58 +0200)]
s#phihag#rg3

12 years agoDo not claim copyright in README (Closes #157)
Philipp Hagemeister [Tue, 13 Sep 2011 21:54:30 +0000 (23:54 +0200)]
Do not claim copyright in README (Closes #157)

12 years agoMerge remote-tracking branch 'knagano/master'
Philipp Hagemeister [Tue, 13 Sep 2011 21:50:44 +0000 (23:50 +0200)]
Merge remote-tracking branch 'knagano/master'

12 years agoMerge remote-tracking branch 'CaptainPatate/master'
Philipp Hagemeister [Tue, 13 Sep 2011 21:35:48 +0000 (23:35 +0200)]
Merge remote-tracking branch 'CaptainPatate/master'

12 years agoBump version number (remove -phihag)
Philipp Hagemeister [Tue, 13 Sep 2011 20:39:20 +0000 (22:39 +0200)]
Bump version number (remove -phihag)

12 years agoAutomatically generate LATEST_VERSION (Closes #16)
Philipp Hagemeister [Tue, 13 Sep 2011 20:29:50 +0000 (22:29 +0200)]
Automatically generate LATEST_VERSION (Closes #16)

12 years agoAllow downloading current thedailyshow episode with youtube-dl :tds
Philipp Hagemeister [Tue, 13 Sep 2011 19:51:44 +0000 (21:51 +0200)]
Allow downloading current thedailyshow episode with youtube-dl :tds

12 years agoClarify README
Philipp Hagemeister [Tue, 13 Sep 2011 19:51:06 +0000 (21:51 +0200)]
Clarify README

12 years agoREADME: More bug filing instructions
Philipp Hagemeister [Fri, 9 Sep 2011 06:47:00 +0000 (08:47 +0200)]
README: More bug filing instructions

12 years agoInclude ERROR: no fmt_url_map or conn information found in video info in FAQ
Philipp Hagemeister [Fri, 9 Sep 2011 06:41:52 +0000 (08:41 +0200)]
Include ERROR: no fmt_url_map or conn information found in video info in FAQ

12 years agocomedycentral: 1 seems to be the constant correct offset
Philipp Hagemeister [Fri, 9 Sep 2011 06:14:01 +0000 (08:14 +0200)]
comedycentral: 1 seems to be the constant correct offset

12 years agocomedycentral: Use media number instead of act number as ID
Philipp Hagemeister [Thu, 8 Sep 2011 16:49:28 +0000 (18:49 +0200)]
comedycentral: Use media number instead of act number as ID

12 years agoTemporarily fix dailyshow+colbertnation media IDs
Philipp Hagemeister [Wed, 7 Sep 2011 21:15:26 +0000 (23:15 +0200)]
Temporarily fix dailyshow+colbertnation media IDs

12 years agoSwitch around act and episode title (makes -t nicer)
Philipp Hagemeister [Wed, 7 Sep 2011 20:42:33 +0000 (22:42 +0200)]
Switch around act and episode title (makes -t nicer)

12 years agoBasic comedycentral (The Daily Show) support (Will work as soon as rtmpdump gets...
Philipp Hagemeister [Wed, 7 Sep 2011 20:06:09 +0000 (22:06 +0200)]
Basic comedycentral (The Daily Show) support (Will work as soon as rtmpdump gets fixed)

12 years agocomedycentral: include player URL (still broken)
Philipp Hagemeister [Wed, 7 Sep 2011 19:43:19 +0000 (21:43 +0200)]
comedycentral: include player URL (still broken)

12 years agoRudimentary support for comedycentral (rtmpdump currently broken)
Philipp Hagemeister [Wed, 7 Sep 2011 19:36:06 +0000 (21:36 +0200)]
Rudimentary support for comedycentral (rtmpdump currently broken)

12 years agoDo not try to re-encode unicode filenames (Closes #13)
Philipp Hagemeister [Wed, 7 Sep 2011 07:35:22 +0000 (09:35 +0200)]
Do not try to re-encode unicode filenames (Closes #13)

12 years agoCredit Sören Schulze for myvideo support
Philipp Hagemeister [Tue, 6 Sep 2011 21:58:00 +0000 (23:58 +0200)]
Credit Sören Schulze for myvideo support

12 years agomyvideo.de support
Philipp Hagemeister [Tue, 6 Sep 2011 21:56:32 +0000 (23:56 +0200)]
myvideo.de support

12 years agoFix os.makedirs in Windows
Philipp Hagemeister [Tue, 6 Sep 2011 15:56:05 +0000 (17:56 +0200)]
Fix os.makedirs in Windows

12 years agoBump version to 2011.09.06
Philipp Hagemeister [Tue, 6 Sep 2011 15:42:45 +0000 (17:42 +0200)]
Bump version to 2011.09.06

12 years agoUse os.makedirs instead of homebrewn pmkdir
Philipp Hagemeister [Tue, 6 Sep 2011 15:32:22 +0000 (17:32 +0200)]
Use os.makedirs instead of homebrewn pmkdir

12 years agomerged pep8_whitespace
Philipp Hagemeister [Tue, 6 Sep 2011 15:19:23 +0000 (17:19 +0200)]
merged pep8_whitespace

12 years agofixed PEP8 whitespace issues
FND [Mon, 5 Sep 2011 07:46:36 +0000 (09:46 +0200)]
fixed PEP8 whitespace issues

mostly vertical whitespace and mixed spaces and tabs

12 years agoUpdate Makefile to new README format
Philipp Hagemeister [Sun, 4 Sep 2011 09:47:58 +0000 (11:47 +0200)]
Update Makefile to new README format

12 years agoAdded FAQ to README
Philipp Hagemeister [Sun, 4 Sep 2011 09:41:54 +0000 (11:41 +0200)]
Added FAQ to README

12 years agoRobust error handling in downloading code
Philipp Hagemeister [Sat, 3 Sep 2011 09:32:05 +0000 (11:32 +0200)]
Robust error handling in downloading code

12 years agoMerge remote-tracking branch 'wise86/master'
Philipp Hagemeister [Wed, 31 Aug 2011 19:28:44 +0000 (21:28 +0200)]
Merge remote-tracking branch 'wise86/master'

12 years agoRemove stable from help wording (There will be only one main branch for now)
Philipp Hagemeister [Wed, 31 Aug 2011 19:28:40 +0000 (21:28 +0200)]
Remove stable from help wording (There will be only one main branch for now)

12 years agoUpdate bug reporting to this fork, so that vimeo/blip.tv issues are reported at phiha...
Philipp Hagemeister [Sun, 28 Aug 2011 21:44:23 +0000 (23:44 +0200)]
Update bug reporting to this fork, so that vimeo/blip.tv issues are reported at phihag/issues instead of rg3/issues (Closes #5)

12 years agoUpdate update mechanism (Closes #4)
Philipp Hagemeister [Sun, 28 Aug 2011 21:38:40 +0000 (23:38 +0200)]
Update update mechanism (Closes #4)

12 years agoMerge remote-tracking branch 'rbrito/prefer-webm'
Philipp Hagemeister [Sun, 28 Aug 2011 21:23:42 +0000 (23:23 +0200)]
Merge remote-tracking branch 'rbrito/prefer-webm'

12 years agoAdd default make target
Philipp Hagemeister [Sun, 28 Aug 2011 21:17:32 +0000 (23:17 +0200)]
Add default make target

12 years agoCredit Rogério Brito for Vimeo support
Philipp Hagemeister [Sun, 28 Aug 2011 21:17:18 +0000 (23:17 +0200)]
Credit Rogério Brito for Vimeo support

12 years agoMerge Vimeo support
Philipp Hagemeister [Sun, 28 Aug 2011 20:57:50 +0000 (22:57 +0200)]
Merge Vimeo support

12 years agoUpdate: Write downloaded file without modification (allows hashsums)
Philipp Hagemeister [Sun, 28 Aug 2011 20:10:03 +0000 (22:10 +0200)]
Update: Write downloaded file without modification (allows hashsums)