oe-alliance / XMLTV-Import

Import's EPG data from rytec xml data sources.
15 stars 37 forks source link

Bug (and patch solving it) using epg.dat source #11

Closed antony84 closed 7 years ago

antony84 commented 7 years ago

Hi, i found a bug using dat source. When using "twisted thread for DAT file" the file .gz downloaded is deleted before it has to be decompressed.

The solution is very easy. At line 176 of EPGImport.py "return" command has to be moved one tab back, that is it has to return in both case of "if" statement. It may be an oversight!

antony84 commented 7 years ago

Here the log showing the error:

epgimport.log.txt