diff --git a/connectors.py b/connectors.py
index efd1d62..7ace34d 100644
--- a/connectors.py
+++ b/connectors.py
@@ -392,7 +392,7 @@ class YggTorrent(Connector):
'href': url['href'],
'name': url.string,
'comment': '%s' %
- (url['href'], tds[3].string),
+ (url['href'], tds[3].decode_contents()),
'link': ''
''
'' % (self.base_url, re.search(r'/(\d+)', url['href']).group(1)),