From 246fcc57ccc3db34b635a575e4d3a16df02bbd15 Mon Sep 17 00:00:00 2001 From: Bipin <87369440+bipinkrish@users.noreply.github.com> Date: Thu, 23 Feb 2023 17:04:42 +0530 Subject: [PATCH] Update fulfill.py --- setup/fulfill.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/fulfill.py b/setup/fulfill.py index bfe02c5..ff657cc 100644 --- a/setup/fulfill.py +++ b/setup/fulfill.py @@ -47,6 +47,7 @@ def download(replyData): try: metadata_node = adobe_fulfill_response.find("./%s/%s/%s" % (adNS("fulfillmentResult"), adNS("resourceItemInfo"), adNS("metadata"))) book_name = metadata_node.find("./%s" % (adDC("title"))).text + book_name = ''.join([c for c in book_name if c not in '\/:*?"<>|']) except: book_name = "Book"