mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-13 18:05:39 +00:00
Makefile, some fixes
This commit is contained in:
+6
-1
@@ -1,6 +1,11 @@
|
||||
import asyncio
|
||||
import logging
|
||||
from mock import Mock
|
||||
|
||||
try:
|
||||
from mock import Mock
|
||||
except ImportError:
|
||||
from unittest.mock import Mock
|
||||
|
||||
import re
|
||||
import ssl
|
||||
import sys
|
||||
|
||||
@@ -7883,11 +7883,14 @@
|
||||
],
|
||||
"checkType": "message",
|
||||
"absenceStrs": [
|
||||
"@context\": \"https://schema.org"
|
||||
"https://likee.video/@/"
|
||||
],
|
||||
"alexaRank": 1072749,
|
||||
"urlMain": "https://likee.com",
|
||||
"url": "https://likee.com/user/@{username}/",
|
||||
"presenseStrs": [
|
||||
"user_name"
|
||||
],
|
||||
"alexaRank": 38032,
|
||||
"url": "https://likee.video/@{username}",
|
||||
"urlMain": "https://likee.video",
|
||||
"usernameClaimed": "adam",
|
||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user