mulander / mget

Movie Get aims to be a simple console script allowing a user to download embeded movies from various video hosting services. It uses common nix programs to download the file and convert it from flv to avi format. The main work of mget is to get the direct video link, which it achieves with the help of the great ruby programming language.
GNU General Public License v2.0
0 stars 0 forks source link

patrz.pl causes the script to die when wget is not installed #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make sure wget is not installed on the system
2. run mget -sD http://waz.polknal.krokodyla.patrz.pl/

What is the expected output? What do you see instead?
A direct download link should be displayed. Instead the script dies with
the following error:
[?] If you want to download movies, you must install wget
(http://www.gnu.org/software/wget/)
[?] If you want to convert movies, you must install ffmpeg
(http://sourceforge.net/projects/ffmpeg/)
./lib/mget/patrz.rb:24:in ``': No such file or directory - wget -O-
"http://waz.polknal.krokodyla.patrz.pl/" (Errno::ENOENT)
        from ./lib/mget/patrz.rb:24:in `get'
        from ./lib/mget/mget.rb:322:in `getMovie'
        from ./lib/mget/mget.rb:190:in `run'
        from /repos/mget/trunk/mget.rb:88

Original issue reported on code.google.com by netpr...@gmail.com on 2 Feb 2008 at 4:57

GoogleCodeExporter commented 9 years ago

Original comment by defc0n.defc0n@gmail.com on 4 May 2008 at 11:37

GoogleCodeExporter commented 9 years ago

Original comment by netpr...@gmail.com on 18 May 2008 at 5:29

GoogleCodeExporter commented 9 years ago
Fixed: r161

Original comment by defc0n.defc0n@gmail.com on 10 Jun 2008 at 5:11

GoogleCodeExporter commented 9 years ago

Original comment by netpr...@gmail.com on 10 Jun 2008 at 5:41