mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-18 21:31:00 +00:00
Improved user-agent string similar to Google and Bing search bots.
This commit is contained in:
parent
718c033989
commit
ecf8753a19
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ Url = configdata.url
|
|||
SupportUrl = u"http://sourceforge.net/projects/linkchecker/support"
|
||||
DonateUrl = u"http://linkchecker.sourceforge.net/donations.html"
|
||||
Email = configdata.author_email
|
||||
UserAgent = u"%s/%s (+%s)" % (AppName, Version, Url)
|
||||
UserAgent = u"Mozilla/5.0 (compatible; %s/%s; +%s)" % (AppName, Version, Url)
|
||||
Freeware = AppName+u""" comes with ABSOLUTELY NO WARRANTY!
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions. Look at the file `LICENSE' within this
|
||||
|
|
|
|||
Loading…
Reference in a new issue