sample config file dailymotion-config.xml
- Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<list>
<user>
<propername>Channel - News</propername>
<userid>news</userid>
<type>channel</type>
</user>
<user>
<propername>Channel - Music</propername>
<userid>music</userid>
<type>channel</type>
</user>
<user>
<propername>USER ::: DTFDVDvideos1</propername>
<userid>DTFDVDvideos1</userid>
<type>user</type>
</user>
</list>
Hello there!!.. A plugin for daily motion
version 2 (Thanks to MAD_ADY)
- Code: Select all
* res queries go to $_SERVER['HTTP_HOST'] instead of localhost
* WEC - added extra information about the config variables
* fixed the proxy name to dailymotion-proxy.php instead of dmotion-proxy.php
* changed proxy path in res call to dailymotion/dailymotion-proxy.php
* fixed bug where only the last page of results was displayed ($count was set instead of $i)
* fixed search (url parameter must be sent as array), but some search items still fail - e.g. Katy
* fixed config_data <-> configData typo in _pluginCreateItemList. All the results were independent of the country selected.
* changed proxy code to look like standard proxies. Replaced string cutting with one regex. Also, added quality selector (for videos that support it).
* various changes in logging messages. Changed default logging to L_WARNING
Version 3
- Code: Select all
changelog.
*added support for direct rss url
*removed entry for maxresult in XML
example entry in XML
===============================
<list>
<user>
<propername>Channel ::: shortfilm</propername>
<userid>http://www.dailymotion.com/rss/gb/featured/channel/shortfilms/1?autoplay=1</userid>
<type>rss</type>
</user>
<list>
===================================
*support for previous and Next for navigation(Depends on rss feed)
*Support for multiple sort option (Depends on rss feed)
Version 4
- Code: Select all
changelog:
*Added support for RSS which does not return the video url


