diff --git a/resources/contenters/KickAssSo.py b/resources/contenters/KickAssSo.py index 0bfa672..a639d9b 100644 --- a/resources/contenters/KickAssSo.py +++ b/resources/contenters/KickAssSo.py @@ -93,7 +93,6 @@ class KickAssSo(Content.Content): regex_tr = r'''title="Download torrent file" href="(.+?)" class=".+?">(.+?).+? in .+?">(.+?).+?(.+?).+?(\d+ .+?).+?(\d+?).+?(\d+?)''' for tr in re.compile(regex, re.DOTALL).findall(response): result=re.compile(regex_tr, re.DOTALL).findall(tr) - #print str(result) if result: (link, infolink, title, forum, size, date, seeds, leechers)=result[0] # main