Convivea

Bit Che => Scripts & Development => Topic started by: ColimaSantiago on April 20, 2009, 09:56:08 pm

Title: span class="s1" in MiniNova results
Post by: ColimaSantiago on April 20, 2009, 09:56:08 pm
In Bit Che's search results, the Name column for rows contributed by MiniNova is littered with things like <span class="s1">.

For an example, search for "daily show 09 04 20" and have a look at any of the MiniNova rows.

Don't know whether this began with an update of Bit Che's scripts or a change to the MiniNova user interface.

Is anyone working on / planning to work on this?
Title: Re: span class="s1" in MiniNova results
Post by: chip! on April 21, 2009, 02:04:03 pm
thanks.. this looks like a bug with the 1.0 build 60's HTML scrubber... for the time being, i've updated the script to manually remove those "<span" links.
Title: Re: span class="s1" in MiniNova results
Post by: ColimaSantiago on April 22, 2009, 04:04:29 am
Looks like that did the trick. Thanks.
Title: Re: span class="s1" in MiniNova results
Post by: TheHalf™ on April 22, 2009, 10:40:50 am
Looks like that did the trick. Thanks.

Good catch ColimaSantiago and nice fix chip.

TheHalf™
Title: Re: span class="s1" in MiniNova results
Post by: Otik on August 08, 2009, 12:42:40 am
Can you explain me, how remove "<span"?
thx

thanks.. this looks like a bug with the 1.0 build 60's HTML scrubber... for the time being, i've updated the script to manually remove those "<span" links.

Title: Re: span class="s1" in MiniNova results
Post by: Bovski on August 26, 2009, 01:26:16 am
well assuming <span is held in the variable t then
Code: [Select]
t=replace(t,<span,)

would do the trick