Philipp Hagemeister
45aa690868
Release 2011.10.19
2011-10-19 00:40:13 +02:00
Philipp Hagemeister
beb245e92f
Merge branch 'vimeo' of https://github.com/rbrito/youtube-dl
2011-10-19 00:38:41 +02:00
Rogério Brito
c424df0d2f
vimeo: Add the ability to detect if a video is available in HD. ( Closes : #194 )
2011-10-19 00:37:45 +02:00
Rogério Brito
87929e4b35
vimeo: Add the ability to detect if a video is available in HD.
2011-10-18 19:47:19 -02:00
Philipp Hagemeister
d76736fc5e
Merge pull request #195 from rbrito/xvideos
...
Fixes for the xvideos IE
2011-10-18 13:49:21 -07:00
Rogério Brito
0f9b77223e
xvideos: Capture only the video title, not the name of the site.
2011-10-18 18:42:01 -02:00
Rogério Brito
9f47175a40
xvideos: Fix misleading error message when extracting the URL.
...
We said that we were trying to extract the title of the video.
2011-10-18 18:41:02 -02:00
Rogério Brito
a1a8713aad
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.
2011-10-18 18:38:17 -02:00
Rogério Brito
6501a06d46
Quick and dirty IE for xvideos.com.
2011-10-13 16:44:20 -03:00
Philipp Hagemeister
8d89fbae5a
CollegeHumor IE
2011-10-12 21:13:43 +02:00
Philipp Hagemeister
7a2cf5455c
Fix recognition of http://www.youtube.com/course?list=PL41FDABC6AA085E78&category=University/Mathematics/Topology%20%26%20Geometry
2011-10-04 03:25:20 +02:00
Rogério Brito
7125a7ca8b
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.
2011-10-03 21:41:33 -03:00
Philipp Hagemeister
f9c3398449
release 2011.09.30
2011-09-30 09:08:53 +02:00
Philipp Hagemeister
54d47874f7
release 2011.09.30
2011-09-30 09:07:59 +02:00
Philipp Hagemeister
2761012f69
Cosmetic changes to --list-formats
2011-09-30 09:07:36 +02:00
Philipp Hagemeister
bffe76ba4b
Remove empty <tr>s in index
2011-09-28 09:55:54 +02:00
Philipp Hagemeister
0d29baa7c6
Make documentation valid HTML
2011-09-28 09:53:50 +02:00
Philipp Hagemeister
dd9d3efcfb
Make FAQ valid HTML
2011-09-28 09:52:01 +02:00
Philipp Hagemeister
9014805f26
Fix stray </a> in FAQ
2011-09-28 09:50:04 +02:00
Philipp Hagemeister
f973da57a4
Switch to HTML5 doctype
2011-09-28 09:49:19 +02:00
Philipp Hagemeister
a073eb792f
Update documentation and FAQ
2011-09-28 09:47:54 +02:00
Philipp Hagemeister
f202278fe1
Close <ul> in first FAQ question
2011-09-28 09:29:19 +02:00
Francois du Toit
3de2a1e635
Added option -L to list available formats
2011-09-28 01:28:37 +02:00
Philipp Hagemeister
3328f34eb3
Update homepage for 2011.09.27
2011-09-27 21:44:59 +02:00
Philipp Hagemeister
50d7a239ae
Raise correct args in exception
2011-09-27 21:44:02 +02:00
Philipp Hagemeister
1eff9ac0c5
Release 2011.09.27
2011-09-27 21:42:52 +02:00
Philipp Hagemeister
54f329fe93
blip.tv: Handle direct URLs (Thanks to Bahman)
2011-09-27 21:42:15 +02:00
Philipp Hagemeister
81eb98e4bd
Update docs
2011-09-27 21:17:50 +02:00
Philipp Hagemeister
78ef538449
Updated bug reporting instructions in the FAQ
2011-09-27 20:58:37 +02:00
Philipp Hagemeister
6e3ed6385c
Download regeneration works with python 2.5
2011-09-27 20:50:03 +02:00
Ricardo Garcia
a2dafa7316
Add creative commons license to webpages
2011-09-27 20:17:34 +02:00
Philipp Hagemeister
9baa2ef53b
Update REAMDE.md
2011-09-26 20:29:15 +02:00
Philipp Hagemeister
6bde5972c3
Mention ext in output template help
2011-09-26 20:26:40 +02:00
Philipp Hagemeister
36f6cb369b
Add help to output template
2011-09-26 20:24:43 +02:00
knagano
7401ca7c5f
DailymotionIE: Added hd1080URL, hd720URL, hqURL support. Now video_uploader is optional.
2011-09-26 20:57:58 +09:00
Osama Khalid
b845d58b04
Adding HTTPS support for YouTube playlists and users; Escaping dots.
2011-09-25 21:28:20 +03:00
Philipp Hagemeister
efb113c736
Simplify test
2011-09-21 18:49:08 +02:00
Philipp Hagemeister
3ce59dae88
Update README with new options
2011-09-21 18:48:51 +02:00
Philipp Hagemeister
f0b0caa3fa
Merge pull request #172 from richardc/master
...
add support for vorbis to --extract-audio
2011-09-21 09:47:11 -07:00
Richard Clamp
58384838c3
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.
2011-09-21 17:29:25 +01:00
Philipp Hagemeister
abb870d1ad
Clarify --cookies option
2011-09-18 18:50:23 +02:00
Tarek Soliman
1f94ae5252
Escape percent in output filename
...
Replace % in filename with %%
2011-09-17 21:19:39 -05:00
Philipp Hagemeister
86e5e08789
release 2011.09.18c
2011-09-17 00:59:45 +02:00
Philipp Hagemeister
daa982bc01
release 2011.09.18c: Prefer mp4 over webm
2011-09-17 00:58:44 +02:00
Philipp Hagemeister
767414a292
Prefer format 18 over 43
2011-09-17 00:58:14 +02:00
Philipp Hagemeister
7b417b388a
Add youtube format 44
2011-09-17 00:51:25 +02:00
Philipp Hagemeister
44424ceee9
Prefer mp4 over webm - seems to work better for most users
2011-09-17 00:39:51 +02:00
Philipp Hagemeister
e397cf5b47
2011.09.18b
2011-09-16 22:33:54 +02:00
Philipp Hagemeister
08a5b7f800
Release 2011.09.18b
2011-09-16 22:33:08 +02:00
Philipp Hagemeister
1cde6f1d52
Prevent youtube IE from taking youtube playlists
2011-09-16 22:31:31 +02:00