We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e5974 commit 39f6364Copy full SHA for 39f6364
scriptmodules/supplementary/scraper.sh
@@ -275,8 +275,6 @@ function gui_scraper() {
275
276
options+=(W "Max image width ($max_width)")
277
options+=(H "Max image height ($max_height)")
278
-
279
- options+=(U "Update scraper to the latest version")
280
local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
281
if [[ -n "$choice" ]]; then
282
default="$choice"
@@ -341,9 +339,6 @@ function gui_scraper() {
341
339
max_width=$("${cmd[@]}" 2>&1 >/dev/tty)
342
340
iniSet "max_width" "$max_width"
343
;;
344
- U)
345
- rp_callModule "$md_id"
346
- ;;
347
esac
348
else
349
break
0 commit comments