mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Upped playlist shit
This commit is contained in:
@@ -56,7 +56,7 @@ $(document).ready(function()
|
||||
pId = search_input.split("list=");
|
||||
if(pId.length > 1)
|
||||
{
|
||||
pListUrl = "http://gdata.youtube.com/feeds/api/playlists/"+pId[1]+"/?format=5&max-results=300&v=2&alt=jsonc";
|
||||
pListUrl = "http://gdata.youtube.com/feeds/api/playlists/"+pId[1]+"/?format=5&max-results=50&v=2&alt=jsonc";
|
||||
$.ajax({
|
||||
type: "GET",
|
||||
url: pListUrl,
|
||||
|
||||
Reference in New Issue
Block a user