videosite-dl: Remove plugin.youtube.ADAPTIVE setting
[videosite.git] / videosite-dl.pl
index b761e18..4222f78 100755 (executable)
@@ -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;