NFL plugin

I'm attempting to make an NFL plug,
I'm trying to make an NFL plug, using videos from NFL.com

http://www.nfl.com/videos/ has highlights,

http://www.nfl.com/rss/rsslanding has rss feeds that are perfect for grabbing

My only problem is that I cant navigate the calls needed to display things properly. I tried different stuff, but then the plugin didnt show up.

I tried by editing it from the MLB plugin but that hasnt work.

Help would be appreciated.


You may want to try getting the video mp4 url and using a VideoItem instead of a WebVideoItem. Try this url to get the metadata for a given video id (parsed from the URL)

http://www.nfl.com/static/embeddablevideo/09000d5d812fa829.json

Where 09000d5d812fa829 is the video id.

You could even pull out shows, teams, and game highlight and spotlight information (they’re essentially searches) by using xpath to parse out that information out of the navigation menus on the http://www.nfl.com/videos page

Any news on this?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.