fixed typo, updated todo
This commit is contained in:
والد
d53b17d189
کامیت
3dc43fb109
2
TODO
2
TODO
@ -3,3 +3,5 @@
|
||||
sent by the user agents we use.
|
||||
-how random is "shuf" and is it a problem?
|
||||
-update random default on every loop?
|
||||
-RSS clients fetch favicon from original URL...
|
||||
|
||||
|
2
randrss
2
randrss
@ -27,7 +27,7 @@ while true ; do
|
||||
fi
|
||||
useragent=""
|
||||
if [ -n "$useragentsfile" ] ; then
|
||||
useragent=$( shuffle -n 1 "$useragentsfile" )
|
||||
useragent=$( shuf -n 1 "$useragentsfile" )
|
||||
fi
|
||||
echo "Sleeping for $sleepfor seconds for $url"
|
||||
sleep "$sleepfor"
|
||||
|
بارگذاری…
x
مرجع در شماره جدید
Block a user