1 |
|
/* ============================================================================ |
2 |
|
* Douglas Thrift's Search Engine License |
3 |
|
* |
4 |
< |
* Copyright (C) 2002, Douglas Thrift. All Rights Reserved. |
4 |
> |
* Copyright (C) 2002-2003, Douglas Thrift. All Rights Reserved. |
5 |
|
* Redistribution and use in source and binary forms, with or without |
6 |
|
* modification, are permitted provided that the following conditions are met: |
7 |
|
* |
96 |
|
{ |
97 |
|
http.clear(); |
98 |
|
if (!http.handle(url, referer)) exit(1); |
99 |
< |
|
99 |
> |
|
100 |
|
cout << "Indexing " << url << "..." << flush; |
101 |
|
|
102 |
|
if (processor.process(http, url)) |