Module mangdl.api.providers.danke
Expand source code
scanlator = "Danke fürs Lesen"
base_url = "https://danke.moe"
template = "guya"
def links_fn(rmh):
return {"md": rmh("Link").select_one("a")["href"]}
Functions
def links_fn(rmh)
-
Expand source code
def links_fn(rmh): return {"md": rmh("Link").select_one("a")["href"]}