From 09d45a4c4460dce9322f4528dad5123322ab6b38 Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Sat, 12 Apr 2014 18:25:08 +0200 Subject: [PATCH] videosite-dl: Remove plugin.youtube.ADAPTIVE setting --- videosite-dl.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/videosite-dl.pl b/videosite-dl.pl index b761e18..4222f78 100755 --- a/videosite-dl.pl +++ b/videosite-dl.pl @@ -16,7 +16,6 @@ my %config = ( mode => 'download', getter => 'filegetter', 'plugin.youtube.QUALITY' => 'hd', - 'plugin.youtube.ADAPTIVE' => 1, 'plugin.filegetter.FILEPATTERN' => './%3$s.flv', ); my @options; -- 1.8.3.1