Projects STRLCPY maigret Commits 4333c40b
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    maigret/resources/data.json
    skipped 26192 lines
    26193 26193   "usernameClaimed": "iX_lqhcobUBvM2S671_RyA",
    26194 26194   "usernameUnclaimed": "noonewouldeverusethis7",
    26195 26195   "checkType": "message"
     26196 + },
     26197 + "Wigle": {
     26198 + "urlSubpath": "/phpbb",
     26199 + "urlMain": "https://wigle.net",
     26200 + "engine": "phpBB/Search",
     26201 + "usernameClaimed": "arkasha",
     26202 + "usernameUnclaimed": "noonewouldeverusethis7"
     26203 + },
     26204 + "Reddit Search (Pushshift)": {
     26205 + "urlMain": "https://camas.github.io/",
     26206 + "url": "https://camas.github.io/reddit-search/#{{\"author\":\"{username}\",\"resultSize\":100}}",
     26207 + "urlProbe": "https://api.pushshift.io/reddit/comment/search?html_decode=true&author={username}&size=100",
     26208 + "usernameClaimed": "arkasha",
     26209 + "source": "Reddit",
     26210 + "checkType": "message",
     26211 + "usernameUnclaimed": "noonewouldeverusethis7",
     26212 + "presenseStrs": [
     26213 + "all_awardings"
     26214 + ],
     26215 + "absenceStrs": [
     26216 + "\"data\": []"
     26217 + ]
     26218 + },
     26219 + "pornsavant.com": {
     26220 + "urlMain": "https://pornsavant.com",
     26221 + "engine": "vBulletin",
     26222 + "usernameClaimed": "alex",
     26223 + "usernameUnclaimed": "noonewouldeverusethis7"
     26224 + },
     26225 + "holodforum.ru": {
     26226 + "urlMain": "https://holodforum.ru",
     26227 + "engine": "vBulletin",
     26228 + "usernameClaimed": "alex",
     26229 + "usernameUnclaimed": "noonewouldeverusethis7"
     26230 + },
     26231 + "Weibo": {
     26232 + "absenceStrs": [
     26233 + "username_box\\",
     26234 + "info_list username\\"
     26235 + ],
     26236 + "presenseStrs": [
     26237 + "pf_username\\",
     26238 + "use_num\\"
     26239 + ],
     26240 + "url": "https://weibo.com/{username}",
     26241 + "urlMain": "https://weibo.com",
     26242 + "usernameClaimed": "clairekuo",
     26243 + "usernameUnclaimed": "noonewouldeverusethis7",
     26244 + "headers": {
     26245 + "Cookie": "SUB=_2AkMXyuc_f8NxqwJRmP8SyWPrbo13zAvEieKhlhbkJRMxHRl-123"
     26246 + },
     26247 + "checkType": "message"
    26196 26248   }
    26197 26249   },
    26198 26250   "engines": {
    skipped 204 lines
  • ■ ■ ■ ■ ■
    maigret/submit.py
    skipped 132 lines
    133 133  ) -> List[MaigretSite]:
    134 134   try:
    135 135   r = requests.get(url_mainpage)
     136 + logger.debug(r.text)
    136 137   except Exception as e:
    137 138   logger.warning(e)
    138 139   print("Some error while checking main page")
    skipped 206 lines
Please wait...
Page is in error, reload to recover