Added Weibo, Reddit BigData search, Wigle and several other sites

This commit is contained in:
Soxoj
2021-05-08 13:53:56 +03:00
parent 2f752a0368
commit 9e504c0094
2 changed files with 53 additions and 0 deletions
+1
View File
@@ -133,6 +133,7 @@ async def detect_known_engine(
) -> List[MaigretSite]:
try:
r = requests.get(url_mainpage)
logger.debug(r.text)
except Exception as e:
logger.warning(e)
print("Some error while checking main page")