koteashok / get-flash-videos

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

www.rts.ch not supported #466

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.get_flash_videos --debug --play 
http://www.rts.ch/docs/nature/4428466-le-doc-nature.html
81 plugins installed:
- Todaysbigthing.pm
- 4od.pm
- Amazon.pm
- Stagevu.pm
- Googlevideosearch.pm
- Arte.pm
- Xnxx.pm
- Last.pm
- Itv.pm
- Traileraddict.pm
- Joemonster.pm
- Youtubenocookie.pm
- Bbc.pm
- Theonion.pm
- Ustream.pm
- Spike.pm
- Gamespot.pm
- Ted.pm
- Aniboom.pm
- Cartoonnetwork.pm
- Nfb.pm
- Google.pm
- Stickam.pm
- Mtvnservices.pm
- Redtube.pm
- Freevideo.pm
- Ringtv.pm
- Blip.pm
- 5min.pm
- Metacafe.pm
- Pbs.pm
- Megavideo.pm
- Ehow.pm
- Stupidvideos.pm
- Sevenload.pm
- Gawker.pm
- Fora.pm
- Myvideo.pm
- Expertvillage.pm
- Bing.pm
- Tudou.pm
- Youtube.pm
- Liveleak.pm
- Cbs.pm
- Msn.pm
- Ima.pm
- Grindtv.pm
- Tou.pm
- Redbull.pm
- Mofosex.pm
- Abc.pm
- Muzu.pm
- Nicovideo.pm
- Starwars.pm
- Brightcove.pm
- Vimeo.pm
- Youku.pm
- Fliqz.pm
- Megaporn.pm
- Ctv.pm
- Dailymotion.pm
- Apple.pm
- Nbc.pm
- Xvideos.pm
- Msnbc.pm
- Videojug.pm
- Tva.pm
- Wat.pm
- Mitworld.pm
- Techcast.pm
- Flickr.pm
- About.pm
- Xhamster.pm
- Seesaw.pm
- Collegehumor.pm
- Tbs.pm
- Pennyarcade.pm
- Videolectures.pm
- Break.pm
- Mylifetime.pm
- Truveo.pm
Downloading http://www.rts.ch/docs/nature/4428466-le-doc-nature.html
-> GET http://www.rts.ch/docs/nature/4428466-le-doc-nature.html
<- 200 text/html;charset=UTF-8 (30195)
Trying to open plugin ~/.get_flash_videos/plugins/Www.pm
Trying to open plugin ~/.get_flash_videos/plugins/Rts.pm
Trying to open plugin ~/.get_flash_videos/plugins/Ch.pm
Trying to open plugin ~/.get_flash_videos/plugins/Www.pm
Trying to open plugin ~/.get_flash_videos/plugins/Rts.pm
Trying to open plugin ~/.get_flash_videos/plugins/Ch.pm
Trying to open plugin ~/.get_flash_videos/plugins/Ma.pm
Trying to open plugin ~/.get_flash_videos/plugins/Rts.pm
Trying to open plugin ~/.get_flash_videos/plugins/Ch.pm
Trying to open plugin ~/.get_flash_videos/plugins/Rts.pm
Trying to open plugin ~/.get_flash_videos/plugins/Wemfbox.pm
Trying to open plugin ~/.get_flash_videos/plugins/Ch.pm
Trying to open plugin ~/.get_flash_videos/plugins/Www.pm
Trying to open plugin ~/.get_flash_videos/plugins/Wysistat.pm
Trying to open plugin ~/.get_flash_videos/plugins/Com.pm
Trying to open plugin ~/.get_flash_videos/plugins/Brightcove.pm
Trying to open plugin ~/.get_flash_videos/plugins/Mtvnservices.pm
Trying to open plugin ~/.get_flash_videos/plugins/Gawker.pm
Using method 'generic' for 
http://www.rts.ch/docs/nature/4428466-le-doc-nature.html
Error: No URLs found at 
/usr/lib64/perl5/vendor_perl/5.16.1/FlashVideo/Generic.pm line 128.

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.

####

It is with get_flash_videos 1.24 on gentoo linux amd64.

I take a look at the code of the page, but I don't understand where flash get 
the url. They did some changes recently. Before those changes, the html page 
was loading a xml page into flash. The video URI was in this yml page. So, it 
was simple to download the movies with rtmpdump. But this doesn't work anymore. 
In consequence, the only hope I can see is if someone can add support for 
http://www.rts.ch/ into get_flash_video.

Original issue reported on code.google.com by dominiqu...@gmail.com on 23 Dec 2012 at 8:26

GoogleCodeExporter commented 8 years ago
Hi,

I also try to download from rts.ch: 
http://www.rts.ch/video/sport/4766385-kevin-guri-fra-et-matilda-rapaport-sue-l-e
mportent-en-ski-ralph-backstrom-usa-et-elodie-mouthon-fra-devant-estelle-balet-s
ui-en-snowboard.html

After digging into the html, I got the direct link to the player (don't know if 
that help): http://www.rts.ch/v/embed/JzxB (see debug below).

An extra problem if I try to play the video is that it is censored (not 
accessible in your country type of message)

####

$ get_flash_videos --debug http://www.rts.ch/v/embed/JzxB
No plugins installed
Downloading http://www.rts.ch/v/embed/JzxB
-> GET http://www.rts.ch/v/embed/JzxB
<- 200 application/x-shockwave-flash (264653)
Trying to open plugin ~/.get_flash_videos/plugins/Www.pm
Trying to open plugin ~/.get_flash_videos/plugins/Rts.pm
Trying to open plugin ~/.get_flash_videos/plugins/Ch.pm
Trying to open plugin ~/.get_flash_videos/plugins/Brightcove.pm
Trying to open plugin ~/.get_flash_videos/plugins/Mtvnservices.pm
Trying to open plugin ~/.get_flash_videos/plugins/Gawker.pm
Using method 'generic' for http://www.rts.ch/v/embed/JzxB
Error: No URLs found at /usr/share/perl5/FlashVideo/Generic.pm line 129.

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.

Original comment by Patrick....@gmail.com on 26 Mar 2013 at 7:35