Sports Youtube Highlights Add-on
#1
Just had a thought today... if anyone wants to create an Add-on for latest "legal" sports highlights on Youtube, we are collecting them on TheSportsDB website.

I can make a JSON feed with the latest sports highlights (Youtube links) that can be filtered by sport if anyone takes this up. I could add all kinds of cool data to the feed as well such as logos or event thumbs/banners.

Check the front page for an example of 6 recent events that are available on Youtube.

https://www.thesportsdb.com

Edit: removed bounty but happy to help out any developer.
Reply
#2
Example of the JSON

php:
"tvhighlights": [
{
"idEvent": "610401",
"strEvent": "Barcelona vs Arsenal",
"strSport": "Soccer",
"idLeague": "4562",
"strLeague": "International Friendlies",
"dateEvent": "2019-08-04",
"strVideo": "https://www.youtube.com/watch?v=EASW9J1wlWw",
"strPoster": null,
"strThumb": null,
"strFanart": null,
"strSeason": "2019"
},
https://www.thesportsdb.com/api/v1/json/...lights.php

I will try to add some posters and thumbs later for nicer artwork.
Reply
#3
@Lunatixz @enen92 just in case either of you is interested...

Or anyone else of course.
Reply
#4
Does the website already includes the 5-0 from yesterday? Smile
Don't think bounties are allowed in the forum though.
Reply
#5
We should have 1000+ YouTube links now, good and bad results Smile

Removed bounty but I’m still happy to contribute to any efforts Wink
Reply
#6
Still looking for this, or does anyone have a tutorial/example on how to build an Add-on that can feed youtube links from a JSON object?

Maybe I can work it out myself...
Reply
#7
latest sports highlights (Youtube links)

this can also be done as a node using the youtube plugin and plugin.library.node.editor
library node editor and hpw it works
Reply
#8
(2019-08-29, 02:15)the_other_guy Wrote: latest sports highlights (Youtube links)

this can also be done as a node using the youtube plugin and plugin.library.node.editor
library node editor and hpw it works

Yeh that's great for individual YouTube channels, but unfortunately I have a JSON feed of individual YouTube videos.

This allows us to have all sports and sources in one feed which is pretty cool! Wink
Reply

Logout Mark Read Team Forum Stats Members Help
Sports Youtube Highlights Add-on0