fix quoting in AsyncWgetFileGetter
authorChristian Garbs <mitch@cgarbs.de>
Wed, 30 Sep 2015 20:49:29 +0000 (22:49 +0200)
committerChristian Garbs <mitch@cgarbs.de>
Tue, 6 Oct 2015 18:48:23 +0000 (20:48 +0200)
make youtube file wfAnJt-j4Gs work, it has a funny title with lots of special characters:
►Heinrichs & Hirtenfellner @ Licht & Liebe Berlin Opening ♬♫ ..•❤* ★¨`•♫.•´.¸.•´❤♫♬♩

- use ' instead of " to escape shell arguments
- use qq{} instead of "" for more readable perl code
- overwrite FileGetter::_download() instead of duplicating all of FileGetter::get()

Conflicts:
videosite/AsyncWgetFileGetter.pm


No differences found