Information icon.png 寄付のお願い
現在、本Wikiは深刻な資金難に陥っています。(管理人の発言)
そのため、本Wiki存続のために寄付をお願いします。我々はチームになりつつあります。声なき声に力を。
寄付先
XMR:42V16ycnmYUScKJDLUmnCDZ2BrnPQrojzdBqVgFHdFw9e3pwxyzwhgMYaMBAXRDiYaNGh9Kuw2SxXKo6SMW935RUQEprark
LTC:ltc1qaxex5efs7pk25yke8m7e2qrwsj70lwv2nwjyd4

「利用者:Fet-Fe」の版間の差分

ナビゲーションに移動 検索に移動
>Fet-Fe
>Fet-Fe
44行目: 44行目:
from time import sleep
from time import sleep
from datetime import datetime
from datetime import datetime
from typing import Final


ROOT = "https://krsw-wiki.org"
ROOT: Final[str] = "https://krsw-wiki.org"
ARCHIVE = "https://archive.ph"
ARCHIVE: Final[str] = "https://archive.ph"
yobi = re.compile(r'\([日月火水木金土]\)')
yobi: re.Pattern = re.compile(r'\([日月火水木金土]\)')
archive_wip_url_re = re.compile(r'document\.location\.replace\(\"(https:\/\/archive\.ph\/wip\/\S+)\"\)')
archive_wip_url_re: re.Pattern = re.compile(r'document\.location\.replace\(\"(https:\/\/archive\.ph\/wip\/\S+)\"\)')


# curlコマンドでリクエストを送る
# curlコマンドでリクエストを送る
匿名利用者

案内メニュー