Giter VIP home page Giter VIP logo

youtube-python's People

Contributors

rohitkhatri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

youtube-python's Issues

SyntaxError

Was trying to run the lib per the README.md instructions and encountered this error:

    from youtube import API
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/youtube/__init__.py", line 7, in <module>
    from youtube.api import API
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/youtube/api.py", line 49
    kwargs = {**{
               ^
SyntaxError: invalid syntax

Access token?

Hi, I couldn’t figure out how to get the access token. I read the source and I see the exchange_code method but when I tried to access using:

r = api.exchange_code(API_CODE, 'http://localhost:7777/token_redirect)

it raises an error:
youtube.exceptions.YouTubeException: (400, 'invalid_request', <Response [400]>)

where API_CODE is the code I received from doing an auth request.

ImportError: cannot import name 'YouTube'

the package was installed.
can import youtube
can from youtube import YouTubeException
cannot from youtube import YouTube

ImportError: cannot import name 'YouTube'

what should i do?

Source and pip versions mismatch

Hi,

I noticed that the version available via pip (1.0.12) is not the same as the one in this repository (latest commit appears to be 1.0.0). Is the updated source available somewhere else?

Thanks.

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.