Hi,
I added a new "site" (actually it's just a podcast) to my Onlinevideos and thought I could share it. It's StartCooking.com (english) which offers some nice and short cooking tutorials. I added standard and HD quality, though the HD rss doesn't seem to be updated as regular as the other one. If you want to add it, add these lines to your OnlineVideoSites.xml:
This was easy to integrate as they offer a podcast/rss url. I have another site I'd like to add which seems to be harder to integrate: Chefkoch TV (again a cooking site
, german only) is updated every month with 2 or 3 videos. I didn't look at the sources of this plugin yet, but I think there is some kind of parser needed to get videos and their descriptions from the site?!?
offbyone, do you have an idea how this could be done best? Maybe you can find an easy way to get all videos from this site.
Thanks!
Maschine
I added a new "site" (actually it's just a podcast) to my Onlinevideos and thought I could share it. It's StartCooking.com (english) which offers some nice and short cooking tutorials. I added standard and HD quality, though the HD rss doesn't seem to be updated as regular as the other one. If you want to add it, add these lines to your OnlineVideoSites.xml:
Code:
<Site name="StartCooking" util="GenericSite" agecheck="false" enabled="true" lang="en">
<Username />
<Password />
<SearchUrl />
<Categories>
<Category xsi:type="RssLink" name="Start Cooking video" thumb="http://startcooking.com/images/feedVideo144.jpg">http://feeds2.feedburner.com/KathyMaistersStartCookingVideoCast</Category>
<Category xsi:type="RssLink" name="Start Cooking video HD" thumb="http://startcooking.com/images/feedVideo144.jpg">http://feeds.feedburner.com/StartCookingHD720p</Category>
</Categories>
</Site>
This was easy to integrate as they offer a podcast/rss url. I have another site I'd like to add which seems to be harder to integrate: Chefkoch TV (again a cooking site
offbyone, do you have an idea how this could be done best? Maybe you can find an easy way to get all videos from this site.
Thanks!
Maschine