diff --git a/CHANGELOG.md b/CHANGELOG.md index 642f792..499d6ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +* [v1.14.0](https://github.com/newt-sc/a4kStreaming/releases/tag/plugin.video.a4kstreaming%2Fplugin.video.a4kstreaming-1.14.0): + * Fix hash check issues + * [v1.13.0](https://github.com/newt-sc/a4kStreaming/releases/tag/plugin.video.a4kstreaming%2Fplugin.video.a4kstreaming-1.13.0): * Allow "More like this" to be used without IMMDb token * Add more TVShows info on titles listing diff --git a/a4kStreaming/provider.py b/a4kStreaming/provider.py index 91a5c01..feae0bc 100644 --- a/a4kStreaming/provider.py +++ b/a4kStreaming/provider.py @@ -205,7 +205,7 @@ def get_sources(key): if len(results) <= 0: return - hashes = [item['hash'].lower() for item in results] + hashes = [item['hash'].lower().strip('"\'\\/') for item in results] def check_pm(apikey): try: diff --git a/addon.xml b/addon.xml index 7bcf187..614f043 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ @@ -32,6 +32,9 @@ Designed for low-end devices and Estuary skin. screenshot-06.jpg +[v1.14.0]: + * Fix hash check issues + [v1.13.0]: * Allow "More like this" to be used without IMMDb token * Add more TVShows info on titles listing diff --git a/packages/addons.xml b/packages/addons.xml index e02f5fe..4b74be3 100644 --- a/packages/addons.xml +++ b/packages/addons.xml @@ -4,7 +4,7 @@ @@ -35,6 +35,9 @@ Designed for low-end devices and Estuary skin. screenshot-06.jpg +[v1.14.0]: + * Fix hash check issues + [v1.13.0]: * Allow "More like this" to be used without IMMDb token * Add more TVShows info on titles listing diff --git a/packages/addons.xml.crc b/packages/addons.xml.crc index 8d74928..892cada 100644 --- a/packages/addons.xml.crc +++ b/packages/addons.xml.crc @@ -1 +1 @@ -cbdb4fe320d001452159c3f12d845760e39e3e39 \ No newline at end of file +b96952734847ad4837f0ecf9774df35e376351d5 \ No newline at end of file