Took away too much output
This commit is contained in:
parent
409e3b2fbf
commit
63ddaf8b4a
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue