From: Moritz Warning Date: Wed, 7 Oct 2020 16:25:42 +0000 (+0200) Subject: README.md: fix scrape command example X-Git-Tag: v3.0.3~2 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ea107279f3c231b5a9f132755f9d83da2d6835e6;p=web%2Ffirmware-selector-openwrt-org.git README.md: fix scrape command example --download-url is not valid for scrape --- diff --git a/README.md b/README.md index fa7cc13..7ea9464 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ If the option is not available (OpenWrt 18.06 or 19.07.3), apply commit [openwrt If you want to scrape the OpenWrt download website and update the `config.js`: ``` -./collect.py --download-url "https://firmware.example.com/{version}/targets/{target}" scrape https://downloads.openwrt.org /var/www/firmware_selector +./misc/collect.py scrape https://downloads.openwrt.org www/ ``` ## Similar Projects