projects
/
web
/
firmware-selector-openwrt-org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a42ab5
)
README.md: fix scrape command example
author
Moritz Warning
<moritzwarning@web.de>
Wed, 7 Oct 2020 16:25:42 +0000
(18:25 +0200)
committer
Petr Štetiar
<ynezz@true.cz>
Wed, 7 Oct 2020 19:35:53 +0000
(21:35 +0200)
--download-url is not valid for scrape
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index fa7cc13a0977a3e7191814c74beeb0b633f71f31..7ea9464b86dd10fce0a2943407e2de3ffae4d8fc 100644
(file)
--- 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