3

YouTube API v1 has been deprecated and switching to v2 or later is recommended. However Python seems to be the only language left with v1 client. PHP, Java and others got v2.

  1. Has python client been abandoned by YT team? (similar to how Facebook withdraw their Python SDK)
  2. Are there any other 3rd party YT clients for v2?
  3. Do I really have to develop from scratch to get v2 compatibility?
7
  • I highly doubt the YT team has abandoned python; large chunks of infrastructure are built with the language. :-) Commented Sep 3, 2012 at 20:58
  • Yeah, I know that. This is why I'm totally surprised that they lag with v2 client so long :( Commented Sep 3, 2012 at 20:59
  • 1
    There is a python client listed on the v2 page: developers.google.com/youtube/code#Python Commented Sep 3, 2012 at 21:00
  • 1
    Even better, there is a v3 (beta) client: developers.google.com/youtube/v3/libraries Commented Sep 3, 2012 at 21:01
  • man you didnt look very hard apparently @OP Commented Sep 3, 2012 at 21:08

1 Answer 1

1

Unfortunately atm Python SDK supports v1 only, more details on YouTube API forum here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.