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)
commit8a8df14f31f9a11ad01415febd0cb95e393de204
treecd44f4243e207b80d9e584c5f785a115af20c6e1
parent67f30a7e2600945d4b38a987d19869228e5fb859
fix quoting in AsyncWgetFileGetter

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
videosite/AsyncWgetFileGetter.pm