add fc2club

This commit is contained in:
tojito
2021-07-19 01:04:50 +08:00
parent 99e9cfc5bf
commit 9ed239105a
5 changed files with 122 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
from os import replace
import requests
import hashlib
import pathlib
@@ -583,3 +584,4 @@ def abs_url(base_url: str, href: str) -> str:
if href.startswith('http'):
return href
return urljoin(base_url, href)