Projects STRLCPY maigret Commits 262f97ce
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    maigret/checking.py
    skipped 763 lines
    764 764   semaphore,
    765 765   db: MaigretDatabase,
    766 766   silent=False,
     767 + proxy=None,
    767 768   tor_proxy=None,
    768 769   i2p_proxy=None,
    769 770  ):
    skipped 19 lines
    789 790   forced=True,
    790 791   no_progressbar=True,
    791 792   retries=1,
     793 + proxy=proxy,
    792 794   tor_proxy=tor_proxy,
    793 795   i2p_proxy=i2p_proxy,
    794 796   )
    skipped 50 lines
    845 847   logger,
    846 848   silent=False,
    847 849   max_connections=10,
     850 + proxy=None,
    848 851   tor_proxy=None,
    849 852   i2p_proxy=None,
    850 853  ) -> bool:
    skipped 8 lines
    859 862   
    860 863   for _, site in all_sites.items():
    861 864   check_coro = site_self_check(
    862  - site, logger, sem, db, silent, tor_proxy, i2p_proxy
     865 + site, logger, sem, db, silent, proxy, tor_proxy, i2p_proxy
    863 866   )
    864 867   future = asyncio.ensure_future(check_coro)
    865 868   tasks.append(future)
    skipped 21 lines
  • ■ ■ ■ ■ ■
    maigret/maigret.py
    skipped 547 lines
    548 548   db,
    549 549   site_data,
    550 550   logger,
     551 + proxy=args.proxy,
    551 552   max_connections=args.connections,
    552 553   tor_proxy=args.tor_proxy,
    553 554   i2p_proxy=args.i2p_proxy,
    skipped 177 lines
  • ■ ■ ■ ■ ■
    maigret/resources/data.json
    skipped 19921 lines
    19922 19922   "porn",
    19923 19923   "us"
    19924 19924   ],
    19925  - "checkType": "status_code",
     19925 + "checkType": "message",
     19926 + "presenseStrs": [
     19927 + "user-info-section"
     19928 + ],
     19929 + "absenceStrs": [
     19930 + "User not found"
     19931 + ],
    19926 19932   "alexaRank": 136,
    19927 19933   "urlMain": "https://xhamster.com",
    19928 19934   "url": "https://xhamster.com/users/{username}",
    skipped 8763 lines
Please wait...
Page is in error, reload to recover