ShephedProject / shepherd

Shepherd delivers reliable, high-quality Australian TV guide data (EPG).
Other
20 stars 14 forks source link

the --set-icons option doesn't get logo_list.txt correctly #24

Closed daehenoc closed 3 years ago

daehenoc commented 3 years ago

Hi,

I used the --set-icons option to get TV channel icons, and noticed that shepherd attempts to download the logo_list.txt web page from github, instead of the raw logo_list.txt file. Here is the patch that fixes this issue:

--- postprocessors/add_channel_icons/add_channel_icons.orig 2020-10-27 17:56:24.973306809 +1000 +++ postprocessors/add_channel_icons/add_channel_icons 2020-10-27 17:56:53.033496924 +1000 @@ -148,7 +148,7 @@ sub load_logo_list {

fetch icon styles

Cheers!

thiakil commented 3 years ago

This was solved already by #18