Called from Crawler.crawl() for link whose MIME-type could not be determined, or which raised a URLError on download.
(self, link)
| 3254 | pass |
| 3255 | |
| 3256 | def fail(self, link): |
| 3257 | """ Called from Crawler.crawl() for link whose MIME-type could not be determined, |
| 3258 | or which raised a URLError on download. |
| 3259 | """ |
| 3260 | pass |
| 3261 | |
| 3262 | Spider = Crawler |
| 3263 |