Hello James,
there is again a problem with the tvtoday website - and this time I don't seem to solve it...
In some cases (especially on series) behind the title a subtitle is written, as seen here e.g. (bold red text):
These entries aren't parsed with the existing template. But if I change the template by e.g. adding
the others (where no subtitle exists) aren't parsed...
So I tried to add a second template but that didn't work either...
Do you or anybody else have an idea?

there is again a problem with the tvtoday website - and this time I don't seem to solve it...
In some cases (especially on series) behind the title a subtitle is written, as seen here e.g. (bold red text):
Code:
<tr valign="top">
<td style="border-left: 2px solid white; border-right: 2px solid white; border-bottom: 2px solid white; text-align: center;" width="45">
<span class="tv-sendung-uhrzeit">10.35<br>-<br>11.05</span>
</td>
<td style="border-right: 2px solid white; border-bottom: 2px solid white;" align="center" width="50">
<img style="position: relative;" src="http://images.tvtoday.de/img/program/logos/arte.gif" id="channel_logo_arte" alt="arte" class="channel_logo">
<script language="Javascript">
<!--
new Draggable("channel_logo_arte", {
revert:true,
onStart:function(draggable) {
StopFiring.init(draggable.element);
}
}
)
//-->
</script>
</td>
<td style="border-bottom: 2px solid white;"><a href="javascript: detailPopup('10747740');" class="tv-sendung-titel">Janoschs Traumstunde</a> [B][COLOR="Red"]<span class="tv-sendung-info">Kleines Schiff Pyjamahose; Das Seepferdchenrennen</span>[/COLOR][/B] <br>
<span class="tv-sendung-info">(<a href="/program2007?format=channel&channelId=ARTE&offset=0"><b>Arte</b></a>) 30 Min.
Showview 5-601-632<br>
Zeichentrickserie
</span>
</td>
<td style="border-right: 2px solid white; border-bottom: 2px solid white;" align="center" width="50">
<a href="javascript: addToMyTv('mytv_10747740');"><img src="http://images.tvtoday.de/img/program/zu_my_tv.gif" class="icon_mytv" id="mytv_10747740" border="0" height="24" vspace="5" width="24"></a><br>
</td>
</tr>
These entries aren't parsed with the existing template. But if I change the template by e.g. adding
Code:
<span><#SUBTITLE></span>
So I tried to add a second template but that didn't work either...
Do you or anybody else have an idea?