Code Monkey home page Code Monkey logo

Comments (4)

mylittletools avatar mylittletools commented on August 15, 2024

I had the same issue. It appears that the format parameter is not supported anymore by google API.
Just change the endpoints from lines 108-120 by removing the &format=5 part.

 endpoints: {
    base: 'http://gdata.youtube.com/',
    userInfo: function(){
        return utils.endpoints.base+'feeds/api/users/'+settings.user+'?v=2&alt=json';
    },
    userVids: function(){
        return utils.endpoints.base+'feeds/api/users/'+settings.user+'/uploads/?v=2&alt=json&max-results=50';
    },
    userPlaylists: function(){
        return utils.endpoints.base+'feeds/api/users/'+settings.user+'/playlists/?v=2&alt=json&max-results=50';
    },
    playlistVids: function(){
        return utils.endpoints.base+'feeds/api/playlists/'+(settings.playlist)+'?v=2&alt=json&max-results=50';
    }
 },

Hope this helps!

from youtube-tv.

charlisteron avatar charlisteron commented on August 15, 2024

Hi!! I try to replace endpoints from lines 108-120, but dosnt works

some help!!! please!

from youtube-tv.

mMoovs avatar mMoovs commented on August 15, 2024

Thanks @mylittletools , that worked, for now!

But I'd still like to know if there's going to be a update to using the Youtube Api from v2 to v3. According to this http://apiblog.youtube.com/2014/03/committing-to-youtube-data-api-v3.html the v2 is in use until April 20, 2015 and after that who knows what they're going to do to it.

"To focus on improving v3, it’s time to say goodbye to our old friend, v2. In keeping with deprecation policy, most API functionality will remain available for use until April 20, 2015, so you have more than a year to move to the new API. See the deprecation policy in the Terms of Service for more details."

from youtube-tv.

charlisteron avatar charlisteron commented on August 15, 2024

Yes! Its works fine!

thanks guys!!

from youtube-tv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.