mcondorx
Results
1
issues of
mcondorx
I found a minor bug in handling the common episode-number. The code generates: `SSH01915214E163` It should be: `S73E163` The simple change is to line #223: `episodeNum = "S" + str(event["seriesId"]).zfill(2)...