sethryder / modpackindex

The code that powers Modpack Index. A powerful index that allows you to find the right Minecraft modpack for you!
https://www.modpackindex.com
GNU General Public License v3.0
7 stars 1 forks source link

Let's play/youtube support for modpacks #15

Closed sethryder closed 9 years ago

sethryder commented 9 years ago

Add support to attach let's play/youtube videos to modpacks.

sethryder commented 9 years ago

API Calls:

forge@zpm:~$ curl 'https://www.googleapis.com/youtube/v3/playlists?id=PLaiPn4ewcbkEC_hsSjPSqN8Mz3qWVC_MA&key=xxxxxxxxxx&part=snippet'

forge@zpm:~$ curl 'https://www.googleapis.com/youtube/v3/videos?id=PLaiPn4ewcbkEC_hsSjPSqN8Mz3qWVC_MA&key=xxxxxxxxxx&part=snippet'

sethryder commented 9 years ago

Done.