From 6dcfa9bf6ad0daa4aa3080650d32e4da04e70822 Mon Sep 17 00:00:00 2001 From: arobase-che Date: Sat, 5 Mar 2016 00:58:04 +0100 Subject: Add w3 video --- scope.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scope.sh') diff --git a/scope.sh b/scope.sh index ed7c313..5454db2 100755 --- a/scope.sh +++ b/scope.sh @@ -56,7 +56,7 @@ case "$extension" in try unrar -p- lt "$path" && { dump | trim; exit 0; } || exit 1;; # PDF documents: pdf) - try pdftotext -l 10 -nopgbrk -q "$path" - && \ + try pdftotext "$path" - && \ { dump | trim | fmt -s -w $width; exit 0; } || exit 1;; # BitTorrent Files torrent) -- cgit v1.2.3