12345678910111213141516 |
- CRAWLERS_NAMES = {
- 'bing': 'Bingbot',
- 'google': 'Googlebot',
- 'yahoo': 'Yahoo! Slurp',
- 'yahooch': 'Yahoo! Slurp China',
- }
- CRAWLERS_AGENTS = {
- 'bingbot/': 'bing',
- 'Googlebot/': 'google',
- 'Yahoo! Slurp China': 'yahooch',
- 'Yahoo! Slurp': 'yahoo',
- }
- CRAWLERS_HOSTS = {
- }
|