Closed guycls closed 1 year ago
@srbaber added small fix for file thumbnails
Hey. Had to tweak the thumbnail logic...
Did you ever use the route selection tool on easynews... I'm thinking that's the difference between the urls: Mine: https://members.easynews.com/dl/iad/ Yours: https://members.easynews.com/dl/auto/
On Mon, Aug 7, 2023 at 12:51 PM guycls @.***> wrote:
Current thumbnail generation logic leads to broken thumbnail urls.
Expected output: ' https://th.easynews.com/thumbnails-279/pr-2790b226e1cedd7b47924e4587050f9809779f17c.jpg/th-Teen%20Titans%20-%203x11%20-%20%2337%20-%20Bunny%20Raven%20or%20How%20To%20Make%20a%20TitanAnimal%20Disappear.jpg '
You can view, comment on, or merge this pull request online at:
https://github.com/srbaber/xbmc-easynews/pull/37 Commit Summary
- 3d7cfe6 https://github.com/srbaber/xbmc-easynews/pull/37/commits/3d7cfe68b4b4bbc79f88c975af74f9868a4e04f9 fix thumb url
File Changes
(1 file https://github.com/srbaber/xbmc-easynews/pull/37/files)
- M plugin.video.easynews/easynewssearchhandler.py https://github.com/srbaber/xbmc-easynews/pull/37/files#diff-c1f6cfe5fb9c26ab9c5b4dc23c5461c56c4343a2a44500a61fa980007d702d43 (6)
Patch Links:
- https://github.com/srbaber/xbmc-easynews/pull/37.patch
- https://github.com/srbaber/xbmc-easynews/pull/37.diff
— Reply to this email directly, view it on GitHub https://github.com/srbaber/xbmc-easynews/pull/37, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJS4BVXNJVIPRZE7CDPS6ELXUEMJHANCNFSM6AAAAAA3HIIVYI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Current thumbnail generation logic leads to broken thumbnail urls.
E.g. file link:
https://members.easynews.com/dl/auto/443/2790b226e1cedd7b47924e4587050f9809779f17c77f4.avi/Teen%20Titans%20-%203x11%20-%20%2337%20-%20Bunny%20Raven%20or%20How%20To%20Make%20a%20TitanAnimal%20Disappear.avi
Output:
https://th.easynews.com/thumbnails-/27/pr-/2790b226e1cedd7b47924e4587050f9809779f17c.jpg/th-Teen%20Titans%20-%203x11%20-%20%2337%20-%20Bunny%20Raven%20or%20How%20To%20Make%20a%20TitanAnimal%20Disappear.jpg
Expected output: 'https://th.easynews.com/thumbnails-279/pr-2790b226e1cedd7b47924e4587050f9809779f17c.jpg/th-Teen%20Titans%20-%203x11%20-%20%2337%20-%20Bunny%20Raven%20or%20How%20To%20Make%20a%20TitanAnimal%20Disappear.jpg'