alecxe / scrapy-fake-useragent

Random User-Agent middleware based on fake-useragent
MIT License
687 stars 98 forks source link

useragentstring.com down, how to change other source ? #19

Closed ttpro1995 closed 7 years ago

ttpro1995 commented 7 years ago

`Error occurred during fetching http://useragentstring.com/pages/useragentstring.php?name=Chrome

I got that error. I am new to scrapy and have no idea how to fix.

alecxe commented 7 years ago

@ttpro1995 there is an option to fall back to a default user agent string, check it out: #7. Thanks.