NextPageRegex (1 Viewer)

oshri

Portal Member
November 29, 2010
48
0
Home Country
Israel Israel
Hi,
I didn't understand how to use the NextPageRegex.
I know i need to add in the end of the url &page\d{1} but it gives me an error.
I'm doing something wrong probably...

and two more questions:
1. How can i add thumb to an online channel?
2. is there a possibility to add 1 to the url? for example i need

áàééøï îéðëï äáéñä àú áåëåí - ååàìä! ðé÷ìåãéàåï â'åðéåø09

to turn into

áàééøï îéðëï äáéñä àú áåëåí - ååàìä! ðé÷ìåãéàåï â'åðéåø10

which only add 1 to the last number.

Thanks
Oshri
 

offbyone

Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    AW: NextPageRegex

    If you need paging where the links cannot be taken directly out of the html, but need some kind of processing logic, you'll have to write your own c# util. But if the page your are parsing provides paging the number should hide somewhere?
    Thumbs for videos have a regex group in the videoListRegEx named 'ImageUrl'.
     

    oshri

    Portal Member
    November 29, 2010
    48
    0
    Home Country
    Israel Israel
    thanks for the answer.

    I know about imageUrl, i ment a thumb for the site
     

    offbyone

    Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    AW: NextPageRegex

    Thumb for the site must simply have the same name as the site and put in
    Code:
    c:\ProgramData\Team MediaPortal\MediaPortal\thumbs\OnlineVideos\Icons\
     

    Users who are viewing this thread

    Top Bottom