Took away too much output

This commit is contained in:
mez 2025-09-07 08:02:41 +01:00
parent 409e3b2fbf
commit 63ddaf8b4a

View file

@ -14,6 +14,7 @@ def typography(thestring):
return re.sub(" / ","/",re.sub(" \(.*\)","",re.sub(" - ","",re.sub(" "," ",re.sub("\.\.\.","",re.sub("'","",re.sub(" = .*","",thestring))))))) return re.sub(" / ","/",re.sub(" \(.*\)","",re.sub(" - ","",re.sub(" "," ",re.sub("\.\.\.","",re.sub("'","",re.sub(" = .*","",thestring)))))))
for item in rawlist: for item in rawlist:
print("Fetching " + str(thenumber) + " of " + str(maxno))
theitem = {} theitem = {}
theitem["artist"] = typography(item.release.artists[0].name) theitem["artist"] = typography(item.release.artists[0].name)
theitem["title"] = typography(item.release.title) theitem["title"] = typography(item.release.title)