mirror of
https://github.com/DragoonAethis/itch-dl.git
synced 2024-12-21 02:21:52 +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…
Reference in New Issue
Block a user