Philipp Hagemeister
1724e7c461
Merge remote-tracking branch 'ngokevin/soundcloud'
2011-11-15 22:37:49 +01:00
Ori Avtalion
3b98a5ddac
InfoQ IE
2011-11-15 23:20:29 +02:00
Philipp Hagemeister
8b59cc93d5
Merge pull request #211 from techtonik/patch-1
...
Fix duplicated downloads from YouTube user page where watch URLs are not. Thanks to anatoly techtonik.
2011-11-15 01:39:17 -08:00
Philipp Hagemeister
c3e4e7c182
Fix youtube playlist IE match ( Closes : #210 )
2011-11-15 10:35:59 +01:00
Kevin Ngo
38348005b3
removed weird indent
2011-11-12 17:28:26 -08:00
Kevin Ngo
208c4b9128
added whitespace below soundcloudIE class
2011-11-12 17:10:21 -08:00
Kevin Ngo
ec574c2c41
extracts full title from source
2011-11-12 17:08:40 -08:00
Kevin Ngo
871be928a8
now downloads soundcloud songs, need to polish title grabbing and file naming
2011-11-12 16:48:43 -08:00
Kevin Ngo
b20d4f8626
changed spaces to tabs (by yt-dl standards), fixed bugs, but still won't download. need to figure out how the whole process works to integrate correctly
2011-11-10 01:04:33 -08:00
Kevin Ngo
073d7a5985
extracted all of the soundcloud information including description (not tested), need to hook into filedownloader
2011-11-09 01:52:36 -08:00
Kevin Ngo
40306424b1
work on soundcloud information extractor...need to talk to youtube-dl guys
2011-11-08 00:03:35 -08:00
Kevin Ngo
ecb3bfe543
going home and need to upload what little i did
2011-11-07 18:02:10 -08:00
Henry Cooke
96cf6898fa
fixed a report error when in stdout mode
2011-11-07 18:25:42 -05:00
anatoly techtonik
abeac45abe
Fix duplicated downloads from YouTube user page where watch URLs are not always end with &. Stop scan on closing bracker prevents regexp to capture two links instead of one.
2011-11-06 16:42:43 +03:00
Philipp Hagemeister
0fca93ac60
Merge pull request #206 from rbrito/fixes/facebook-ie-2
...
FacebookIE: Fix regexp to recognize videos that weren't considered.
2011-11-02 10:56:18 -07:00
Rogério Brito
857e5f329a
FacebookIE: Fix regexp to recognize videos that weren't considered.
2011-11-01 12:07:05 -02:00
Henry Cooke
a59c25bc63
added option to write downloaded data to STDOUT instead of a file
2011-10-29 20:04:45 +02:00
Rogério Brito
053419cd24
FacebookIE: The date doesn't seem to be available anymore.
...
The current regular expression is likely to match a lot of stuff, as each
comment that a video has has one of those and it is not clear which one is
the date of the video *upload* itself.
2011-10-20 20:28:34 -02:00
Rogério Brito
99e207bab0
FacebookIE: Fix extraction of title as Facebook has changed stuff.
2011-10-20 20:27:48 -02:00
Rogério Brito
0067bbe7a7
FacebookIE: Not all videos are available in all formats.
2011-10-20 20:26:42 -02:00
Philipp Hagemeister
92961845c3
docs for 2011.10.19
2011-10-19 00:40:55 +02:00
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