robots: Rename

db4
Doug Coleman 2013-03-24 10:07:31 -07:00
parent 2f11e06dec
commit b491b5aeb6
1 changed files with 1 additions and 1 deletions

View File

@ -97,6 +97,6 @@ PRIVATE>
[ <rules> dup ] dip [ parse-robots.txt-line drop ] with each
] map ;
: robots ( url -- robots )
: url>robots ( url -- robots )
>url
dup get-robots.txt nip parse-robots.txt <robots> ;