Title: [Python] video_post_dict Author: waterapple Pastebin link: http://pastebin.com/qthwXRn9 First Edit: Sunday 3rd of May 2015 04:22:06 AM CDT Last Edit: Last edit on: Sunday 3rd of May 2015 04:22:21 AM CDT *** Python 2.7.9 (default, Dec 10 2014, 12:24:55) [MSC v.1500 32 bit (Intel)] on win32. *** >>> video_post_dict = {u'reblog_key': u'5VvbpiMU', u'video_url': u'http://vt.tumblr.com/tumblr_n22yhozyhf1qz8q0h.mp4', u'reblog': {u'tree_html': u''}, u'thumbnail_width': 720, u'player': [{u'width': 250, u'embed_code': u'\n\n'}, {u'width': 400, u'embed_code': u'\n\n'}, {u'width': 500, u'embed_code': u'\n\n'}], u'duration': 53, u'id': 78875723128L, u'post_url': u'http://staff.tumblr.com/post/78875723128/operators-are-standing-by-call-now-thank-you', u'tags': [u'features'], u'highlighted': [], u'state': u'published', u'short_url': u'http://tmblr.co/ZE5Fby19TN0Lu', u'html5_capable': True, u'type': u'video', u'format': u'html', u'timestamp': 1394225635, u'note_count': 1438, u'video_type': u'tumblr', u'trail': [{u'blog': {u'theme': {u'title_font_weight': u'bold', u'title_color': u'#FFFFFF', u'header_bounds': 0, u'title_font': u'Gibson', u'link_color': u'#56BC8A', u'header_image_focused': u'http://static.tumblr.com/10e607f9b9b4c588d1cbd6c9f8b564d9/3hpyv0p/nFBnlgttl/tumblr_static_1sssiwavcjs0gs4cggwsok040_2048_v2.gif', u'show_description': True, u'show_header_image': True, u'header_stretch': True, u'body_font': u'Helvetica Neue', u'show_title': True, u'header_image_scaled': u'http://static.tumblr.com/10e607f9b9b4c588d1cbd6c9f8b564d9/3hpyv0p/nFBnlgttl/tumblr_static_1sssiwavcjs0gs4cggwsok040_2048_v2.gif', u'avatar_shape': u'square', u'show_avatar': False, u'background_color': u'#37475c', u'header_image': u'http://static.tumblr.com/10e607f9b9b4c588d1cbd6c9f8b564d9/3hpyv0p/nFBnlgttl/tumblr_static_1sssiwavcjs0gs4cggwsok040.gif'}, u'name': u'staff'}, u'content': u'
Operators are standing by. Call now!
\n', u'post': {u'id': u'78875723128'}, u'is_root_item': True, u'is_current_item': True}], u'date': u'2014-03-07 20:53:55 GMT', u'thumbnail_height': 480, u'slug': u'operators-are-standing-by-call-now-thank-you', u'blog_name': u'staff', u'caption': u'Operators are standing by. Call now!
\n', u'thumbnail_url': u'http://media.tumblr.com/tumblr_n22yhozyhf1qz8q0h_frame1.jpg'} >>> >>> video_post_dict {u'blog_name': u'staff', u'caption': u'Operators are standing by. Call now!
\n', u'date': u'2014-03-07 20:53:55 GMT', u'duration': 53, u'format': u'html', u'highlighted': [], u'html5_capable': True, u'id': 78875723128L, u'note_count': 1438, u'player': [{u'embed_code': u'\n\n', u'width': 250}, {u'embed_code': u'\n\n', u'width': 400}, {u'embed_code': u'\n\n', u'width': 500}], u'post_url': u'http://staff.tumblr.com/post/78875723128/operators-are-standing-by-call-now-thank-you', u'reblog': {u'tree_html': u''}, u'reblog_key': u'5VvbpiMU', u'short_url': u'http://tmblr.co/ZE5Fby19TN0Lu', u'slug': u'operators-are-standing-by-call-now-thank-you', u'state': u'published', u'tags': [u'features'], u'thumbnail_height': 480, u'thumbnail_url': u'http://media.tumblr.com/tumblr_n22yhozyhf1qz8q0h_frame1.jpg', u'thumbnail_width': 720, u'timestamp': 1394225635, u'trail': [{u'blog': {u'name': u'staff', u'theme': {u'avatar_shape': u'square', u'background_color': u'#37475c', u'body_font': u'Helvetica Neue', u'header_bounds': 0, u'header_image': u'http://static.tumblr.com/10e607f9b9b4c588d1cbd6c9f8b564d9/3hpyv0p/nFBnlgttl/tumblr_static_1sssiwavcjs0gs4cggwsok040.gif', u'header_image_focused': u'http://static.tumblr.com/10e607f9b9b4c588d1cbd6c9f8b564d9/3hpyv0p/nFBnlgttl/tumblr_static_1sssiwavcjs0gs4cggwsok040_2048_v2.gif', u'header_image_scaled': u'http://static.tumblr.com/10e607f9b9b4c588d1cbd6c9f8b564d9/3hpyv0p/nFBnlgttl/tumblr_static_1sssiwavcjs0gs4cggwsok040_2048_v2.gif', u'header_stretch': True, u'link_color': u'#56BC8A', u'show_avatar': False, u'show_description': True, u'show_header_image': True, u'show_title': True, u'title_color': u'#FFFFFF', u'title_font': u'Gibson', u'title_font_weight': u'bold'}}, u'content': u'Operators are standing by. Call now!
\n', u'is_current_item': True, u'is_root_item': True, u'post': {u'id': u'78875723128'}}], u'type': u'video', u'video_type': u'tumblr', u'video_url': u'http://vt.tumblr.com/tumblr_n22yhozyhf1qz8q0h.mp4'} >>>