Guest User

Untitled

a guest
May 26th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. {
  2. "response": {
  3. "count": 3,
  4. "items": [{
  5. "id": 456239019,
  6. "album_id": -7,
  7. "owner_id": -166846311,
  8. "user_id": 100,
  9. "sizes": [{
  10. "type": "m",
  11. "url": "https://pp.userap...083/tD87PSkocW8.jpg",
  12. "width": 130,
  13. "height": 120
  14. }, {
  15. "type": "o",
  16. "url": "https://pp.userap...085/UJaDLXeuNV0.jpg",
  17. "width": 130,
  18. "height": 120
  19. }, {
  20. "type": "p",
  21. "url": "https://pp.userap...086/gEWYBOibSG8.jpg",
  22. "width": 200,
  23. "height": 185
  24. }, {
  25. "type": "q",
  26. "url": "https://pp.userap...087/vDeZ23I4RyQ.jpg",
  27. "width": 320,
  28. "height": 295
  29. }, {
  30. "type": "r",
  31. "url": "https://pp.userap...088/gUYk9qMbuJY.jpg",
  32. "width": 466,
  33. "height": 430
  34. }, {
  35. "type": "s",
  36. "url": "https://pp.userap...082/6Sx8vXYnoDw.jpg",
  37. "width": 75,
  38. "height": 69
  39. }, {
  40. "type": "x",
  41. "url": "https://pp.userap...084/HxYbAUujcgU.jpg",
  42. "width": 466,
  43. "height": 430
  44. }],
  45. "text": "",
  46. "date": 1527182269,
  47. "post_id": 3
  48. }]
  49. }
  50. }
  51.  
  52. #получаю id фотографии
  53. photo = api.photos.get(owner_id='-166846311', album_id='wall', count=0, offset=2)['items'][0]['id']
Add Comment
Please, Sign In to add comment