{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "# Basics from part 1\n", "import requests\n", "base_url = 'https://www.reddit.com/'\n", "import os\n", "reddit_username = 'alpscode'\n", "reddit_password = os.environ['reddit_pass']\n", "app_id = 'QC-6FYIEH_kqUw'\n", "app_secret = os.environ['reddit_secret']\n", "data = {'grant_type': 'password', 'username': reddit_username, 'password': reddit_password}\n", "client_auth = requests.auth.HTTPBasicAuth(app_id, app_secret)\n", "response = requests.post(base_url + 'api/v1/access_token',\n", " data=data,\n", " headers={'user-agent': 'puppy-parser by alpscode'},\n", " auth=client_auth)\n", "values = response.json()\n", "api_url = 'https://oauth.reddit.com'\n", "token = 'bearer {}'.format(values['access_token'])\n", "headers = {'Authorization': token, 'User-Agent': 'puppy-parser by alpscode'}" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [], "source": [ "payload = {'q': 'puppies', 'limit': 10}\n", "response = requests.get(api_url + '/subreddits/search', headers=headers, params=payload)\n", "js = response.json()" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "dict_keys(['kind', 'data'])\n" ] } ], "source": [ "print(js.keys())" ] }, { "cell_type": "code", "execution_count": 4, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "{\"kind\": \"Listing\", \"data\": {\"modhash\": null, \"dist\": 10, \"children\": [{\"kind\": \"t5\", \"data\": {\"suggested_comment_sort\": null, \"user_flair_background_color\": null, \"hide_ads\": false, \"banner_img\": \"\", \"public_description\": \"Nothing but puppies! No cats allowed.\", \"user_flair_text\": null, \"submit_text_html\": null, \"user_flair_position\": \"right\", \"user_flair_enabled_in_sr\": false, \"user_flair_template_id\": null, \"user_is_banned\": false, \"free_form_reports\": true, \"community_icon\": \"\", \"banner_background_image\": \"\", \"original_content_tag_enabled\": false, \"wiki_enabled\": true, \"banner_size\": null, \"show_media\": true, \"banner_background_color\": \"\", \"display_name_prefixed\": \"r/puppies\", \"user_is_muted\": false, \"user_flair_type\": \"text\", \"user_can_flair_in_sr\": null, \"display_name\": \"puppies\", \"header_img\": \"https://f.thumbs.redditmedia.com/ntNkYWUmKDaWw6Mk.png\", \"description_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><hr/>\\n\\n<h3>Hey you! Check out <a href=\\\"/r/PuppiesVsStairs\\\">/r/PuppiesVsStairs</a></h3>\\n\\n<hr/>\\n\\n<p><strong>Rules:</strong></p>\\n\\n<p><strong>1.</strong> No cats allowed!</p>\\n\\n<p><strong>2.</strong> No links to adoption pages (please use <a href=\\\"/r/rescuedogs\\\">/r/rescuedogs</a>)</p>\\n\\n<p><strong>3.</strong> No image macros or memes.</p>\\n\\n<p><strong>4.</strong> No begging for upvotes. (e.g. &quot;He didn&#39;t get any love at...&quot;) </p>\\n\\n<hr/>\\n\\n<h3>Dog Subreddits:</h3>\\n\\n<p><a href=\\\"/r/PuppiesVsStairs\\\">/r/PuppiesVsStairs</a></p>\\n\\n<p><a href=\\\"/r/Blop\\\">/r/Blop</a></p>\\n\\n<p><a href=\\\"/r/Shihtzu\\\">/r/Shihtzu</a> </p>\\n\\n<p><a href=\\\"/r/surpriseddogs\\\">/r/surpriseddogs</a> </p>\\n\\n<p><a href=\\\"/r/BadDogs\\\">/r/BadDogs</a> </p>\\n\\n<p><a href=\\\"/r/dogmeetup\\\">/r/dogmeetup</a> </p>\\n\\n<p><a href=\\\"/r/dogpictures\\\">/r/dogpictures</a> </p>\\n\\n<p><a href=\\\"/r/DogsOnHardwoodFloors\\\">/r/DogsOnHardwoodFloors</a></p>\\n\\n<p><a href=\\\"/r/dogshaming\\\">/r/dogshaming</a> </p>\\n\\n<p><a href=\\\"/r/dogtalk\\\">/r/dogtalk</a> </p>\\n\\n<p><a href=\\\"/r/dogtraining\\\">/r/dogtraining</a> </p>\\n\\n<p><a href=\\\"/r/lookatmydog\\\">/r/lookatmydog</a> </p>\\n\\n<p><a href=\\\"/r/puppy\\\">/r/puppy</a> </p>\\n\\n<p><a href=\\\"/r/puppy101\\\">/r/puppy101</a> </p>\\n\\n<p><a href=\\\"/r/puppybellies\\\">/r/puppybellies</a> </p>\\n\\n<p><a href=\\\"/r/PuppySmiles\\\">/r/PuppySmiles</a></p>\\n\\n<p><a href=\\\"/r/rescuedogs\\\">/r/rescuedogs</a> </p>\\n\\n<p><a href=\\\"/r/Pomeranians\\\">/r/Pomeranians</a></p>\\n\\n<p><a href=\\\"/r/BeachDogs\\\">/r/BeachDogs</a></p>\\n\\n<p><a href=\\\"/r/SurfingAnimals\\\">/r/SurfingAnimals</a></p>\\n\\n<p><a href=\\\"/r/IDmyDog\\\">/r/IDmyDog</a></p>\\n</div><!-- SC_ON -->\", \"title\": \"Puppies, puppies everywhere!\", \"collapse_deleted_comments\": false, \"id\": \"2qm5g\", \"user_has_favorited\": false, \"emojis_custom_size\": null, \"show_media_preview\": true, \"over18\": false, \"public_description_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><p>Nothing but puppies! No cats allowed.</p>\\n</div><!-- SC_ON -->\", \"created\": 1220668220.0, \"allow_videos\": true, \"spoilers_enabled\": true, \"icon_size\": null, \"primary_color\": \"\", \"notification_level\": null, \"active_user_count\": null, \"icon_img\": \"\", \"header_title\": null, \"description\": \"-----\\n\\n###Hey you! Check out /r/PuppiesVsStairs \\n\\n---\\n\\n**Rules:**\\n\\n**1.** No cats allowed!\\n\\n**2.** No links to adoption pages (please use /r/rescuedogs)\\n\\n**3.** No image macros or memes.\\n\\n**4.** No begging for upvotes. (e.g. \\\"He didn't get any love at...\\\") \\n\\n-----\\n\\n###Dog Subreddits:\\n\\n/r/PuppiesVsStairs\\n\\n/r/Blop\\n\\n/r/Shihtzu \\n\\n/r/surpriseddogs \\n\\n/r/BadDogs \\n\\n/r/dogmeetup \\n\\n/r/dogpictures \\n\\n/r/DogsOnHardwoodFloors\\n\\n/r/dogshaming \\n\\n/r/dogtalk \\n\\n/r/dogtraining \\n\\n/r/lookatmydog \\n\\n/r/puppy \\n\\n/r/puppy101 \\n\\n/r/puppybellies \\n\\n/r/PuppySmiles\\n\\n/r/rescuedogs \\n\\n/r/Pomeranians\\n\\n/r/BeachDogs\\n\\n/r/SurfingAnimals\\n\\n/r/IDmyDog\", \"can_assign_link_flair\": false, \"submit_text\": \"\", \"link_flair_enabled\": false, \"user_flair_text_color\": null, \"accounts_active\": null, \"public_traffic\": false, \"header_size\": [170, 50], \"subscribers\": 67704, \"user_flair_css_class\": null, \"submit_text_label\": null, \"whitelist_status\": \"all_ads\", \"link_flair_position\": \"\", \"user_flair_richtext\": [], \"all_original_content\": false, \"lang\": \"en\", \"user_is_moderator\": false, \"has_menu_widget\": false, \"is_enrolled_in_new_modmail\": null, \"key_color\": \"\", \"name\": \"t5_2qm5g\", \"can_assign_user_flair\": false, \"allow_videogifs\": true, \"url\": \"/r/puppies/\", \"quarantine\": false, \"wls\": 6, \"created_utc\": 1220639420.0, \"emojis_enabled\": false, \"user_is_contributor\": false, \"submit_link_label\": null, \"allow_discovery\": true, \"accounts_active_is_fuzzed\": false, \"advertiser_category\": \"\", \"user_sr_theme_enabled\": true, \"user_sr_flair_enabled\": null, \"allow_images\": true, \"videostream_links_count\": 0, \"comment_score_hide_mins\": 0, \"subreddit_type\": \"public\", \"submission_type\": \"any\", \"user_is_subscriber\": false}}, {\"kind\": \"t5\", \"data\": {\"suggested_comment_sort\": null, \"user_flair_background_color\": null, \"hide_ads\": false, \"banner_img\": \"https://a.thumbs.redditmedia.com/5-pbhynSeq6Vvo_rYYvW32xjbRCy2_TkxKH9Urg-Zd8.png\", \"public_description\": \"Things that make you go AWW! Like puppies, bunnies, babies, and so on...\\n\\nA place for really cute pictures and videos!\", \"user_flair_text\": null, \"submit_text_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><h2>Rule Reminders</h2>\\n\\n<ul>\\n<li><p><strong>Rules last updated:</strong> July 7th, 2018</p></li>\\n<li><p>Remember, no linking to personal sites, such as Facebook, Twitter, Instagram, etc.</p>\\n\\n<p>Linking to personal sites within an Imgur description is also not allowed.</p></li>\\n<li><p>Also, no sad content! Titles must be 100% happy. And please do not ask for upvotes.</p></li>\\n<li><p>You can find the rest of the rules in the sidebar or <a href=\\\"https://www.reddit.com/r/aww/wiki/index\\\">through our wiki</a>.</p>\\n\\n<p>Thank you for reading our rules! :)</p></li>\\n</ul>\\n</div><!-- SC_ON -->\", \"user_flair_position\": \"right\", \"user_flair_enabled_in_sr\": false, \"user_flair_template_id\": null, \"user_is_banned\": false, \"free_form_reports\": true, \"community_icon\": \"https://styles.redditmedia.com/t5_2qh1o/styles/communityIcon_vzx333xor7101.png\", \"banner_background_image\": \"https://styles.redditmedia.com/t5_2qh1o/styles/bannerBackgroundImage_wmbf6g1dei301.png\", \"original_content_tag_enabled\": false, \"wiki_enabled\": true, \"banner_size\": [800, 240], \"show_media\": true, \"banner_background_color\": \"\", \"display_name_prefixed\": \"r/aww\", \"user_is_muted\": false, \"user_flair_type\": \"text\", \"user_can_flair_in_sr\": null, \"display_name\": \"aww\", \"header_img\": \"https://b.thumbs.redditmedia.com/8U9QAgkPwVnEABNOOnaMzOC3hhRpA2bblHxEJHdTGFA.png\", \"description_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><h1>Welcome to <a href=\\\"/r/aww\\\">/r/aww</a>!</h1>\\n\\n<blockquote>\\n<p>Things that make you go AWW! -- like puppies, bunnies, babies, and so on...</p>\\n\\n<p>Feel free to post pictures and videos of cute things.</p>\\n</blockquote>\\n\\n<hr/>\\n\\n<h5>Quick Links</h5>\\n\\n<ul>\\n<li><a href=\\\"https://www.reddit.com/r/aww/wiki/index\\\">Subreddit rules</a></li>\\n<li><a href=\\\"https://www.reddit.com/wiki/reddit_101\\\">Reddit 101</a></li>\\n<li><a href=\\\"https://www.reddit.com/message/compose?to=%2Fr%2Faww\\\">Message the moderators</a></li>\\n</ul>\\n\\n<h3>Rules</h3>\\n\\n<ol>\\n<li><p>No &quot;sad&quot; content, such as pics of animals that have passed away (try <a href=\\\"/r/petloss\\\">/r/petloss</a>), before-and-after adoption pics (try <a href=\\\"/r/BeforeNAfterAdoption\\\">/r/BeforeNAfterAdoption</a>), or sob stories (e.g. found him in a dumpster). <a href=\\\"https://www.reddit.com/r/aww/wiki/index#wiki_rule_1\\\">more \\u203a</a></p></li>\\n<li><p>No comics, captioned pictures/videos (try <a href=\\\"/r/lolcats\\\">/r/lolcats</a>), or photos of just text. <a href=\\\"https://www.reddit.com/r/aww/wiki/index#wiki_rule_2\\\">more \\u203a</a></p></li>\\n<li><p>No post titles asking for upvotes or approval. <a href=\\\"https://www.reddit.com/r/aww/wiki/index#wiki_rule_3\\\">more \\u203a</a></p></li>\\n<li><p>No slurs or harassing comments. <a href=\\\"https://www.reddit.com/r/aww/wiki/index#wiki_rule_4\\\">more \\u203a</a></p></li>\\n<li><p>Posts must link to sites on our <a href=\\\"https://www.reddit.com/r/aww/wiki/index#wiki_rule_5\\\">approved list</a>.</p></li>\\n<li><p>No NSFW/NSFL content. This includes not only inappropriate images but also inappropriate text, innuendo, or inappropriate jokes in comments. <a href=\\\"https://www.reddit.com/r/aww/wiki/index#wiki_rule_6\\\">more \\u203a</a></p></li>\\n<li><p>No asking for donations, sponsorship or adoptions (try <a href=\\\"/r/care\\\">/r/care</a> or <a href=\\\"/r/assistance\\\">/r/assistance</a>). <a href=\\\"https://www.reddit.com/r/aww/wiki/index#wiki_rule_7\\\">more \\u203a</a></p></li>\\n<li><p>No bots or bot-like behavior. Don&#39;t submit more than 4 posts in a day. &nbsp; <a href=\\\"https://www.reddit.com/r/aww/wiki/index#wiki_rule_8\\\">more \\u203a</a></p></li>\\n<li><p>No false claims of content ownership. <a href=\\\"https://www.reddit.com/r/aww/wiki/index#wiki_rule_9\\\">more \\u203a</a></p></li>\\n<li><p>No social media links or personally identifiable information. <a href=\\\"https://www.reddit.com/r/aww/wiki/index#wiki_rule_10\\\">more \\u203a</a></p></li>\\n</ol>\\n\\n<ul>\\n<li><a href=\\\"https://www.reddit.com/r/aww/wiki/index\\\">Click here for the FULL list of rules</a></li>\\n</ul>\\n\\n<hr/>\\n\\n<p><a href=\\\"https://discord.gg/E6FvsBT\\\">JOIN OUR DISCORD!</a></p>\\n\\n<hr/>\\n\\n<h3><a href=\\\"/r/aww/w/relatedsubreddits\\\">Check out our related subreddits</a></h3>\\n\\n<h3><a href=\\\"/r/aww/wiki/awwwsuboftheweek\\\">Check out the /r/Aww subreddit of the week</a></h3>\\n\\n<h6><strong>Please <a href=\\\"https://www.petsmartcharities.org/adopt-a-pet/find-a-spayneuter-clinic\\\">spay and neuter</a> your pets!</strong> While your newborn pets are cute, failing to do this allows your little darlings to add to the population of homeless animals. Adopt pets from your <a href=\\\"http://adopt.pschar.org/\\\">local animal rescues/shelters</a>, there are plenty of animals just waiting for a home.</h6>\\n\\n<p><a href=\\\"#/RES_SR_Config/NightModeCompatible\\\"></a></p>\\n</div><!-- SC_ON -->\", \"title\": \"A subreddit for cute and cuddly pictures\", \"collapse_deleted_comments\": false, \"id\": \"2qh1o\", \"user_has_favorited\": false, \"emojis_custom_size\": null, \"show_media_preview\": true, \"over18\": false, \"public_description_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><p>Things that make you go AWW! Like puppies, bunnies, babies, and so on...</p>\\n\\n<p>A place for really cute pictures and videos!</p>\\n</div><!-- SC_ON -->\", \"created\": 1201262822.0, \"allow_videos\": true, \"spoilers_enabled\": true, \"icon_size\": [256, 256], \"primary_color\": \"#000000\", \"notification_level\": null, \"active_user_count\": null, \"icon_img\": \"https://b.thumbs.redditmedia.com/aKWBgkEo7FnZ1d598QhzMrSZ-J1mVCk2H4kxOiikL8A.png\", \"header_title\": \"Fun fact: you're on reddit right now!\", \"description\": \"# Welcome to /r/aww!\\n\\n> Things that make you go AWW! -- like puppies, bunnies, babies, and so on...\\n\\n> Feel free to post pictures and videos of cute things.\\n\\n\\n---\\n\\n##### Quick Links\\n\\n\\n - [Subreddit rules](https://www.reddit.com/r/aww/wiki/index)\\n - [Reddit 101](https://www.reddit.com/wiki/reddit_101)\\n - [Message the moderators](https://www.reddit.com/message/compose?to=%2Fr%2Faww)\\n\\n### Rules\\n\\n1. No \\\"sad\\\" content, such as pics of animals that have passed away (try /r/petloss), before-and-after adoption pics (try /r/BeforeNAfterAdoption), or sob stories (e.g. found him in a dumpster). [more \\u203a](https://www.reddit.com/r/aww/wiki/index#wiki_rule_1)\\n\\n2. No comics, captioned pictures/videos (try /r/lolcats), or photos of just text. [more \\u203a](https://www.reddit.com/r/aww/wiki/index#wiki_rule_2)\\n\\n3. No post titles asking for upvotes or approval. [more \\u203a](https://www.reddit.com/r/aww/wiki/index#wiki_rule_3)\\n\\n4. No slurs or harassing comments. [more \\u203a](https://www.reddit.com/r/aww/wiki/index#wiki_rule_4)\\n\\n5. Posts must link to sites on our [approved list](https://www.reddit.com/r/aww/wiki/index#wiki_rule_5).\\n\\n6. No NSFW/NSFL content. This includes not only inappropriate images but also inappropriate text, innuendo, or inappropriate jokes in comments. [more \\u203a](https://www.reddit.com/r/aww/wiki/index#wiki_rule_6)\\n\\n7. No asking for donations, sponsorship or adoptions (try /r/care or /r/assistance). [more \\u203a](https://www.reddit.com/r/aww/wiki/index#wiki_rule_7)\\n\\n8. No bots or bot-like behavior. Don't submit more than 4 posts in a day. &nbsp; [more \\u203a](https://www.reddit.com/r/aww/wiki/index#wiki_rule_8)\\n\\n9. No false claims of content ownership. [more \\u203a](https://www.reddit.com/r/aww/wiki/index#wiki_rule_9)\\n\\n10. No social media links or personally identifiable information. [more \\u203a](https://www.reddit.com/r/aww/wiki/index#wiki_rule_10)\\n\\n - [Click here for the FULL list of rules](https://www.reddit.com/r/aww/wiki/index)\\n\\n-----\\n\\n[JOIN OUR DISCORD!](https://discord.gg/E6FvsBT)\\n\\n---\\n\\n###[Check out our related subreddits](/r/aww/w/relatedsubreddits)\\n\\n###[Check out the /r/Aww subreddit of the week](/r/aww/wiki/awwwsuboftheweek)\\n\\n###### **Please [spay and neuter](https://www.petsmartcharities.org/adopt-a-pet/find-a-spayneuter-clinic) your pets!** While your newborn pets are cute, failing to do this allows your little darlings to add to the population of homeless animals. Adopt pets from your [local animal rescues/shelters](http://adopt.pschar.org/), there are plenty of animals just waiting for a home.\\n\\n[](#/RES_SR_Config/NightModeCompatible)\", \"can_assign_link_flair\": false, \"submit_text\": \"## Rule Reminders\\n\\n - **Rules last updated:** July 7th, 2018\\n\\n - Remember, no linking to personal sites, such as Facebook, Twitter, Instagram, etc.\\n\\n Linking to personal sites within an Imgur description is also not allowed.\\n\\n - Also, no sad content! Titles must be 100% happy. And please do not ask for upvotes.\\n\\n - You can find the rest of the rules in the sidebar or [through our wiki](https://www.reddit.com/r/aww/wiki/index).\\n\\n Thank you for reading our rules! :)\", \"link_flair_enabled\": true, \"user_flair_text_color\": null, \"accounts_active\": null, \"public_traffic\": false, \"header_size\": [91, 70], \"subscribers\": 18883837, \"user_flair_css_class\": null, \"submit_text_label\": null, \"whitelist_status\": \"all_ads\", \"link_flair_position\": \"right\", \"user_flair_richtext\": [], \"all_original_content\": false, \"lang\": \"en\", \"user_is_moderator\": false, \"has_menu_widget\": true, \"is_enrolled_in_new_modmail\": null, \"key_color\": \"#24a0ed\", \"name\": \"t5_2qh1o\", \"can_assign_user_flair\": false, \"allow_videogifs\": true, \"url\": \"/r/aww/\", \"quarantine\": false, \"wls\": 6, \"created_utc\": 1201234022.0, \"emojis_enabled\": true, \"user_is_contributor\": false, \"submit_link_label\": null, \"allow_discovery\": true, \"accounts_active_is_fuzzed\": false, \"advertiser_category\": \"Lifestyles\", \"user_sr_theme_enabled\": true, \"user_sr_flair_enabled\": null, \"allow_images\": true, \"videostream_links_count\": 100, \"comment_score_hide_mins\": 0, \"subreddit_type\": \"public\", \"submission_type\": \"link\", \"content_category\": \"animals\", \"user_is_subscriber\": false}}, {\"kind\": \"t5\", \"data\": {\"suggested_comment_sort\": null, \"user_flair_background_color\": null, \"hide_ads\": false, \"banner_img\": \"\", \"public_description\": \"Pictures of dogs!\", \"user_flair_text\": null, \"submit_text_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><h3><a href=\\\"/r/PuppySmiles\\\"><strong>Hey you! Check out /r/PuppySmiles!</strong></a></h3>\\n\\n<hr/>\\n\\n<p>For more dog love on reddit. Post a cool dog, post your own dog, post a hot dog!</p>\\n\\n<p>Link directly to the picture if you want it to show up as a thumbnail on reddit.</p>\\n\\n<p><a href=\\\"http://www.reddit.com/message/compose?to=%2Fr%2Fdogpictures\\\"><strong>Please message the mods if your post does not show up!</strong></a></p>\\n\\n<hr/>\\n\\n<p><strong>Posting Rules:</strong></p>\\n\\n<ul>\\n<li><p>Please post direct links to images, preferably hosted on imgur. No blogs, no articles.</p></li>\\n<li><p>There&#39;s been a problem lately with folks posting &quot;/aww didn&#39;t like this&quot; or &quot;can you show me some love&quot;. Trust us, subscribers here are getting pretty sick of seeing those. You&#39;ll get more love just showing us the dog!</p></li>\\n<li><p>We do <strong>NOT</strong> give out medical advice about your dog. Please do not ask for help here. If something is wrong with your pet, please take them to a veterinarian or an emergency animal hospital. We are not doctors of any kind.</p></li>\\n</ul>\\n</div><!-- SC_ON -->\", \"user_flair_position\": \"right\", \"user_flair_enabled_in_sr\": false, \"user_flair_template_id\": null, \"user_is_banned\": false, \"free_form_reports\": false, \"community_icon\": \"\", \"banner_background_image\": \"\", \"original_content_tag_enabled\": false, \"wiki_enabled\": null, \"banner_size\": null, \"show_media\": true, \"banner_background_color\": \"\", \"display_name_prefixed\": \"r/dogpictures\", \"user_is_muted\": false, \"user_flair_type\": \"text\", \"user_can_flair_in_sr\": null, \"display_name\": \"dogpictures\", \"header_img\": \"https://c.thumbs.redditmedia.com/OjhuGGlwfhH4vhkP.png\", \"description_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><h3><a href=\\\"/r/PuppySmiles\\\"><strong>Hey you! Check out /r/PuppySmiles!</strong></a></h3>\\n\\n<hr/>\\n\\n<ul>\\n<li><p><strong>Post a cool dog, post your own dog, post a hot dog!</strong></p></li>\\n<li><p><strong>Please submit single, direct image links, only!</strong></p></li>\\n<li><p><a href=\\\"http://www.reddit.com/message/compose?to=%2Fr%2Fdogpictures\\\"><strong>Click here to message the mods if your post does not show up!</strong></a></p></li>\\n</ul>\\n\\n<hr/>\\n\\n<h2>Posting Rules</h2>\\n\\n<ul>\\n<li><p>Please post direct links to images, preferably hosted on imgur. No blogs, no articles, no albums.</p></li>\\n<li><p>No social media links</p></li>\\n<li><p>No New Accounts</p></li>\\n<li><p>No Memes/Image Macros.</p></li>\\n<li><p>There&#39;s been a problem lately with folks posting &quot;/aww didn&#39;t like this&quot; or &quot;can you show me some love&quot;. Trust us, subscribers here are getting pretty sick of seeing those. You&#39;ll get more love just showing us the dog!</p></li>\\n<li><p>We do <strong>NOT</strong> give out medical advice about your dog. Please do not ask for help here. If something is wrong with your pet, please take them to a veterinarian or an emergency animal hospital. We are not doctors of any kind.</p></li>\\n<li><p>Please do not post asking for financial assistance for a sick or injured animal.</p></li>\\n</ul>\\n\\n<hr/>\\n\\n<h2>Related Subreddits:</h2>\\n\\n<ul>\\n<li><p><strong><a href=\\\"/r/dogs\\\">/r/dogs</a></strong></p></li>\\n<li><p><strong><a href=\\\"/r/puppies\\\">/r/puppies</a></strong></p></li>\\n<li><p><strong><a href=\\\"/r/Blop\\\">/r/Blop</a></strong></p></li>\\n<li><p><strong><a href=\\\"/r/SurprisedDogs\\\">/r/SurprisedDogs</a></strong> </p></li>\\n<li><p><strong><a href=\\\"/r/awwducational\\\">/r/awwducational</a></strong> </p></li>\\n<li><p><strong><a href=\\\"/r/BadDogs\\\">/r/BadDogs</a></strong></p></li>\\n<li><p><strong><a href=\\\"/r/DogsWearingHats\\\">/r/DogsWearingHats</a></strong></p></li>\\n<li><p><strong><a href=\\\"/r/dogswitheyebrows\\\">/r/dogswitheyebrows</a></strong></p></li>\\n<li><p><strong><a href=\\\"/r/DogsDrivingCars\\\">/r/DogsDrivingCars</a></strong> </p></li>\\n<li><p><strong><a href=\\\"/r/DogsWearingTies\\\">/r/DogsWearingTies</a></strong> </p></li>\\n<li><p><strong><a href=\\\"/r/DogsOnHardwoodFloors\\\">/r/DogsOnHardwoodFloors</a></strong> </p></li>\\n<li><p><strong><a href=\\\"/r/DogsSittingLikePeople\\\">/r/DogsSittingLikePeople</a></strong> <strong><em>NEW</em></strong></p></li>\\n<li><p><strong><a href=\\\"/r/DelightfullyChubby\\\">/r/DelightfullyChubby</a></strong></p></li>\\n<li><p><strong><a href=\\\"/r/HappyDogs\\\">/r/HappyDogs</a></strong> </p></li>\\n<li><p><strong><a href=\\\"/r/Puppy\\\">/r/Puppy</a></strong></p></li>\\n<li><p><strong><a href=\\\"/r/PuppySmiles\\\">/r/PuppySmiles</a></strong> </p></li>\\n<li><p><strong><a href=\\\"/r/roughcollies\\\">/r/roughcollies</a></strong></p></li>\\n<li><p><strong><a href=\\\"/r/lookatmydog\\\">/r/lookatmydog</a></strong></p></li>\\n<li><p><strong><a href=\\\"/r/PetPortraits\\\">/r/PetPortraits</a></strong></p></li>\\n<li><p><strong><a href=\\\"/r/BeforeNAfterAdoption\\\">/r/BeforeNAfterAdoption</a></strong></p></li>\\n<li><p><strong><a href=\\\"/r/IDmyDog\\\">/r/IDmyDog</a></strong> </p></li>\\n<li><p><strong><a href=\\\"/r/StartledCats\\\">/r/StartledCats</a></strong> </p></li>\\n<li><p><strong><a href=\\\"/r/doge\\\">/r/doge</a></strong></p></li>\\n<li><p><strong><a href=\\\"/r/SuperShibe\\\">/r/SuperShibe</a></strong></p></li>\\n<li><p><strong><a href=\\\"/r/Pomeranians\\\">/r/Pomeranians</a></strong></p></li>\\n<li><p><strong><a href=\\\"/r/shihtzu\\\">/r/shihtzu</a></strong></p></li>\\n<li><p><strong><a href=\\\"/r/BeachDogs\\\">/r/BeachDogs</a></strong></p></li>\\n<li><p><strong><a href=\\\"/r/Dogloaf\\\">/r/Dogloaf</a></strong></p></li>\\n<li><p><strong><a href=\\\"/r/SurfingAnimals\\\">/r/SurfingAnimals</a></strong></p></li>\\n<li><p><strong><a href=\\\"/r/OldManDog\\\">/r/OldManDog</a></strong></p></li>\\n<li><p><strong><a href=\\\"/r/TongueOutHounds\\\">/r/TongueOutHounds</a></strong></p></li>\\n</ul>\\n</div><!-- SC_ON -->\", \"title\": \"Pictures of dogs!\", \"collapse_deleted_comments\": false, \"id\": \"2r5qg\", \"user_has_favorited\": false, \"emojis_custom_size\": null, \"show_media_preview\": true, \"over18\": false, \"public_description_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><p>Pictures of dogs!</p>\\n</div><!-- SC_ON -->\", \"created\": 1251435036.0, \"allow_videos\": true, \"spoilers_enabled\": true, \"icon_size\": null, \"primary_color\": \"\", \"notification_level\": null, \"active_user_count\": null, \"icon_img\": \"\", \"header_title\": \"Woof!\", \"description\": \"###[**Hey you! Check out /r/PuppySmiles!**](/r/PuppySmiles)\\n\\n\\n---\\n\\n\\n- **Post a cool dog, post your own dog, post a hot dog!**\\n\\n- **Please submit single, direct image links, only!**\\n\\n- [**Click here to message the mods if your post does not show up!**](http://www.reddit.com/message/compose?to=%2Fr%2Fdogpictures)\\n\\n---\\n\\n##Posting Rules\\n\\n* Please post direct links to images, preferably hosted on imgur. No blogs, no articles, no albums.\\n\\n* No social media links\\n\\n* No New Accounts\\n\\n* No Memes/Image Macros.\\n\\n* There's been a problem lately with folks posting \\\"/aww didn't like this\\\" or \\\"can you show me some love\\\". Trust us, subscribers here are getting pretty sick of seeing those. You'll get more love just showing us the dog!\\n\\n\\n* We do **NOT** give out medical advice about your dog. Please do not ask for help here. If something is wrong with your pet, please take them to a veterinarian or an emergency animal hospital. We are not doctors of any kind.\\n\\n* Please do not post asking for financial assistance for a sick or injured animal.\\n\\n---\\n\\n## Related Subreddits:\\n\\n* **/r/dogs**\\n\\n* **/r/puppies**\\n\\n* **/r/Blop**\\n\\n* **/r/SurprisedDogs** \\n\\n* **/r/awwducational** \\n\\n* **/r/BadDogs**\\n\\n* **/r/DogsWearingHats**\\n\\n* **/r/dogswitheyebrows**\\n\\n* **/r/DogsDrivingCars** \\n\\n* **/r/DogsWearingTies** \\n\\n* **/r/DogsOnHardwoodFloors** \\n\\n* **/r/DogsSittingLikePeople** ***NEW***\\n\\n* **/r/DelightfullyChubby**\\n\\n* **/r/HappyDogs** \\n\\n* **/r/Puppy**\\n\\n* **/r/PuppySmiles** \\n\\n* **/r/roughcollies**\\n\\n* **/r/lookatmydog**\\n\\n* **/r/PetPortraits**\\n\\n* **/r/BeforeNAfterAdoption**\\n\\n* **/r/IDmyDog** \\n\\n* **/r/StartledCats** \\n\\n* **/r/doge**\\n\\n* **/r/SuperShibe**\\n\\n* **/r/Pomeranians**\\n\\n* **/r/shihtzu**\\n\\n* **/r/BeachDogs**\\n\\n* **/r/Dogloaf**\\n\\n* **/r/SurfingAnimals**\\n\\n* **/r/OldManDog**\\n\\n* **/r/TongueOutHounds**\", \"can_assign_link_flair\": false, \"submit_text\": \"###[**Hey you! Check out /r/PuppySmiles!**](/r/PuppySmiles)\\n\\n\\n---\\n\\n\\nFor more dog love on reddit. Post a cool dog, post your own dog, post a hot dog!\\n\\nLink directly to the picture if you want it to show up as a thumbnail on reddit.\\n\\n[**Please message the mods if your post does not show up!**](http://www.reddit.com/message/compose?to=%2Fr%2Fdogpictures)\\n\\n---\\n\\n**Posting Rules:**\\n\\n* Please post direct links to images, preferably hosted on imgur. No blogs, no articles.\\n\\n* There's been a problem lately with folks posting \\\"/aww didn't like this\\\" or \\\"can you show me some love\\\". Trust us, subscribers here are getting pretty sick of seeing those. You'll get more love just showing us the dog!\\n\\n\\n* We do **NOT** give out medical advice about your dog. Please do not ask for help here. If something is wrong with your pet, please take them to a veterinarian or an emergency animal hospital. We are not doctors of any kind.\\n\", \"link_flair_enabled\": true, \"user_flair_text_color\": null, \"accounts_active\": null, \"public_traffic\": false, \"header_size\": [125, 42], \"subscribers\": 234082, \"user_flair_css_class\": null, \"submit_text_label\": null, \"whitelist_status\": \"all_ads\", \"link_flair_position\": \"right\", \"user_flair_richtext\": [], \"all_original_content\": false, \"lang\": \"en\", \"user_is_moderator\": false, \"has_menu_widget\": false, \"is_enrolled_in_new_modmail\": null, \"key_color\": \"\", \"name\": \"t5_2r5qg\", \"can_assign_user_flair\": false, \"allow_videogifs\": true, \"url\": \"/r/dogpictures/\", \"quarantine\": false, \"wls\": 6, \"created_utc\": 1251406236.0, \"emojis_enabled\": false, \"user_is_contributor\": false, \"submit_link_label\": \"Post a dog!\", \"allow_discovery\": true, \"accounts_active_is_fuzzed\": false, \"advertiser_category\": \"\", \"user_sr_theme_enabled\": true, \"user_sr_flair_enabled\": null, \"allow_images\": true, \"videostream_links_count\": 0, \"comment_score_hide_mins\": 0, \"subreddit_type\": \"public\", \"submission_type\": \"link\", \"user_is_subscriber\": false}}, {\"kind\": \"t5\", \"data\": {\"suggested_comment_sort\": null, \"user_flair_background_color\": null, \"hide_ads\": false, \"banner_img\": \"\", \"public_description\": \"Welsh corgi - noun\\n: a short-legged long-backed dog with foxy head of either of two breeds of Welsh origin:\\na : cardigan welsh corgi\\nb : pembroke welsh corgi\", \"user_flair_text\": null, \"submit_text_html\": null, \"user_flair_position\": \"right\", \"user_flair_enabled_in_sr\": false, \"user_flair_template_id\": null, \"user_is_banned\": false, \"free_form_reports\": true, \"community_icon\": \"\", \"banner_background_image\": \"\", \"original_content_tag_enabled\": false, \"wiki_enabled\": true, \"banner_size\": null, \"show_media\": true, \"banner_background_color\": \"\", \"display_name_prefixed\": \"r/corgi\", \"user_is_muted\": false, \"user_flair_type\": \"text\", \"user_can_flair_in_sr\": null, \"display_name\": \"corgi\", \"header_img\": \"https://b.thumbs.redditmedia.com/aVEDHQdHNHabNH1s.png\", \"description_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><p><a href=\\\"/r/corgi\\\">/r/corgi</a> only allows sharing from popular image hosting sites. Instagram is not allowed. There are all account age and karma minimums to post.</p>\\n\\n<p>For the wonderful little legless dogs.</p>\\n\\n<p>Our page was designed by the awesome <a href=\\\"http://www.reddit.com/u/burgundyoink\\\">/u/burgundyoink</a></p>\\n\\n<p>Check out our friends at:</p>\\n\\n<p><a href=\\\"http://www.reddit.com/r/swedishvallhund\\\">/r/swedishvallhund</a></p>\\n\\n<p><a href=\\\"http://www.reddit.com/r/puppy101\\\">/r/puppy101</a></p>\\n\\n<p><a href=\\\"http://www.reddit.com/r/lookatmydog\\\">/r/lookatmydog</a></p>\\n\\n<p><a href=\\\"http://www.reddit.com/r/dogs\\\">/r/dogs</a></p>\\n\\n<p><a href=\\\"http://www.reddit.com/r/capybara\\\">/r/capybara</a></p>\\n\\n<p><a href=\\\"http://www.reddit.com/r/jackrussellterrier\\\">/r/jackrussellterrier</a></p>\\n\\n<p><strong>Looking to buy or adopt a corgi? Before you post about it please check out the following links</strong> </p>\\n\\n<p>Pembroke Welsh Corgi Club of America&#39;s </p>\\n\\n<p><a href=\\\"http://pwcca.org/about-pembrokes/pwc-rescue-network\\\">Rescue Network</a> </p>\\n\\n<p>Special plug to <a href=\\\"https://www.eastcoastcorgirescue.org/\\\">ECCR</a></p>\\n\\n<p><a href=\\\"http://pwcca.org/about-the-pwcca/membership-directory\\\">Breeder Directory</a></p>\\n\\n<p><a href=\\\"http://pwcca.org/affiliate-pembroke-clubs/\\\">Regional Club Listing</a></p>\\n\\n<p><a href=\\\"http://cwcca.club/\\\">Cardigan Welsh Corgi Club of America&#39;s</a></p>\\n\\n<p><a href=\\\"http://cardiganrescue.org/\\\">Rescue Network</a></p>\\n\\n<p>You may also wanna read:</p>\\n\\n<p><a href=\\\"http://ownresponsibly.blogspot.com/2011/07/comprehensive-corgi-guide-resource-for.html\\\">Comprehensive Corgi Guide</a></p>\\n\\n<p><a href=\\\"http://www.mycorgi.com/forum/topics/so-you-think-you-want-a-corgi\\\">So you think you want a corgi?</a></p>\\n\\n<p><a href=\\\"http://ownresponsibly.blogspot.com/2011/07/identifying-reputable-breeder.html\\\">How to Identify a Reputable Breeder</a></p>\\n\\n<p>PLEASE NOTE: While we absolutely allow and encourage posts of corgi mixes, &quot;Merle Pembrokes&quot; are not purebred Pembrokes, and any breeder telling you otherwise is disreputable.</p>\\n</div><!-- SC_ON -->\", \"title\": \"Corgi Subreddit\", \"collapse_deleted_comments\": false, \"id\": \"2rdw8\", \"user_has_favorited\": false, \"emojis_custom_size\": null, \"show_media_preview\": true, \"over18\": false, \"public_description_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><p>Welsh corgi - noun\\n: a short-legged long-backed dog with foxy head of either of two breeds of Welsh origin:\\na : cardigan welsh corgi\\nb : pembroke welsh corgi</p>\\n</div><!-- SC_ON -->\", \"created\": 1260187617.0, \"allow_videos\": true, \"spoilers_enabled\": true, \"icon_size\": null, \"primary_color\": \"#cc8b00\", \"notification_level\": null, \"active_user_count\": null, \"icon_img\": \"\", \"header_title\": null, \"description\": \"/r/corgi only allows sharing from popular image hosting sites. Instagram is not allowed. There are all account age and karma minimums to post.\\n\\nFor the wonderful little legless dogs.\\n\\nOur page was designed by the awesome [/u/burgundyoink](http://www.reddit.com/u/burgundyoink)\\n\\nCheck out our friends at:\\n\\n[/r/swedishvallhund](http://www.reddit.com/r/swedishvallhund)\\n\\n[/r/puppy101](http://www.reddit.com/r/puppy101)\\n\\n[/r/lookatmydog](http://www.reddit.com/r/lookatmydog)\\n\\n[/r/dogs](http://www.reddit.com/r/dogs)\\n\\n[/r/capybara](http://www.reddit.com/r/capybara)\\n\\n[/r/jackrussellterrier](http://www.reddit.com/r/jackrussellterrier)\\n\\n__Looking to buy or adopt a corgi? Before you post about it please check out the following links__ \\n\\nPembroke Welsh Corgi Club of America's \\n\\n[Rescue Network](http://pwcca.org/about-pembrokes/pwc-rescue-network) \\n\\nSpecial plug to [ECCR](https://www.eastcoastcorgirescue.org/)\\n\\n[Breeder Directory](http://pwcca.org/about-the-pwcca/membership-directory)\\n\\n[Regional Club Listing](http://pwcca.org/affiliate-pembroke-clubs/)\\n\\n[Cardigan Welsh Corgi Club of America's](http://cwcca.club/)\\n\\n[Rescue Network](http://cardiganrescue.org/)\\n\\n\\nYou may also wanna read:\\n\\n[Comprehensive Corgi Guide](http://ownresponsibly.blogspot.com/2011/07/comprehensive-corgi-guide-resource-for.html)\\n\\n[So you think you want a corgi?]\\n(http://www.mycorgi.com/forum/topics/so-you-think-you-want-a-corgi)\\n\\n[How to Identify a Reputable Breeder](http://ownresponsibly.blogspot.com/2011/07/identifying-reputable-breeder.html)\\n\\nPLEASE NOTE: While we absolutely allow and encourage posts of corgi mixes, \\\"Merle Pembrokes\\\" are not purebred Pembrokes, and any breeder telling you otherwise is disreputable.\", \"can_assign_link_flair\": false, \"submit_text\": \"\", \"link_flair_enabled\": false, \"user_flair_text_color\": null, \"accounts_active\": null, \"public_traffic\": false, \"header_size\": [205, 150], \"subscribers\": 365440, \"user_flair_css_class\": null, \"submit_text_label\": null, \"whitelist_status\": \"all_ads\", \"link_flair_position\": null, \"user_flair_richtext\": [], \"all_original_content\": false, \"lang\": \"en\", \"user_is_moderator\": false, \"has_menu_widget\": false, \"is_enrolled_in_new_modmail\": null, \"key_color\": \"#ffb000\", \"name\": \"t5_2rdw8\", \"can_assign_user_flair\": true, \"allow_videogifs\": true, \"url\": \"/r/corgi/\", \"quarantine\": false, \"wls\": 6, \"created_utc\": 1260158817.0, \"emojis_enabled\": false, \"user_is_contributor\": false, \"submit_link_label\": null, \"allow_discovery\": true, \"accounts_active_is_fuzzed\": false, \"advertiser_category\": \"\", \"user_sr_theme_enabled\": true, \"user_sr_flair_enabled\": null, \"allow_images\": true, \"videostream_links_count\": 3, \"comment_score_hide_mins\": 0, \"subreddit_type\": \"public\", \"submission_type\": \"any\", \"user_is_subscriber\": false}}, {\"kind\": \"t5\", \"data\": {\"suggested_comment_sort\": null, \"user_flair_background_color\": null, \"hide_ads\": false, \"banner_img\": \"\", \"public_description\": \"A community founded on a simple premise - sharing pictures of our canines!\", \"user_flair_text\": null, \"submit_text_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><p>Please ensure that the content you are posting belongs to you. Stolen and reposted content will be removed.</p>\\n</div><!-- SC_ON -->\", \"user_flair_position\": \"right\", \"user_flair_enabled_in_sr\": false, \"user_flair_template_id\": null, \"user_is_banned\": false, \"free_form_reports\": true, \"community_icon\": \"\", \"banner_background_image\": \"\", \"original_content_tag_enabled\": false, \"wiki_enabled\": true, \"banner_size\": null, \"show_media\": true, \"banner_background_color\": \"\", \"display_name_prefixed\": \"r/lookatmydog\", \"user_is_muted\": false, \"user_flair_type\": \"text\", \"user_can_flair_in_sr\": null, \"display_name\": \"lookatmydog\", \"header_img\": null, \"description_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><h3>Welcome to <a href=\\\"/r/lookatmydog\\\">/r/lookatmydog</a>!</h3>\\n\\n<hr/>\\n\\n<p><strong>Look At My Dog</strong> is a place where you can share photos of the canines most dear to you. Whether it&#39;s your dog, your neighbor&#39;s dog, or your mom&#39;s, as long as you took the picture, then we want to see it!</p>\\n\\n<p>We welcome gifs and videos, as well as still photos! Just make sure you made the content. No stock photos, reposts, or cross-posts of content that isn&#39;t yours!</p>\\n\\n<hr/>\\n\\n<p><strong>Please follow our rules when posting here!</strong></p>\\n\\n<ul>\\n<li><p>Your submission must involve canines!</p></li>\\n<li><p>Original content only!</p></li>\\n<li><p>No reposts or stolen content!</p></li>\\n<li><p>Be kind to one another!</p></li>\\n</ul>\\n\\n<hr/>\\n\\n<p><strong>Commenting is encouraged!</strong></p>\\n\\n<p>Look at my dog!</p>\\n\\n<p>For pictures of your dog. No stock photos please.</p>\\n\\n<hr/>\\n\\n<p><strong>Please visit our friends listed below!</strong></p>\\n\\n<ul>\\n<li><p><a href=\\\"/r/dogs\\\">/r/dogs</a></p></li>\\n<li><p><a href=\\\"/r/animalid\\\">/r/AnimalID</a></p></li>\\n<li><p><a href=\\\"/r/basenji\\\">/r/basenji</a></p></li>\\n<li><p><a href=\\\"/r/corgi\\\">/r/corgi</a></p></li>\\n<li><p><a href=\\\"/r/shiba\\\">/r/shiba</a></p></li>\\n</ul>\\n</div><!-- SC_ON -->\", \"title\": \"Look At My Dog\", \"collapse_deleted_comments\": false, \"id\": \"2s6t5\", \"user_has_favorited\": false, \"emojis_custom_size\": null, \"show_media_preview\": true, \"over18\": false, \"public_description_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><p>A community founded on a simple premise - sharing pictures of our canines!</p>\\n</div><!-- SC_ON -->\", \"created\": 1289908242.0, \"allow_videos\": true, \"spoilers_enabled\": false, \"icon_size\": null, \"primary_color\": \"\", \"notification_level\": null, \"active_user_count\": null, \"icon_img\": \"\", \"header_title\": \"LOOK AT IT\", \"description\": \"###Welcome to /r/lookatmydog!\\n\\n---\\n\\n**Look At My Dog** is a place where you can share photos of the canines most dear to you. Whether it's your dog, your neighbor's dog, or your mom's, as long as you took the picture, then we want to see it!\\n\\nWe welcome gifs and videos, as well as still photos! Just make sure you made the content. No stock photos, reposts, or cross-posts of content that isn't yours!\\n\\n---\\n\\n**Please follow our rules when posting here!**\\n\\n+ Your submission must involve canines!\\n\\n+ Original content only!\\n\\n+ No reposts or stolen content!\\n\\n+ Be kind to one another!\\n\\n---\\n\\n**Commenting is encouraged!**\\n\\nLook at my dog!\\n\\nFor pictures of your dog. No stock photos please.\\n\\n---\\n\\n**Please visit our friends listed below!**\\n\\n* [/r/dogs](/r/dogs)\\n\\n* [/r/AnimalID](/r/animalid)\\n\\n* [/r/basenji](/r/basenji)\\n\\n* [/r/corgi](/r/corgi)\\n\\n* [/r/shiba](/r/shiba)\", \"can_assign_link_flair\": false, \"submit_text\": \"Please ensure that the content you are posting belongs to you. Stolen and reposted content will be removed.\", \"link_flair_enabled\": false, \"user_flair_text_color\": null, \"accounts_active\": null, \"public_traffic\": false, \"header_size\": null, \"subscribers\": 38334, \"user_flair_css_class\": null, \"submit_text_label\": null, \"whitelist_status\": null, \"link_flair_position\": null, \"user_flair_richtext\": [], \"all_original_content\": false, \"lang\": \"en\", \"user_is_moderator\": false, \"has_menu_widget\": false, \"is_enrolled_in_new_modmail\": null, \"key_color\": \"\", \"name\": \"t5_2s6t5\", \"can_assign_user_flair\": true, \"allow_videogifs\": true, \"url\": \"/r/lookatmydog/\", \"quarantine\": false, \"wls\": null, \"created_utc\": 1289879442.0, \"emojis_enabled\": false, \"user_is_contributor\": false, \"submit_link_label\": null, \"allow_discovery\": true, \"accounts_active_is_fuzzed\": false, \"advertiser_category\": \"\", \"user_sr_theme_enabled\": true, \"user_sr_flair_enabled\": null, \"allow_images\": true, \"videostream_links_count\": 2, \"comment_score_hide_mins\": 0, \"subreddit_type\": \"public\", \"submission_type\": \"link\", \"user_is_subscriber\": false}}, {\"kind\": \"t5\", \"data\": {\"suggested_comment_sort\": null, \"user_flair_background_color\": null, \"hide_ads\": false, \"banner_img\": \"\", \"public_description\": \"A place to share photographs and pictures.\", \"user_sr_flair_enabled\": null, \"user_flair_text\": null, \"submit_text_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><p>Please read <a href=\\\"/r/pics/about/sidebar\\\">the sidebar</a> before submitting</p>\\n</div><!-- SC_ON -->\", \"user_flair_position\": \"right\", \"user_flair_enabled_in_sr\": false, \"user_flair_template_id\": null, \"user_is_banned\": false, \"free_form_reports\": true, \"community_icon\": \"\", \"banner_background_image\": \"\", \"original_content_tag_enabled\": true, \"wiki_enabled\": true, \"banner_size\": null, \"show_media\": true, \"banner_background_color\": \"#5a74cc\", \"display_name_prefixed\": \"r/pics\", \"user_is_muted\": false, \"user_flair_type\": \"text\", \"user_can_flair_in_sr\": null, \"display_name\": \"pics\", \"header_img\": \"https://b.thumbs.redditmedia.com/1zT3FeN8pCAFIooNVuyuZ0ObU0x1ro4wPfArGHl3KjM.png\", \"description_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><p>A place to share photographs and pictures. Feel free to post your own, but please <strong>read the rules first</strong> (see below), and note that we are <em>not a catch-all</em> for general images (of screenshots, comics, etc.)</p>\\n\\n<hr/>\\n\\n<h1>Spoiler code</h1>\\n\\n<p>Please mark spoilers like this:<br/>\\n<code>&gt;!text here!&lt;</code></p>\\n\\n<p>Click/tap to <span class=\\\"md-spoiler-text\\\">read</span>.</p>\\n\\n<hr/>\\n\\n<p>Check out <a href=\\\"http://nt.reddit.com/r/pics\\\">http://nt.reddit.com/r/pics</a>!</p>\\n\\n<p>Check out <a href=\\\"/r/pics/wiki/v2/resources/takedown\\\">/r/pics/wiki/v2/resources/takedown</a> for help with taking down posts due to copyright or personal identifiable information reasons. </p>\\n\\n<hr/>\\n\\n<h1><a href=\\\"/r/pics/about/rules\\\">Posting Rules</a></h1>\\n\\n<ol>\\n<li><p>(1A) <strong>No screenshots or pictures of screens.</strong></p>\\n\\n<p>(1B) No pictures with added or superimposed <strong>digital text, emojis, and &quot;MS Paint&quot;-like scribbles.</strong> Exceptions to this rule include watermarks serving to credit the original author, and blurring/boxing out of personal information. &quot;Photoshopped&quot;, or otherwise manipulated images are allowed.</p></li>\\n<li><p><strong>No porn or gore.</strong> Artistic nudity is allowed. NSFW comments must be tagged. Posting gratuitous materials may result in an immediate and permanent ban.</p></li>\\n<li><p><strong>No personal information, in posts or comments.</strong> No direct links to any Social Media. No Missing/Found posts for people or property. A license plate is not PI. <a href=\\\"https://www.reddithelp.com/en/categories/rules-reporting/account-and-community-restrictions/posting-someones-private-or-personal\\\"><strong>Reddit Policy</strong></a> </p>\\n\\n<p><strong>Stalking, harassment, witch hunting, or doxxing</strong> will not be tolerated and will result in a ban.</p></li>\\n<li><p><strong>Titles must follow all <a href=\\\"https://www.reddit.com/r/pics/wiki/titles\\\">title guidelines</a>.</strong></p></li>\\n<li><p><strong>Submissions must link directly to a specific image file or to an image hosting website with minimal ads.</strong> <em>We do not allow blog hosting of images (&quot;blogspam&quot;), but links to albums on image hosting websites are okay. URL shorteners are prohibited. URLs in image or album descriptions are prohibited.</em> </p></li>\\n<li><p><strong>No animated images.</strong> <em>Please submit them to <a href=\\\"/r/gif\\\">/r/gif</a>, <a href=\\\"/r/gifs\\\">/r/gifs</a>, or <a href=\\\"/r/reactiongifs\\\">/r/reactiongifs</a> instead.</em></p></li>\\n<li><p>We enforce a standard of common decency and civility here. <strong>Please be respectful to others.</strong> Personal attacks, bigotry, fighting words, otherwise inappropriate behavior or content, comments that insult or demean a specific user or group of users will be removed. Regular or egregious violations will result in a ban.</p></li>\\n<li><p><strong>No submissions featuring before-and-after depictions of personal health progress or achievement.</strong></p></li>\\n</ol>\\n\\n<ul>\\n<li><p>If your submission appears to be filtered, but <strong>definitely</strong> meets the above rules, <a href=\\\"/message/compose?to=%23pics\\\">please send us a message</a> with a link to the <strong>comments section</strong> of your post (not a direct link to the image). <strong>Don&#39;t delete it</strong> as that just makes the filter hate you! </p></li>\\n<li><p>If you come across any rule violations please report the submission or <a href=\\\"http://www.reddit.com/message/compose?to=%23pics\\\">message the mods</a> and one of us will remove it!</p></li>\\n<li><p>Serial reposters may be filtered. False claims of ownership and/or flooding (&gt;4 posts in 24 hrs) will result in a ban.</p></li>\\n<li><p><strong>Professional photographer or artist?</strong> Read <a href=\\\"/r/pics/wiki/professionals\\\">these guidelines</a> for linking to your own site and obtaining &#39;Verified&#39; user flair. </p></li>\\n</ul>\\n\\n<h1>Links</h1>\\n\\n<p>If your post doesn&#39;t meet the above rules, consider submitting it on one of these other subreddits:</p>\\n\\n<h1>Subreddits</h1>\\n\\n<p>Below is a table of subreddits that you might want to check out!</p>\\n\\n<table><thead>\\n<tr>\\n<th>Screenshots</th>\\n<th>Advice Animals</th>\\n</tr>\\n</thead><tbody>\\n<tr>\\n<td><a href=\\\"/r/images\\\">/r/images</a></td>\\n<td><a href=\\\"/r/adviceanimals\\\">/r/adviceanimals</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/screenshots\\\">/r/screenshots</a></td>\\n<td><a href=\\\"/r/memes\\\">/r/memes</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/desktops\\\">/r/desktops</a></td>\\n<td><a href=\\\"/r/memesIRL\\\">/r/memesIRL</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/amoledbackgrounds\\\">/r/amoledbackgrounds</a></td>\\n<td><a href=\\\"/r/wholesomememes\\\">/r/wholesomememes</a></td>\\n</tr>\\n<tr>\\n<td><strong>Animals</strong></td>\\n<td><strong>More Animals</strong></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/aww\\\">/r/aww</a></td>\\n<td><a href=\\\"/r/fawns\\\">/r/fawns</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/dogs\\\">/r/dogs</a></td>\\n<td><a href=\\\"/r/rabbits\\\">/r/rabbits</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/cats\\\">/r/cats</a></td>\\n<td><a href=\\\"/r/otters\\\">/r/otters</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/foxes\\\">/r/foxes</a></td>\\n<td><a href=\\\"/r/BeforeNAfterAdoption\\\">/r/BeforeNAfterAdoption</a></td>\\n</tr>\\n<tr>\\n<td><strong>GIFS</strong></td>\\n<td><strong>HQ / Curated</strong></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/gifs\\\">/r/gifs</a></td>\\n<td><a href=\\\"/r/pic\\\">/r/pic</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/catgifs\\\">/r/catgifs</a></td>\\n<td><a href=\\\"/r/earthporn\\\">/r/earthporn</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/reactiongifs\\\">/r/reactiongifs</a></td>\\n<td><a href=\\\"/r/spaceporn\\\">/r/spaceporn</a></td>\\n</tr>\\n</tbody></table>\\n\\n<h2>Topic subreddits</h2>\\n\\n<p>Every now and then, we choose 2 new topics, and find some subreddits about that topic to feature!</p>\\n\\n<table><thead>\\n<tr>\\n<th>One Word</th>\\n<th>Art</th>\\n</tr>\\n</thead><tbody>\\n<tr>\\n<td><a href=\\\"/r/catsstandingup\\\">/r/catsstandingup</a></td>\\n<td><a href=\\\"/r/Art\\\">/r/Art</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/nocontextpics\\\">/r/nocontextpics</a></td>\\n<td><a href=\\\"/r/ImaginaryBestOf\\\">/r/ImaginaryBestOf</a></td>\\n</tr>\\n<tr>\\n<td>&nbsp;</td>\\n<td><a href=\\\"/r/IDAP\\\">/r/IDAP</a></td>\\n</tr>\\n</tbody></table>\\n</div><!-- SC_ON -->\", \"title\": \"Reddit Pics\", \"collapse_deleted_comments\": true, \"id\": \"2qh0u\", \"user_has_favorited\": false, \"emojis_custom_size\": null, \"over18\": false, \"public_description_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><p>A place to share photographs and pictures.</p>\\n</div><!-- SC_ON -->\", \"created\": 1201249869.0, \"allow_videos\": false, \"spoilers_enabled\": true, \"icon_size\": [256, 256], \"primary_color\": \"#cee3f8\", \"notification_level\": null, \"active_user_count\": null, \"icon_img\": \"https://b.thumbs.redditmedia.com/VZX_KQLnI1DPhlEZ07bIcLzwR1Win808RIt7zm49VIQ.png\", \"header_title\": \"Something Clever\", \"description\": \"A place to share photographs and pictures. Feel free to post your own, but please **read the rules first** (see below), and note that we are *not a catch-all* for general images (of screenshots, comics, etc.)\\n\\n---\\n\\n#Spoiler code#\\n\\nPlease mark spoilers like this: \\n`>!text here!<`\\n\\nClick/tap to >!read!<.\\n\\n---\\nCheck out http://nt.reddit.com/r/pics!\\n\\nCheck out /r/pics/wiki/v2/resources/takedown for help with taking down posts due to copyright or personal identifiable information reasons. \\n\\n---\\n#[Posting Rules](/r/pics/about/rules)#\\n\\n1. (1A) **No screenshots or pictures of screens.**\\n\\n (1B) No pictures with added or superimposed **digital text, emojis, and \\\"MS Paint\\\"-like scribbles.** Exceptions to this rule include watermarks serving to credit the original author, and blurring/boxing out of personal information. \\\"Photoshopped\\\", or otherwise manipulated images are allowed.\\n\\n1. **No porn or gore.** Artistic nudity is allowed. NSFW comments must be tagged. Posting gratuitous materials may result in an immediate and permanent ban.\\n\\n1. **No personal information, in posts or comments.** No direct links to any Social Media. No Missing/Found posts for people or property. A license plate is not PI. [**Reddit Policy**](https://www.reddithelp.com/en/categories/rules-reporting/account-and-community-restrictions/posting-someones-private-or-personal) \\n\\n **Stalking, harassment, witch hunting, or doxxing** will not be tolerated and will result in a ban.\\n\\n1. **Titles must follow all [title guidelines](https://www.reddit.com/r/pics/wiki/titles).**\\n\\n1. **Submissions must link directly to a specific image file or to an image hosting website with minimal ads.** *We do not allow blog hosting of images (\\\"blogspam\\\"), but links to albums on image hosting websites are okay. URL shorteners are prohibited. URLs in image or album descriptions are prohibited.* \\n\\n1. **No animated images.** *Please submit them to /r/gif, /r/gifs, or /r/reactiongifs instead.*\\n\\n1. We enforce a standard of common decency and civility here. **Please be respectful to others.** Personal attacks, bigotry, fighting words, otherwise inappropriate behavior or content, comments that insult or demean a specific user or group of users will be removed. Regular or egregious violations will result in a ban.\\n\\n1. **No submissions featuring before-and-after depictions of personal health progress or achievement.**\\n\\n* If your submission appears to be filtered, but **definitely** meets the above rules, [please send us a message](/message/compose?to=%23pics) with a link to the **comments section** of your post (not a direct link to the image). **Don't delete it** as that just makes the filter hate you! \\n\\n* If you come across any rule violations please report the submission or [message the mods](http://www.reddit.com/message/compose?to=%23pics) and one of us will remove it!\\n\\n* Serial reposters may be filtered. False claims of ownership and/or flooding (>4 posts in 24 hrs) will result in a ban.\\n\\n* **Professional photographer or artist?** Read [these guidelines](/r/pics/wiki/professionals) for linking to your own site and obtaining 'Verified' user flair. \\n\\n#Links#\\nIf your post doesn't meet the above rules, consider submitting it on one of these other subreddits:\\n\\n#Subreddits\\nBelow is a table of subreddits that you might want to check out!\\n\\nScreenshots | Advice Animals\\n-----------|--------------\\n/r/images | /r/adviceanimals\\n/r/screenshots | /r/memes\\n/r/desktops | /r/memesIRL\\n/r/amoledbackgrounds | /r/wholesomememes \\n**Animals** | **More Animals**\\n/r/aww | /r/fawns\\n/r/dogs | /r/rabbits\\n/r/cats | /r/otters\\n/r/foxes | /r/BeforeNAfterAdoption\\n**GIFS** | **HQ / Curated**\\n/r/gifs | /r/pic\\n/r/catgifs | /r/earthporn\\n/r/reactiongifs | /r/spaceporn\\n\\n##Topic subreddits\\n\\nEvery now and then, we choose 2 new topics, and find some subreddits about that topic to feature!\\n\\nOne Word | Art\\n-----|----------\\n/r/catsstandingup | /r/Art\\n/r/nocontextpics | /r/ImaginaryBestOf\\n&nbsp; | /r/IDAP \", \"can_assign_link_flair\": false, \"submit_text\": \"Please read [the sidebar](/r/pics/about/sidebar) before submitting\\n\\n\", \"user_flair_text_color\": null, \"accounts_active\": null, \"public_traffic\": false, \"header_size\": [160, 64], \"subscribers\": 20175687, \"user_flair_css_class\": null, \"submit_text_label\": null, \"whitelist_status\": \"all_ads\", \"link_flair_position\": \"left\", \"user_flair_richtext\": [], \"all_original_content\": false, \"lang\": \"en\", \"user_is_moderator\": false, \"has_menu_widget\": true, \"is_enrolled_in_new_modmail\": null, \"key_color\": \"#222222\", \"name\": \"t5_2qh0u\", \"can_assign_user_flair\": false, \"allow_videogifs\": true, \"url\": \"/r/pics/\", \"quarantine\": false, \"wls\": 6, \"created_utc\": 1201221069.0, \"emojis_enabled\": false, \"user_is_contributor\": false, \"submit_link_label\": \"Submit an image\", \"allow_discovery\": true, \"accounts_active_is_fuzzed\": false, \"advertiser_category\": \"Lifestyles\", \"user_sr_theme_enabled\": true, \"link_flair_enabled\": true, \"allow_images\": true, \"show_media_preview\": true, \"comment_score_hide_mins\": 60, \"subreddit_type\": \"public\", \"submission_type\": \"link\", \"content_category\": \"photography\", \"user_is_subscriber\": false}}, {\"kind\": \"t5\", \"data\": {\"suggested_comment_sort\": null, \"user_flair_background_color\": null, \"hide_ads\": false, \"banner_img\": \"\", \"public_description\": \"/r/dogs is a discussion-based subreddit, meant for asking questions, sharing information, and learning about our beloved canine companions and related dog-centric topics.\", \"user_sr_flair_enabled\": null, \"user_flair_text\": null, \"submit_text_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><p>Did you read the <a href=\\\"https://www.reddit.com/r/dogs/wiki/index#wiki_subreddit_rules\\\">rules</a> before posting? You must physically type the tag into the title of the post. Further explanation of tags is on the main rules page. </p>\\n\\n<p>Available tags:</p>\\n\\n<p><strong>[Breeds]</strong> \\u2013 &quot;What breed is my dog?&quot; and breed recommendations. Please <a href=\\\"https://www.reddit.com/r/dogs/comments/4qc6lb/meta_breed_questionnaire_updated_june_2016/\\\">fill out this questionnaire</a> for breed recommendation threads.</p>\\n\\n<p><strong>[Help]</strong> \\u2013 Need advice regarding behavior, health, or other dog-related topics</p>\\n\\n<p><strong>[Vent]</strong> \\u2013 Angry or emotionally charged posts that are automatically locked when posted</p>\\n\\n<p><strong>[RIP]</strong> \\u2013 Memorial posts for departed pets</p>\\n\\n<p><strong>[Fluff]</strong> \\u2013 Stories or fun stuff</p>\\n\\n<p><strong>[Discussion]</strong> \\u2013 General questions/topics; also the default tag if no others fit</p>\\n\\n<p><strong>[Link]</strong> \\u2013 Generic tag for links; include a description of the contents and possible discussion points</p>\\n\\n<p><strong>[News]</strong> \\u2013 Articles or new research; include a description of the contents and possible discussion points</p>\\n</div><!-- SC_ON -->\", \"user_flair_position\": \"right\", \"user_flair_enabled_in_sr\": false, \"user_flair_template_id\": null, \"user_is_banned\": false, \"free_form_reports\": true, \"community_icon\": \"https://styles.redditmedia.com/t5_2qhhk/styles/communityIcon_n7ckf4gv4ik11.png\", \"banner_background_image\": \"\", \"original_content_tag_enabled\": false, \"wiki_enabled\": true, \"banner_size\": null, \"show_media\": false, \"banner_background_color\": \"#0079d3\", \"display_name_prefixed\": \"r/dogs\", \"user_is_muted\": false, \"user_flair_type\": \"text\", \"user_can_flair_in_sr\": null, \"display_name\": \"dogs\", \"header_img\": \"https://b.thumbs.redditmedia.com/Sgqw1zW5DO9gHEOhJtVxS_hC7pIzOoRgokC-xqfUmWI.png\", \"description_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><p><strong>Welcome to <a href=\\\"/r/dogs\\\">/r/dogs</a>, the community for dog-lovers on Reddit!</strong></p>\\n\\n<p><a href=\\\"/r/dogs\\\">/r/dogs</a> is a discussion-based subreddit, meant for asking questions, sharing information, and learning about our beloved canine companions and related dog-centric topics.</p>\\n\\n<p>Advice on this forum is absolutely not a substitute for professional advice from a certified behaviorist, trainer, lawyer, or medical professional.</p>\\n\\n<hr/>\\n\\n<p><strong>Join us on Discord:</strong></p>\\n\\n<p><a href=\\\"https://discord.gg/U5kyrBn\\\">/r/dogs Discord</a></p>\\n\\n<hr/>\\n\\n<h3>Trick of the month:</h3>\\n\\n<p><strong>December</strong>: <a href=\\\"https://www.reddit.com/r/dogs/comments/a28d18/discussion_trick_of_the_month_december_2018_speak/\\\">Speak/Quiet</a></p>\\n\\n<p><strong>November:</strong> <a href=\\\"https://www.reddit.com/r/dogs/comments/a244sf/discussion_trick_of_the_month_november_2018/\\\">Balance a Treat Results</a></p>\\n\\n<p><a href=\\\"https://www.reddit.com/r/dogs/wiki/trick-of-the-month\\\">Check out previous trick of the months here.</a></p>\\n\\n<hr/>\\n\\n<h3>Weekend discussions:</h3>\\n\\n<p><strong>Upcoming:</strong> TBA</p>\\n\\n<p><strong>Latest:</strong> <a href=\\\"https://www.reddit.com/r/dogs/comments/6fb6a2/discussion_weekend_discussion_trick_dog_titles/\\\">Trick dog titles</a></p>\\n\\n<p><a href=\\\"https://www.reddit.com/r/dogs/wiki/index#wiki_weekend_discussions\\\">Check out previous weekend discussions here.</a></p>\\n\\n<hr/>\\n\\n<p><strong>Before posting in <a href=\\\"/r/dogs\\\">/r/dogs</a>...</strong></p>\\n\\n<ul>\\n<li><p><a href=\\\"https://goo.gl/7S65eM\\\">Read the subreddit rules</a></p></li>\\n<li><p>Search the subreddit for questions similar to yours</p></li>\\n<li><p><a href=\\\"https://goo.gl/7S65eM\\\">Understand our tagging system</a></p></li>\\n<li><p>If possible, include information about your general location, otherwise responses will likely target the average US dog owner.</p></li>\\n<li><p><strong>Health and behavior questions</strong>: It may be helpful to <a href=\\\"http://goo.gl/6Yb7vp\\\">include this information</a> if you&#39;re posting a health or behavior question about your dog(s), but is not required. When in doubt, go to the vet. </p></li>\\n<li><p><strong>&quot;What breeds are right for me&quot;:</strong> <a href=\\\"https://www.reddit.com/r/dogs/comments/4qc6lb/meta_breed_questionnaire_updated_june_2016/\\\">Include the responses to these questions</a> if you want to know what breed is right for you.</p></li>\\n<li><p><strong>&quot;What breed is my dog?&quot;:</strong> For best results, include clear photos of the dog standing <a href=\\\"http://image.shutterstock.com/z/stock-photo-beagle-dog-in-front-of-a-white-background-76764031.jpg\\\">from the front</a> and <a href=\\\"http://goo.gl/24w0ys\\\">from the side</a>. When possible, give information such as height at the shoulder, weight, age, region of origin, and behavioral traits.</p></li>\\n</ul>\\n\\n<hr/>\\n\\n<p><strong>Tags</strong></p>\\n\\n<p>Tags go in the title of posts and must be surrounded by [square brackets]. A brief description of the available tags is below. Full descriptions may be found <a href=\\\"https://goo.gl/J3CKh2\\\">here</a>. Multiple tags are fine. The appropriate way to use multiple tags is to list them separately, [Breeds][Fluff], [Link][News], etc.</p>\\n\\n<ul>\\n<li><p><strong>[Breeds]</strong> \\u2013 &quot;What breed is my dog?&quot; and &quot;What breeds are right for me?&quot;</p></li>\\n<li><p><strong>[Help]</strong> \\u2013 Need advice regarding behavior, health, or other dog-related topics</p></li>\\n<li><p><strong>[Vent]</strong> \\u2013 Angry or emotionally charged posts. Posts are automatically locked. Message the moderators to open discussion or use with the [Discussion] or [Help] tags.</p></li>\\n<li><p><strong>[RIP]</strong> \\u2013 Memorial posts for departed pets. \\nTitles of [RIP] posts must be in the following format: &quot;[RIP] Dog name, Dog breed (optional), Dog age (optional)&quot;. For example, &quot;[RIP] Speckles, Mixed breed, 17&quot;. Some exceptions may be granted to posts with a PSA quality. All [RIP] posts must be approved by the moderators before they will appear in <a href=\\\"/r/dogs\\\">/r/dogs</a>. </p></li>\\n<li><p><strong>[Fluff]</strong> \\u2013 Stories, lighthearted discussion, or feel-good web page links. The [Fluff] tag cannot be used to post ordinary dog pictures. Pictures are only allowed in approved, themed picture threads (such as Photo Friday). <a href=\\\"https://goo.gl/J3CKh2\\\">See our rules and guidelines.</a></p></li>\\n<li><p><strong>[Discussion]</strong> \\u2013 General questions/topics seeking information; the default tag if no others fit </p></li>\\n<li><p><strong>[Link]</strong> \\u2013 Generic tag for links; include a description of the contents and potential discussion points</p></li>\\n<li><p><strong>[News]</strong> \\u2013 Articles or new research; include a description of the contents and potential discussion points. Use with the [Link] tag when linking to an outside web source. </p></li>\\n<li><p><strong>[Survey]</strong>, <strong>[Meta]</strong>, and <strong>[Update]</strong> are usable when appropriate</p></li>\\n</ul>\\n\\n<hr/>\\n\\n<p><strong>Financing Vet Care</strong></p>\\n\\n<p>Posts requesting financial assistance will be automatically removed. Instead, <a href=\\\"http://goo.gl/yd6s9\\\">here are some tips on affording veterinary care</a> and <a href=\\\"http://www.aapaw.org/resources/vet-assistance-programs.html\\\">here is a list of organizations</a> that can provide assistance. Google &quot;affordable vet care&quot; or &quot;low cost vet care&quot; in your area. Apply for <a href=\\\"http://carecredit.com/\\\">Care Credit</a>, a credit line specifically for medical needs. Check if your local humane society offers a low-cost clinic. Please consider <a href=\\\"https://goo.gl/eB8fiC\\\">pet insurance</a> or set aside a small amount of money every month for future veterinary expenses. </p>\\n\\n<hr/>\\n\\n<p><strong>Reminders</strong></p>\\n\\n<ul>\\n<li><p>Be constructive. Be respectful. Aim to educate. </p></li>\\n<li><p>Positive reinforcement isn&#39;t just for dogs. Users are more likely to accept criticism when it is delivered with understanding and compassion.</p></li>\\n<li><p>Do not downvote because you disagree.</p></li>\\n<li><p>Do not assume a user is trolling. Message the moderators if you suspect a troll.</p></li>\\n<li><p>Do not partake in a thread if you have nothing helpful to contribute. </p></li>\\n</ul>\\n\\n<hr/>\\n\\n<p><strong>Links to other Subreddits</strong></p>\\n\\n<p>Commonly-referred subreddits:</p>\\n\\n<p><a href=\\\"/r/AskVet\\\">/r/AskVet</a> </p>\\n\\n<p><a href=\\\"/r/DogDiscussions\\\">/r/DogDiscussions</a> </p>\\n\\n<p><a href=\\\"/r/DoggyDNA\\\">/r/DoggyDNA</a> </p>\\n\\n<p><a href=\\\"/r/DogPictures\\\">/r/DogPictures</a> </p>\\n\\n<p><a href=\\\"/r/DogTraining\\\">/r/DogTraining</a> and <a href=\\\"/r/OpenDogTraining\\\">/r/OpenDogTraining</a></p>\\n\\n<p><a href=\\\"/r/puppy101\\\">/r/puppy101</a> </p>\\n\\n<p><a href=\\\"/r/RawPetFood\\\">/r/RawPetFood</a></p>\\n\\n<p>A total list <a href=\\\"https://goo.gl/78tpyy\\\">of related subreddits may be found here,</a> including breed subreddits, dog picture subreddits, and other animal subreddits.</p>\\n</div><!-- SC_ON -->\", \"title\": \"Dogs: Woof\", \"collapse_deleted_comments\": true, \"id\": \"2qhhk\", \"user_has_favorited\": false, \"emojis_custom_size\": null, \"over18\": false, \"public_description_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><p><a href=\\\"/r/dogs\\\">/r/dogs</a> is a discussion-based subreddit, meant for asking questions, sharing information, and learning about our beloved canine companions and related dog-centric topics.</p>\\n</div><!-- SC_ON -->\", \"created\": 1205550482.0, \"allow_videos\": false, \"spoilers_enabled\": true, \"icon_size\": null, \"primary_color\": \"#0266b3\", \"notification_level\": null, \"active_user_count\": null, \"icon_img\": \"\", \"header_title\": \"Return to Reddit Frontpage\", \"description\": \"**Welcome to /r/dogs, the community for dog-lovers on Reddit!**\\n\\n/r/dogs is a discussion-based subreddit, meant for asking questions, sharing information, and learning about our beloved canine companions and related dog-centric topics.\\n\\nAdvice on this forum is absolutely not a substitute for professional advice from a certified behaviorist, trainer, lawyer, or medical professional.\\n\\n________\\n\\n\\n**Join us on Discord:**\\n\\n[/r/dogs Discord](https://discord.gg/U5kyrBn)\\n__________________________\\n###Trick of the month:\\n\\n**December**: [Speak/Quiet](https://www.reddit.com/r/dogs/comments/a28d18/discussion_trick_of_the_month_december_2018_speak/)\\n\\n**November:** [Balance a Treat Results](https://www.reddit.com/r/dogs/comments/a244sf/discussion_trick_of_the_month_november_2018/)\\n\\n\\n\\n\\n\\n[Check out previous trick of the months here.](https://www.reddit.com/r/dogs/wiki/trick-of-the-month)\\n__________________________\\n\\n###Weekend discussions:\\n\\n**Upcoming:** TBA\\n\\n**Latest:** [Trick dog titles](https://www.reddit.com/r/dogs/comments/6fb6a2/discussion_weekend_discussion_trick_dog_titles/)\\n\\n[Check out previous weekend discussions here.](https://www.reddit.com/r/dogs/wiki/index#wiki_weekend_discussions)\\n__________________________\\n\\n**Before posting in /r/dogs...**\\n\\n* [Read the subreddit rules](https://goo.gl/7S65eM)\\n\\n* Search the subreddit for questions similar to yours\\n\\n* [Understand our tagging system](https://goo.gl/7S65eM)\\n\\n* If possible, include information about your general location, otherwise responses will likely target the average US dog owner.\\n\\n* **Health and behavior questions**: It may be helpful to [include this information] (http://goo.gl/6Yb7vp) if you're posting a health or behavior question about your dog(s), but is not required. When in doubt, go to the vet. \\n\\n* **\\\"What breeds are right for me\\\":** [Include the responses to these questions](https://www.reddit.com/r/dogs/comments/4qc6lb/meta_breed_questionnaire_updated_june_2016/) if you want to know what breed is right for you.\\n\\n* **\\\"What breed is my dog?\\\":** For best results, include clear photos of the dog standing [from the front](http://image.shutterstock.com/z/stock-photo-beagle-dog-in-front-of-a-white-background-76764031.jpg) and [from the side](http://goo.gl/24w0ys). When possible, give information such as height at the shoulder, weight, age, region of origin, and behavioral traits.\\n\\n_____________________\\n**Tags**\\n\\nTags go in the title of posts and must be surrounded by [square brackets]. A brief description of the available tags is below. Full descriptions may be found [here](https://goo.gl/J3CKh2). Multiple tags are fine. The appropriate way to use multiple tags is to list them separately, [Breeds][Fluff], [Link][News], etc.\\n\\n* **[Breeds]** \\u2013 \\\"What breed is my dog?\\\" and \\\"What breeds are right for me?\\\"\\n \\n* **[Help]** \\u2013 Need advice regarding behavior, health, or other dog-related topics\\n\\n* **[Vent]** \\u2013 Angry or emotionally charged posts. Posts are automatically locked. Message the moderators to open discussion or use with the [Discussion] or [Help] tags.\\n\\n* **[RIP]** \\u2013 Memorial posts for departed pets. \\nTitles of [RIP] posts must be in the following format: \\\"[RIP] Dog name, Dog breed (optional), Dog age (optional)\\\". For example, \\\"[RIP] Speckles, Mixed breed, 17\\\". Some exceptions may be granted to posts with a PSA quality. All [RIP] posts must be approved by the moderators before they will appear in /r/dogs. \\n\\n* **[Fluff]** \\u2013 Stories, lighthearted discussion, or feel-good web page links. The [Fluff] tag cannot be used to post ordinary dog pictures. Pictures are only allowed in approved, themed picture threads (such as Photo Friday). [See our rules and guidelines.](https://goo.gl/J3CKh2)\\n\\n* **[Discussion]** \\u2013 General questions/topics seeking information; the default tag if no others fit \\n\\n* **[Link]** \\u2013 Generic tag for links; include a description of the contents and potential discussion points\\n\\n* **[News]** \\u2013 Articles or new research; include a description of the contents and potential discussion points. Use with the [Link] tag when linking to an outside web source. \\n\\n* **[Survey]**, **[Meta]**, and **[Update]** are usable when appropriate\\n\\n_____________________\\n**Financing Vet Care**\\n\\nPosts requesting financial assistance will be automatically removed. Instead, [here are some tips on affording veterinary care](http://goo.gl/yd6s9) and [here is a list of organizations](http://www.aapaw.org/resources/vet-assistance-programs.html) that can provide assistance. Google \\\"affordable vet care\\\" or \\\"low cost vet care\\\" in your area. Apply for [Care Credit](http://carecredit.com/), a credit line specifically for medical needs. Check if your local humane society offers a low-cost clinic. Please consider [pet insurance](https://goo.gl/eB8fiC) or set aside a small amount of money every month for future veterinary expenses. \\n\\n_________________\\n**Reminders**\\n\\n* Be constructive. Be respectful. Aim to educate. \\n\\n* Positive reinforcement isn't just for dogs. Users are more likely to accept criticism when it is delivered with understanding and compassion.\\n\\n* Do not downvote because you disagree.\\n\\n* Do not assume a user is trolling. Message the moderators if you suspect a troll.\\n\\n* Do not partake in a thread if you have nothing helpful to contribute. \\n\\n______________________________\\n**Links to other Subreddits**\\n\\nCommonly-referred subreddits:\\n\\n/r/AskVet \\n\\n/r/DogDiscussions \\n\\n/r/DoggyDNA \\n\\n/r/DogPictures \\n\\n/r/DogTraining and /r/OpenDogTraining\\n\\n/r/puppy101 \\n\\n/r/RawPetFood\\n\\n\\n\\nA total list [of related subreddits may be found here,](https://goo.gl/78tpyy) including breed subreddits, dog picture subreddits, and other animal subreddits.\", \"can_assign_link_flair\": false, \"submit_text\": \"Did you read the [rules](https://www.reddit.com/r/dogs/wiki/index#wiki_subreddit_rules) before posting? You must physically type the tag into the title of the post. Further explanation of tags is on the main rules page. \\n\\nAvailable tags:\\n\\n**[Breeds]** \\u2013 \\\"What breed is my dog?\\\" and breed recommendations. Please [fill out this questionnaire](https://www.reddit.com/r/dogs/comments/4qc6lb/meta_breed_questionnaire_updated_june_2016/) for breed recommendation threads.\\n \\n**[Help]** \\u2013 Need advice regarding behavior, health, or other dog-related topics\\n\\n**[Vent]** \\u2013 Angry or emotionally charged posts that are automatically locked when posted\\n\\n**[RIP]** \\u2013 Memorial posts for departed pets\\n\\n**[Fluff]** \\u2013 Stories or fun stuff\\n\\n**[Discussion]** \\u2013 General questions/topics; also the default tag if no others fit\\n\\n**[Link]** \\u2013 Generic tag for links; include a description of the contents and possible discussion points\\n\\n**[News]** \\u2013 Articles or new research; include a description of the contents and possible discussion points\", \"user_flair_text_color\": null, \"accounts_active\": null, \"public_traffic\": false, \"header_size\": [64, 64], \"subscribers\": 786029, \"user_flair_css_class\": null, \"submit_text_label\": null, \"whitelist_status\": \"all_ads\", \"link_flair_position\": \"left\", \"user_flair_richtext\": [], \"all_original_content\": false, \"lang\": \"en\", \"user_is_moderator\": false, \"has_menu_widget\": true, \"is_enrolled_in_new_modmail\": null, \"key_color\": \"#0079d3\", \"name\": \"t5_2qhhk\", \"can_assign_user_flair\": true, \"allow_videogifs\": false, \"url\": \"/r/dogs/\", \"quarantine\": false, \"wls\": 6, \"created_utc\": 1205521682.0, \"emojis_enabled\": false, \"user_is_contributor\": false, \"submit_link_label\": null, \"allow_discovery\": true, \"accounts_active_is_fuzzed\": false, \"advertiser_category\": \"Lifestyles\", \"user_sr_theme_enabled\": true, \"link_flair_enabled\": true, \"allow_images\": false, \"show_media_preview\": true, \"comment_score_hide_mins\": 360, \"subreddit_type\": \"public\", \"submission_type\": \"self\", \"user_is_subscriber\": false}}, {\"kind\": \"t5\", \"data\": {\"suggested_comment_sort\": null, \"user_flair_background_color\": null, \"hide_ads\": false, \"banner_img\": \"\", \"public_description\": \"eyebleach\", \"user_flair_text\": null, \"submit_text_html\": null, \"user_flair_position\": \"right\", \"user_flair_enabled_in_sr\": false, \"user_flair_template_id\": null, \"user_is_banned\": false, \"free_form_reports\": true, \"community_icon\": \"\", \"banner_background_image\": \"https://styles.redditmedia.com/t5_2s427/styles/bannerBackgroundImage_8svy2xrq3em01.png\", \"original_content_tag_enabled\": false, \"wiki_enabled\": true, \"banner_size\": null, \"show_media\": true, \"banner_background_color\": \"#edeff1\", \"display_name_prefixed\": \"r/Eyebleach\", \"user_is_muted\": false, \"user_flair_type\": \"text\", \"user_can_flair_in_sr\": null, \"display_name\": \"Eyebleach\", \"header_img\": \"https://b.thumbs.redditmedia.com/SPSwQk_XBJ-TzGdHioGBUgziqm4YQJCvU5AqDIdWQvE.png\", \"description_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><p><a href=\\\"http://www.urbandictionary.com/define.php?term=eye+bleach\\\">What is Eye Bleach?</a></p>\\n\\n<h4><strong>About us:</strong> The catch-all community for sharing links which are beautiful, happy, adorable or tastefully sexy. After a long day of seeing what internet anonymity can do to people, you&#39;re bound to need some eyebleach.</h4>\\n\\n<h5>From the people who brought you &quot;Goatse -B-Gone&quot;, and &quot;No-tse&quot;, try Eyebleach!</h5>\\n\\n<hr/>\\n\\n<h1><strong>Rules</strong></h1>\\n\\n<p>(Hover for details. <a href=\\\"http://www.reddit.com/r/Eyebleach/wiki/index#wiki_sidebar_rules\\\"><em>Mobile users please click here</em></a>) </p>\\n\\n<p>if you see anyone breaking these rules, <strong>use the report button</strong></p>\\n\\n<h1>In order to post:</h1>\\n\\n<ol>\\n<li>Accounts must be at least 5 days old and have 10 combined karma. This is done to prevent spamming.<br/></li>\\n</ol>\\n\\n<h1>1. Please use direct links only:</h1>\\n\\n<ol>\\n<li>All posts must end with .jpg/.png/.gif/etc. Please use <a href=\\\"http://www.imgur.com\\\">Imgur</a>, or another highly trusted site for hosting your pics.</li>\\n<li>V.redd.it submissions are not allowed by community vote. V.redd.it does not support direct linking. Please use <a href=\\\"http://Youtube.com\\\">Youtube</a>, <a href=\\\"http://Imgur.com\\\">Imgur</a>, or <a href=\\\"http://gfycat.com\\\">gfycat</a> for video submissions.<br/></li>\\n</ol>\\n\\n<h1>2. No sad or distasteful content:</h1>\\n\\n<ol>\\n<li> Such as pics of animals that have passed away (try <a href=\\\"/r/petloss\\\">/r/petloss</a>) or sob stories (e.g. found him in a dumpster).<br/></li>\\n<li>Comments relating to eating or abusing animals/people will be removed and user will be subject to immediate ban. </li>\\n</ol>\\n\\n<h1>3. No mean or harassing comments:</h1>\\n\\n<ol>\\n<li>Content that directly demeans or harasses others will be removed without warning or explanation. Content of this nature may result in a ban. <strong>DON&#39;T BE A JERK.</strong></li>\\n</ol>\\n\\n<h1>4. No memes or superimposed text:</h1>\\n\\n<ol>\\n<li>Place all text in title or comments.<br/></li>\\n</ol>\\n\\n<h1>5. Tasteful sexiness is allowed;</h1>\\n\\n<ol>\\n<li>This includes men/women artfully posing, which implies partial nudity; NO HARDCORE. Remember to tag NSFW! Failing to do so will result in your post being removed.<br/></li>\\n</ol>\\n\\n<h1>6. Spam of any kind is not tolerated:</h1>\\n\\n<ol>\\n<li>You have been warned. Mods will remove your post, and issue a ban without any notice.<br/></li>\\n</ol>\\n\\n<h1>7. Repost limitations:</h1>\\n\\n<ol>\\n<li>Avoid reposting. Please search the subreddit and check KarmaDecay before posting to be sure your post was not recently posted here. Popular, recent, or frequent reposts may be removed.</li>\\n</ol>\\n\\n<h1>8. Claiming ownership.</h1>\\n\\n<ol>\\n<li>We do not allow false claims of ownership. &quot;My dog&quot; even though the pic has been posted before by someone else is not okay.</li>\\n</ol>\\n\\n<blockquote>\\n<p>Note: Any and all content is subject to removal for any reason, at the discretion of the moderator in order to ensure the quality of the sub. We reserve the right to take any action we deem to be in the best interest of the sub, including banning people. </p>\\n</blockquote>\\n\\n<h4>Related Subreddits</h4>\\n\\n<table><thead>\\n<tr>\\n<th>Foo</th>\\n<th>Bar</th>\\n</tr>\\n</thead><tbody>\\n<tr>\\n<td><a href=\\\"/r/palatecleanser\\\">Palate Cleanser</a></td>\\n<td><a href=\\\"/r/awwducational\\\">Aww Educational</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/Kitty\\\">Kitty</a></td>\\n<td><a href=\\\"/r/animalssmiling\\\">Animals Smiling</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/crossview\\\">Cross View</a></td>\\n<td><a href=\\\"/r/stoptouchingme\\\">Stop Touching Me</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/animalsfailing\\\">Animals Failing</a></td>\\n<td><a href=\\\"/r/GirlsCuddlingPuppies\\\">Girls Cuddling Puppies</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/PuppySmiles\\\">Puppy Smiles</a></td>\\n<td><a href=\\\"/r/CozyPlaces\\\">Cozy Places</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/Panda_Gifs\\\">Panda Gifs</a></td>\\n<td><a href=\\\"/r/animalsbeingbros\\\">Animals Being Bros</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/BeachDogs\\\">Beach Dogs</a></td>\\n<td><a href=\\\"/r/reallifedoodles\\\">RealLifeDoodles</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/pigifs\\\">Pig Gifs</a></td>\\n<td><a href=\\\"/r/animaltifus\\\">Animal TIFUs</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/lifepuppertips\\\">Life Pupper Tips</a></td>\\n<td><a href=\\\"/r/wholesomememes\\\">Wholesome Memes</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/animaltextgifs\\\">Animal Text Gifs</a></td>\\n<td><a href=\\\"/r/cattaps\\\">Cat Taps</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/pupliftingnews\\\">Puplifting News</a></td>\\n<td><a href=\\\"/r/happycowgifs\\\">Happy Cow Gifs</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/animalsthatlovemagic\\\">Animals that love magic</a></td>\\n<td><a href=\\\"/r/babyelephantgifs\\\">Baby Elephant Gifs</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/footersnoo\\\">footersnoo</a></td>\\n<td><a href=\\\"/r/HoldMyKibble\\\">Hold My Kibble</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/TongueOutHounds\\\">TongueOutHounds</a></td>\\n<td></td>\\n</tr>\\n</tbody></table>\\n</div><!-- SC_ON -->\", \"title\": \"Eyebleach\", \"collapse_deleted_comments\": false, \"id\": \"2s427\", \"user_has_favorited\": false, \"emojis_custom_size\": null, \"show_media_preview\": true, \"over18\": false, \"public_description_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><p>eyebleach</p>\\n</div><!-- SC_ON -->\", \"created\": 1284705423.0, \"allow_videos\": true, \"spoilers_enabled\": true, \"icon_size\": [256, 256], \"primary_color\": \"#84d6be\", \"notification_level\": null, \"active_user_count\": null, \"icon_img\": \"https://b.thumbs.redditmedia.com/MD9KQJnI4uIuXFUzA3DWabdGKJYceQ1uk2_ktRQXcgY.png\", \"header_title\": \"You'll know when you need it.\", \"description\": \"[What is Eye Bleach?](http://www.urbandictionary.com/define.php?term=eye+bleach)\\n\\n#### **About us:** The catch-all community for sharing links which are beautiful, happy, adorable or tastefully sexy. After a long day of seeing what internet anonymity can do to people, you're bound to need some eyebleach. \\n#####From the people who brought you \\\"Goatse -B-Gone\\\", and \\\"No-tse\\\", try Eyebleach! \\n\\n---\\n\\n\\n#**Rules** \\n(Hover for details. [*Mobile users please click here*](http://www.reddit.com/r/Eyebleach/wiki/index#wiki_sidebar_rules)) \\n\\nif you see anyone breaking these rules, **use the report button**\\n\\n#In order to post: \\n1. Accounts must be at least 5 days old and have 10 combined karma. This is done to prevent spamming. \\n\\n# 1. Please use direct links only: \\n2. All posts must end with .jpg/.png/.gif/etc. Please use [Imgur](http://www.imgur.com), or another highly trusted site for hosting your pics.\\n3. V.redd.it submissions are not allowed by community vote. V.redd.it does not support direct linking. Please use [Youtube](http://Youtube.com), [Imgur](http://Imgur.com), or [gfycat](http://gfycat.com) for video submissions. \\n\\n# 2. No sad or distasteful content: \\n3. Such as pics of animals that have passed away (try /r/petloss) or sob stories (e.g. found him in a dumpster). \\n4. Comments relating to eating or abusing animals/people will be removed and user will be subject to immediate ban. \\n\\n# 3. No mean or harassing comments: \\n4. Content that directly demeans or harasses others will be removed without warning or explanation. Content of this nature may result in a ban. **DON'T BE A JERK.**\\n\\n# 4. No memes or superimposed text: \\n5. Place all text in title or comments. \\n\\n# 5. Tasteful sexiness is allowed; \\n6. This includes men/women artfully posing, which implies partial nudity; NO HARDCORE. Remember to tag NSFW! Failing to do so will result in your post being removed. \\n\\n# 6. Spam of any kind is not tolerated: \\n7. You have been warned. Mods will remove your post, and issue a ban without any notice. \\n\\n# 7. Repost limitations: \\n8. Avoid reposting. Please search the subreddit and check KarmaDecay before posting to be sure your post was not recently posted here. Popular, recent, or frequent reposts may be removed.\\n\\n# 8. Claiming ownership.\\n9. We do not allow false claims of ownership. \\\"My dog\\\" even though the pic has been posted before by someone else is not okay.\\n\\n>Note: Any and all content is subject to removal for any reason, at the discretion of the moderator in order to ensure the quality of the sub. We reserve the right to take any action we deem to be in the best interest of the sub, including banning people. \\n\\n####Related Subreddits\\n\\n\\n\\nFoo | Bar\\n---|---\\n[Palate Cleanser](/r/palatecleanser) | [Aww Educational](/r/awwducational)\\n[Kitty](/r/Kitty) | [Animals Smiling](/r/animalssmiling)\\n[Cross View](/r/crossview) | [Stop Touching Me](/r/stoptouchingme)\\n[Animals Failing](/r/animalsfailing) | [Girls Cuddling Puppies](/r/GirlsCuddlingPuppies)\\n[Puppy Smiles](/r/PuppySmiles) | [Cozy Places](/r/CozyPlaces)\\n[Panda Gifs](/r/Panda_Gifs) | [Animals Being Bros](/r/animalsbeingbros) \\n[Beach Dogs](/r/BeachDogs) | [RealLifeDoodles](/r/reallifedoodles) \\n| [Pig Gifs](/r/pigifs) | [Animal TIFUs](/r/animaltifus) \\n| [Life Pupper Tips](/r/lifepuppertips) | [Wholesome Memes](/r/wholesomememes)\\n| [Animal Text Gifs](/r/animaltextgifs) | [Cat Taps](/r/cattaps)\\n| [Puplifting News](/r/pupliftingnews) | [Happy Cow Gifs](/r/happycowgifs)\\n| [Animals that love magic](/r/animalsthatlovemagic) | [Baby Elephant Gifs](/r/babyelephantgifs)\\n| [footersnoo](/r/footersnoo) | [Hold My Kibble](/r/HoldMyKibble)\\n| [TongueOutHounds](/r/TongueOutHounds)\\n\", \"can_assign_link_flair\": false, \"submit_text\": \"\", \"link_flair_enabled\": true, \"user_flair_text_color\": null, \"accounts_active\": null, \"public_traffic\": false, \"header_size\": [128, 128], \"subscribers\": 1128832, \"user_flair_css_class\": null, \"submit_text_label\": null, \"whitelist_status\": \"all_ads\", \"link_flair_position\": \"left\", \"user_flair_richtext\": [], \"all_original_content\": false, \"lang\": \"en\", \"user_is_moderator\": false, \"has_menu_widget\": false, \"is_enrolled_in_new_modmail\": null, \"key_color\": \"\", \"name\": \"t5_2s427\", \"can_assign_user_flair\": false, \"allow_videogifs\": true, \"url\": \"/r/Eyebleach/\", \"quarantine\": false, \"wls\": 6, \"created_utc\": 1284676623.0, \"emojis_enabled\": false, \"user_is_contributor\": false, \"submit_link_label\": null, \"allow_discovery\": true, \"accounts_active_is_fuzzed\": false, \"advertiser_category\": \"\", \"user_sr_theme_enabled\": true, \"user_sr_flair_enabled\": null, \"allow_images\": true, \"videostream_links_count\": 0, \"comment_score_hide_mins\": 0, \"subreddit_type\": \"public\", \"submission_type\": \"link\", \"user_is_subscriber\": false}}, {\"kind\": \"t5\", \"data\": {\"suggested_comment_sort\": null, \"user_flair_background_color\": null, \"hide_ads\": false, \"banner_img\": \"\", \"public_description\": \"\", \"user_flair_text\": null, \"submit_text_html\": null, \"user_flair_position\": \"right\", \"user_flair_enabled_in_sr\": false, \"user_flair_template_id\": null, \"user_is_banned\": false, \"free_form_reports\": true, \"community_icon\": \"\", \"banner_background_image\": \"\", \"original_content_tag_enabled\": false, \"wiki_enabled\": null, \"banner_size\": null, \"show_media\": true, \"banner_background_color\": \"\", \"display_name_prefixed\": \"r/goldenretrievers\", \"user_is_muted\": false, \"user_flair_type\": \"text\", \"user_can_flair_in_sr\": null, \"display_name\": \"goldenretrievers\", \"header_img\": \"https://e.thumbs.redditmedia.com/yDP4_Elz3xHQqWqv.png\", \"description_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><p>Welcome to <a href=\\\"/r/goldenretrievers\\\">r/goldenretrievers</a>!</p>\\n\\n<hr/>\\n\\n<p><strong>History and Basic Info</strong> </p>\\n\\n<p>The Golden Retriever is a medium sized dog which historically, was used to retrieve animals from hunting parties/competitions. Their name was instilled by their love of water and ability to retrieve animals undamaged.</p>\\n\\n<p>Golden Retrievers have a dense inner coat providing them with warmth and a way to repel water off their body. They are intelligent, and playful thus making them the 5th most popular dog in the United States and 8th in the UK. <a href=\\\"http://en.wikipedia.org/wiki/Golden_Retriever\\\">Source</a> </p>\\n\\n<p>SUBREDDIT RULES</p>\\n\\n<p>We are pretty easy going here. All we ask is that you do not advertise products or services to anyone, which includes links to third party websites, etc. Failure to comply may result in a ban. </p>\\n\\n<hr/>\\n\\n<p><strong>Important Links</strong> </p>\\n\\n<p><a href=\\\"http://www.akc.org/breeds/golden_retriever/\\\">American Kennel Club</a></p>\\n\\n<p><a href=\\\"http://www.grca.org/\\\">Golden Retriever Club of America</a></p>\\n\\n<p><a href=\\\"http://www.petfinder.com/dog-breeds/Golden-Retriever\\\">Adopt a Golden Retriever</a></p>\\n\\n<p><a href=\\\"http://dogmantics.com/free-video-list/\\\">Dog Training Videos</a></p>\\n\\n<p><a href=\\\"http://www.diamondsintheruff.com/DevelopmentalStages.html\\\">Developmental Stages and Socialization</a></p>\\n\\n<p><strong>Related Subreddits</strong></p>\\n\\n<p><a href=\\\"http://www.reddit.com/r/dogtraining\\\">Dog Training</a></p>\\n\\n<p><a href=\\\"http://www.reddit.com/r/puppy101\\\">Puppy 101</a></p>\\n</div><!-- SC_ON -->\", \"title\": \"Golden Retrievers\", \"collapse_deleted_comments\": false, \"id\": \"2st00\", \"user_has_favorited\": false, \"emojis_custom_size\": null, \"show_media_preview\": true, \"over18\": false, \"public_description_html\": null, \"created\": 1314710133.0, \"allow_videos\": true, \"spoilers_enabled\": true, \"icon_size\": null, \"primary_color\": \"\", \"notification_level\": null, \"active_user_count\": null, \"icon_img\": \"\", \"header_title\": null, \"description\": \"Welcome to r/goldenretrievers!\\n________\\n**History and Basic Info** \\n \\nThe Golden Retriever is a medium sized dog which historically, was used to retrieve animals from hunting parties/competitions. Their name was instilled by their love of water and ability to retrieve animals undamaged.\\n\\nGolden Retrievers have a dense inner coat providing them with warmth and a way to repel water off their body. They are intelligent, and playful thus making them the 5th most popular dog in the United States and 8th in the UK. [Source](http://en.wikipedia.org/wiki/Golden_Retriever) \\n\\nSUBREDDIT RULES\\n\\nWe are pretty easy going here. All we ask is that you do not advertise products or services to anyone, which includes links to third party websites, etc. Failure to comply may result in a ban. \\n\\n________\\n**Important Links** \\n\\n[American Kennel Club](http://www.akc.org/breeds/golden_retriever/)\\n\\n[Golden Retriever Club of America](http://www.grca.org/)\\n\\n[Adopt a Golden Retriever](http://www.petfinder.com/dog-breeds/Golden-Retriever)\\n\\n[Dog Training Videos](http://dogmantics.com/free-video-list/)\\n\\n[Developmental Stages and Socialization](http://www.diamondsintheruff.com/DevelopmentalStages.html)\\n\\n**Related Subreddits**\\n\\n[Dog Training](http://www.reddit.com/r/dogtraining)\\n\\n[Puppy 101](http://www.reddit.com/r/puppy101)\\n\", \"can_assign_link_flair\": true, \"submit_text\": \"\", \"link_flair_enabled\": false, \"user_flair_text_color\": null, \"accounts_active\": null, \"public_traffic\": false, \"header_size\": [70, 100], \"subscribers\": 69038, \"user_flair_css_class\": null, \"submit_text_label\": null, \"whitelist_status\": \"all_ads\", \"link_flair_position\": null, \"user_flair_richtext\": [], \"all_original_content\": false, \"lang\": \"en\", \"user_is_moderator\": false, \"has_menu_widget\": false, \"is_enrolled_in_new_modmail\": null, \"key_color\": \"\", \"name\": \"t5_2st00\", \"can_assign_user_flair\": true, \"allow_videogifs\": true, \"url\": \"/r/goldenretrievers/\", \"quarantine\": false, \"wls\": 6, \"created_utc\": 1314681333.0, \"emojis_enabled\": false, \"user_is_contributor\": false, \"submit_link_label\": null, \"allow_discovery\": true, \"accounts_active_is_fuzzed\": false, \"advertiser_category\": \"\", \"user_sr_theme_enabled\": true, \"user_sr_flair_enabled\": null, \"allow_images\": true, \"videostream_links_count\": 6, \"comment_score_hide_mins\": 0, \"subreddit_type\": \"public\", \"submission_type\": \"any\", \"user_is_subscriber\": false}}, {\"kind\": \"t5\", \"data\": {\"suggested_comment_sort\": null, \"user_flair_background_color\": null, \"hide_ads\": false, \"banner_img\": \"\", \"public_description\": \"This subreddit is dedicated to Siberian huskies, anything related to the beautiful dog. If you are looking for a University of Washington subreddit, there is one already [here](http://www.reddit.com/r/udub) with nearly 4,000 subscribers. There is also a smaller community for University of Washington [here](http://www.reddit.com/r/huskies).\", \"user_flair_text\": null, \"submit_text_html\": null, \"user_flair_position\": \"right\", \"user_flair_enabled_in_sr\": false, \"user_flair_template_id\": null, \"user_is_banned\": false, \"free_form_reports\": true, \"community_icon\": \"\", \"banner_background_image\": \"\", \"original_content_tag_enabled\": false, \"wiki_enabled\": true, \"banner_size\": null, \"show_media\": true, \"banner_background_color\": \"\", \"display_name_prefixed\": \"r/husky\", \"user_is_muted\": false, \"user_flair_type\": \"text\", \"user_can_flair_in_sr\": null, \"display_name\": \"husky\", \"header_img\": \"https://a.thumbs.redditmedia.com/ubNm11G_EscXxFCGf8sdmEnAZtjFl47tXlfmFHRoR-4.png\", \"description_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><h6><a href=\\\"/r/husky\\\">/r/husky</a> now with spify new FAQ Added: <a href=\\\"/r/husky/wiki/faq\\\">Click here and read all about owning a husky!</a></h6>\\n\\n<p><strong>This subreddit is dedicated to Siberian huskies, anything related to the beautiful dog.</strong> </p>\\n\\n<p>If you are looking for a University of Washington subreddit, there is one already <a href=\\\"https://www.reddit.com/r/udub\\\">here</a> with over 6,000 subscribers. There is also a smaller community for University of Washington <a href=\\\"https://www.reddit.com/r/huskies\\\">here</a>.</p>\\n\\n<hr/>\\n\\n<p><strong>The only rule is your post must be related to Huskies and not from a personal blog. As long as you aren&#39;t spamming or self promoting, you will be welcome here.</strong></p>\\n\\n<hr/>\\n\\n<h5><strong>Some other subreddits you may like:</strong></h5>\\n\\n<table><thead>\\n<tr>\\n<th>Foo</th>\\n<th>Bar</th>\\n</tr>\\n</thead><tbody>\\n<tr>\\n<td><a href=\\\"/r/siberianhusky/\\\">/r/siberianhusky/</a></td>\\n<td><a href=\\\"/r/AlaskanMalamute/\\\">/r/AlaskanMalamute/</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/aww/\\\">/r/aww/</a></td>\\n<td><a href=\\\"/r/dogs/\\\">/r/dogs/</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/puppies/\\\">/r/puppies/</a></td>\\n<td><a href=\\\"/r/puppy101/\\\">/r/puppy101/</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/delightfullychubby/\\\">/r/delightfullychubby/</a></td>\\n<td><a href=\\\"/r/alaskankleekai/\\\">/r/alaskankleekai/</a></td>\\n</tr>\\n<tr>\\n<td><a href=\\\"/r/hipsterhuskies/\\\">/r/hipsterhuskies/</a></td>\\n<td><a href=\\\"/r/BeachDogs\\\">/r/BeachDogs</a></td>\\n</tr>\\n</tbody></table>\\n\\n<p>If your submission does not appear in the new queue, please contact the mods (via modmail) or wait a few hours for us to clear the spam filter. Simply deleting your post may cause the spam filter to catch future, valid, posts! </p>\\n\\n<blockquote>\\n</blockquote>\\n\\n<p><strong>If you are a new user, please wait 6 hours before posting or our moderator bot will automatically remove it.</strong></p>\\n</div><!-- SC_ON -->\", \"title\": \"Siberian Husky News, Pictures, Help etc.\", \"collapse_deleted_comments\": false, \"id\": \"2roay\", \"user_has_favorited\": false, \"emojis_custom_size\": null, \"show_media_preview\": true, \"over18\": false, \"public_description_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><p>This subreddit is dedicated to Siberian huskies, anything related to the beautiful dog. If you are looking for a University of Washington subreddit, there is one already <a href=\\\"http://www.reddit.com/r/udub\\\">here</a> with nearly 4,000 subscribers. There is also a smaller community for University of Washington <a href=\\\"http://www.reddit.com/r/huskies\\\">here</a>.</p>\\n</div><!-- SC_ON -->\", \"created\": 1271332655.0, \"allow_videos\": true, \"spoilers_enabled\": true, \"icon_size\": null, \"primary_color\": \"\", \"notification_level\": null, \"active_user_count\": null, \"icon_img\": \"\", \"header_title\": \"Huskies!\", \"description\": \"###### /r/husky now with spify new FAQ Added: [Click here and read all about owning a husky!](/r/husky/wiki/faq)\\n\\n**This subreddit is dedicated to Siberian huskies, anything related to the beautiful dog.** \\n\\nIf you are looking for a University of Washington subreddit, there is one already [here](https://www.reddit.com/r/udub) with over 6,000 subscribers. There is also a smaller community for University of Washington [here](https://www.reddit.com/r/huskies).\\n\\n---\\n\\n**The only rule is your post must be related to Huskies and not from a personal blog. As long as you aren't spamming or self promoting, you will be welcome here.**\\n\\n---\\n\\n#####**Some other subreddits you may like:**\\n\\nFoo | Bar\\n---|---\\n/r/siberianhusky/ | /r/AlaskanMalamute/\\n/r/aww/ | /r/dogs/\\n/r/puppies/ | /r/puppy101/\\n/r/delightfullychubby/ | /r/alaskankleekai/\\n/r/hipsterhuskies/ | /r/BeachDogs \\n\\nIf your submission does not appear in the new queue, please contact the mods (via modmail) or wait a few hours for us to clear the spam filter. Simply deleting your post may cause the spam filter to catch future, valid, posts! \\n\\n># \\n\\n**If you are a new user, please wait 6 hours before posting or our moderator bot will automatically remove it.**\", \"can_assign_link_flair\": true, \"submit_text\": \"\", \"link_flair_enabled\": false, \"user_flair_text_color\": null, \"accounts_active\": null, \"public_traffic\": false, \"header_size\": [150, 50], \"subscribers\": 42472, \"user_flair_css_class\": null, \"submit_text_label\": null, \"whitelist_status\": null, \"link_flair_position\": null, \"user_flair_richtext\": [], \"all_original_content\": false, \"lang\": \"en\", \"user_is_moderator\": false, \"has_menu_widget\": false, \"is_enrolled_in_new_modmail\": null, \"key_color\": \"\", \"name\": \"t5_2roay\", \"can_assign_user_flair\": true, \"allow_videogifs\": true, \"url\": \"/r/husky/\", \"quarantine\": false, \"wls\": null, \"created_utc\": 1271303855.0, \"emojis_enabled\": false, \"user_is_contributor\": false, \"submit_link_label\": null, \"allow_discovery\": true, \"accounts_active_is_fuzzed\": false, \"advertiser_category\": \"\", \"user_sr_theme_enabled\": true, \"user_sr_flair_enabled\": null, \"allow_images\": true, \"videostream_links_count\": 5, \"comment_score_hide_mins\": 0, \"subreddit_type\": \"public\", \"submission_type\": \"any\", \"user_is_subscriber\": false}}], \"after\": \"t5_2roay\", \"before\": null}}\n" ] } ], "source": [ "print(response.text)" ] }, { "cell_type": "code", "execution_count": 5, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "['puppies', 'aww', 'dogpictures', 'corgi', 'lookatmydog', 'pics', 'dogs', 'Eyebleach', 'goldenretrievers', 'husky']\n" ] } ], "source": [ "sr = []\n", "for i in range(js['data']['dist']):\n", " sr.append(js['data']['children'][i]['data']['display_name'])\n", "\n", "print(sr)" ] }, { "cell_type": "code", "execution_count": 6, "metadata": { "scrolled": true }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "{\"kind\": \"Listing\", \"data\": {\"modhash\": null, \"dist\": 25, \"children\": [{\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_121dnn\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Recently at the airport\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"hide_score\": false, \"name\": \"t3_6onfhz\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 13295, \"domain\": \"i.imgur.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 13295, \"approved_by\": null, \"thumbnail\": \"https://b.thumbs.redditmedia.com/bJxCSi2BHocxt0RlUvfk2ibVIKhpniqFL7_j-sCEs-Y.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1500666973.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/uVwuqIwiSv33ls9KiqHDCQr0ECKt2FdPQhK5eZJ3Qpk.jpg?auto=webp&s=aad82bf7f06f16f8328e9d365d5ab39c2bdc07a0\", \"width\": 750, \"height\": 937}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/uVwuqIwiSv33ls9KiqHDCQr0ECKt2FdPQhK5eZJ3Qpk.jpg?width=108&crop=smart&auto=webp&s=3bd61d50a879c915855218e65776173711dcf3f6\", \"width\": 108, \"height\": 134}, {\"url\": \"https://external-preview.redd.it/uVwuqIwiSv33ls9KiqHDCQr0ECKt2FdPQhK5eZJ3Qpk.jpg?width=216&crop=smart&auto=webp&s=a4a76b83e0c58d33cc99f093b8081d35d01a98de\", \"width\": 216, \"height\": 269}, {\"url\": \"https://external-preview.redd.it/uVwuqIwiSv33ls9KiqHDCQr0ECKt2FdPQhK5eZJ3Qpk.jpg?width=320&crop=smart&auto=webp&s=2f0e81a11fb961af91347538c216690b961431d8\", \"width\": 320, \"height\": 399}, {\"url\": \"https://external-preview.redd.it/uVwuqIwiSv33ls9KiqHDCQr0ECKt2FdPQhK5eZJ3Qpk.jpg?width=640&crop=smart&auto=webp&s=acd66346cf80185b3239e4ea4d96c8bd4c9d110c\", \"width\": 640, \"height\": 799}], \"variants\": {}, \"id\": \"xxzjOIDbHjM0YhbeElFEGmEw_A8UQKJcfne_ii-NLYo\"}], \"enabled\": true}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"6onfhz\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"ManiBePoint\", \"num_crossposts\": 0, \"num_comments\": 216, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/6onfhz/recently_at_the_airport/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.imgur.com/6MiHW1F.jpg\", \"subreddit_subscribers\": 67704, \"created_utc\": 1500638173.0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_7xhmm\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Did I get all the ears?\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 105, \"hide_score\": false, \"name\": \"t3_67o5jl\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 2636, \"domain\": \"imgur.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 2636, \"approved_by\": null, \"thumbnail\": \"https://b.thumbs.redditmedia.com/ZXhxkCF4EHrZBjyBrsyrq7_AL1GFgAHJo6GDI-ftXDg.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1493242528.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/IWTqRUt08A7ZbGBqCaKpQBTIRVn-Oi3zki5XOdtkZzs.jpg?auto=webp&s=5934eaf1460206fc5f0e7147596164b58d0990cd\", \"width\": 1200, \"height\": 900}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/IWTqRUt08A7ZbGBqCaKpQBTIRVn-Oi3zki5XOdtkZzs.jpg?width=108&crop=smart&auto=webp&s=ae4ca9310425adf024c38a0ea519411ea2051da4\", \"width\": 108, \"height\": 81}, {\"url\": \"https://external-preview.redd.it/IWTqRUt08A7ZbGBqCaKpQBTIRVn-Oi3zki5XOdtkZzs.jpg?width=216&crop=smart&auto=webp&s=c0a57fd036b82d538b0d0a500e7acd754336256d\", \"width\": 216, \"height\": 162}, {\"url\": \"https://external-preview.redd.it/IWTqRUt08A7ZbGBqCaKpQBTIRVn-Oi3zki5XOdtkZzs.jpg?width=320&crop=smart&auto=webp&s=3819f59c1a5729c7b18adc84fa9917a023963f19\", \"width\": 320, \"height\": 240}, {\"url\": \"https://external-preview.redd.it/IWTqRUt08A7ZbGBqCaKpQBTIRVn-Oi3zki5XOdtkZzs.jpg?width=640&crop=smart&auto=webp&s=3896988daa847e2e0f978724ac0836cc4587cf34\", \"width\": 640, \"height\": 480}, {\"url\": \"https://external-preview.redd.it/IWTqRUt08A7ZbGBqCaKpQBTIRVn-Oi3zki5XOdtkZzs.jpg?width=960&crop=smart&auto=webp&s=64a9639643a66fcd7baea665d74f076e493f0c30\", \"width\": 960, \"height\": 720}, {\"url\": \"https://external-preview.redd.it/IWTqRUt08A7ZbGBqCaKpQBTIRVn-Oi3zki5XOdtkZzs.jpg?width=1080&crop=smart&auto=webp&s=a99e50f24b1c673846080ecd53c76ad5ca5d0882\", \"width\": 1080, \"height\": 810}], \"variants\": {}, \"id\": \"WWbb-ukb_GbCmnWxyL7hzKdRNsnOm9uPTLGNIMFtDuA\"}], \"enabled\": true}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"67o5jl\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"stengebt\", \"num_crossposts\": 0, \"num_comments\": 15, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/67o5jl/did_i_get_all_the_ears/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"http://imgur.com/qPjptrd.jpg\", \"subreddit_subscribers\": 67704, \"created_utc\": 1493213728.0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_at9hy\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"My dad got a puppy, so I suppose you could say I got a puppy...\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"hide_score\": false, \"name\": \"t3_5ds2ti\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 2019, \"domain\": \"imgur.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 2019, \"approved_by\": null, \"thumbnail\": \"https://b.thumbs.redditmedia.com/uOppKBAdrPnftPfKoeoq9yaAPuHA0M62aiixkyHX-gQ.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1479583877.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/ylbqNW3qA4yjU3orZH5pheFcMkQ3ydMqpZ6cCcwWQm4.jpg?auto=webp&s=2b71dda15fad6d82ec97169a7f2a3b16663de2bc\", \"width\": 1536, \"height\": 2048}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/ylbqNW3qA4yjU3orZH5pheFcMkQ3ydMqpZ6cCcwWQm4.jpg?width=108&crop=smart&auto=webp&s=e2c01cc56114272a34226637b0da9d2c3fa2f0eb\", \"width\": 108, \"height\": 144}, {\"url\": \"https://external-preview.redd.it/ylbqNW3qA4yjU3orZH5pheFcMkQ3ydMqpZ6cCcwWQm4.jpg?width=216&crop=smart&auto=webp&s=c59c6b07b47fba3b73090261c32520f5bfd5a0fc\", \"width\": 216, \"height\": 288}, {\"url\": \"https://external-preview.redd.it/ylbqNW3qA4yjU3orZH5pheFcMkQ3ydMqpZ6cCcwWQm4.jpg?width=320&crop=smart&auto=webp&s=c9a1e26e1c72ffc802025e70875a6df417644918\", \"width\": 320, \"height\": 426}, {\"url\": \"https://external-preview.redd.it/ylbqNW3qA4yjU3orZH5pheFcMkQ3ydMqpZ6cCcwWQm4.jpg?width=640&crop=smart&auto=webp&s=a69caefc0713bd7e9bfdc81569d92e6f9147db96\", \"width\": 640, \"height\": 853}, {\"url\": \"https://external-preview.redd.it/ylbqNW3qA4yjU3orZH5pheFcMkQ3ydMqpZ6cCcwWQm4.jpg?width=960&crop=smart&auto=webp&s=554ee49fd4145b5f14f5586a10293e4724cc9262\", \"width\": 960, \"height\": 1280}, {\"url\": \"https://external-preview.redd.it/ylbqNW3qA4yjU3orZH5pheFcMkQ3ydMqpZ6cCcwWQm4.jpg?width=1080&crop=smart&auto=webp&s=8091e7bc4242cab4316fc411b8d2290420c3e9bf\", \"width\": 1080, \"height\": 1440}], \"variants\": {}, \"id\": \"lhjvcny4BqkUtr5_BPswhoY3j5CDGeg5DFJgcZT6jIs\"}], \"enabled\": false}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"5ds2ti\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"you_know_whyy\", \"num_crossposts\": 0, \"num_comments\": 31, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/5ds2ti/my_dad_got_a_puppy_so_i_suppose_you_could_say_i/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"http://imgur.com/cuIbfmp\", \"subreddit_subscribers\": 67704, \"created_utc\": 1479555077.0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_d188u\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Sasha turned 8 weeks old & got to come to her new home today!\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"hide_score\": false, \"name\": \"t3_7fndqn\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1926, \"domain\": \"i.imgur.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1926, \"approved_by\": null, \"thumbnail\": \"https://b.thumbs.redditmedia.com/M2QfZnF17po7hSVDLo5oGxYCriJ5-10xoXvADtK7u8Q.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1511737505.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/kk9LHADCLJyPMDm5kh-zFA4POtPpr65M83aF0EhmKdE.jpg?auto=webp&s=522576fec1e3816b417e85bfa032e42b9598039f\", \"width\": 2117, \"height\": 2822}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/kk9LHADCLJyPMDm5kh-zFA4POtPpr65M83aF0EhmKdE.jpg?width=108&crop=smart&auto=webp&s=5d2266228af8118dea7a6e36aa680cd4215fd98e\", \"width\": 108, \"height\": 143}, {\"url\": \"https://external-preview.redd.it/kk9LHADCLJyPMDm5kh-zFA4POtPpr65M83aF0EhmKdE.jpg?width=216&crop=smart&auto=webp&s=513e853c50c5a6bd5bbf47f6dbcd9ed4963e17f6\", \"width\": 216, \"height\": 287}, {\"url\": \"https://external-preview.redd.it/kk9LHADCLJyPMDm5kh-zFA4POtPpr65M83aF0EhmKdE.jpg?width=320&crop=smart&auto=webp&s=362fdc34c54e3100c62f5f1bdf3beb2f1b53827d\", \"width\": 320, \"height\": 426}, {\"url\": \"https://external-preview.redd.it/kk9LHADCLJyPMDm5kh-zFA4POtPpr65M83aF0EhmKdE.jpg?width=640&crop=smart&auto=webp&s=ed8ecf030b3173fa4769a59fda55d9f7bd282ad1\", \"width\": 640, \"height\": 853}, {\"url\": \"https://external-preview.redd.it/kk9LHADCLJyPMDm5kh-zFA4POtPpr65M83aF0EhmKdE.jpg?width=960&crop=smart&auto=webp&s=2444307570102d28b2676c63bbd010a88ed08005\", \"width\": 960, \"height\": 1279}, {\"url\": \"https://external-preview.redd.it/kk9LHADCLJyPMDm5kh-zFA4POtPpr65M83aF0EhmKdE.jpg?width=1080&crop=smart&auto=webp&s=6cb2cf5a1514da4b07f0623080909c3616cb1b13\", \"width\": 1080, \"height\": 1439}], \"variants\": {}, \"id\": \"jnimpvGZ3GlhuAMyHYjjtyTI--fEa_FcsedcP5y1ge0\"}], \"enabled\": true}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"7fndqn\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Shamata\", \"num_crossposts\": 0, \"num_comments\": 17, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/7fndqn/sasha_turned_8_weeks_old_got_to_come_to_her_new/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.imgur.com/yA6UYdv.jpg\", \"subreddit_subscribers\": 67704, \"created_utc\": 1511708705.0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_mazayns\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Good boy\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"hide_score\": false, \"name\": \"t3_81q4ku\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1853, \"domain\": \"i.imgur.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1853, \"approved_by\": null, \"thumbnail\": \"https://b.thumbs.redditmedia.com/XzITzP1TFHQKSZ2nlHWUhHTOvECdiGigNEVddUUvPXU.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1520112616.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/adZO1hzLzdkBewNyNsCwmY05vcBmX9lJQ9KbeLU1eTA.jpg?auto=webp&s=a6526ee69539d08c97327063322c60a78c01b87e\", \"width\": 720, \"height\": 720}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/adZO1hzLzdkBewNyNsCwmY05vcBmX9lJQ9KbeLU1eTA.jpg?width=108&crop=smart&auto=webp&s=33b123e2c5daa8e85c0802805881c49ac1997fb0\", \"width\": 108, \"height\": 108}, {\"url\": \"https://external-preview.redd.it/adZO1hzLzdkBewNyNsCwmY05vcBmX9lJQ9KbeLU1eTA.jpg?width=216&crop=smart&auto=webp&s=de4c6752a13b04caeabcdc2fbac46dd344500c5e\", \"width\": 216, \"height\": 216}, {\"url\": \"https://external-preview.redd.it/adZO1hzLzdkBewNyNsCwmY05vcBmX9lJQ9KbeLU1eTA.jpg?width=320&crop=smart&auto=webp&s=9a66a9b4089218c940e048913b904acdd579b426\", \"width\": 320, \"height\": 320}, {\"url\": \"https://external-preview.redd.it/adZO1hzLzdkBewNyNsCwmY05vcBmX9lJQ9KbeLU1eTA.jpg?width=640&crop=smart&auto=webp&s=e0f97ac456b715f47723d8a007896d2795efe0b1\", \"width\": 640, \"height\": 640}], \"variants\": {}, \"id\": \"CL9FjKyUMnPZbpdrRrTVkt-hVEzUly6pmFO-yqkXzp0\"}], \"reddit_video_preview\": {\"fallback_url\": \"https://v.redd.it/kp3uob46c3k01/DASH_4_8_M\", \"height\": 720, \"width\": 720, \"scrubber_media_url\": \"https://v.redd.it/kp3uob46c3k01/DASH_600_K\", \"dash_url\": \"https://v.redd.it/kp3uob46c3k01/DASHPlaylist.mpd\", \"duration\": 13, \"hls_url\": \"https://v.redd.it/kp3uob46c3k01/HLSPlaylist.m3u8\", \"is_gif\": true, \"transcoding_status\": \"completed\"}, \"enabled\": false}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"81q4ku\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"BadCentrifuge\", \"num_crossposts\": 0, \"num_comments\": 15, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/81q4ku/good_boy/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.imgur.com/DuIoDOX.gifv\", \"subreddit_subscribers\": 67704, \"created_utc\": 1520083816.0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_endnz\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"How I lost my arm\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"hide_score\": false, \"name\": \"t3_682pjf\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1833, \"domain\": \"gfycat.com\", \"media_embed\": {\"content\": \"<iframe class=\\\"embedly-embed\\\" src=\\\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fgfycat.com%2Fifr%2FColorfulLiquidAsianwaterbuffalo&url=https%3A%2F%2Fgfycat.com%2FColorfulLiquidAsianwaterbuffalo&image=https%3A%2F%2Fthumbs.gfycat.com%2FColorfulLiquidAsianwaterbuffalo-size_restricted.gif&key=2aa3c4d5f3de4f5b9120b660ad850dc9&type=text%2Fhtml&schema=gfycat\\\" width=\\\"600\\\" height=\\\"1067\\\" scrolling=\\\"no\\\" frameborder=\\\"0\\\" allowfullscreen></iframe>\", \"width\": 600, \"scrolling\": false, \"height\": 1067}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"oembed\": {\"provider_url\": \"http://gfycat.com\", \"description\": \"Watch this GIF on Gfycat. Discover more GIFS online at Gfycat.\", \"title\": \"Create, Discover and Share GIFs on Gfycat\", \"type\": \"video\", \"thumbnail_width\": 250, \"height\": 1067, \"width\": 600, \"html\": \"<iframe class=\\\"embedly-embed\\\" src=\\\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fgfycat.com%2Fifr%2FColorfulLiquidAsianwaterbuffalo&url=https%3A%2F%2Fgfycat.com%2FColorfulLiquidAsianwaterbuffalo&image=https%3A%2F%2Fthumbs.gfycat.com%2FColorfulLiquidAsianwaterbuffalo-size_restricted.gif&key=2aa3c4d5f3de4f5b9120b660ad850dc9&type=text%2Fhtml&schema=gfycat\\\" width=\\\"600\\\" height=\\\"1067\\\" scrolling=\\\"no\\\" frameborder=\\\"0\\\" allowfullscreen></iframe>\", \"version\": \"1.0\", \"provider_name\": \"gfycat\", \"thumbnail_url\": \"https://i.embed.ly/1/image?url=https%3A%2F%2Fthumbs.gfycat.com%2FColorfulLiquidAsianwaterbuffalo-size_restricted.gif&key=b1e305db91cf4aa5a86b732cc9fffceb\", \"thumbnail_height\": 444}, \"type\": \"gfycat.com\"}, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {\"content\": \"<iframe class=\\\"embedly-embed\\\" src=\\\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fgfycat.com%2Fifr%2FColorfulLiquidAsianwaterbuffalo&url=https%3A%2F%2Fgfycat.com%2FColorfulLiquidAsianwaterbuffalo&image=https%3A%2F%2Fthumbs.gfycat.com%2FColorfulLiquidAsianwaterbuffalo-size_restricted.gif&key=2aa3c4d5f3de4f5b9120b660ad850dc9&type=text%2Fhtml&schema=gfycat\\\" width=\\\"600\\\" height=\\\"1067\\\" scrolling=\\\"no\\\" frameborder=\\\"0\\\" allowfullscreen></iframe>\", \"width\": 600, \"scrolling\": false, \"media_domain_url\": \"https://www.redditmedia.com/mediaembed/682pjf\", \"height\": 1067}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1833, \"approved_by\": null, \"thumbnail\": \"https://b.thumbs.redditmedia.com/3DrLjauXf9XrW_6gvYfmInYD5sjmfCVeTPhHsVhda9g.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"rich:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1493415860.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/047lby6lp10BSXbFkExXLyMEw0oP5a7WWq_wEobznOY.gif?format=png8&s=1bdb6f04a183e4c6bdeeb2766b31a0dea76fc201\", \"width\": 250, \"height\": 444}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/047lby6lp10BSXbFkExXLyMEw0oP5a7WWq_wEobznOY.gif?width=108&crop=smart&format=png8&s=2c88eaa5ffe68ad9c567e5283c819147fde7f1fb\", \"width\": 108, \"height\": 191}, {\"url\": \"https://external-preview.redd.it/047lby6lp10BSXbFkExXLyMEw0oP5a7WWq_wEobznOY.gif?width=216&crop=smart&format=png8&s=bdff4318effe85f866f72907bfd060b301ed78af\", \"width\": 216, \"height\": 383}], \"variants\": {\"gif\": {\"source\": {\"url\": \"https://external-preview.redd.it/047lby6lp10BSXbFkExXLyMEw0oP5a7WWq_wEobznOY.gif?s=f172ca4559598d79d76a3fb956f556144a7fc94c\", \"width\": 250, \"height\": 444}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/047lby6lp10BSXbFkExXLyMEw0oP5a7WWq_wEobznOY.gif?width=108&crop=smart&s=937bca24c4c83b4201c8c8d1e86ccec744805f79\", \"width\": 108, \"height\": 191}, {\"url\": \"https://external-preview.redd.it/047lby6lp10BSXbFkExXLyMEw0oP5a7WWq_wEobznOY.gif?width=216&crop=smart&s=d619387b68550f6ed9840260724331af73e10b81\", \"width\": 216, \"height\": 383}]}}, \"id\": \"YXuSdxYGDCVOR4JUhv4-fG-hpE-d_i9wytt__dVY7xM\"}], \"reddit_video_preview\": {\"fallback_url\": \"https://v.redd.it/sen5h1yiiyv11/DASH_9_6_M\", \"height\": 1080, \"width\": 608, \"scrubber_media_url\": \"https://v.redd.it/sen5h1yiiyv11/DASH_600_K\", \"dash_url\": \"https://v.redd.it/sen5h1yiiyv11/DASHPlaylist.mpd\", \"duration\": 14, \"hls_url\": \"https://v.redd.it/sen5h1yiiyv11/HLSPlaylist.m3u8\", \"is_gif\": true, \"transcoding_status\": \"completed\"}, \"enabled\": true}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"682pjf\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Prellmeister\", \"num_crossposts\": 0, \"num_comments\": 35, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/682pjf/how_i_lost_my_arm/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://gfycat.com/ColorfulLiquidAsianwaterbuffalo\", \"subreddit_subscribers\": 67704, \"created_utc\": 1493387060.0, \"media\": {\"oembed\": {\"provider_url\": \"http://gfycat.com\", \"description\": \"Watch this GIF on Gfycat. Discover more GIFS online at Gfycat.\", \"title\": \"Create, Discover and Share GIFs on Gfycat\", \"type\": \"video\", \"thumbnail_width\": 250, \"height\": 1067, \"width\": 600, \"html\": \"<iframe class=\\\"embedly-embed\\\" src=\\\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fgfycat.com%2Fifr%2FColorfulLiquidAsianwaterbuffalo&url=https%3A%2F%2Fgfycat.com%2FColorfulLiquidAsianwaterbuffalo&image=https%3A%2F%2Fthumbs.gfycat.com%2FColorfulLiquidAsianwaterbuffalo-size_restricted.gif&key=2aa3c4d5f3de4f5b9120b660ad850dc9&type=text%2Fhtml&schema=gfycat\\\" width=\\\"600\\\" height=\\\"1067\\\" scrolling=\\\"no\\\" frameborder=\\\"0\\\" allowfullscreen></iframe>\", \"version\": \"1.0\", \"provider_name\": \"gfycat\", \"thumbnail_url\": \"https://i.embed.ly/1/image?url=https%3A%2F%2Fthumbs.gfycat.com%2FColorfulLiquidAsianwaterbuffalo-size_restricted.gif&key=b1e305db91cf4aa5a86b732cc9fffceb\", \"thumbnail_height\": 444}, \"type\": \"gfycat.com\"}, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_afmuq\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"My new little toasted marshmallow, Lola!\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"hide_score\": false, \"name\": \"t3_6p1f0s\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1800, \"domain\": \"imgur.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1800, \"approved_by\": null, \"thumbnail\": \"https://b.thumbs.redditmedia.com/lq6_jyo804NpUaUR-29QzyGNE3rHSCPzb8myi3WdcWw.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1500847107.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/Sb7HVpIyxcf1n4k6OLgSCXZtk0w_T3VrvCLQVnMEB84.jpg?auto=webp&s=f4f7d35e5dbc40fd70b8c9a90ee393d2a6caefe9\", \"width\": 960, \"height\": 1200}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/Sb7HVpIyxcf1n4k6OLgSCXZtk0w_T3VrvCLQVnMEB84.jpg?width=108&crop=smart&auto=webp&s=8d0958b98419c93e624d81b1011ffec7fd67f013\", \"width\": 108, \"height\": 135}, {\"url\": \"https://external-preview.redd.it/Sb7HVpIyxcf1n4k6OLgSCXZtk0w_T3VrvCLQVnMEB84.jpg?width=216&crop=smart&auto=webp&s=70ec86584846733694c956f8bd01c6be8b18f6c2\", \"width\": 216, \"height\": 270}, {\"url\": \"https://external-preview.redd.it/Sb7HVpIyxcf1n4k6OLgSCXZtk0w_T3VrvCLQVnMEB84.jpg?width=320&crop=smart&auto=webp&s=c84583e88c592d1b2b1acaeb664088cfd75c21e6\", \"width\": 320, \"height\": 400}, {\"url\": \"https://external-preview.redd.it/Sb7HVpIyxcf1n4k6OLgSCXZtk0w_T3VrvCLQVnMEB84.jpg?width=640&crop=smart&auto=webp&s=66e519709572a1339d809a729924bd16d76a4085\", \"width\": 640, \"height\": 800}, {\"url\": \"https://external-preview.redd.it/Sb7HVpIyxcf1n4k6OLgSCXZtk0w_T3VrvCLQVnMEB84.jpg?width=960&crop=smart&auto=webp&s=ac1d1c437c7a8756dc03231f02bf762d9110ba5e\", \"width\": 960, \"height\": 1200}], \"variants\": {}, \"id\": \"AdLxjJtVEN-QhJYvUbL0ZKIewnoVoEnQ3IcTXiYyE1k\"}], \"enabled\": false}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"6p1f0s\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Dizzydsmith\", \"num_crossposts\": 0, \"num_comments\": 11, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/6p1f0s/my_new_little_toasted_marshmallow_lola/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"http://imgur.com/AbpyAt9\", \"subreddit_subscribers\": 67704, \"created_utc\": 1500818307.0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_9has8\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"I've been taking my pup for rides. She loves it, she gets excited when I put her in the basket and start heading out.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 78, \"hide_score\": false, \"name\": \"t3_6l77rc\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1715, \"domain\": \"gfycat.com\", \"media_embed\": {\"content\": \"<iframe class=\\\"embedly-embed\\\" src=\\\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fgfycat.com%2Fifr%2FMarriedGrossBobolink&url=https%3A%2F%2Fgfycat.com%2FMarriedGrossBobolink&image=https%3A%2F%2Fthumbs.gfycat.com%2FMarriedGrossBobolink-size_restricted.gif&key=522baf40bd3911e08d854040d3dc5c07&type=text%2Fhtml&schema=gfycat\\\" width=\\\"600\\\" height=\\\"338\\\" scrolling=\\\"no\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; fullscreen\\\" allowfullscreen></iframe>\", \"width\": 600, \"scrolling\": false, \"height\": 338}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"oembed\": {\"provider_url\": \"http://gfycat.com\", \"description\": \"Watch Driving Miss Lily GIF on Gfycat. Discover more GIFS online at Gfycat.\", \"title\": \"Driving Miss Lily - Create, Discover and Share GIFs on Gfycat\", \"type\": \"video\", \"thumbnail_width\": 445, \"height\": 338, \"width\": 600, \"html\": \"<iframe class=\\\"embedly-embed\\\" src=\\\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fgfycat.com%2Fifr%2FMarriedGrossBobolink&url=https%3A%2F%2Fgfycat.com%2FMarriedGrossBobolink&image=https%3A%2F%2Fthumbs.gfycat.com%2FMarriedGrossBobolink-size_restricted.gif&key=522baf40bd3911e08d854040d3dc5c07&type=text%2Fhtml&schema=gfycat\\\" width=\\\"600\\\" height=\\\"338\\\" scrolling=\\\"no\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; fullscreen\\\" allowfullscreen></iframe>\", \"version\": \"1.0\", \"provider_name\": \"gfycat\", \"thumbnail_url\": \"https://thumbs.gfycat.com/MarriedGrossBobolink-size_restricted.gif\", \"thumbnail_height\": 250}, \"type\": \"gfycat.com\"}, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {\"content\": \"<iframe class=\\\"embedly-embed\\\" src=\\\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fgfycat.com%2Fifr%2FMarriedGrossBobolink&url=https%3A%2F%2Fgfycat.com%2FMarriedGrossBobolink&image=https%3A%2F%2Fthumbs.gfycat.com%2FMarriedGrossBobolink-size_restricted.gif&key=522baf40bd3911e08d854040d3dc5c07&type=text%2Fhtml&schema=gfycat\\\" width=\\\"600\\\" height=\\\"338\\\" scrolling=\\\"no\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; fullscreen\\\" allowfullscreen></iframe>\", \"width\": 600, \"scrolling\": false, \"media_domain_url\": \"https://www.redditmedia.com/mediaembed/6l77rc\", \"height\": 338}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1715, \"approved_by\": null, \"thumbnail\": \"https://b.thumbs.redditmedia.com/NMDun61n0YBjH7gV7YUFPf3b-hClWvnfG7cG1vsi_dM.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"rich:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1499205590.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/UVrH4G9blUBt1PwEYyQsY93JNruOJS8aAdh7NYJhfHA.gif?format=png8&s=8c4b23efdf1cf54ebe25e914a16009e76510db9f\", \"width\": 445, \"height\": 250}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/UVrH4G9blUBt1PwEYyQsY93JNruOJS8aAdh7NYJhfHA.gif?width=108&crop=smart&format=png8&s=f49940c0832c72798f4784c43d02e6484799e5c8\", \"width\": 108, \"height\": 60}, {\"url\": \"https://external-preview.redd.it/UVrH4G9blUBt1PwEYyQsY93JNruOJS8aAdh7NYJhfHA.gif?width=216&crop=smart&format=png8&s=27d433287d8e13fa62da263f9b7d9e93c61ca343\", \"width\": 216, \"height\": 121}, {\"url\": \"https://external-preview.redd.it/UVrH4G9blUBt1PwEYyQsY93JNruOJS8aAdh7NYJhfHA.gif?width=320&crop=smart&format=png8&s=e2e57d14f1c175d535779962728f0379c6d61c36\", \"width\": 320, \"height\": 179}], \"variants\": {\"gif\": {\"source\": {\"url\": \"https://external-preview.redd.it/UVrH4G9blUBt1PwEYyQsY93JNruOJS8aAdh7NYJhfHA.gif?s=8279b1ae2ff19636d3c561fd381998e635d1ed3b\", \"width\": 445, \"height\": 250}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/UVrH4G9blUBt1PwEYyQsY93JNruOJS8aAdh7NYJhfHA.gif?width=108&crop=smart&s=a230dc57fee2498d886d949db80597f0774f0046\", \"width\": 108, \"height\": 60}, {\"url\": \"https://external-preview.redd.it/UVrH4G9blUBt1PwEYyQsY93JNruOJS8aAdh7NYJhfHA.gif?width=216&crop=smart&s=1e6d10b85f4cad02588d51042489e7fa95ba960c\", \"width\": 216, \"height\": 121}, {\"url\": \"https://external-preview.redd.it/UVrH4G9blUBt1PwEYyQsY93JNruOJS8aAdh7NYJhfHA.gif?width=320&crop=smart&s=cf74759de696bf0155523235bf6c4b1aaed527e2\", \"width\": 320, \"height\": 179}]}}, \"id\": \"lgWzJSVf9tT4cdzYL3Jux4tHEUpZUHaNbRjrmNbL95I\"}], \"enabled\": true}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"6l77rc\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"redundantly\", \"num_crossposts\": 0, \"num_comments\": 47, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/6l77rc/ive_been_taking_my_pup_for_rides_she_loves_it_she/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://gfycat.com/MarriedGrossBobolink\", \"subreddit_subscribers\": 67704, \"created_utc\": 1499176790.0, \"media\": {\"oembed\": {\"provider_url\": \"http://gfycat.com\", \"description\": \"Watch Driving Miss Lily GIF on Gfycat. Discover more GIFS online at Gfycat.\", \"title\": \"Driving Miss Lily - Create, Discover and Share GIFs on Gfycat\", \"type\": \"video\", \"thumbnail_width\": 445, \"height\": 338, \"width\": 600, \"html\": \"<iframe class=\\\"embedly-embed\\\" src=\\\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fgfycat.com%2Fifr%2FMarriedGrossBobolink&url=https%3A%2F%2Fgfycat.com%2FMarriedGrossBobolink&image=https%3A%2F%2Fthumbs.gfycat.com%2FMarriedGrossBobolink-size_restricted.gif&key=522baf40bd3911e08d854040d3dc5c07&type=text%2Fhtml&schema=gfycat\\\" width=\\\"600\\\" height=\\\"338\\\" scrolling=\\\"no\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; fullscreen\\\" allowfullscreen></iframe>\", \"version\": \"1.0\", \"provider_name\": \"gfycat\", \"thumbnail_url\": \"https://thumbs.gfycat.com/MarriedGrossBobolink-size_restricted.gif\", \"thumbnail_height\": 250}, \"type\": \"gfycat.com\"}, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_rio5d\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Bokki, my pup, got his paws on some blue food coloring \\ud83d\\ude43\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"hide_score\": false, \"name\": \"t3_7a8q7t\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1714, \"domain\": \"gfycat.com\", \"media_embed\": {\"content\": \"<iframe class=\\\"embedly-embed\\\" src=\\\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fgfycat.com%2Fifr%2FRingedFoolhardyIndigobunting&url=https%3A%2F%2Fgfycat.com%2Fgifs%2Fdetail%2Fringedfoolhardyindigobunting&image=https%3A%2F%2Fthumbs.gfycat.com%2FRingedFoolhardyIndigobunting-size_restricted.gif&key=ed8fa8699ce04833838e66ce79ba05f1&type=text%2Fhtml&schema=gfycat\\\" width=\\\"600\\\" height=\\\"1067\\\" scrolling=\\\"no\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; fullscreen\\\" allowfullscreen=\\\"true\\\"></iframe>\", \"width\": 600, \"scrolling\": false, \"height\": 1067}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": {\"oembed\": {\"provider_url\": \"http://gfycat.com\", \"description\": \"Watch Doggo finds blue food coloring GIF on Gfycat. Discover more related GIFs on Gfycat\", \"title\": \"Doggo finds blue food coloring - Create, Discover and Share Awesome GIFs on Gfycat\", \"type\": \"video\", \"thumbnail_width\": 250, \"height\": 1067, \"width\": 600, \"html\": \"<iframe class=\\\"embedly-embed\\\" src=\\\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fgfycat.com%2Fifr%2FRingedFoolhardyIndigobunting&url=https%3A%2F%2Fgfycat.com%2Fgifs%2Fdetail%2Fringedfoolhardyindigobunting&image=https%3A%2F%2Fthumbs.gfycat.com%2FRingedFoolhardyIndigobunting-size_restricted.gif&key=ed8fa8699ce04833838e66ce79ba05f1&type=text%2Fhtml&schema=gfycat\\\" width=\\\"600\\\" height=\\\"1067\\\" scrolling=\\\"no\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; fullscreen\\\" allowfullscreen=\\\"true\\\"></iframe>\", \"version\": \"1.0\", \"provider_name\": \"gfycat\", \"thumbnail_url\": \"https://thumbs.gfycat.com/RingedFoolhardyIndigobunting-size_restricted.gif\", \"thumbnail_height\": 444}, \"type\": \"gfycat.com\"}, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {\"content\": \"<iframe class=\\\"embedly-embed\\\" src=\\\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fgfycat.com%2Fifr%2FRingedFoolhardyIndigobunting&url=https%3A%2F%2Fgfycat.com%2Fgifs%2Fdetail%2Fringedfoolhardyindigobunting&image=https%3A%2F%2Fthumbs.gfycat.com%2FRingedFoolhardyIndigobunting-size_restricted.gif&key=ed8fa8699ce04833838e66ce79ba05f1&type=text%2Fhtml&schema=gfycat\\\" width=\\\"600\\\" height=\\\"1067\\\" scrolling=\\\"no\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; fullscreen\\\" allowfullscreen=\\\"true\\\"></iframe>\", \"width\": 600, \"scrolling\": false, \"media_domain_url\": \"https://www.redditmedia.com/mediaembed/7a8q7t\", \"height\": 1067}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1714, \"approved_by\": null, \"thumbnail\": \"https://a.thumbs.redditmedia.com/PpxdwBU7tsF7UXG7-MsRyvvydPxW7Gjig3QTzi9onH4.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"rich:video\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1509619661.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/aGGjRxu9IRjjAdXkyA2Kr9R5FddKVqaWYR76w8Sw7AY.gif?format=png8&s=f1316e954c4100a898a976265a7a724caf3c262a\", \"width\": 250, \"height\": 444}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/aGGjRxu9IRjjAdXkyA2Kr9R5FddKVqaWYR76w8Sw7AY.gif?width=108&crop=smart&format=png8&s=e6c10d82c27bd7a8b1feb6a7b6657de55e32cae0\", \"width\": 108, \"height\": 191}, {\"url\": \"https://external-preview.redd.it/aGGjRxu9IRjjAdXkyA2Kr9R5FddKVqaWYR76w8Sw7AY.gif?width=216&crop=smart&format=png8&s=3765b83f7d067da8b2153433cc9c78dcbe7b497d\", \"width\": 216, \"height\": 383}], \"variants\": {\"gif\": {\"source\": {\"url\": \"https://external-preview.redd.it/aGGjRxu9IRjjAdXkyA2Kr9R5FddKVqaWYR76w8Sw7AY.gif?s=b802feb0efc80d5763b87b07ac5dc79f4e5526c4\", \"width\": 250, \"height\": 444}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/aGGjRxu9IRjjAdXkyA2Kr9R5FddKVqaWYR76w8Sw7AY.gif?width=108&crop=smart&s=38e5df11260141c3035df456aa49e3951c556553\", \"width\": 108, \"height\": 191}, {\"url\": \"https://external-preview.redd.it/aGGjRxu9IRjjAdXkyA2Kr9R5FddKVqaWYR76w8Sw7AY.gif?width=216&crop=smart&s=1fc7357e52d44529323987183ad0c3248b811572\", \"width\": 216, \"height\": 383}]}}, \"id\": \"L46wykiNiU4DJt9JF5HtFMnjFvTiHQgVx29mnkvMLDI\"}], \"reddit_video_preview\": {\"fallback_url\": \"https://v.redd.it/bgz0j1adcpw11/DASH_9_6_M\", \"height\": 1080, \"width\": 608, \"scrubber_media_url\": \"https://v.redd.it/bgz0j1adcpw11/DASH_600_K\", \"dash_url\": \"https://v.redd.it/bgz0j1adcpw11/DASHPlaylist.mpd\", \"duration\": 6, \"hls_url\": \"https://v.redd.it/bgz0j1adcpw11/HLSPlaylist.m3u8\", \"is_gif\": true, \"transcoding_status\": \"completed\"}, \"enabled\": true}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"7a8q7t\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"ghjuice\", \"num_crossposts\": 0, \"num_comments\": 51, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/7a8q7t/bokki_my_pup_got_his_paws_on_some_blue_food/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://gfycat.com/gifs/detail/RingedFoolhardyIndigobunting\", \"subreddit_subscribers\": 67704, \"created_utc\": 1509590861.0, \"media\": {\"oembed\": {\"provider_url\": \"http://gfycat.com\", \"description\": \"Watch Doggo finds blue food coloring GIF on Gfycat. Discover more related GIFs on Gfycat\", \"title\": \"Doggo finds blue food coloring - Create, Discover and Share Awesome GIFs on Gfycat\", \"type\": \"video\", \"thumbnail_width\": 250, \"height\": 1067, \"width\": 600, \"html\": \"<iframe class=\\\"embedly-embed\\\" src=\\\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fgfycat.com%2Fifr%2FRingedFoolhardyIndigobunting&url=https%3A%2F%2Fgfycat.com%2Fgifs%2Fdetail%2Fringedfoolhardyindigobunting&image=https%3A%2F%2Fthumbs.gfycat.com%2FRingedFoolhardyIndigobunting-size_restricted.gif&key=ed8fa8699ce04833838e66ce79ba05f1&type=text%2Fhtml&schema=gfycat\\\" width=\\\"600\\\" height=\\\"1067\\\" scrolling=\\\"no\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; fullscreen\\\" allowfullscreen=\\\"true\\\"></iframe>\", \"version\": \"1.0\", \"provider_name\": \"gfycat\", \"thumbnail_url\": \"https://thumbs.gfycat.com/RingedFoolhardyIndigobunting-size_restricted.gif\", \"thumbnail_height\": 444}, \"type\": \"gfycat.com\"}, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_d7g5s\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"This is Ralph. It's his first time out in public. 11/10 good boy.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"hide_score\": false, \"name\": \"t3_5xuisg\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1647, \"domain\": \"i.imgur.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1647, \"approved_by\": null, \"thumbnail\": \"https://b.thumbs.redditmedia.com/ofoCvtbJ7Njqn6xJkAGydsEfKI7uMuzVct8v-M86eFQ.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1488850094.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/KvSduUhYvagQhPp5LCaMTvopH4MZQ5Z0oZiQv967lrA.jpg?auto=webp&s=9e3bae0fd8365ee547ea3c3342b16c97a92fa156\", \"width\": 720, \"height\": 960}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/KvSduUhYvagQhPp5LCaMTvopH4MZQ5Z0oZiQv967lrA.jpg?width=108&crop=smart&auto=webp&s=5b86eff73f212172f9843d66a4a8fd829e1049c0\", \"width\": 108, \"height\": 144}, {\"url\": \"https://external-preview.redd.it/KvSduUhYvagQhPp5LCaMTvopH4MZQ5Z0oZiQv967lrA.jpg?width=216&crop=smart&auto=webp&s=8c1f054d1187399917e706c836483aa727065d90\", \"width\": 216, \"height\": 288}, {\"url\": \"https://external-preview.redd.it/KvSduUhYvagQhPp5LCaMTvopH4MZQ5Z0oZiQv967lrA.jpg?width=320&crop=smart&auto=webp&s=521102a11a76763dfb8a81d241212c2ee2f5fb58\", \"width\": 320, \"height\": 426}, {\"url\": \"https://external-preview.redd.it/KvSduUhYvagQhPp5LCaMTvopH4MZQ5Z0oZiQv967lrA.jpg?width=640&crop=smart&auto=webp&s=e4e8449e55e59b9b93646ed4ccc7e9d1afdc8dd7\", \"width\": 640, \"height\": 853}], \"variants\": {}, \"id\": \"V71dbRh6I6FsD0pLkL3EujzwK1xqFBU3mDiGVi0sKi0\"}], \"enabled\": true}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"5xuisg\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"aaronr93\", \"num_crossposts\": 0, \"num_comments\": 15, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/5xuisg/this_is_ralph_its_his_first_time_out_in_public/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"http://i.imgur.com/ndDWJBT.jpg\", \"subreddit_subscribers\": 67704, \"created_utc\": 1488821294.0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_avc8x\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"I posted this on /aww earlier. This is my best friend, Bodie. I thought you'd appreciate him\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 78, \"hide_score\": false, \"name\": \"t3_6q9ws8\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1618, \"domain\": \"imgur.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1618, \"approved_by\": null, \"thumbnail\": \"https://b.thumbs.redditmedia.com/Q3BUecImD3F-Ipkg0Jl5WxtysON76x_jQWNQ30F_D1w.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1501345661.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/ONAJbk12SryL5IfVG2BoZoKTf0fz1dHdRDirR8rQ5Yc.jpg?auto=webp&s=3634d522d5d3c1e65bb424494032ca3a14158138\", \"width\": 1080, \"height\": 609}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/ONAJbk12SryL5IfVG2BoZoKTf0fz1dHdRDirR8rQ5Yc.jpg?width=108&crop=smart&auto=webp&s=08b0284c8f6112be093a7a37302340072719cb61\", \"width\": 108, \"height\": 60}, {\"url\": \"https://external-preview.redd.it/ONAJbk12SryL5IfVG2BoZoKTf0fz1dHdRDirR8rQ5Yc.jpg?width=216&crop=smart&auto=webp&s=c8073e0126ec551a458479325cbb70be935bfa41\", \"width\": 216, \"height\": 121}, {\"url\": \"https://external-preview.redd.it/ONAJbk12SryL5IfVG2BoZoKTf0fz1dHdRDirR8rQ5Yc.jpg?width=320&crop=smart&auto=webp&s=f9cb7a1d2078c5eaaf3e94b38d9971686c49e238\", \"width\": 320, \"height\": 180}, {\"url\": \"https://external-preview.redd.it/ONAJbk12SryL5IfVG2BoZoKTf0fz1dHdRDirR8rQ5Yc.jpg?width=640&crop=smart&auto=webp&s=f149dce084f7a47d13215ef027ce7a69d11ab485\", \"width\": 640, \"height\": 360}, {\"url\": \"https://external-preview.redd.it/ONAJbk12SryL5IfVG2BoZoKTf0fz1dHdRDirR8rQ5Yc.jpg?width=960&crop=smart&auto=webp&s=741d709e79e185b8baa56b04a5fa0f23efce6a95\", \"width\": 960, \"height\": 541}, {\"url\": \"https://external-preview.redd.it/ONAJbk12SryL5IfVG2BoZoKTf0fz1dHdRDirR8rQ5Yc.jpg?width=1080&crop=smart&auto=webp&s=2340d2dccabf44155c4093871dcf2bc4de613311\", \"width\": 1080, \"height\": 609}], \"variants\": {}, \"id\": \"JkeZSVgdRaTr7e07XPoDGdnckrzv1c2vnJeZDi6n6A8\"}], \"enabled\": false}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"6q9ws8\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"fttw\", \"num_crossposts\": 0, \"num_comments\": 42, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/6q9ws8/i_posted_this_on_aww_earlier_this_is_my_best/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://imgur.com/YVn6cXD\", \"subreddit_subscribers\": 67704, \"created_utc\": 1501316861.0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_mazayns\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Tickle! Tickle!\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 139, \"hide_score\": false, \"name\": \"t3_7wsltf\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1496, \"domain\": \"i.imgur.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1496, \"approved_by\": null, \"thumbnail\": \"https://b.thumbs.redditmedia.com/wyHf6OOyOMkrbbIsKX71CdqDhXOTh0V36q8lU-0Ikpk.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1518382103.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/ZFdhG681mmNFJK_eq-UhT9UeXd5jRzQ6Ri-RkGiI7yc.jpg?auto=webp&s=e17b4179d484e047c2c5e991522dd561f2df4102\", \"width\": 720, \"height\": 716}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/ZFdhG681mmNFJK_eq-UhT9UeXd5jRzQ6Ri-RkGiI7yc.jpg?width=108&crop=smart&auto=webp&s=d78f09912ca38986bc9f53ae1081de704a5ab330\", \"width\": 108, \"height\": 107}, {\"url\": \"https://external-preview.redd.it/ZFdhG681mmNFJK_eq-UhT9UeXd5jRzQ6Ri-RkGiI7yc.jpg?width=216&crop=smart&auto=webp&s=ff2acc8be8d85f0affef65ebfce5ad23e080b31b\", \"width\": 216, \"height\": 214}, {\"url\": \"https://external-preview.redd.it/ZFdhG681mmNFJK_eq-UhT9UeXd5jRzQ6Ri-RkGiI7yc.jpg?width=320&crop=smart&auto=webp&s=9ca6fa6b31fd6ca1f3d4d05d6bba589ff732d57b\", \"width\": 320, \"height\": 318}, {\"url\": \"https://external-preview.redd.it/ZFdhG681mmNFJK_eq-UhT9UeXd5jRzQ6Ri-RkGiI7yc.jpg?width=640&crop=smart&auto=webp&s=552c8f993759b5ce43bdcf2772c0cc5fe1013f67\", \"width\": 640, \"height\": 636}], \"variants\": {}, \"id\": \"qSpeGMZFZEL34yxgqyRH6Iba4YTYE-r8fqcWnCPwiNs\"}], \"reddit_video_preview\": {\"fallback_url\": \"https://v.redd.it/tupx8tnbwkf01/DASH_2_4_M\", \"height\": 480, \"width\": 482, \"scrubber_media_url\": \"https://v.redd.it/tupx8tnbwkf01/DASH_600_K\", \"dash_url\": \"https://v.redd.it/tupx8tnbwkf01/DASHPlaylist.mpd\", \"duration\": 13, \"hls_url\": \"https://v.redd.it/tupx8tnbwkf01/HLSPlaylist.m3u8\", \"is_gif\": true, \"transcoding_status\": \"completed\"}, \"enabled\": false}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"7wsltf\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"BadCentrifuge\", \"num_crossposts\": 4, \"num_comments\": 20, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/7wsltf/tickle_tickle/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.imgur.com/gefZNdD.gifv\", \"subreddit_subscribers\": 67704, \"created_utc\": 1518353303.0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_mazayns\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Puppy on a bike ride!\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"hide_score\": false, \"name\": \"t3_80lyap\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1476, \"domain\": \"i.imgur.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1476, \"approved_by\": null, \"thumbnail\": \"https://b.thumbs.redditmedia.com/lL8fmZyRTw6J0VX1ocIoQsRMcBdqlltw7U7t0gqtc4E.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1519762231.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/YzvvkX7PY9-vSmqK7dPZppXMwJhPbifgDpFI9MM5jFs.jpg?auto=webp&s=71ee761c318c9b3e67212504623812c74a04d0be\", \"width\": 720, \"height\": 720}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/YzvvkX7PY9-vSmqK7dPZppXMwJhPbifgDpFI9MM5jFs.jpg?width=108&crop=smart&auto=webp&s=4710aac99782737c262823fc4b0e8961df5d9d19\", \"width\": 108, \"height\": 108}, {\"url\": \"https://external-preview.redd.it/YzvvkX7PY9-vSmqK7dPZppXMwJhPbifgDpFI9MM5jFs.jpg?width=216&crop=smart&auto=webp&s=b8abd6190d007fe74a0b43779d62ac3aa2a710cf\", \"width\": 216, \"height\": 216}, {\"url\": \"https://external-preview.redd.it/YzvvkX7PY9-vSmqK7dPZppXMwJhPbifgDpFI9MM5jFs.jpg?width=320&crop=smart&auto=webp&s=e409b6b882265abe331111a0d7f96f2af97bac90\", \"width\": 320, \"height\": 320}, {\"url\": \"https://external-preview.redd.it/YzvvkX7PY9-vSmqK7dPZppXMwJhPbifgDpFI9MM5jFs.jpg?width=640&crop=smart&auto=webp&s=48d6d7c1860bb326bcafcdcdf225b22a67b1bfb7\", \"width\": 640, \"height\": 640}], \"variants\": {}, \"id\": \"rGvDLY_P5fCcghM2iBho5E3Tjct4fnkVd0V_DztK2OI\"}], \"reddit_video_preview\": {\"fallback_url\": \"https://v.redd.it/h8jd9ly02mj01/DASH_4_8_M\", \"height\": 720, \"width\": 720, \"scrubber_media_url\": \"https://v.redd.it/h8jd9ly02mj01/DASH_600_K\", \"dash_url\": \"https://v.redd.it/h8jd9ly02mj01/DASHPlaylist.mpd\", \"duration\": 27, \"hls_url\": \"https://v.redd.it/h8jd9ly02mj01/HLSPlaylist.m3u8\", \"is_gif\": true, \"transcoding_status\": \"completed\"}, \"enabled\": false}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"80lyap\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"BadCentrifuge\", \"num_crossposts\": 1, \"num_comments\": 18, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/80lyap/puppy_on_a_bike_ride/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.imgur.com/1HohwOB.gifv\", \"subreddit_subscribers\": 67704, \"created_utc\": 1519733431.0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_ejzpl\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Arthas his first time in the snow!\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"hide_score\": false, \"name\": \"t3_7iupeh\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1450, \"domain\": \"i.imgur.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1450, \"approved_by\": null, \"thumbnail\": \"https://b.thumbs.redditmedia.com/DbrEkH_KtNlJyE6_DJFdPSU8nWP4FUqdQ_44-bkJiEs.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1512950599.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/8WuPNDcxbuZ2L07tkcm7JTIM0yRbw9jDQr5HE3wtGgg.jpg?auto=webp&s=c9d356456062b695e6888193dfb15c77425e570b\", \"width\": 720, \"height\": 720}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/8WuPNDcxbuZ2L07tkcm7JTIM0yRbw9jDQr5HE3wtGgg.jpg?width=108&crop=smart&auto=webp&s=48dc1aa46d9279a86a7ed28aa0fcb452562095bd\", \"width\": 108, \"height\": 108}, {\"url\": \"https://external-preview.redd.it/8WuPNDcxbuZ2L07tkcm7JTIM0yRbw9jDQr5HE3wtGgg.jpg?width=216&crop=smart&auto=webp&s=fee6e1facf28b7989ae24a8575ad9fade299dcbf\", \"width\": 216, \"height\": 216}, {\"url\": \"https://external-preview.redd.it/8WuPNDcxbuZ2L07tkcm7JTIM0yRbw9jDQr5HE3wtGgg.jpg?width=320&crop=smart&auto=webp&s=cc674f806ec1202665482706738bddcb90310a40\", \"width\": 320, \"height\": 320}, {\"url\": \"https://external-preview.redd.it/8WuPNDcxbuZ2L07tkcm7JTIM0yRbw9jDQr5HE3wtGgg.jpg?width=640&crop=smart&auto=webp&s=2f413a050fefbd4c7b65cacef5c136dc21ae0392\", \"width\": 640, \"height\": 640}], \"variants\": {}, \"id\": \"xH9zBBLBEeFVUJoOJp0Fz9lbreAgm_t9t88bRHtFFpM\"}], \"enabled\": false}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"7iupeh\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"-Lucky-\", \"num_crossposts\": 0, \"num_comments\": 25, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/7iupeh/arthas_his_first_time_in_the_snow/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.imgur.com/6ytNWgn.gifv\", \"subreddit_subscribers\": 67704, \"created_utc\": 1512921799.0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_6p8sl\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Starting off 2017 by buying out Target's dog bed section and donating them to our local shelter.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 105, \"hide_score\": false, \"name\": \"t3_5lc1rf\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1443, \"domain\": \"imgur.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1443, \"approved_by\": null, \"thumbnail\": \"https://b.thumbs.redditmedia.com/LkcShpkAQjZid9T6SivRxeU-pyEWd6lsYd1ny8gnxlA.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1483251845.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/Y_dKN62nMyZvVyrYuQgCOH5loki8BOXpe4kIIg2tqpY.jpg?auto=webp&s=423b339a4a684fc939ef1b6d9ad60ba10e34474a\", \"width\": 1024, \"height\": 768}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/Y_dKN62nMyZvVyrYuQgCOH5loki8BOXpe4kIIg2tqpY.jpg?width=108&crop=smart&auto=webp&s=93b7bf58e041e29434101a89e740553129b8de27\", \"width\": 108, \"height\": 81}, {\"url\": \"https://external-preview.redd.it/Y_dKN62nMyZvVyrYuQgCOH5loki8BOXpe4kIIg2tqpY.jpg?width=216&crop=smart&auto=webp&s=ea60f6c56a05500cef2c5f77491e5ee2453b0411\", \"width\": 216, \"height\": 162}, {\"url\": \"https://external-preview.redd.it/Y_dKN62nMyZvVyrYuQgCOH5loki8BOXpe4kIIg2tqpY.jpg?width=320&crop=smart&auto=webp&s=56300ac6324b06b9b8b52980e43d01c114aa9200\", \"width\": 320, \"height\": 240}, {\"url\": \"https://external-preview.redd.it/Y_dKN62nMyZvVyrYuQgCOH5loki8BOXpe4kIIg2tqpY.jpg?width=640&crop=smart&auto=webp&s=0b20f177947b08a8c1cc52707cedf3b3f03d186d\", \"width\": 640, \"height\": 480}, {\"url\": \"https://external-preview.redd.it/Y_dKN62nMyZvVyrYuQgCOH5loki8BOXpe4kIIg2tqpY.jpg?width=960&crop=smart&auto=webp&s=1dbb35cc694491f6fc4f12229206d5fb3e06a1ad\", \"width\": 960, \"height\": 720}], \"variants\": {}, \"id\": \"LsWIbo6f2UGZ8SVUTcBU6cYZzTiqShmy6k-O2PLQGxQ\"}], \"enabled\": false}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"5lc1rf\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"madlogic\", \"num_crossposts\": 0, \"num_comments\": 31, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/5lc1rf/starting_off_2017_by_buying_out_targets_dog_bed/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"http://imgur.com/1RfoPBX\", \"subreddit_subscribers\": 67704, \"created_utc\": 1483223045.0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_mazayns\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Adorable (and confused) thief\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"hide_score\": false, \"name\": \"t3_804uy2\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1401, \"domain\": \"i.imgur.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1401, \"approved_by\": null, \"thumbnail\": \"https://b.thumbs.redditmedia.com/g12G3lV_WhIZflnCu3kh6tm0fm4HJaSoH2aywBIHWJw.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1519599053.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/yER5Chkj5C2qEGq8aCPHi2rcObsxX7Q7OCBqrO-M-qY.gif?format=png8&s=d129291278e5eabba5b276b5c0c8a0e37e7d9995\", \"width\": 640, \"height\": 640}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/yER5Chkj5C2qEGq8aCPHi2rcObsxX7Q7OCBqrO-M-qY.gif?width=108&crop=smart&format=png8&s=26994e5f61c66ed8aaf208366840727b760089e1\", \"width\": 108, \"height\": 108}, {\"url\": \"https://external-preview.redd.it/yER5Chkj5C2qEGq8aCPHi2rcObsxX7Q7OCBqrO-M-qY.gif?width=216&crop=smart&format=png8&s=bfc9de70c95e541c8cc62c6e19fcffbefd320c0e\", \"width\": 216, \"height\": 216}, {\"url\": \"https://external-preview.redd.it/yER5Chkj5C2qEGq8aCPHi2rcObsxX7Q7OCBqrO-M-qY.gif?width=320&crop=smart&format=png8&s=141f1264ba86635801627013bb2612cdc8c5a757\", \"width\": 320, \"height\": 320}, {\"url\": \"https://external-preview.redd.it/yER5Chkj5C2qEGq8aCPHi2rcObsxX7Q7OCBqrO-M-qY.gif?width=640&crop=smart&format=png8&s=692a2014d2b2d0d2b88649f3d112d222919ae479\", \"width\": 640, \"height\": 640}], \"variants\": {\"gif\": {\"source\": {\"url\": \"https://external-preview.redd.it/yER5Chkj5C2qEGq8aCPHi2rcObsxX7Q7OCBqrO-M-qY.gif?s=8fb0b988d6e7cf5fa814d4a578b0df587476aa43\", \"width\": 640, \"height\": 640}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/yER5Chkj5C2qEGq8aCPHi2rcObsxX7Q7OCBqrO-M-qY.gif?width=108&crop=smart&s=6d7f6d229013d65f25d01518eb407fd935015b16\", \"width\": 108, \"height\": 108}, {\"url\": \"https://external-preview.redd.it/yER5Chkj5C2qEGq8aCPHi2rcObsxX7Q7OCBqrO-M-qY.gif?width=216&crop=smart&s=0a1613a49f399c03a36b5667258ecb85f963447e\", \"width\": 216, \"height\": 216}, {\"url\": \"https://external-preview.redd.it/yER5Chkj5C2qEGq8aCPHi2rcObsxX7Q7OCBqrO-M-qY.gif?width=320&crop=smart&s=cb873c522d75cc127ae3262b376ee63a07a4015d\", \"width\": 320, \"height\": 320}, {\"url\": \"https://external-preview.redd.it/yER5Chkj5C2qEGq8aCPHi2rcObsxX7Q7OCBqrO-M-qY.gif?width=640&crop=smart&s=06481576810b70e76a28a3f72e9ed2176d2ee89c\", \"width\": 640, \"height\": 640}]}}, \"id\": \"DxrvZLisnQnkVnCHHmjz_M-14lnrEC2PE5Fl30W4Bjw\"}], \"reddit_video_preview\": {\"fallback_url\": \"https://v.redd.it/xvwkugbth0421/DASH_2_4_M\", \"height\": 480, \"width\": 480, \"scrubber_media_url\": \"https://v.redd.it/xvwkugbth0421/DASH_600_K\", \"dash_url\": \"https://v.redd.it/xvwkugbth0421/DASHPlaylist.mpd\", \"duration\": 13, \"hls_url\": \"https://v.redd.it/xvwkugbth0421/HLSPlaylist.m3u8\", \"is_gif\": true, \"transcoding_status\": \"completed\"}, \"enabled\": true}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"804uy2\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"BadCentrifuge\", \"num_crossposts\": 2, \"num_comments\": 2, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/804uy2/adorable_and_confused_thief/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.imgur.com/AXcyili.gifv\", \"subreddit_subscribers\": 67704, \"created_utc\": 1519570253.0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_15vpi6\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Where's the money Lebowski?\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 135, \"hide_score\": false, \"name\": \"t3_708zq8\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1393, \"domain\": \"i.redd.it\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": true, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1393, \"approved_by\": null, \"thumbnail\": \"https://a.thumbs.redditmedia.com/_TJG0tAuBUTnYsa0ICNbsS6McFE0dnPSAcOSXOoseI4.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1505500354.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://preview.redd.it/xxwol9lcy0mz.jpg?auto=webp&s=ff6fe20eae152401b467de1f1a7cd2f1290f5cd4\", \"width\": 605, \"height\": 586}, \"resolutions\": [{\"url\": \"https://preview.redd.it/xxwol9lcy0mz.jpg?width=108&crop=smart&auto=webp&s=1a0bd5d63b9d517007db479f4fe0be0ea77cf852\", \"width\": 108, \"height\": 104}, {\"url\": \"https://preview.redd.it/xxwol9lcy0mz.jpg?width=216&crop=smart&auto=webp&s=e1a6680e4934920800ca76cdba6384b03f05d629\", \"width\": 216, \"height\": 209}, {\"url\": \"https://preview.redd.it/xxwol9lcy0mz.jpg?width=320&crop=smart&auto=webp&s=e624bf541a68bead9195155c1bcd69420fb154e4\", \"width\": 320, \"height\": 309}], \"variants\": {}, \"id\": \"ejVXNBcCfHh9c3K93EeIkaUfKdFqGuPK0DvVnz7opl0\"}], \"enabled\": true}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"708zq8\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"ladyhuedy\", \"num_crossposts\": 0, \"num_comments\": 20, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/708zq8/wheres_the_money_lebowski/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.redd.it/xxwol9lcy0mz.jpg\", \"subreddit_subscribers\": 67704, \"created_utc\": 1505471554.0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_7xhmm\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Here's my ball :)\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"hide_score\": false, \"name\": \"t3_74g1bg\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1391, \"domain\": \"i.imgur.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1391, \"approved_by\": null, \"thumbnail\": \"https://b.thumbs.redditmedia.com/_1sDdAiWKkg7YkIjl7TlpLENyJUpxKN3x7EjCoxW8oI.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1507239889.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/HSrV0OzYeJRMma0nv-5AqtJYlbTzRzO8bHAS_nhfZkg.jpg?auto=webp&s=e8638dbb91d7a4183485ddb367a581a62da4f8cb\", \"width\": 750, \"height\": 1334}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/HSrV0OzYeJRMma0nv-5AqtJYlbTzRzO8bHAS_nhfZkg.jpg?width=108&crop=smart&auto=webp&s=25f4a1333f48379504913dffe18e91fa6a43e849\", \"width\": 108, \"height\": 192}, {\"url\": \"https://external-preview.redd.it/HSrV0OzYeJRMma0nv-5AqtJYlbTzRzO8bHAS_nhfZkg.jpg?width=216&crop=smart&auto=webp&s=d3c3bd823b1a975d3a70f410fcc90011638fcc08\", \"width\": 216, \"height\": 384}, {\"url\": \"https://external-preview.redd.it/HSrV0OzYeJRMma0nv-5AqtJYlbTzRzO8bHAS_nhfZkg.jpg?width=320&crop=smart&auto=webp&s=10d83c4a1a699cef2e58f6e18cedd1c98d7699eb\", \"width\": 320, \"height\": 569}, {\"url\": \"https://external-preview.redd.it/HSrV0OzYeJRMma0nv-5AqtJYlbTzRzO8bHAS_nhfZkg.jpg?width=640&crop=smart&auto=webp&s=6177a0df72df6c03ed446531533da2c55c4c1d2e\", \"width\": 640, \"height\": 1138}], \"variants\": {}, \"id\": \"BHHaN-3hhfL1VnFX-8CjXsbfLBORDbf0uSJ50CzYCiY\"}], \"enabled\": true}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"74g1bg\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"stengebt\", \"num_crossposts\": 0, \"num_comments\": 5, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/74g1bg/heres_my_ball/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.imgur.com/Nl0LnB7.jpg\", \"subreddit_subscribers\": 67704, \"created_utc\": 1507211089.0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_nwqar\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"I'm supposed to watch my daughter at a dive meet, but someone brought a puppers!\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"hide_score\": false, \"name\": \"t3_5tfoyq\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1320, \"domain\": \"imgur.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1320, \"approved_by\": null, \"thumbnail\": \"https://b.thumbs.redditmedia.com/jEQsknWj2MnqOttxta_2xxT0pieF8YbOQZgaOSbcFsI.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1486857939.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/LCzC3W1ZyZfU99WvW5o5wYy5a_hefdBTLG-Q0f7XX1o.jpg?auto=webp&s=db7d67ea12a1c43c0596fa5749409a2462931ddc\", \"width\": 768, \"height\": 1024}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/LCzC3W1ZyZfU99WvW5o5wYy5a_hefdBTLG-Q0f7XX1o.jpg?width=108&crop=smart&auto=webp&s=0fbe7ad0e0a3de8bd12c8537ee8007f220522211\", \"width\": 108, \"height\": 144}, {\"url\": \"https://external-preview.redd.it/LCzC3W1ZyZfU99WvW5o5wYy5a_hefdBTLG-Q0f7XX1o.jpg?width=216&crop=smart&auto=webp&s=419e1d5a93e73199b3013d37901ae1d8c1c978cb\", \"width\": 216, \"height\": 288}, {\"url\": \"https://external-preview.redd.it/LCzC3W1ZyZfU99WvW5o5wYy5a_hefdBTLG-Q0f7XX1o.jpg?width=320&crop=smart&auto=webp&s=749a75c44c6ab3ea2cd957497c92368ae2344ec5\", \"width\": 320, \"height\": 426}, {\"url\": \"https://external-preview.redd.it/LCzC3W1ZyZfU99WvW5o5wYy5a_hefdBTLG-Q0f7XX1o.jpg?width=640&crop=smart&auto=webp&s=1e9d38b2183294216dca31454f895419e8a7b78f\", \"width\": 640, \"height\": 853}], \"variants\": {}, \"id\": \"jvpm9B6v8s2Jyvhu3JbYyNBjz1yRfUTtSl3hj0lr2zc\"}], \"enabled\": false}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"5tfoyq\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Spidermanofsteel\", \"num_crossposts\": 0, \"num_comments\": 4, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/5tfoyq/im_supposed_to_watch_my_daughter_at_a_dive_meet/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"http://imgur.com/smMdP5T\", \"subreddit_subscribers\": 67704, \"created_utc\": 1486829139.0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_8bd1d\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Meet Dalinar. He loves belly rubs!\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"hide_score\": false, \"name\": \"t3_75dq5r\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1314, \"domain\": \"i.imgur.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1314, \"approved_by\": null, \"thumbnail\": \"https://b.thumbs.redditmedia.com/tzrJJf1xsLmRrnYUFLLhyqGNdXlELcYgIZRpM58rSVY.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1507627229.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/Tm1_Zm0Z0UKwXkG2e0UAcEoslTUYXhYep9INrUremjg.jpg?auto=webp&s=2a5b9a6d50888ddae2b9795bb29db10500b5c1c2\", \"width\": 1512, \"height\": 2688}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/Tm1_Zm0Z0UKwXkG2e0UAcEoslTUYXhYep9INrUremjg.jpg?width=108&crop=smart&auto=webp&s=f1597f18c0bdcd64e15b301f3748c7141760e440\", \"width\": 108, \"height\": 192}, {\"url\": \"https://external-preview.redd.it/Tm1_Zm0Z0UKwXkG2e0UAcEoslTUYXhYep9INrUremjg.jpg?width=216&crop=smart&auto=webp&s=288efbbb31df4616f474f40fb964ce862f9dbfd9\", \"width\": 216, \"height\": 384}, {\"url\": \"https://external-preview.redd.it/Tm1_Zm0Z0UKwXkG2e0UAcEoslTUYXhYep9INrUremjg.jpg?width=320&crop=smart&auto=webp&s=b2ae94a7568df889f0eece6ddc7cadac3c8c5623\", \"width\": 320, \"height\": 568}, {\"url\": \"https://external-preview.redd.it/Tm1_Zm0Z0UKwXkG2e0UAcEoslTUYXhYep9INrUremjg.jpg?width=640&crop=smart&auto=webp&s=99480d7ca1fa674d57f9844cc5cd002391a5dcc3\", \"width\": 640, \"height\": 1137}, {\"url\": \"https://external-preview.redd.it/Tm1_Zm0Z0UKwXkG2e0UAcEoslTUYXhYep9INrUremjg.jpg?width=960&crop=smart&auto=webp&s=579c98de4651e7c38907abf08c6f21b1404c31fa\", \"width\": 960, \"height\": 1706}, {\"url\": \"https://external-preview.redd.it/Tm1_Zm0Z0UKwXkG2e0UAcEoslTUYXhYep9INrUremjg.jpg?width=1080&crop=smart&auto=webp&s=ec182a6cb68835c5488147dad25fd8d22ceae816\", \"width\": 1080, \"height\": 1920}], \"variants\": {}, \"id\": \"lo7LurSt4uum16PoszoeFnT1ida95u14ndkSdTy_B0A\"}], \"enabled\": true}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"75dq5r\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"agtturnip\", \"num_crossposts\": 0, \"num_comments\": 27, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/75dq5r/meet_dalinar_he_loves_belly_rubs/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.imgur.com/5NcSQDP.jpg\", \"subreddit_subscribers\": 67704, \"created_utc\": 1507598429.0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_6rk2f\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"Meet Oozy the Aussie!\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"hide_score\": false, \"name\": \"t3_79jmae\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1298, \"domain\": \"i.imgur.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1298, \"approved_by\": null, \"thumbnail\": \"https://a.thumbs.redditmedia.com/-d3pViJjyGMA-6T0CCDkciVMb-JeX1IZWSLlgug5_k8.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1509344720.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/d9Qd2nE5N62RNzbQBW6O0Ev80RGt1nh6AdEOA8MC9qI.jpg?auto=webp&s=92f3eb06ff8ae839856a54cacf149ff93b1718ea\", \"width\": 1200, \"height\": 1200}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/d9Qd2nE5N62RNzbQBW6O0Ev80RGt1nh6AdEOA8MC9qI.jpg?width=108&crop=smart&auto=webp&s=9c4963e994e8d2708d547e51920273b18a734946\", \"width\": 108, \"height\": 108}, {\"url\": \"https://external-preview.redd.it/d9Qd2nE5N62RNzbQBW6O0Ev80RGt1nh6AdEOA8MC9qI.jpg?width=216&crop=smart&auto=webp&s=b5c16b36dc72105f40297ea5287a4f92ee6ab84b\", \"width\": 216, \"height\": 216}, {\"url\": \"https://external-preview.redd.it/d9Qd2nE5N62RNzbQBW6O0Ev80RGt1nh6AdEOA8MC9qI.jpg?width=320&crop=smart&auto=webp&s=fad14a92763fa1ca3c82e36f7de5189a17bfbb16\", \"width\": 320, \"height\": 320}, {\"url\": \"https://external-preview.redd.it/d9Qd2nE5N62RNzbQBW6O0Ev80RGt1nh6AdEOA8MC9qI.jpg?width=640&crop=smart&auto=webp&s=f79544df2a8f3955d374e2620eea7d80f01a3b86\", \"width\": 640, \"height\": 640}, {\"url\": \"https://external-preview.redd.it/d9Qd2nE5N62RNzbQBW6O0Ev80RGt1nh6AdEOA8MC9qI.jpg?width=960&crop=smart&auto=webp&s=11744b61bb97e62469a90e0158b085a0aa2846ad\", \"width\": 960, \"height\": 960}, {\"url\": \"https://external-preview.redd.it/d9Qd2nE5N62RNzbQBW6O0Ev80RGt1nh6AdEOA8MC9qI.jpg?width=1080&crop=smart&auto=webp&s=430329d50d1b5cc1e28c126d62871cab0699ddc1\", \"width\": 1080, \"height\": 1080}], \"variants\": {}, \"id\": \"QMSWgWRP1Pj8-RxqM6vnyA-EL1cOIb4MWtoG-7jR5zM\"}], \"enabled\": true}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"79jmae\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"AReallyNiceDude\", \"num_crossposts\": 0, \"num_comments\": 9, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/79jmae/meet_oozy_the_aussie/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.imgur.com/XjeJgiY.jpg\", \"subreddit_subscribers\": 67704, \"created_utc\": 1509315920.0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_83e7x\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"My Brother and Sisters Puppies, Ruben and Archie.\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 138, \"hide_score\": false, \"name\": \"t3_6nm5oj\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1291, \"domain\": \"imgur.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1291, \"approved_by\": null, \"thumbnail\": \"https://b.thumbs.redditmedia.com/r-xd8u1liF5l-tpOMQNnUjJmkqtfnyViBf1YolSKc8o.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1500239624.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/TFR8rYNl3Ayhwtc08w8j6qdrWXTCir1IBcBU_kmqLas.jpg?auto=webp&s=c8832de6806867974360cf937f5827ee6160ae8c\", \"width\": 750, \"height\": 741}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/TFR8rYNl3Ayhwtc08w8j6qdrWXTCir1IBcBU_kmqLas.jpg?width=108&crop=smart&auto=webp&s=55a2b8f79c727a093a15ee422d9efb276fc24d52\", \"width\": 108, \"height\": 106}, {\"url\": \"https://external-preview.redd.it/TFR8rYNl3Ayhwtc08w8j6qdrWXTCir1IBcBU_kmqLas.jpg?width=216&crop=smart&auto=webp&s=34428243b8b81c652fb646e5fb42bab8e125fd0d\", \"width\": 216, \"height\": 213}, {\"url\": \"https://external-preview.redd.it/TFR8rYNl3Ayhwtc08w8j6qdrWXTCir1IBcBU_kmqLas.jpg?width=320&crop=smart&auto=webp&s=50520e4f2f276ec61da00a61eb61c83325e15539\", \"width\": 320, \"height\": 316}, {\"url\": \"https://external-preview.redd.it/TFR8rYNl3Ayhwtc08w8j6qdrWXTCir1IBcBU_kmqLas.jpg?width=640&crop=smart&auto=webp&s=b901e176c72ad4f8b75efb92f425db5f0663e5ff\", \"width\": 640, \"height\": 632}], \"variants\": {}, \"id\": \"7yVzlCJC2jgYcqFHtKYa7cZD-Chg_CX0Yw2ASyrwpdI\"}], \"enabled\": false}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"6nm5oj\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"WarmSoupy\", \"num_crossposts\": 0, \"num_comments\": 8, \"send_replies\": false, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/6nm5oj/my_brother_and_sisters_puppies_ruben_and_archie/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"http://imgur.com/XmAr3jV\", \"subreddit_subscribers\": 67704, \"created_utc\": 1500210824.0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_4w00i\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"WE MADE IT!!! Brutus beat parvo!!!!!\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"hide_score\": false, \"name\": \"t3_8afuxw\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1293, \"domain\": \"i.imgur.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1293, \"approved_by\": null, \"thumbnail\": \"https://b.thumbs.redditmedia.com/Nc_D_iGmEFdt7QAN0iuvwS20lXyFDD-dinnQNbH7BPM.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1523105090.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/s1ypWr5rD-1-b28XZjrvrC-MriitFn1PrelyIVaUBp4.jpg?auto=webp&s=594e73a7b24522fdc308079c5690c38093671319\", \"width\": 2304, \"height\": 3072}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/s1ypWr5rD-1-b28XZjrvrC-MriitFn1PrelyIVaUBp4.jpg?width=108&crop=smart&auto=webp&s=85267c227e21f7147e08a587dab2e1ac025e8385\", \"width\": 108, \"height\": 144}, {\"url\": \"https://external-preview.redd.it/s1ypWr5rD-1-b28XZjrvrC-MriitFn1PrelyIVaUBp4.jpg?width=216&crop=smart&auto=webp&s=bcfc89064dcdbddb341912bf724179492be3034a\", \"width\": 216, \"height\": 288}, {\"url\": \"https://external-preview.redd.it/s1ypWr5rD-1-b28XZjrvrC-MriitFn1PrelyIVaUBp4.jpg?width=320&crop=smart&auto=webp&s=c1bb085fe7d43a200b947ab453d1c6033df1e167\", \"width\": 320, \"height\": 426}, {\"url\": \"https://external-preview.redd.it/s1ypWr5rD-1-b28XZjrvrC-MriitFn1PrelyIVaUBp4.jpg?width=640&crop=smart&auto=webp&s=5d24fa5fd9064676da960d881eecbdc9ad7731ba\", \"width\": 640, \"height\": 853}, {\"url\": \"https://external-preview.redd.it/s1ypWr5rD-1-b28XZjrvrC-MriitFn1PrelyIVaUBp4.jpg?width=960&crop=smart&auto=webp&s=c00364da1e738a792e3913907784997c8bcd08cc\", \"width\": 960, \"height\": 1280}, {\"url\": \"https://external-preview.redd.it/s1ypWr5rD-1-b28XZjrvrC-MriitFn1PrelyIVaUBp4.jpg?width=1080&crop=smart&auto=webp&s=b57937aeff55c17cfae4fcace163b5772ed346c2\", \"width\": 1080, \"height\": 1440}], \"variants\": {}, \"id\": \"Wz0_E66qbh44M6g-Qwr_jPJjtPrf_vRB7peFEN5Q_Bc\"}], \"enabled\": true}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"8afuxw\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Havasulife5150\", \"num_crossposts\": 0, \"num_comments\": 31, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/8afuxw/we_made_it_brutus_beat_parvo/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.imgur.com/gJiBW59.jpg\", \"subreddit_subscribers\": 67704, \"created_utc\": 1523076290.0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_16r673\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"My first puppy, I can't get over the ears!\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 105, \"hide_score\": false, \"name\": \"t3_78zz3r\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1222, \"domain\": \"imgur.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1222, \"approved_by\": null, \"thumbnail\": \"https://b.thumbs.redditmedia.com/Anhl8IhM2M6RQOcs--MOCYLTrnA51ltLJyHjnLvwSug.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"link\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1509094594.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/8XpCYBcwC-ho-sY8Nx0lCnzUjKKA58_3KQx6JPXNExk.jpg?auto=webp&s=a30efad36fbb7c2331e8f5e1e36853a9f1100696\", \"width\": 3264, \"height\": 2448}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/8XpCYBcwC-ho-sY8Nx0lCnzUjKKA58_3KQx6JPXNExk.jpg?width=108&crop=smart&auto=webp&s=d1b4d1691d7978c6317c41de56e7b5a71f926c73\", \"width\": 108, \"height\": 81}, {\"url\": \"https://external-preview.redd.it/8XpCYBcwC-ho-sY8Nx0lCnzUjKKA58_3KQx6JPXNExk.jpg?width=216&crop=smart&auto=webp&s=73f594a9b1412d2da120bc809ed45a680e5895b5\", \"width\": 216, \"height\": 162}, {\"url\": \"https://external-preview.redd.it/8XpCYBcwC-ho-sY8Nx0lCnzUjKKA58_3KQx6JPXNExk.jpg?width=320&crop=smart&auto=webp&s=5754bbea185e8c19141cf164a965a142cb902c49\", \"width\": 320, \"height\": 240}, {\"url\": \"https://external-preview.redd.it/8XpCYBcwC-ho-sY8Nx0lCnzUjKKA58_3KQx6JPXNExk.jpg?width=640&crop=smart&auto=webp&s=74690ce415aa145ef0332f22ac2a4abbba405679\", \"width\": 640, \"height\": 480}, {\"url\": \"https://external-preview.redd.it/8XpCYBcwC-ho-sY8Nx0lCnzUjKKA58_3KQx6JPXNExk.jpg?width=960&crop=smart&auto=webp&s=718147d2c25466397ff7abbe59c415b4b4de26c6\", \"width\": 960, \"height\": 720}, {\"url\": \"https://external-preview.redd.it/8XpCYBcwC-ho-sY8Nx0lCnzUjKKA58_3KQx6JPXNExk.jpg?width=1080&crop=smart&auto=webp&s=b082deda831ccea11781646b478fb1d5a7a797b8\", \"width\": 1080, \"height\": 810}], \"variants\": {}, \"id\": \"nU_q6TaSrIhByVNIEerlF8UTdZV7me5cxZf2C-nFFho\"}], \"enabled\": false}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"78zz3r\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"upinthemountains42\", \"num_crossposts\": 0, \"num_comments\": 11, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/78zz3r/my_first_puppy_i_cant_get_over_the_ears/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://imgur.com/6LLuit7\", \"subreddit_subscribers\": 67704, \"created_utc\": 1509065794.0, \"media\": null, \"is_video\": false}}, {\"kind\": \"t3\", \"data\": {\"approved_at_utc\": null, \"subreddit\": \"puppies\", \"selftext\": \"\", \"author_fullname\": \"t2_bh8z8\", \"saved\": false, \"mod_reason_title\": null, \"gilded\": 0, \"clicked\": false, \"title\": \"My fianc\\u00e9 and I started our family today!\", \"link_flair_richtext\": [], \"subreddit_name_prefixed\": \"r/puppies\", \"hidden\": false, \"pwls\": 6, \"link_flair_css_class\": null, \"downs\": 0, \"thumbnail_height\": 140, \"hide_score\": false, \"name\": \"t3_7s49s5\", \"quarantine\": false, \"link_flair_text_color\": \"dark\", \"author_flair_background_color\": null, \"subreddit_type\": \"public\", \"ups\": 1184, \"domain\": \"i.imgur.com\", \"media_embed\": {}, \"thumbnail_width\": 140, \"author_flair_template_id\": null, \"is_original_content\": false, \"user_reports\": [], \"secure_media\": null, \"is_reddit_media_domain\": false, \"is_meta\": false, \"category\": null, \"secure_media_embed\": {}, \"link_flair_text\": null, \"can_mod_post\": false, \"score\": 1184, \"approved_by\": null, \"thumbnail\": \"https://b.thumbs.redditmedia.com/cHJM1Qm5J5s2EW3qPHNLmouGqBQiK7gc9Olt0WWzVUA.jpg\", \"edited\": false, \"author_flair_css_class\": null, \"author_flair_richtext\": [], \"gildings\": {\"gid_1\": 0, \"gid_2\": 0, \"gid_3\": 0}, \"post_hint\": \"image\", \"content_categories\": null, \"is_self\": false, \"mod_note\": null, \"created\": 1516636007.0, \"link_flair_type\": \"text\", \"wls\": 6, \"banned_by\": null, \"author_flair_type\": \"text\", \"contest_mode\": false, \"selftext_html\": null, \"likes\": null, \"suggested_sort\": null, \"banned_at_utc\": null, \"view_count\": null, \"archived\": true, \"no_follow\": false, \"is_crosspostable\": true, \"pinned\": false, \"over_18\": false, \"preview\": {\"images\": [{\"source\": {\"url\": \"https://external-preview.redd.it/pJr5brxEtYQBwmPzE5YkmOnE6JZTf8RNPG6Fa0_7KnA.jpg?auto=webp&s=c508ae9dd644b8f049d6001734f35a44d3fa7a68\", \"width\": 1451, \"height\": 1933}, \"resolutions\": [{\"url\": \"https://external-preview.redd.it/pJr5brxEtYQBwmPzE5YkmOnE6JZTf8RNPG6Fa0_7KnA.jpg?width=108&crop=smart&auto=webp&s=66c60ec5e5df171ccb5443bc74a555d6ba424904\", \"width\": 108, \"height\": 143}, {\"url\": \"https://external-preview.redd.it/pJr5brxEtYQBwmPzE5YkmOnE6JZTf8RNPG6Fa0_7KnA.jpg?width=216&crop=smart&auto=webp&s=c10a4b1d5eaaef024bd48ec1c339615e27f3d4f4\", \"width\": 216, \"height\": 287}, {\"url\": \"https://external-preview.redd.it/pJr5brxEtYQBwmPzE5YkmOnE6JZTf8RNPG6Fa0_7KnA.jpg?width=320&crop=smart&auto=webp&s=2430b52f69f72958930d2d814ac122cbb9b5a2c5\", \"width\": 320, \"height\": 426}, {\"url\": \"https://external-preview.redd.it/pJr5brxEtYQBwmPzE5YkmOnE6JZTf8RNPG6Fa0_7KnA.jpg?width=640&crop=smart&auto=webp&s=1ca3dd2d405dfba4aaf1f046aa0c5dd81119da21\", \"width\": 640, \"height\": 852}, {\"url\": \"https://external-preview.redd.it/pJr5brxEtYQBwmPzE5YkmOnE6JZTf8RNPG6Fa0_7KnA.jpg?width=960&crop=smart&auto=webp&s=86f978db99d622e0a5caa50ca0e6bf0cef762727\", \"width\": 960, \"height\": 1278}, {\"url\": \"https://external-preview.redd.it/pJr5brxEtYQBwmPzE5YkmOnE6JZTf8RNPG6Fa0_7KnA.jpg?width=1080&crop=smart&auto=webp&s=6075e43306246816d7fa153e250d6227bc798c74\", \"width\": 1080, \"height\": 1438}], \"variants\": {}, \"id\": \"0P0NJ5Gq-hIh-7Y2ZYZyS87idDB2uSizkDcjIHh-q1s\"}], \"enabled\": true}, \"media_only\": false, \"link_flair_template_id\": null, \"can_gild\": true, \"spoiler\": false, \"locked\": false, \"author_flair_text\": null, \"visited\": false, \"num_reports\": null, \"distinguished\": null, \"subreddit_id\": \"t5_2qm5g\", \"mod_reason_by\": null, \"removal_reason\": null, \"link_flair_background_color\": \"\", \"id\": \"7s49s5\", \"is_robot_indexable\": true, \"report_reasons\": null, \"author\": \"Jay_dee_\", \"num_crossposts\": 0, \"num_comments\": 49, \"send_replies\": true, \"whitelist_status\": \"all_ads\", \"mod_reports\": [], \"author_patreon_flair\": false, \"author_flair_text_color\": null, \"permalink\": \"/r/puppies/comments/7s49s5/my_fianc\\u00e9_and_i_started_our_family_today/\", \"parent_whitelist_status\": \"all_ads\", \"stickied\": false, \"url\": \"https://i.imgur.com/GDx27HC.jpg\", \"subreddit_subscribers\": 67704, \"created_utc\": 1516607207.0, \"media\": null, \"is_video\": false}}], \"after\": \"t3_7s49s5\", \"before\": null}}\n" ] } ], "source": [ "payload = {'t': 'all'}\n", "r = requests.get(api_url + '/r/puppies/top', headers=headers, params=payload)\n", "print(r.text)" ] }, { "cell_type": "code", "execution_count": 7, "metadata": {}, "outputs": [], "source": [ "payload = {'t': 'all', 'limit': 5}\n", "imghtml = ''\n", "for s in sr:\n", " imghtml += '

{}

'.format(s)\n", " r = requests.get(api_url + '/r/{}/top'.format(s), headers=headers, params=payload)\n", " js = r.json()\n", " for i in range(js['data']['dist']):\n", " if js['data']['children'][i]['data']['thumbnail'] == '':\n", " continue\n", " imghtml += ''.format(\n", " js['data']['children'][i]['data']['url'],\n", " js['data']['children'][i]['data']['thumbnail'],\n", " js['data']['children'][i]['data']['title'],\n", " )\n", " imghtml += '
'\n" ] }, { "cell_type": "code", "execution_count": 8, "metadata": {}, "outputs": [ { "data": { "text/html": [ "

puppies

aww

dogpictures

corgi

lookatmydog

pics

dogs

Eyebleach

goldenretrievers

husky

" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "from IPython.core.display import display, HTML\n", "display(HTML(imghtml))" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "with open(\"puppies.html\", \"w\", encoding='utf-8') as html_page:\n", " html_page.write(imghtml)" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.1" } }, "nbformat": 4, "nbformat_minor": 2 }