#143 due to the number of volumes with matching names, recent x-man and spider-man series are not in the default number of return results from comicvine,
This was fixed by increasing the number of return results, but #189 is missing this fix.
Its a simple as adding
params = {
...
'page': 1,
'limit': 100
}