diff --git a/mylar/getcomics.py b/mylar/getcomics.py index ac5bbbe1..c1e77dfc 100644 --- a/mylar/getcomics.py +++ b/mylar/getcomics.py @@ -105,6 +105,8 @@ class GC(object): if '//' in size: nwsize = size.find('//') size = re.sub('\[', '', size[:nwsize]).strip() + if any([size == '-M', size == '-G']): + size = '0 M' i+=1 dateline = f.find('time') datefull = dateline['datetime']