Fix Darwin build and update Shared

This commit is contained in:
j 2014-09-30 22:25:10 +02:00
commit 0ec7e7cc9e
97 changed files with 294 additions and 219 deletions

View file

@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
# vi:si:et:sw=4:sts=4:ts=4
from __future__ import print_function
import re
import time
@ -44,6 +45,6 @@ def get_show_data(url):
'title':episode[5],
}
except:
print "oxweb.epguides failed,", url
print("oxweb.epguides failed,", url)
return r