aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNigel Taylor <njtaylor0101@gmail.com>2013-02-21 20:45:56 +0000
committerNigel Taylor <njtaylor0101@gmail.com>2013-02-21 20:45:56 +0000
commitae97f252e719faf9ac955399b6a875f6bcf1b95e (patch)
treef92023c97684d615d05d122986437fa127f07f35
parent92ea24e275bbc9892f11049f9ad5953fe0aec3c8 (diff)
downloadget-flash-videos-ae97f252e719faf9ac955399b6a875f6bcf1b95e.tar.gz
Use correct file extension - source maybe mp4 rtmpdump saves as flv
-rw-r--r--lib/FlashVideo/Site/Channel4.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/FlashVideo/Site/Channel4.pm b/lib/FlashVideo/Site/Channel4.pm
index d556736..9f064df 100644
--- a/lib/FlashVideo/Site/Channel4.pm
+++ b/lib/FlashVideo/Site/Channel4.pm
@@ -147,7 +147,7 @@ sub find_video {
$title = join " - ", @title_components;
}
- my $filename = title_to_filename($title, "mp4");
+ my $filename = title_to_filename($title, "flv");
# Get subtitles if necessary.
if ($prefs->subtitles) {