Help with next page regex (1 Viewer)

oshri

Portal Member
November 29, 2010
48
0
Home Country
Israel Israel
Hi,
I'm using the generic site creator to add a channel to online videos.
It's all working great exept for the next page regex.
The next page use javascript such as:
<SPAN id="Master_ContentPlaceHolder1_MainTabs1_ctl00_ucPagingList_1_span1">&nbsp;&nbsp;<img

src='/Images/paging_dilim.gif' alt='' title='' /></SPAN><a onclick="__fillHiddenFields(2,

'Master_ContentPlaceHolder1_MainTabs1_ctl00_ucPagingList_1_CurrentPageNumber'); ;"

id="Master_ContentPlaceHolder1_MainTabs1_ctl00_ucPagingList_1_link2" class="linkButton"

href="javascript:__doPostBack('Master$ContentPlaceHolder1$MainTabs1$ctl00$ucPagingList_1

$link2','')">2</a><SPAN

id="Master_ContentPlaceHolder1_MainTabs1_ctl00_ucPagingList_1_span2">&nbsp;&nbsp;<img

src='/Images/paging_dilim.gif' alt='' title='' /></SPAN>

i think that the relevant line is :
javascript:__doPostBack('Master$ContentPlaceHolder1$MainTabs1$ctl00$ucPagingList_1

$link2','')
but i might be wrong...

Is there any possibility that i could make the next page regex to work?

Thanks allot for the great plugin and for all of your support
Oshri
 

offbyone

Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    Seems like the next page is retrieved via a postback. In this case you'll have to implement your own util in c# where you can contruct the correct postback data (might not be easy as this looks like asp.net viewstate stuff here).
     

    Users who are viewing this thread

    Top Bottom