online fixes for ruby
This commit is contained in:
@@ -34,7 +34,7 @@ def fbfeedelement(h):
|
||||
return art
|
||||
|
||||
|
||||
def fbfeed(url, raw):
|
||||
def fbfeed(url, raw, params={}):
|
||||
js = json.loads(raw)
|
||||
arts=[]
|
||||
u=urlparse.urlparse(url)
|
||||
|
||||
Reference in New Issue
Block a user