Closed rliebig closed 11 years ago
Currently the client still has in the functions download_page() and download() the optional parameter remember_visit. However, the history is now saved in the crawler and therefore this code has become useless. Remove it.
download_page()
download()
remember_visit
Fixed via 4295d7c
Currently the client still has in the functions
download_page()
anddownload()
the optional parameterremember_visit
. However, the history is now saved in the crawler and therefore this code has become useless. Remove it.