mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-29 10:21:10 +02:00
http://code.google.com/p/abcde/ A command line CD encoder that reads your CD, downloads the track information from a CDDB provider, and rips your CD
12 lines
365 B
Diff
12 lines
365 B
Diff
--- a/abcde 2014-09-28 19:01:23.465895247 +0500
|
|
+++ b/abcde 2014-09-28 19:02:01.292355035 +0500
|
|
@@ -3359,7 +3359,7 @@
|
|
|
|
if [ "$HTTPGETOPTS" = "" ] ; then
|
|
case $HTTPGET in
|
|
- wget) HTTPGETOPTS="-q -nv -e timestamping=off -O -";;
|
|
+ wget) HTTPGETOPTS="-q -O -";;
|
|
curl) HTTPGETOPTS="-f -s";;
|
|
fetch)HTTPGETOPTS="-q -o -";;
|
|
ftp) HTTPGETOPTS="-a -V -o - ";;
|