Title: [Python] bandcamp_post_dict Author: waterapple Pastebin link: http://pastebin.com/TZTQwri4 First Edit: Sunday 3rd of May 2015 04:21:27 AM CDT Last Edit: Sunday 3rd of May 2015 04:21:27 AM CDT *** Python 2.7.9 (default, Dec 10 2014, 12:24:55) [MSC v.1500 32 bit (Intel)] on win32. *** >>> bandcamp_post_dict = {u'reblog_key': u'AbxPRz4A', u'short_url': u'http://tmblr.co/ZE5FbyhlEyOo', u'audio_url': u'http://popplers5.bandcamp.com/download/track?enc=mp3-128&fsig=ca33bbe78b527483940c050bd627a33d&id=2851867171&nl=1&stream=1&ts=1428792368.0', u'player': u'', u'id': 46963344946, u'album': u'Hunter Hunted - EP', u'post_url': u'http://staff.tumblr.com/post/46963344946/listen-up-our-audio-player-just-got-super-rad', u'source_title': u'Bandcamp', u'tags': [u'hunter hunted', u'keep together', u'music on tumblr', u'bands on tumblr'], u'highlighted': [], u'state': u'published', u'track_name': u'Keep Together', u'type': u'audio', u'featured_in_tag': [u'Music', u'Design'], u'format': u'html', u'timestamp': 1364937324, u'note_count': 5105, u'source_url': u'http://hunterhuntedmusic.bandcamp.com/track/keep-together', u'date': u'2013-04-02 21:15:24 GMT', u'plays': 110209, u'slug': u'listen-up-our-audio-player-just-got-super-rad', u'album_art': u'http://31.media.tumblr.com/tumblr_mkn8sgrMDN1qz8q0h_dSDeaHscmUuv4sl8epf8mAC32IU_cover.jpg', u'blog_name': u'staff', u'is_external': True, u'artist': u'Hunter Hunted', u'caption': u'

Listen up: our audio player just got super rad!

\n

Hit play and happy listening!

', u'audio_type': u'bandcamp', u'audio_source_url': u'http://popplers5.bandcamp.com/download/track?enc=mp3-128&fsig=ca33bbe78b527483940c050bd627a33d&id=2851867171&nl=1&stream=1&ts=1428792368.0', u'embed': u''} >>> >>> bandcamp_post_dict {u'album': u'Hunter Hunted - EP',  u'album_art': u'http://31.media.tumblr.com/tumblr_mkn8sgrMDN1qz8q0h_dSDeaHscmUuv4sl8epf8mAC32IU_cover.jpg',  u'artist': u'Hunter Hunted',  u'audio_source_url': u'http://popplers5.bandcamp.com/download/track?enc=mp3-128&fsig=ca33bbe78b527483940c050bd627a33d&id=2851867171&nl=1&stream=1&ts=1428792368.0',  u'audio_type': u'bandcamp',  u'audio_url': u'http://popplers5.bandcamp.com/download/track?enc=mp3-128&fsig=ca33bbe78b527483940c050bd627a33d&id=2851867171&nl=1&stream=1&ts=1428792368.0',  u'blog_name': u'staff',  u'caption': u'

Listen up: our audio player just got super rad!

\n

Hit play and happy listening!

',  u'date': u'2013-04-02 21:15:24 GMT',  u'embed': u'',  u'featured_in_tag': [u'Music', u'Design'],  u'format': u'html',  u'highlighted': [],  u'id': 46963344946L,  u'is_external': True,  u'note_count': 5105,  u'player': u'',  u'plays': 110209,  u'post_url': u'http://staff.tumblr.com/post/46963344946/listen-up-our-audio-player-just-got-super-rad',  u'reblog_key': u'AbxPRz4A',  u'short_url': u'http://tmblr.co/ZE5FbyhlEyOo',  u'slug': u'listen-up-our-audio-player-just-got-super-rad',  u'source_title': u'Bandcamp',  u'source_url': u'http://hunterhuntedmusic.bandcamp.com/track/keep-together',  u'state': u'published',  u'tags': [u'hunter hunted',            u'keep together',            u'music on tumblr',            u'bands on tumblr'],  u'timestamp': 1364937324,  u'track_name': u'Keep Together',  u'type': u'audio'} >>>