mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 17:59:43 +02:00
made it more user frendly using a placeholdertext
This commit is contained in:
@@ -24,8 +24,6 @@ def scrape_steamrip_links(text = None):
|
||||
name = gamehtml.find("a", href=lambda x: x and x.startswith("/"))
|
||||
names += re.findall('(?<=\/">)[^<]*', name.__str__())
|
||||
|
||||
print(names)
|
||||
|
||||
|
||||
|
||||
# construct the list[dict[str,str]]
|
||||
|
||||
Reference in New Issue
Block a user