pantiweara / get-flash-videos

Automatically exported from code.google.com/p/get-flash-videos
0 stars 0 forks source link

Cannot download this video from Vimeo #538

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by BrianARi...@gmail.com on 23 Oct 2013 at 4:17

GoogleCodeExporter commented 8 years ago
Confirm I see the same error.

Original comment by njtaylor...@gmail.com on 23 Oct 2013 at 5:23

GoogleCodeExporter commented 8 years ago
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/71907db3ba28b1d32c3294d9e3bec0c08fb98ad
3
https://github.com/rg3/youtube-dl/commit/55b3e45bbab3af5132d45c8f3f8f19fae5f5f1d
9
https://github.com/rg3/youtube-dl/commit/93b22c7828911668c503e868d6be053e8a0deb7
c

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

Original comment by menachem...@gmail.com on 23 Oct 2013 at 5:54