Page 1 of 1

WebResource plugins in 1.0

PostPosted: Sat Aug 25, 2012 10:38 pm
by mike_metro
Neither of my WebResource plugins are working in 1.0. I didn't see any breaking changes in the 1.0 docs. Do I need to make any changes to make them comapatible?

Re: WebResource plugins in 1.0

PostPosted: Sun Aug 26, 2012 12:05 am
by xs2inattar
I looked into your CBS.com plugin.

It seems like the feed url:
  Code:
http://release.theplatform.com/content.select?format=SMIL&Tracking=true&balance=true&MBR=true&pid=%s

which you have been using; has been discontinued.

The new feed url is as follows.
  Code:
http://link.theplatform.com/s/dJ5BDC/%s?format=SMIL&Tracking=true&mbr=true


The file format has also been changed, so you need to make some major changes.

Re: WebResource plugins in 1.0

PostPosted: Sun Aug 26, 2012 1:10 am
by xs2inattar
I had some time so i updated the plugin to reflect the new feed url and file changes.

I will add the plugin to your forum post as well.

Please update it in the first comment of the original post of this plugin as well.

Here is the updated plugin: viewtopic.php?f=20&t=5401&p=51319#p51319

Re: WebResource plugins in 1.0

PostPosted: Sun Aug 26, 2012 5:10 am
by mike_metro
Thanks xs2inattar. Sorry to jump to conclusions.