Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Alright, I figured it out.
Unfortunately it involves a secret key disassembled from the ActionScript in
the player flash file.
Anyhow, it's at https://github.com/l337r007/get-flash-videos
so feel free to pull and test.
Original comment by wolfgang...@gmx.de
on 23 May 2011 at 11:28
Wat doesn't work at this time :
git clone https://github.com/l337r007/get-flash-videos.git
cd get-flash-videos/
./get_flash_videos --debug
"http://www.wat.tv/video/decouverte-marais-salperwick-3wmyr_2eyxv_.html" &> log
------- log -------
No plugins installed
Downloading
http://www.wat.tv/video/decouverte-marais-salperwick-3wmyr_2eyxv_.html
-> GET http://www.wat.tv/video/decouverte-marais-salperwick-3wmyr_2eyxv_.html
<- 200 text/html; charset=UTF-8 (91041)
Trying to open plugin ~/.get_flash_videos/plugins/Www.pm
Trying to open plugin ~/.get_flash_videos/plugins/Wat.pm
Using method 'wat' for
http://www.wat.tv/video/decouverte-marais-salperwick-3wmyr_2eyxv_.html
Error: Undefined subroutine &FlashVideo::Site::Wat::find_video called at
./get_flash_videos line 312.
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 (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.
----- END log -----
Original comment by andrieug...@gmail.com
on 23 Jul 2011 at 7:21
Alright, I admit that my patch was a bit faulty. :( But the build system
apparently as well. If you do:
git clone https://github.com/l337r007/get-flash-videos.git
cd get-flash-videos/
make release-combined
./combined-get_flash_videos-1.25 --debug
"http://www.wat.tv/video/decouverte-marais-salperwick-3wmyr_2eyxv_.html"
It should download as intended now. I committed a bunch of fixes from other
forks now as well.
Original comment by wolfgang...@gmx.de
on 24 Jul 2011 at 6:17
Original issue reported on code.google.com by
wolfgang...@gmx.de
on 23 May 2011 at 6:02