Open GoogleCodeExporter opened 9 years ago
Patch to fix this issue: get_flash_videos version 1.23
change line 4606
my $url =
"$base/play/clip:$id/$request_signature/$request_signature_expires/?q=sd&type=em
bed";
to
my $url =
"$base/play/clip:$id/$request_signature/$request_signature_expires/?q=hd&type=em
bed";
Original comment by therau2...@videotron.ca
on 25 Oct 2010 at 8:41
By changing line 4604 to read "q=hd", the script now fails when attempting to
download an SD video from Vimeo (for example, when there is no HD version
available). It would be great if the script could detect when there's an HD
version available and grab that one automatically.
Original comment by brianmca...@gmail.com
on 22 Mar 2011 at 1:27
I agree. Please provide suitable patch.
Original comment by therau2...@videotron.ca
on 22 Mar 2011 at 5:29
Original issue reported on code.google.com by
therau2...@videotron.ca
on 25 Oct 2010 at 7:08