From: Roland Häder Date: Thu, 10 Apr 2025 15:54:32 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=af7c9f52da72840a57ebd8420a2c09b7532ff50e;p=fba.git Continued: - fedilist.com has updated their URL to https:// and no demo anymore --- diff --git a/fba/commands.py b/fba/commands.py index e0b662f..cc42fc9 100644 --- a/fba/commands.py +++ b/fba/commands.py @@ -1503,7 +1503,7 @@ def fetch_fedilist(args: argparse.Namespace) -> int: logger.debug("Invoking locking.acquire() ...") locking.acquire() - source_domain = "demo.fedilist.com" + source_domain = "fedilist.com" if sources.is_recent(source_domain): logger.info("API from source_domain='%s' has recently being accessed - EXIT!", source_domain) return 1 @@ -1511,10 +1511,10 @@ def fetch_fedilist(args: argparse.Namespace) -> int: logger.debug("source_domain='%s' has not been recently used, marking ...", source_domain) sources.update(source_domain) - url = f"http://{source_domain}/instance/csv?onion=not" + url = f"https://{source_domain}/instance/csv?onion=not" if args.software not in [None, ""]: logger.debug("args.software='%s'", args.software) - url = f"http://{source_domain}/instance/csv?software={args.software}&onion=not" + url = f"https://{source_domain}/instance/csv?software={args.software}&onion=not" logger.info("Fetching url='%s' ...", url) rows = network.fetch_csv_rows(url) diff --git a/fba/helpers/software.py b/fba/helpers/software.py index 84a0a94..d41d09f 100644 --- a/fba/helpers/software.py +++ b/fba/helpers/software.py @@ -84,6 +84,7 @@ _misskey_aliases = [ "barkle", "yojo-art", "forkey", + "lockpick", ] # Aliases for pleroma