Quote:
Originally Posted by michal72
It is not true. Accualy you can still add videos from: DailyMotion, MetaCafe, Vimeo, YouTube and Youtu.be.
You can also create your own XML service file for any other site.
|
Correction:
Unfortunately I can add videos just from MetaCafe, Daily Motion and YouTube - Long. YouTu.be - short - doesn't work.
Here is YouTu.be.xml
=========================================
<?xml version="1.0" encoding="UTF-8"?>
<service>
<svcName>YouTu.be</svcName>
<svcRegex><![CDATA[http:\/\/[a-z]*?[\.]?youtu\.be\/([\w_-]*)]]></svcRegex>
<svcURL>http://www.youtube.com/watch?v={serviceVAL}</svcURL>
<svcFeed>http://gdata.youtube.com/feeds/api/videos/{serviceVAL}</svcFeed>
<svcValue2>null</svcValue2>
<svcThumb><![CDATA[$arr['media:group']['media:thumbnail'][3]['url']]]></svcThumb>
<svcTitle><![CDATA[$arr['media:group']['media:title']['value']]]></svcTitle>
<svcDesc><![CDATA[$arr['media:group']['media:description']['value']]]></svcDesc>
<svcLength><![CDATA[$arr['media:group']['yt:duration']['seconds']]]></svcLength>
<svcTags>null</svcTags>
<svcMovie><![CDATA[http://www.youtube.com/v/{serviceVAL}?autoplay={ap10}&hd=1&fs=1]]></svcMovie>
<svcWidth>640</svcWidth>
<svcHeight>385</svcHeight>
<svcStream>null</svcStream>
<svcError><![CDATA[$arr['app:control']['yt:state']['value']]]></svcError>
<svcParams><![CDATA[<param name="flashvars" value="autoplay={ap10}&hd=1&fs=1" />]]></svcParams>
</service>
================================================== =============
Can you take a look? Is it correct?
Thank you.