Advertisement
sergiks

YT publishing job content example

Jun 4th, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. stdClass Object
  2. (
  3.     [editedClip] => stdClass Object
  4.         (
  5.             [resource] => I6tkDjJJG7s
  6.             [cid] => c42
  7.         )
  8.  
  9.     [videoCollection] => Array
  10.         (
  11.             [0] => stdClass Object
  12.                 (
  13.                     [mediaItemID] => I6tkDjJJG7s
  14.                     [sourceLength] => 10
  15.                     [sourceIn] => 43.470456
  16.                     [sourceOut] => 94.296
  17.                     [sourceFPS] => 24
  18.                     [sourceFrameWidth] => 1280
  19.                     [sourceFrameHeight] => 720
  20.                     [sourceAspectRatio] => 1
  21.                     [timeIn] => 0
  22.                     [timeOut] => 30.67
  23.                     [volume] => 100
  24.                 )
  25.         )
  26.     [ownerId] => 10
  27.     [title] => New cool video
  28.     [tsCreated] => 1401387506
  29.     [tsLastEdited] => 1401387506
  30.     [length] => 0
  31.     [audioCollection] => Array( )
  32.     [effects] => Array( )
  33.     [response] => stdClass Object
  34.         (
  35.             [result] => OK
  36.             [bytes] => 426
  37.             [kind] => videostate
  38.             [storage_id] => 191
  39.             [user_id] => 10
  40.         )
  41.  
  42.     [youtube] => stdClass Object
  43.         (
  44.             [info] => stdClass Object
  45.                 (
  46.                     [snippet] => stdClass Object
  47.                         (
  48.                             [title] => TEst
  49.                             [description] => Test publish
  50.                             [tags] => Array
  51.                                 (
  52.                                     [0] => test
  53.                                 )
  54.  
  55.                             [categoryId] => 1
  56.                         )
  57.  
  58.                     [status] => stdClass Object
  59.                         (
  60.                             [privacyStatus] => public
  61.                             [embeddable] => 1
  62.                             [license] =>
  63.                             [publicStatsViewable] =>
  64.                             [publishAt] =>
  65.                         )
  66.  
  67.                     [recordingDetails] => stdClass Object
  68.                         (
  69.                             [locationDescription] =>
  70.                             [location.latitude] =>
  71.                             [location.longitude] =>
  72.                             [recordingDate] =>
  73.                         )
  74.                 )
  75.  
  76.             [tokens] => stdClass Object
  77.                 (
  78.                     [access_token] => xxxxxx
  79.                     [token_type] => Bearer
  80.                     [expires_in] => 3600
  81.                     [id_token] => xxxxxx
  82.                     [refresh_token] => xxxxxx
  83.                     [issued_at] => 1401447254
  84.                     [created] => 1401447254
  85.                 )
  86.         )
  87. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement