Skip to content

Commit 63fa493

Browse files
committed
Remove murl that doesn't seem to be required any more
1 parent 8f10f66 commit 63fa493

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Contents/Code/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,6 @@ def update(self, metadata, media, lang, force=False):
462462
date = self.getDateFromString(self.getStringContentFromXPath(r, '//li[contains (., "{0}")]/span[2]//text()'.format(ctx['REL_DATE_INFO']).decode('utf-8')))
463463
title = self.getStringContentFromXPath(r, '//h1[contains (@class, "adbl-prod-h1-title")]/text()')
464464
rating = self.getStringContentFromXPath(r, '//span[contains (@class, "rating-average")]/text()')
465-
murl = self.getAnchorUrlFromXPath(r, 'div/div/div/div/a[1]')
466465
thumb = self.getImageUrlFromXPath(r, 'div/div/div/div/div/img')
467466
author = self.getStringContentFromXPath(r, '//li//a[contains (@class,"author-profile-link")][1]')
468467
narrator = self.getStringContentFromXPath(r, '//li[contains (., "{0}")]//span[2]'.format(ctx['NAR_BY_INFO'])).strip().decode('utf-8')

0 commit comments

Comments
 (0)