Quote:
Originally Posted by TonytheBookworm
cool I just learned something from you. the match_regex is great. I would have done that with the make_links() like you showed me in the past. but i seen the match_regex and was wondering okay what the heck does this do. then i see well cool he looks at the page and fines those links and follows only those links. thanks for using that 
|
Note that first I turned on recursion. The match_regex is to prevent recursion from crawling all over the web to unrelated places.