summaryrefslogtreecommitdiff
path: root/.local/bin/curlqb
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-09-29 21:27:24 -0700
committerxyz <gky44px1999@gmail.com>2021-09-29 21:27:24 -0700
commite7a535dd8ad1b18289e2ab8168c7a5a73a647af1 (patch)
treee6d4038cc1c27c6da5398fd6d8a51f5652d8631b /.local/bin/curlqb
parentce3cf8239255302cda4616bb482db062f8c75bfa (diff)
refactor
Diffstat (limited to '.local/bin/curlqb')
-rwxr-xr-x.local/bin/curlqb7
1 files changed, 0 insertions, 7 deletions
diff --git a/.local/bin/curlqb b/.local/bin/curlqb
index 67dc2f82..f98a41c8 100755
--- a/.local/bin/curlqb
+++ b/.local/bin/curlqb
@@ -1,12 +1,5 @@
#!/bin/sh
-# how to not rewrite, maybe not?
-# how to know if there's new? use rewrite?
-# how to check if some script outdated? delete it?
-# how qbittorrent auto update those scripts, maybe try the fork?
-# how to make it a pure awk script? should I?
-# can I replace awk $0 ~ /.../ with /.../ ?
-
curl -s 'https://github.com/qbittorrent/search-plugins/wiki/Unofficial-search-plugins' | awk -F'"' '/Plugins for Private sites/{exit} /\.py/{url=$2;getline;getline;getline;if($0 !~ /❗|✖/)print url}' | xargs curl -s -Z -L --remote-name-all --create-dirs --output-dir "$1" --
#curl -s 'https://github.com/qbittorrent/search-plugins/wiki/Unofficial-search-plugins' | awk -F'"' '{