flowhella / get-flash-videos

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

Arte fails with "unable to find language" error #360

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
jeff@london:tmp $ get_flash_videos 
'http://liveweb.arte.tv/fr/video/David_Kadouch_a_la_Folle_Journee_de_Nantes/'
Downloading 
http://liveweb.arte.tv/fr/video/David_Kadouch_a_la_Folle_Journee_de_Nantes/
Using method 'arte' for 
http://liveweb.arte.tv/fr/video/David_Kadouch_a_la_Folle_Journee_de_Nantes/
Error: Unable to find language in original URL 
"http://liveweb.arte.tv/fr/video/David_Kadouch_a_la_Folle_Journee_de_Nantes/"

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: /usr/bin/get_flash_videos --update

If the latest version does not support this please open a bug (or
contribute a patch!) at http://code.google.com/p/get-flash-videos/
make sure you include the output with --debug enabled.
Couldn't download any videos.
jeff@london:tmp $ get_flash_videos -v
get_flash_videos version 1.24 (http://code.google.com/p/get-flash-videos/)
jeff@london:tmp $ uname -a
Linux london 3.0.0-15-generic #26-Ubuntu SMP Fri Jan 20 17:23:00 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux
jeff@london:tmp $ cat /etc/is
issue      issue.net  
jeff@london:tmp $ cat /etc/issue
Ubuntu 11.10 \n \l

jeff@london:tmp $ 

This is at first glance similar to #66, #226, and #336, although here the error 
message is slightly different.  The fix proposed in #336 (adding a space in the 
regex) does not help here.

Original issue reported on code.google.com by 836d2541...@gmail.com on 16 Feb 2012 at 11:39

GoogleCodeExporter commented 8 years ago
Same for github version, https://github.com/monsieurvideo/get-flash-videos

Original comment by 836d2541...@gmail.com on 16 Feb 2012 at 11:47

GoogleCodeExporter commented 8 years ago
same issue.

C:\Perl64\bin>perl c:/flash/get_flash_videos -d 
"http://liveweb.arte.tv/fr/video/Dominique_A_Lieu_Unique_la_Fossette"
~N~o~ ~p~l~u~g~i~n~s~ ~i~n~s~t~a~l~l~e~d~
~Downloading http://liveweb.arte.tv/fr/video/Dominique_A_Lieu_Unique_la_Fossette
-> GET http://liveweb.arte.tv/fr/video/Dominique_A_Lieu_Unique_la_Fossette
<- 302 text/plain (0): UTF8 off, ASCII, 0 characters 0 bytes
Trying to open plugin 
C:\Users\xxxxxxx\AppData\Roaming/get_flash_videos/plugins/Liveweb.pm
Using method 'arte' for 
http://liveweb.arte.tv/fr/video/Dominique_A_Lieu_Unique_la_Fossette
~:find_video called, embed_url = 
"http://liveweb.arte.tv/fr/video/Dominique_A_Lieu_Unique_la_Fossette"

Error: Unable to find language in original URL 
"http://liveweb.arte.tv/fr/video/Dominique_A_Lieu_Unique_la_Fossette"

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: c:/flash/get_flash_videos --update

If the latest version does not support this please open a bug (or
contribute a patch!) at http://code.google.com/p/get-flash-videos/
make sure you include the output with --debug enabled.
Couldn't download any videos.

tried with flash url directly :

C:\Perl64\bin>perl c:/flash/get_flash_videos -d 
"http://download.liveweb.arte.tv/o21/liveweb/flash/player.swf?appContext=liveweb
&eventId=3787&mode=prod&visual=true&isLive=false&lang=fr"
~N~o~ ~p~l~u~g~i~n~s~ ~i~n~s~t~a~l~l~e~d~
~Downloading 
http://download.liveweb.arte.tv/o21/liveweb/flash/player.swf?appContext=liveweb&
eventId=3787&mode=prod&visual=true&isLive=false&lang=fr
-> GET 
http://download.liveweb.arte.tv/o21/liveweb/flash/player.swf?appContext=liveweb&
eventId=3787&mode=prod&visual=true&isLive=false&lang=fr
<- 200 application/x-shockwave-flash (707422): UTF8 off, non-ASCII, 707422 
characters 707422 bytes
Trying to open plugin 
C:\Users\xxxxxxx\AppData\Roaming/get_flash_videos/plugins/Download.pm
Trying to open plugin 
C:\Users\xxxxxxx\AppData\Roaming/get_flash_videos/plugins/Liveweb.pm
Using method 'arte' for 
http://download.liveweb.arte.tv/o21/liveweb/flash/player.swf?appContext=liveweb&
eventId=3787&mode=prod&visual=true&isLive=false&lang=fr
~:find_video called, embed_url = 
"http://download.liveweb.arte.tv/o21/liveweb/flash/player.swf?appContext=liveweb
&eventId=3787&mode=prod&visual=true&isLive=false&lang=fr"

Error: Unable to find language in original URL 
"http://download.liveweb.arte.tv/o21/liveweb/flash/player.swf?appContext=
liveweb&eventId=3787&mode=prod&visual=true&isLive=false&lang=fr"

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: c:/flash/get_flash_videos --update

If the latest version does not support this please open a bug (or
contribute a patch!) at http://code.google.com/p/get-flash-videos/
make sure you include the output with --debug enabled.
Couldn't download any videos.

Win7 64b. ActivePerl 5.14.2, get_flash_videos version 1.24

Original comment by cyrille....@gmail.com on 13 Aug 2012 at 6:19

GoogleCodeExporter commented 8 years ago
Please try with the latest code from git. See:
http://code.google.com/p/get-flash-videos/wiki/Installation

Original comment by zakflash...@gmail.com on 14 Aug 2012 at 7:37

GoogleCodeExporter commented 8 years ago
thanks for the answer.

Exactly same result with GIT master-branch repo. :-/

Original comment by cyrille....@gmail.com on 14 Aug 2012 at 8:24

GoogleCodeExporter commented 8 years ago
I have the exact same problem with another URL:

[xxxx@yyyy ~]$ get_flash_videos  
http://www.arte.tv/guide/fr/047127-000/le-business-du-commerce-equitable
Using method 'arte' for 
http://www.arte.tv/guide/fr/047127-000/le-business-du-commerce-equitable
Downloading 
http://www.arte.tv/guide/fr/047127-000/le-business-du-commerce-equitable
Error: Unable to find language in original URL 
"http://www.arte.tv/guide/fr/047127-000/le-business-du-commerce-equitable"

Original comment by erwan.bo...@gmail.com on 7 Aug 2013 at 7:19