Skip to content

Commit

Permalink
DealExtreme API changed (to a more IRC-bot suitable form!!!).
Browse files Browse the repository at this point in the history
  • Loading branch information
kipe committed Mar 9, 2016
1 parent 31baaf4 commit 6bcee09
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 359 deletions.
2 changes: 1 addition & 1 deletion pyfibot/modules/module_urltitle.py
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ def _handle_dealextreme(url):
return

product = data['products'][0]
name = product['headLine']
name = product['shortHeadline']
price = float(product['price'].replace(u'€', ''))

if product['reviewCount'] > 0:
Expand Down

0 comments on commit 6bcee09

Please sign in to comment.