From a8c15bc0ac246fc12cd5c6bda02c282bd2419a5b Mon Sep 17 00:00:00 2001 From: schizoid Date: Mon, 9 Dec 2024 12:02:21 -0500 Subject: Created simple URL extraction --- archive-dl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'archive-dl') diff --git a/archive-dl b/archive-dl index cbf4b93..735f40d 100755 --- a/archive-dl +++ b/archive-dl @@ -17,7 +17,4 @@ fi check $input check $type -echo $input -echo $type - -#curl $input +curl -s $input | grep $type | sed -n 's/.*href="\([^"]*\)".*/\1/p' -- cgit v1.2.3