I am try to generate a proper pattern. But I couldn't find it.
http://www.sporx.com/tvdebugun/
in this site. i try to capture
I am using c#. I just created this pattern to capture each lists information's.
string pattern =@"<li class="(odd|even)">(.*)<span class="ch-type">(.*)<\/span>(.*)<span class="ch-time">(.*)<\/span>(.*)<div class="ch-desc">(.*)<span class="ch-name">(.*)<\/span>(.*)<span class="ch-text">(.*)<\/span>(.*)<\/div><\/li>"
thanks.