Export to GitHub

get-flash-videos - issue #538

Cannot download this video from Vimeo


Posted on Oct 23, 2013 by Swift Dog

What steps will reproduce the problem?

I was unable to download "http://vimeo.com/51959225":

perl get_flash_videos --debug -i -y -r high "http://vimeo.com/51959225"

What is the expected output? What do you see instead?

expect to have video downloaded.

Getting...

Using method 'vimeo' plugin version 0.01 for http://vimeo.com/51959225 Downloading http://vimeo.com/51959225 -> GET http://vimeo.com/51959225 <- 200 text/html; charset=UTF-8 (33055): UTF8 on, non-ASCII, 33055 characters 33 057 bytes -> GET http://vimeo.com/api/oembed.json?url=http://vimeo.com/51959225 <- 200 application/json (810): UTF8 off, ASCII, 810 characters 810 bytes Use of uninitialized value $sig in concatenation (.) or string at C:\flash\lib/F lashVideo/Site/Vimeo.pm line 43. Use of uninitialized value $time in concatenation (.) or string at C:\flash\lib/ FlashVideo/Site/Vimeo.pm line 43. id: 51959225 sig: time: quality: hd title: Incredible Pumpkin Stop Motion

Use of uninitialized value $sig in concatenation (.) or string at C:\flash\lib/F lashVideo/Site/Vimeo.pm line 49. Use of uninitialized value $time in concatenation (.) or string at C:\flash\lib/ FlashVideo/Site/Vimeo.pm line 49. -> GET http://player.vimeo.com/play_redirect?clip_id=51959225&sig=&time=&quality =hd&codecs=H264,VP8,VP6&type=moogaloop_local&embed_location= <- 200 text/html; charset=UTF-8 (1583): UTF8 on, ASCII, 1583 characters 1583 byt es Error: Couldn't extract Flash movie URL. This site may need specific support adding, or fixing.

Please confirm the site is using Flash video and if you have Flash available check that the URL really works(!).

Check for updates by running: get_flash_videos --update

If the latest version does not support this please open a bug at http://code.google.com/p/get-flash-videos/ making sure you include the output with --debug enabled. Alternatively, fix it yourself and send us a pull request on Github: https://github.com/monsieurvideo/get-flash-videos Couldn't download any videos.

What version of the product are you using? On what operating system?

Windows. version: App-get_flash_videos-1.24.20130320.tar.gz

Please provide any additional information below.

Comment #1

Posted on Oct 23, 2013 by Massive Camel

Confirm I see the same error.

Comment #2

Posted on Oct 23, 2013 by Swift Dog

no idea if it is the same issue, but youtube-dl recently did some video updates because vimeo stopped working: https://github.com/rg3/youtube-dl/commit/71907db3ba28b1d32c3294d9e3bec0c08fb98ad3 https://github.com/rg3/youtube-dl/commit/55b3e45bbab3af5132d45c8f3f8f19fae5f5f1d9 https://github.com/rg3/youtube-dl/commit/93b22c7828911668c503e868d6be053e8a0deb7c

The video does download with the latest version of youtube-dl

Status: Accepted

Labels:
Type-Defect Priority-Medium