Projects STRLCPY maigret Commits a468cb1c
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    maigret/report.py
    skipped 341 lines
    342 342   
    343 343   for website_name in results:
    344 344   dictionary = results[website_name]
     345 + if not dictionary:
     346 + continue
    345 347   result_status = dictionary.get("status")
    346  - if result_status.status != QueryStatus.CLAIMED:
     348 + if not result_status or result_status.status != QueryStatus.CLAIMED:
    347 349   continue
    348 350   
    349 351   stripped_tags = list(map(lambda x: x.strip(), result_status.tags))
    skipped 35 lines
  • ■ ■ ■ ■ ■ ■
    maigret/resources/data.json
    skipped 13034 lines
    13035 13035   "us"
    13036 13036   ],
    13037 13037   "headers": {
    13038  - "authorization": "Bearer BQByrCKSP2EVMFJjCO-4jdyVPu3jbr_PbMVd81u1MdGRPHOPIdLTUZDLgoHDKhIMrK0HCShUA4QNfSHxv4o"
     13038 + "authorization": "Bearer BQB2-7eTXELo9F-na1La0I286JG5MpvElF5fQE_teYchfGXgxlVCie_wD4tGR7b6XedgiH7cOQY_PG4YC5Y"
    13039 13039   },
    13040 13040   "errors": {
    13041 13041   "Spotify is currently not available in your country.": "Access denied in your country, use proxy/vpn"
    skipped 1421 lines
    14463 14463   "sec-ch-ua": "Google Chrome\";v=\"87\", \" Not;A Brand\";v=\"99\", \"Chromium\";v=\"87\"",
    14464 14464   "authorization": "Bearer AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZz4puTs%3D1Zv7ttfk8LF81IUq16cHjhLTvJu4FA33AGWWjCpTnA",
    14465 14465   "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36",
    14466  - "x-guest-token": "1396424501630488578"
     14466 + "x-guest-token": "1397282274475978756"
    14467 14467   },
    14468 14468   "errors": {
    14469 14469   "Bad guest token": "x-guest-token update required"
    skipped 400 lines
    14870 14870   "video"
    14871 14871   ],
    14872 14872   "headers": {
    14873  - "Authorization": "jwt eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2MjE3Njk0NjAsInVzZXJfaWQiOm51bGwsImFwcF9pZCI6NTg0NzksInNjb3BlcyI6InB1YmxpYyIsInRlYW1fdXNlcl9pZCI6bnVsbH0.oKn3XeDZNA6uSPJ0_5Ca6Tt3_sShi4FEk1IdXBTc_Uo"
     14873 + "Authorization": "jwt eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2MjE5NzM5NDAsInVzZXJfaWQiOm51bGwsImFwcF9pZCI6NTg0NzksInNjb3BlcyI6InB1YmxpYyIsInRlYW1fdXNlcl9pZCI6bnVsbH0.te2LwkItSxRZMIfFYGRKj5ZUpyZaCIgnBpxgfjT2RTA"
    14874 14874   },
    14875 14875   "activation": {
    14876 14876   "url": "https://vimeo.com/_rv/viewer",
    skipped 13103 lines
Please wait...
Page is in error, reload to recover