epitron
6bf653e6cf
A new feature which writes the video's metadata (title, url, description, etc.)
...
to the file's extended attributes (xattrs).
A 'utils.write_xattr' function was created which uses whatever method of writing
xattrs exists on the current platform. (First it tries the 'xattr' module,
then the 'setfattr' commandline tool.)
If neither of these facilities are found, the function isn't undefined,
and the metadata writer does nothing.
2013-11-02 21:01:04 -04:00
Jaime Marquínez Ferrándiz
9c2ade40de
[vimeo] Handle Assertions Error when trying to get the description
...
In some pages the html tags are not closed, python 2.6 cannot handle it.
2013-09-03 11:11:36 +02:00
Jaime Marquínez Ferrándiz
aa32314d09
[vimeo] add support for videos that embed the download url in the player page ( fixes #1364 )
2013-09-03 10:48:56 +02:00
Jaime Marquínez Ferrándiz
a91b954bb4
[vimeo] extract information for Vimeo Pro videos from http://player.vimeo.com/video/{video_id} ( fixes #1197 )
...
For some videos https://vimeo.com/{video_id} doesn't work
2013-08-21 13:48:19 +02:00
Jaime Marquínez Ferrándiz
caeefc29eb
[vimeo] add an extractor for channels
2013-07-29 13:12:09 +02:00
Jaime Marquínez Ferrándiz
fc79158de2
VimeoIE: authentication support ( closes #885 ) and add a method in the base InfoExtractor to get the login info
2013-07-07 23:24:34 +02:00
Philipp Hagemeister
50587ee8ec
[vimeo] fix detection for http://vimeo.com/groups/124584/videos/24973060
2013-06-29 20:20:20 +02:00
Philipp Hagemeister
6f5ac90cf3
Move tests to the IE definitions
2013-06-27 20:46:46 +02:00
Jaime Marquínez Ferrándiz
c6c1974672
Add "--video-password" option (related #889 )
...
Used only for accessing a private video
Restore the error when the account is missing
2013-06-25 22:22:32 +02:00
Philipp Hagemeister
b3d14cbfa7
Move Vimeo into its own file
2013-06-23 20:18:21 +02:00