diff --git a/recipes/tls_mag.recipe b/recipes/tls_mag.recipe
index 6114bce8d2..041df92226 100644
--- a/recipes/tls_mag.recipe
+++ b/recipes/tls_mag.recipe
@@ -117,6 +117,14 @@ class tls(BasicNewsRecipe):
if 'bookdetails' in prim and prim['bookdetails']:
bks += '
'
+ for a in prim['bookdetails']:
+ for x, y in a.items():
+ if isinstance(y, str):
+ if x == 'imageurl':
+ bks += ''.format(y)
+ elif y:
+ bks += '