Support for a site request thread (3 Viewers)

doskabouter

Development Group
  • Team MediaPortal
  • September 27, 2009
    4,566
    2,938
    Nuenen
    Home Country
    Netherlands Netherlands
    Ah :oops: , forgot a piece of a regex.

    Fixed now, and what do I want? A virtual beer?
     

    DetrieZ

    Portal Member
    June 11, 2011
    28
    2
    Home Country
    United States of America United States of America
    I have been searching for a live streaming network television site and I've found it.

    Livepage.info is a live streaming TV site. It includes live local news, network TV channels and is country specific.

    Unless there is already something configured for Live Streaming TV... I think adding this could be the final nail in the coffin of my cable company subscription



    Thank you
     

    DetrieZ

    Portal Member
    June 11, 2011
    28
    2
    Home Country
    United States of America United States of America
    Yes, I've been playing with wwitv but I find not all of the channels offered on their site are available in onlinevideos. I may be wrong and will continue to play with wwitv. I also need to find "my" local channels thereof they exist
     

    Physje

    MP Donator
  • Premium Supporter
  • February 9, 2011
    21
    1
    Home Country
    Netherlands Netherlands
    Support needed for HumorTV.nl

    I need some help with a Dutch site : HumorTV.nl.
    Getting the categories, subcategories and videolist is not a problem, but I don't succeed getting the video-url.
    Anyone a suggestion how to get the video-url from the video-page?

    Regards,
    Matthijs

    Code:
    <Site name="HumorTV" util="GenericSite" agecheck="false" enabled="true" lang="nl">
      <Description>VARA HumorTV</Description>
      <Configuration>
        <item key="dynamicSubCategoriesRegEx"><![CDATA[(?<=<option\svalue="">Kies\s.*)<option\svalue="(?<url>[^"]*)">(?<title>[^<]*)</option>]]></item>
        <item key="videoListRegEx"><![CDATA[(?<=<h2\sclass="csc-firstHeader">\sAlle\svideo's</h2>.*)<a\shref="(?<VideoUrl>[^"]*)">\s*<center><img\ssrc="(?<ImageUrl>[^"]*)"\swidth="[^"]+"\sheight="[^"]+"\sborder="0"\salt="(?<Description>[^"]*)"\stitle="(?<Title>[^"]*)"\s/></center>\s*<span\sclass="time">(?<Duration>[^<]*)</span>]]></item>
        <item key="baseUrl"><![CDATA[http://humortv.vara.nl]]></item>
      </Configuration>
      <Categories>
        <Category xsi:type="RssLink" name="Cabaretvideo's">http://humortv.vara.nl/pg.22.cabaretvideos.html</Category>
        <Category xsi:type="RssLink" name="TV-video's">http://humortv.vara.nl/pg.24.tv-videos.html</Category>
      </Categories>
    </Site>
     

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,566
    2,938
    Nuenen
    Home Country
    Netherlands Netherlands
    try this:
    Code:
        <item key="playlistUrlRegEx"><![CDATA[so\.addVariable\("config",\s"c(?<url>[^"]*)"\);]]></item>
        <item key="playlistUrlFormatString"><![CDATA[http://humortv.vara.nl/p{0}]]></item>
        <item key="fileUrlRegEx"><![CDATA[<location>(?<m0>[^<]*)</location>]]></item>
     

    Physje

    MP Donator
  • Premium Supporter
  • February 9, 2011
    21
    1
    Home Country
    Netherlands Netherlands
    Thanks... that did the trick. Now I have to figure out how you did it :)

    I'll fix some other issues and publish it online.
     

    Users who are viewing this thread

    Top Bottom