Advertisement
stuppid_bot

Сохраняем видео с YouTube через API Вконтакте

Jul 5th, 2014
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. # see https://github.com/err0x0/vk
  2. # ...
  3. info = vk.api('video.save', {'link': 'http://www.youtube.com/watch?v=cY3DCjK_rdU'})
  4. print vk.get_json(info['upload_url'])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement