SourceForge.net
2011-08-02 09:05:27 UTC
Bugs item #3384336, was opened at 2011-08-02 11:05
Message generated for change (Tracker Item Submitted) made by ullmus
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424135&aid=3384336&group_id=39046
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: tv_grab_huro
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: nagy ullmus (ullmus)
Assigned to: Zsolt Bagoly (zbagoly)
Summary: _huro parse wrong date value in xml in some circumstances
Initial Comment:
If the description of the program is in this form:
"1100 év Európa közepén (magyar ism. sor., 41. rész, 1996) - Felső-Zemplén, ruszinok földje"
(from m1 tv)
tv_grab_huro return:
</programme>
<programme start="20110802181000 +0200" stop="20110802184000 +0200" channel="002.port.hu">
<title lang="hu">1100 év Európa közepén</title>
<desc lang="hu">1100 év Európa közepén (magyar ism. sor., 41. rész, 1996) - Felső-Zemplén, ruszinok földje</desc>
<date>1100</date>
<category lang="en">Educational</category>
<category lang="hu">Oktatás</category>
</programme>
with "1100" in date tag instead of "1996".
This always happens when the program description will appear with a number formats [12][0-9]{3} outside the bracket. eg "1000 miles to ..." or something like that.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424135&aid=3384336&group_id=39046
Message generated for change (Tracker Item Submitted) made by ullmus
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424135&aid=3384336&group_id=39046
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: tv_grab_huro
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: nagy ullmus (ullmus)
Assigned to: Zsolt Bagoly (zbagoly)
Summary: _huro parse wrong date value in xml in some circumstances
Initial Comment:
If the description of the program is in this form:
"1100 év Európa közepén (magyar ism. sor., 41. rész, 1996) - Felső-Zemplén, ruszinok földje"
(from m1 tv)
tv_grab_huro return:
</programme>
<programme start="20110802181000 +0200" stop="20110802184000 +0200" channel="002.port.hu">
<title lang="hu">1100 év Európa közepén</title>
<desc lang="hu">1100 év Európa közepén (magyar ism. sor., 41. rész, 1996) - Felső-Zemplén, ruszinok földje</desc>
<date>1100</date>
<category lang="en">Educational</category>
<category lang="hu">Oktatás</category>
</programme>
with "1100" in date tag instead of "1996".
This always happens when the program description will appear with a number formats [12][0-9]{3} outside the bracket. eg "1000 miles to ..." or something like that.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424135&aid=3384336&group_id=39046