mirror of
https://github.com/DragoonAethis/itch-dl.git
synced 2025-01-21 09:21:12 +01:00
Add support for infobox "Code license" entries
This commit is contained in:
parent
49ad7a719c
commit
779d5729c3
@ -75,6 +75,8 @@ def parse_tr(name: str, content: BeautifulSoup) -> Optional[Tuple[str, Any]]:
|
||||
return "tools", parse_links(content)
|
||||
elif name == "License":
|
||||
return "license", parse_links(content)
|
||||
elif name == "Code license":
|
||||
return "code_license", parse_links(content)
|
||||
elif name == "Asset license":
|
||||
return "asset_license", parse_links(content)
|
||||
elif name == "Tags":
|
||||
|
Loading…
x
Reference in New Issue
Block a user