remove print statement from metacritic
This commit is contained in:
parent
1e30569fb1
commit
f812a393ab
|
@ -29,7 +29,6 @@ def metacritic(inp):
|
||||||
title_safe = http.quote_plus(title)
|
title_safe = http.quote_plus(title)
|
||||||
|
|
||||||
url = 'http://www.metacritic.com/search/%s/%s/results' % (cat, title_safe)
|
url = 'http://www.metacritic.com/search/%s/%s/results' % (cat, title_safe)
|
||||||
print url
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
doc = http.get_html(url)
|
doc = http.get_html(url)
|
||||||
|
|
Loading…
Reference in New Issue