Support for a site request thread (1 Viewer)

doskabouter

Development Group
  • Team MediaPortal
  • September 27, 2009
    4,600
    2,996
    Nuenen
    Home Country
    Netherlands Netherlands
    @doskabouter
    maybe you should wait a few days until they have everything finished. Its a shame for your hard work.
    cheers

    Indeed, that was exactly the thought I should have 1 and a half hour ago.
    It is a hell to test regexes when the site doesn't respond normally half the time...

    Thanks Doskabouter,

    Does this mean i can expect it in the next release of the plugin or can i obtain the channel addition before that and implement it myself??? It's the first time i post a request so forgive me for being ignorand.:sorry:

    regards,

    Leon.


    I feel nice today
    add this to the onlinevideosites.xml
    Code:
        <Site name="Sesamestreet" util="SesameStreet" agecheck="false" enabled="true" lang="de">
          <Description></Description>
          <Categories />
        </Site>
     

    Attachments

    • OnlineVideos.rar
      30.6 KB

    LordMerlin

    Portal Pro
    November 16, 2007
    559
    22
    Rostov-na-Donu
    Home Country
    Russian Federation Russian Federation
    <Site name="video.yandex.ru" util="GenericSite" agecheck="false" enabled="true" lang="ru">
    <Description>Яндекс.Видео — сервис Яндекса, где вы можете искать видеоролики во всём интернете, смотреть самые популярные ролики российского интернета, загружать свои ролики, собирать коллекции роликов, участвовать в обсуждениях. </Description>
    <Configuration>
    <item key="searchUrl"><![CDATA[http://video.yandex.ru/users/{0}/view/]]></item>
    <item key="fileUrlRegEx"><![CDATA[mediaURL=(?<url>[^&]*)]]></item>
    <item key="fileUrlFormat"><![CDATA[{0}]]></item>
    </Configuration>
    <Categories>
    <Category xsi:type="RssLink" name="Recent" thumb="">http://video.yandex.ru/recent/rss/</Category>
    </Categories>
    </Site>
     

    offbyone

    Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    I just checked it.
    Sorry to say, but this site hides the actual file url and protects it with a token. You would need to write c# code (a new Util) to get this supported.
     

    LordMerlin

    Portal Pro
    November 16, 2007
    559
    22
    Rostov-na-Donu
    Home Country
    Russian Federation Russian Federation
    So without special coding will not work? Pity.
    And maybe help script for XBMC, it seems to work. Can it be as it used?
     

    Attachments

    • VIDEO.YANDEX.RU.zip
      30.6 KB

    offbyone

    Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    Yes this script is helpful, won't take too much effort to take the needed parts and convert them to c#.

    def parse_videosearch(work_url) (python from xbmc)

    is pretty much what need to be done in

    public virtual String getUrl(VideoInfo video) (C# from OnlineVideos)
     

    gibber

    MP Donator
  • Premium Supporter
  • October 8, 2009
    35
    3
    Home Country
    Canada Canada
    TvGorge worked great yesterday, but today it won't show anything. :(

    --

    Never mind. Seems that there is something going on with the site.

    Damn, they completely changed the site! It was indeed too good to be true, such a simple site, with such a lot of series.
    I guess I'll spend the rest of the evening at my dev-pc...
    TV Gorge is back online with functioning links to videos.

    Is there any way to add videos from the major Canadian networks (CTV.ca, CBC.ca, globaltv.com)? They all stream major (US and Canadian) programs to Canadian locations. I have tried making RSS feeds using Dapper, but there are no actual links to videos in the feeds (must be buried somewhere in Adobe flash).
     

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,600
    2,996
    Nuenen
    Home Country
    Netherlands Netherlands
    TV Gorge is back online with functioning links to videos.

    I just noticed, but it's working on and off, lots of time-outs, bad gateways and such.

    But I was just testing a bit, and it seems that they have hidden the links to the actual videos in such a way that I can't make anything out of it. So if someone is able to help me on that?
     

    Users who are viewing this thread

    Top Bottom