aboutsummaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/java/ml/docilealligator/infinityforreddit/activities/FilteredPostsActivity.java2
-rw-r--r--app/src/main/java/ml/docilealligator/infinityforreddit/activities/SearchResultActivity.java5
-rw-r--r--app/src/main/java/ml/docilealligator/infinityforreddit/apis/RedditAPI.java15
-rw-r--r--app/src/main/java/ml/docilealligator/infinityforreddit/fragments/PostFragment.java15
-rw-r--r--app/src/main/java/ml/docilealligator/infinityforreddit/post/PostDataSource.java25
-rw-r--r--app/src/main/java/ml/docilealligator/infinityforreddit/post/PostDataSourceFactory.java8
-rw-r--r--app/src/main/java/ml/docilealligator/infinityforreddit/post/PostViewModel.java13
7 files changed, 57 insertions, 26 deletions
diff --git a/app/src/main/java/ml/docilealligator/infinityforreddit/activities/FilteredPostsActivity.java b/app/src/main/java/ml/docilealligator/infinityforreddit/activities/FilteredPostsActivity.java
index e14e8499..6f9eab04 100644
--- a/app/src/main/java/ml/docilealligator/infinityforreddit/activities/FilteredPostsActivity.java
+++ b/app/src/main/java/ml/docilealligator/infinityforreddit/activities/FilteredPostsActivity.java
@@ -62,6 +62,7 @@ public class FilteredPostsActivity extends BaseActivity implements SortTypeSelec
public static final String EXTRA_NAME = "ESN";
public static final String EXTRA_QUERY = "EQ";
+ public static final String EXTRA_TRENDING_SOURCE = "ETS";
public static final String EXTRA_FILTER = "EF";
public static final String EXTRA_CONTAIN_FLAIR = "ECF";
public static final String EXTRA_POST_TYPE = "EPT";
@@ -312,6 +313,7 @@ public class FilteredPostsActivity extends BaseActivity implements SortTypeSelec
} else if (postType == PostDataSource.TYPE_SEARCH) {
bundle.putString(PostFragment.EXTRA_NAME, name);
bundle.putString(PostFragment.EXTRA_QUERY, getIntent().getStringExtra(EXTRA_QUERY));
+ bundle.putString(PostFragment.EXTRA_TRENDING_SOURCE, getIntent().getStringExtra(EXTRA_TRENDING_SOURCE));
}
mFragment.setArguments(bundle);
getSupportFragmentManager().beginTransaction().replace(R.id.frame_layout_filtered_posts_activity, mFragment).commit();
diff --git a/app/src/main/java/ml/docilealligator/infinityforreddit/activities/SearchResultActivity.java b/app/src/main/java/ml/docilealligator/infinityforreddit/activities/SearchResultActivity.java
index 15c004a8..d1df8ca5 100644
--- a/app/src/main/java/ml/docilealligator/infinityforreddit/activities/SearchResultActivity.java
+++ b/app/src/main/java/ml/docilealligator/infinityforreddit/activities/SearchResultActivity.java
@@ -85,7 +85,9 @@ public class SearchResultActivity extends BaseActivity implements SortTypeSelect
PostLayoutBottomSheetFragment.PostLayoutSelectionCallback, ActivityToolbarInterface,
FABMoreOptionsBottomSheetFragment.FABOptionSelectionCallback, RandomBottomSheetFragment.RandomOptionSelectionCallback,
PostTypeBottomSheetFragment.PostTypeSelectionCallback, RecyclerViewContentScrollingInterface {
- static final String EXTRA_QUERY = "QK";
+
+ static final String EXTRA_QUERY = "EQ";
+ static final String EXTRA_TRENDING_SOURCE = "ETS";
static final String EXTRA_SUBREDDIT_NAME = "ESN";
private static final String INSERT_SEARCH_QUERY_SUCCESS_STATE = "ISQSS";
@@ -764,6 +766,7 @@ public class SearchResultActivity extends BaseActivity implements SortTypeSelect
bundle.putInt(PostFragment.EXTRA_POST_TYPE, PostDataSource.TYPE_SEARCH);
bundle.putString(PostFragment.EXTRA_NAME, mSubredditName);
bundle.putString(PostFragment.EXTRA_QUERY, mQuery);
+ bundle.putString(PostFragment.EXTRA_TRENDING_SOURCE, getIntent().getStringExtra(EXTRA_TRENDING_SOURCE));
bundle.putString(PostFragment.EXTRA_ACCESS_TOKEN, mAccessToken);
bundle.putString(PostFragment.EXTRA_ACCOUNT_NAME, mAccountName);
mFragment.setArguments(bundle);
diff --git a/app/src/main/java/ml/docilealligator/infinityforreddit/apis/RedditAPI.java b/app/src/main/java/ml/docilealligator/infinityforreddit/apis/RedditAPI.java
index 36fa1d39..dbcd4913 100644
--- a/app/src/main/java/ml/docilealligator/infinityforreddit/apis/RedditAPI.java
+++ b/app/src/main/java/ml/docilealligator/infinityforreddit/apis/RedditAPI.java
@@ -138,21 +138,23 @@ public interface RedditAPI {
@GET("search.json?include_over_18=1&raw_json=1&type=link")
Call<String> searchPostsOauth(@Query("q") String query, @Query("after") String after,
- @Query("sort") String sort,
+ @Query("sort") String sort, @Query("source") String source,
@HeaderMap Map<String, String> headers);
@GET("search.json?include_over_18=1&raw_json=1&type=link")
Call<String> searchPostsOauth(@Query("q") String query, @Query("after") String after,
@Query("sort") String sort, @Query("t") String sortTime,
+ @Query("source") String source,
@HeaderMap Map<String, String> headers);
@GET("search.json?include_over_18=1&raw_json=1&type=link")
Call<String> searchPosts(@Query("q") String query, @Query("after") String after,
- @Query("sort") String sort);
+ @Query("sort") String sort, @Query("source") String source);
@GET("search.json?include_over_18=1&raw_json=1&type=link")
Call<String> searchPosts(@Query("q") String query, @Query("after") String after,
- @Query("sort") String sort, @Query("t") String sortTime);
+ @Query("sort") String sort, @Query("t") String sortTime,
+ @Query("source") String source);
@GET("r/{subredditName}/search.json?include_over_18=1&raw_json=1&type=link&restrict_sr=true")
Call<String> searchPostsInSpecificSubredditOauth(@Path("subredditName") String subredditName,
@@ -360,4 +362,11 @@ public interface RedditAPI {
@POST("/api/submit_gallery_post.json?resubmit=true&raw_json=1")
Call<String> submitGalleryPost(@HeaderMap Map<String, String> headers, @Body String body);
+
+ /*
+ {"trending_searches": [{"group": [], "subreddit_occurences": 1, "brand_safe": true, "results": {"kind": "Listing", "data": {"after": null, "dist": 1, "modhash": "", "geo_filter": "", "children": [{"kind": "t3", "data": {"approved_at_utc": null, "subreddit": "interestingasfuck", "selftext": "", "user_reports": [], "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "This man promised his wife he would win a gold medal at the Olympics before she died", "link_flair_richtext": [], "subreddit_name_prefixed": "r/interestingasfuck", "hidden": false, "pwls": 6, "link_flair_css_class": null, "downs": 0, "thumbnail_height": 78, "top_awarded_type": null, "parent_whitelist_status": "all_ads", "hide_score": false, "name": "t3_olxjbc", "quarantine": false, "link_flair_text_color": "dark", "upvote_ratio": 0.95, "author_flair_background_color": null, "subreddit_type": "public", "ups": 17472, "total_awards_received": 20, "media_embed": {"content": "\u003Ciframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fgfycat.com%2Fifr%2Fchubbywhitebats\u0026display_name=Gfycat\u0026url=https%3A%2F%2Fgfycat.com%2Fchubbywhitebats\u0026image=https%3A%2F%2Fthumbs.gfycat.com%2FChubbyWhiteBats-size_restricted.gif\u0026key=ed8fa8699ce04833838e66ce79ba05f1\u0026type=text%2Fhtml\u0026schema=gfycat\" width=\"600\" height=\"336\" scrolling=\"no\" title=\"Gfycat embed\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen=\"true\"\u003E\u003C/iframe\u003E", "width": 600, "scrolling": false, "height": 336}, "thumbnail_width": 140, "author_flair_template_id": null, "is_original_content": false, "author_fullname": "t2_bdthneg5", "secure_media": {"oembed": {"provider_url": "https://gfycat.com", "description": "Watch and share Automatically Uploaded Gif From Https://redd.it/olpgor (by /u/anti-gif-bot) GIFs on Gfycat", "title": "Automatically uploaded gif from https://redd.it/olpgor (by /u/anti-gif-bot)", "author_name": "Gfycat", "height": 336, "width": 600, "html": "\u003Ciframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fgfycat.com%2Fifr%2Fchubbywhitebats\u0026display_name=Gfycat\u0026url=https%3A%2F%2Fgfycat.com%2Fchubbywhitebats\u0026image=https%3A%2F%2Fthumbs.gfycat.com%2FChubbyWhiteBats-size_restricted.gif\u0026key=ed8fa8699ce04833838e66ce79ba05f1\u0026type=text%2Fhtml\u0026schema=gfycat\" width=\"600\" height=\"336\" scrolling=\"no\" title=\"Gfycat embed\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen=\"true\"\u003E\u003C/iframe\u003E", "thumbnail_width": 446, "version": "1.0", "provider_name": "Gfycat", "thumbnail_url": "https://thumbs.gfycat.com/ChubbyWhiteBats-size_restricted.gif", "type": "video", "thumbnail_height": 250}, "type": "gfycat.com"}, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": {"content": "\u003Ciframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fgfycat.com%2Fifr%2Fchubbywhitebats\u0026display_name=Gfycat\u0026url=https%3A%2F%2Fgfycat.com%2Fchubbywhitebats\u0026image=https%3A%2F%2Fthumbs.gfycat.com%2FChubbyWhiteBats-size_restricted.gif\u0026key=ed8fa8699ce04833838e66ce79ba05f1\u0026type=text%2Fhtml\u0026schema=gfycat\" width=\"600\" height=\"336\" scrolling=\"no\" title=\"Gfycat embed\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen=\"true\"\u003E\u003C/iframe\u003E", "width": 600, "scrolling": false, "media_domain_url": "https://www.redditmedia.com/mediaembed/olxjbc", "height": 336}, "link_flair_text": null, "can_mod_post": false, "score": 17472, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": true, "thumbnail": "https://a.thumbs.redditmedia.com/BJl1kTEnQySL78_vwTJQkAZlN-hSe-xZc0v2HW5m994.jpg", "edited": false, "author_flair_css_class": null, "author_flair_richtext": [], "gildings": {"gid_1": 5}, "post_hint": "rich:video", "content_categories": null, "is_self": false, "mod_note": null, "created": 1626525592.0, "link_flair_type": "text", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "text", "domain": "gfycat.com", "allow_live_comments": true, "selftext_html": null, "likes": null, "suggested_sort": null, "banned_at_utc": null, "url_overridden_by_dest": "https://gfycat.com/chubbywhitebats", "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": {"images": [{"source": {"url": "https://external-preview.redd.it/Ye4hZfrVIEFFxVnAAsKNK3PLxEtcn_N5cAY3ighD7sA.jpg?auto=webp\u0026s=1c02262c04b79dee74d725cca2a90fe82634068a", "width": 446, "height": 250}, "resolutions": [{"url": "https://external-preview.redd.it/Ye4hZfrVIEFFxVnAAsKNK3PLxEtcn_N5cAY3ighD7sA.jpg?width=108\u0026crop=smart\u0026auto=webp\u0026s=ee5bda77698e4c90cb1acf29655c1ff997753b44", "width": 108, "height": 60}, {"url": "https://external-preview.redd.it/Ye4hZfrVIEFFxVnAAsKNK3PLxEtcn_N5cAY3ighD7sA.jpg?width=216\u0026crop=smart\u0026auto=webp\u0026s=2e9f7cf6bc51dee15d04f72ffbf8564b3042d2fe", "width": 216, "height": 121}, {"url": "https://external-preview.redd.it/Ye4hZfrVIEFFxVnAAsKNK3PLxEtcn_N5cAY3ighD7sA.jpg?width=320\u0026crop=smart\u0026auto=webp\u0026s=6b859e56f27684073a7f9d50dc7c646680bae2c4", "width": 320, "height": 179}], "variants": {}, "id": "1va735AzMuVdPG8D9WgKjzO1QyXJOeJBNG5HEpttIZU"}], "reddit_video_preview": {"bitrate_kbps": 600, "fallback_url": "https://v.redd.it/wlxi3nwubpb71/DASH_240.mp4", "height": 238, "width": 426, "scrubber_media_url": "https://v.redd.it/wlxi3nwubpb71/DASH_96.mp4", "dash_url": "https://v.redd.it/wlxi3nwubpb71/DASHPlaylist.mpd", "duration": 15, "hls_url": "https://v.redd.it/wlxi3nwubpb71/HLSPlaylist.m3u8", "is_gif": true, "transcoding_status": "completed"}, "enabled": false}, "all_awardings": [{"giver_coin_reward": 0, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 400, "id": "award_84276b1e-cc8f-484f-a19c-be6c09adc1a5", "penny_donate": 0, "coin_reward": 0, "icon_url": "https://www.redditstatic.com/gold/awards/icon/SnooClapping_512.png", "days_of_premium": 0, "icon_height": 512, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://www.redditstatic.com/gold/awards/icon/SnooClapping_16.png", "width": 16, "height": 16}, {"url": "https://www.redditstatic.com/gold/awards/icon/SnooClapping_32.png", "width": 32, "height": 32}, {"url": "https://www.redditstatic.com/gold/awards/icon/SnooClapping_48.png", "width": 48, "height": 48}, {"url": "https://www.redditstatic.com/gold/awards/icon/SnooClapping_64.png", "width": 64, "height": 64}, {"url": "https://www.redditstatic.com/gold/awards/icon/SnooClapping_128.png", "width": 128, "height": 128}], "icon_width": 512, "static_icon_width": 512, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "An amazing showing.", "end_date": null, "subreddit_coin_reward": 0, "count": 1, "static_icon_height": 512, "name": "Bravo!", "resized_static_icons": [{"url": "https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=16\u0026height=16\u0026auto=webp\u0026s=647cccf78702582f30d23908180da092b135cffe", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=32\u0026height=32\u0026auto=webp\u0026s=4644ac0618ecdef010ae2368e2e58669953fd9a3", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=48\u0026height=48\u0026auto=webp\u0026s=ca4efb2faa26429279f44ced2822f5e81ff37537", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=64\u0026height=64\u0026auto=webp\u0026s=3a307ad71aad031accfd47f1af82a2b1e09195cc", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png?width=128\u0026height=128\u0026auto=webp\u0026s=fb9b2c432b1ddd85fd653ef3cc1a28e5edc40a1f", "width": 128, "height": 128}], "icon_format": "APNG", "award_sub_type": "GLOBAL", "penny_price": 0, "award_type": "global", "static_icon_url": "https://i.redd.it/award_images/t5_q0gj4/m5fdvo7cl4451_Bravo-Static.png"}, {"giver_coin_reward": null, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 150, "id": "award_f44611f1-b89e-46dc-97fe-892280b13b82", "penny_donate": null, "coin_reward": 0, "icon_url": "https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png", "days_of_premium": 0, "icon_height": 2048, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\u0026height=16\u0026auto=webp\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\u0026height=32\u0026auto=webp\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\u0026height=48\u0026auto=webp\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\u0026height=64\u0026auto=webp\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\u0026height=128\u0026auto=webp\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878", "width": 128, "height": 128}], "icon_width": 2048, "static_icon_width": 2048, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "Thank you stranger. Shows the award.", "end_date": null, "subreddit_coin_reward": 0, "count": 4, "static_icon_height": 2048, "name": "Helpful", "resized_static_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\u0026height=16\u0026auto=webp\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\u0026height=32\u0026auto=webp\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\u0026height=48\u0026auto=webp\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\u0026height=64\u0026auto=webp\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\u0026height=128\u0026auto=webp\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878", "width": 128, "height": 128}], "icon_format": null, "award_sub_type": "GLOBAL", "penny_price": null, "award_type": "global", "static_icon_url": "https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png"}, {"giver_coin_reward": null, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 125, "id": "award_5f123e3d-4f48-42f4-9c11-e98b566d5897", "penny_donate": null, "coin_reward": 0, "icon_url": "https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png", "days_of_premium": 0, "icon_height": 2048, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\u0026height=16\u0026auto=webp\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\u0026height=32\u0026auto=webp\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\u0026height=48\u0026auto=webp\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\u0026height=64\u0026auto=webp\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\u0026height=128\u0026auto=webp\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b", "width": 128, "height": 128}], "icon_width": 2048, "static_icon_width": 2048, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "When you come across a feel-good thing.", "end_date": null, "subreddit_coin_reward": 0, "count": 4, "static_icon_height": 2048, "name": "Wholesome", "resized_static_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\u0026height=16\u0026auto=webp\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\u0026height=32\u0026auto=webp\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\u0026height=48\u0026auto=webp\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\u0026height=64\u0026auto=webp\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\u0026height=128\u0026auto=webp\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b", "width": 128, "height": 128}], "icon_format": null, "award_sub_type": "GLOBAL", "penny_price": null, "award_type": "global", "static_icon_url": "https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png"}, {"giver_coin_reward": null, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 100, "id": "gid_1", "penny_donate": null, "coin_reward": 0, "icon_url": "https://www.redditstatic.com/gold/awards/icon/silver_512.png", "days_of_premium": 0, "icon_height": 512, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://www.redditstatic.com/gold/awards/icon/silver_16.png", "width": 16, "height": 16}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_32.png", "width": 32, "height": 32}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_48.png", "width": 48, "height": 48}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_64.png", "width": 64, "height": 64}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_128.png", "width": 128, "height": 128}], "icon_width": 512, "static_icon_width": 512, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "Shows the Silver Award... and that's it.", "end_date": null, "subreddit_coin_reward": 0, "count": 5, "static_icon_height": 512, "name": "Silver", "resized_static_icons": [{"url": "https://www.redditstatic.com/gold/awards/icon/silver_16.png", "width": 16, "height": 16}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_32.png", "width": 32, "height": 32}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_48.png", "width": 48, "height": 48}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_64.png", "width": 64, "height": 64}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_128.png", "width": 128, "height": 128}], "icon_format": null, "award_sub_type": "GLOBAL", "penny_price": null, "award_type": "global", "static_icon_url": "https://www.redditstatic.com/gold/awards/icon/silver_512.png"}, {"giver_coin_reward": 0, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 80, "id": "award_8352bdff-3e03-4189-8a08-82501dd8f835", "penny_donate": 0, "coin_reward": 0, "icon_url": "https://i.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png", "days_of_premium": 0, "icon_height": 2048, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://preview.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png?width=16\u0026height=16\u0026auto=webp\u0026s=73a23bf7f08b633508dedf457f2704c522b94a04", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png?width=32\u0026height=32\u0026auto=webp\u0026s=50f2f16e71d2929e3d7275060af3ad6b851dbfb1", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png?width=48\u0026height=48\u0026auto=webp\u0026s=ca487311563425e195699a4d7e4c57a98cbfde8b", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png?width=64\u0026height=64\u0026auto=webp\u0026s=7b4eedcffb1c09a826e7837532c52979760f1d2b", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png?width=128\u0026height=128\u0026auto=webp\u0026s=e4d5ab237eb71a9f02bb3bf9ad5ee43741918d6c", "width": 128, "height": 128}], "icon_width": 2048, "static_icon_width": 2048, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "Everything is better with a good hug", "end_date": null, "subreddit_coin_reward": 0, "count": 6, "static_icon_height": 2048, "name": "Hugz", "resized_static_icons": [{"url": "https://preview.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png?width=16\u0026height=16\u0026auto=webp\u0026s=69997ace3ef4ffc099b81d774c2c8f1530602875", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png?width=32\u0026height=32\u0026auto=webp\u0026s=e9519d1999ef9dce5c8a9f59369cb92f52d95319", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png?width=48\u0026height=48\u0026auto=webp\u0026s=f076c6434fb2d2f9075991810fd845c40fa73fc6", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png?width=64\u0026height=64\u0026auto=webp\u0026s=85527145e0c4b754306a30df29e584fd16187636", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png?width=128\u0026height=128\u0026auto=webp\u0026s=b8843cdf82c3b741d7af057c14076dcd2621e811", "width": 128, "height": 128}], "icon_format": "PNG", "award_sub_type": "GLOBAL", "penny_price": 0, "award_type": "global", "static_icon_url": "https://i.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png"}], "awarders": [], "media_only": false, "sr_detail": {"default_set": true, "user_is_contributor": null, "banner_img": "", "restrict_posting": true, "user_is_banned": null, "free_form_reports": true, "community_icon": null, "show_media": true, "icon_color": "", "user_is_muted": null, "display_name": "interestingasfuck", "header_img": "https://b.thumbs.redditmedia.com/LKVf16g2xXKT3ORfMvZLBxPfslZuogM3-tVlDomeIRA.png", "title": "Interesting As Fuck", "previous_names": [], "over_18": false, "icon_size": [256, 256], "primary_color": "", "icon_img": "https://a.thumbs.redditmedia.com/-8aNvX6BtAwPbrHmha2TfndP7VFYvsx6p0zwKBWqNu8.png", "description": "---\n\nA place to share (almost) anything and everything interesting as fuck.\n\n---\n\n# [Rules (click for more details on the rules)](https://www.reddit.com/r/interestingasfuck/comments/ij26vk/rules_of_the_subreddit_if_these_are_broken_your/)\n\n\n|||\n|:------|:---|\n|Posts must be IAF| No screenshots, unneeded sound on gifs/videos, memes, funny things, edgyness, cuteness, porn, click bait, etc|\n|Titles| Describe the content of the post/why it's interesting (it can be a bit humorous too).|\n|No spam|Spammers don't read the rules but it's still against the rules.|\n|No gossip or tabloid-esque material|This isn't the place for pop culture news/events nor is it a glorified image version of /r/TodayILearned.|\n|If needed, include a source|If your post declares something as fact, please cite a source in the title, or in the comment section.|\n|Be civil|We are here to learn and share interesting things. Don't be a jerk.|\n|No text on an image/gif/video| Text on an image/gif/video that could have been put in the title is not allowed.|\n|Reposts| Reposts are allowed. HOWEVER, if something has been posted a lot it's going to be removed.|\n----\n#**Other things to note:**\n\n* If the moderators feel you/your post(s)/your comment(s) are harming the subreddit they will be removed.\n\n* Please don't complain if you think something isn't interesting.\n\n* Users are encouraged to contribute to the subreddit, please try to treat others how you would like to be treated.\n\n* If you feel something violates the rules report it.\n\n* This sub filters new users in order to remove spam. If you are a new reddit user, please gain some karma and wait before posting. This is to prevent spam and new users who don't understand reddit.\n\n----\n**Subreddits you may also be interested in:**\n\n - /r/notinteresting\n\n - /r/mildlyinteresting \n\n - /r/offbeat\n\n - /r/oddlysatisfying\n\n - /r/damnthatsinteresting\n\n - /r/Unexpected \n\n - /r/wtf", "submit_link_label": "Submit an interesting link", "header_size": [109, 107], "restrict_commenting": false, "subscribers": 8366092, "submit_text_label": "", "link_flair_position": "left", "display_name_prefixed": "r/interestingasfuck", "key_color": "#222222", "name": "t5_2qhsa", "created": 1207851008.0, "url": "/r/interestingasfuck/", "quarantine": false, "created_utc": 1207822208.0, "banner_size": null, "user_is_moderator": null, "public_description": "For anything that is InterestingAsFuck", "link_flair_enabled": true, "disable_contributor_requests": false, "subreddit_type": "public", "user_is_subscriber": null}, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": null, "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2qhsa", "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "", "id": "olxjbc", "is_robot_indexable": true, "report_reasons": null, "author": "Thryloz", "discussion_type": null, "num_comments": 365, "send_replies": false, "media": {"oembed": {"provider_url": "https://gfycat.com", "description": "Watch and share Automatically Uploaded Gif From Https://redd.it/olpgor (by /u/anti-gif-bot) GIFs on Gfycat", "title": "Automatically uploaded gif from https://redd.it/olpgor (by /u/anti-gif-bot)", "author_name": "Gfycat", "height": 336, "width": 600, "html": "\u003Ciframe class=\"embedly-embed\" src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fgfycat.com%2Fifr%2Fchubbywhitebats\u0026display_name=Gfycat\u0026url=https%3A%2F%2Fgfycat.com%2Fchubbywhitebats\u0026image=https%3A%2F%2Fthumbs.gfycat.com%2FChubbyWhiteBats-size_restricted.gif\u0026key=ed8fa8699ce04833838e66ce79ba05f1\u0026type=text%2Fhtml\u0026schema=gfycat\" width=\"600\" height=\"336\" scrolling=\"no\" title=\"Gfycat embed\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen=\"true\"\u003E\u003C/iframe\u003E", "thumbnail_width": 446, "version": "1.0", "provider_name": "Gfycat", "thumbnail_url": "https://thumbs.gfycat.com/ChubbyWhiteBats-size_restricted.gif", "type": "video", "thumbnail_height": 250}, "type": "gfycat.com"}, "contest_mode": false, "author_patreon_flair": false, "author_flair_text_color": null, "permalink": "/r/interestingasfuck/comments/olxjbc/this_man_promised_his_wife_he_would_win_a_gold/", "whitelist_status": "all_ads", "stickied": false, "url": "https://gfycat.com/chubbywhitebats", "subreddit_subscribers": 8366092, "created_utc": 1626496792.0, "num_crossposts": 6, "mod_reports": [], "is_video": false}}], "before": null}}, "query_string": "Olympics", "display_string": "Olympics", "is_subreddit_whitelisted": true}, {"group": [], "subreddit_occurences": 0, "results": {"data": {"children": [{"kind": "t3", "data": {"approved_at_utc": null, "priority_id": 97093, "subreddit": "u_redditads", "selftext": "", "author_fullname": "t2_1ed7b", "adserver_click_url": null, "saved": false, "promoted_by": null, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "Interested in gaining a new perspective on things? Check out the r/askreddit subreddit!", "link_flair_richtext": [], "subreddit_name_prefixed": "u/redditads", "hidden": false, "pwls": null, "link_flair_css_class": null, "downs": 0, "impression_id": null, "thumbnail_height": 140, "top_awarded_type": null, "hide_score": true, "name": "t3_7w17su", "quarantine": false, "href_url": "http://www.reddit.com/r/askreddit", "link_flair_text_color": "dark", "upvote_ratio": 0.27, "author_flair_background_color": null, "outbound_link": {}, "subreddit_type": "user", "ups": 0, "domain": "reddit.com", "domain_override": null, "media_embed": {}, "thumbnail_width": 140, "author_flair_template_id": null, "is_original_content": false, "user_reports": [], "secure_media": null, "is_reddit_media_domain": false, "original_link": null, "is_meta": false, "category": null, "secure_media_embed": {}, "link_flair_text": null, "can_mod_post": false, "promoted_display_name": null, "score": 0, "approved_by": null, "is_created_from_ads_ui": true, "author_premium": false, "thumbnail": "https://a.thumbs.redditmedia.com/bcDiRhb3sRzKwj_-Dmo_JYhhM7lwipju11VLlURA8n8.jpg", "edited": false, "author_flair_css_class": null, "author_flair_richtext": [], "sk_ad_network_data": null, "gildings": {"gid_1": 2}, "post_hint": "link", "promoted_url": null, "content_categories": null, "is_self": false, "removed_by": null, "is_blank": true, "created": 1518081984.0, "link_flair_type": "text", "wls": null, "third_party_tracking": null, "author_id": "t2_1ed7b", "impression_id_str": null, "mobile_ad_url": "", "removed_by_category": null, "banned_by": null, "author_flair_type": "text", "total_awards_received": 13, "allow_live_comments": true, "selftext_html": null, "likes": null, "suggested_sort": "qa", "eventsOnRender": ["https://alb.reddit.com/i.gif?z=gAAAAABg83wqSoGYc-muFEQr7u1JTXI-T09XpPOfyIr07nY-aZy8qQoeFiHpkFlF00h9thnz3C8tKS7OEvDLhJTqef0nFYzScvyPm9uLkkqudMFKchKc8z7Gg4wfVafhwqKHW4bgf_VBsnjz0PnmLN8DwGyhq8afLg=="], "banned_at_utc": null, "url_overridden_by_dest": "http://www.reddit.com/r/askreddit", "view_count": null, "archived": false, "no_follow": true, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": {"images": [{"source": {"url": "https://external-preview.redd.it/X3dq7BwWSNeUHhYVAwg9EWZnzdW0rDaEwG8X76Th8PI.jpg?auto=webp\u0026s=41609c39ac55f81573d212eaf4cf408bb74a3170", "width": 256, "height": 256}, "resolutions": [{"url": "https://external-preview.redd.it/X3dq7BwWSNeUHhYVAwg9EWZnzdW0rDaEwG8X76Th8PI.jpg?width=108\u0026crop=smart\u0026auto=webp\u0026s=eaab9a1dc57aa2e3edfeb2ce2c4b9e3eedd3da34", "width": 108, "height": 108}, {"url": "https://external-preview.redd.it/X3dq7BwWSNeUHhYVAwg9EWZnzdW0rDaEwG8X76Th8PI.jpg?width=216\u0026crop=smart\u0026auto=webp\u0026s=8307239f0452549dfeb0eb1addf72e8b3e2cee14", "width": 216, "height": 216}], "variants": {}, "id": "tYcca__B981Md52bBlfvfdo-MlQiCaKlQY9HNUmxlkw"}], "enabled": false}, "all_awardings": [{"giver_coin_reward": null, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 300, "id": "award_28e8196b-d4e9-45bc-b612-cd4c7d3ed4b3", "penny_donate": null, "award_sub_type": "GLOBAL", "coin_reward": 0, "icon_url": "https://i.redd.it/award_images/t5_q0gj4/35d17tf5e5f61_oldrocketlike.png", "days_of_premium": 0, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://preview.redd.it/award_images/t5_q0gj4/35d17tf5e5f61_oldrocketlike.png?width=16\u0026height=16\u0026auto=webp\u0026s=9d714b25ca25d05e3310bc60bc1714ddf7951331", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/35d17tf5e5f61_oldrocketlike.png?width=32\u0026height=32\u0026auto=webp\u0026s=d584b15c8e17d61fa8ae319a91d351c8fe35b918", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/35d17tf5e5f61_oldrocketlike.png?width=48\u0026height=48\u0026auto=webp\u0026s=d9fb2c025611a15e6bb4437734f92db99b93fd12", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/35d17tf5e5f61_oldrocketlike.png?width=64\u0026height=64\u0026auto=webp\u0026s=744fb200d76bf21f6e023ba98d3b4189b34973e3", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/35d17tf5e5f61_oldrocketlike.png?width=128\u0026height=128\u0026auto=webp\u0026s=c180572afbc080622a8ac8441c3bc5214597d05a", "width": 128, "height": 128}], "icon_width": 2048, "static_icon_width": 2048, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "When an upvote just isn't enough, smash the Rocket Like.", "end_date": null, "subreddit_coin_reward": 0, "count": 2, "static_icon_height": 2048, "name": "Rocket Like", "resized_static_icons": [{"url": "https://preview.redd.it/award_images/t5_q0gj4/9fmmyy3c68361_RocketLikeSanta.png?width=16\u0026height=16\u0026auto=webp\u0026s=24fc4d912e595c3fed2ce0deef1c13f70df56056", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/9fmmyy3c68361_RocketLikeSanta.png?width=32\u0026height=32\u0026auto=webp\u0026s=f9d869602e0d8b719186cc603864a42699e5c96e", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/9fmmyy3c68361_RocketLikeSanta.png?width=48\u0026height=48\u0026auto=webp\u0026s=b223ac8fdd206b683b840c2782307c3f01b04fb7", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/9fmmyy3c68361_RocketLikeSanta.png?width=64\u0026height=64\u0026auto=webp\u0026s=a0b840c6ecdee904012a6c53c40194733b72bca8", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/9fmmyy3c68361_RocketLikeSanta.png?width=128\u0026height=128\u0026auto=webp\u0026s=b2e2ca67e067f82ff9b4ea1fe1b39395ca622894", "width": 128, "height": 128}], "icon_format": null, "icon_height": 2048, "penny_price": null, "award_type": "global", "static_icon_url": "https://i.redd.it/award_images/t5_q0gj4/9fmmyy3c68361_RocketLikeSanta.png"}, {"giver_coin_reward": null, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 150, "id": "award_f44611f1-b89e-46dc-97fe-892280b13b82", "penny_donate": null, "award_sub_type": "GLOBAL", "coin_reward": 0, "icon_url": "https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png", "days_of_premium": 0, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\u0026height=16\u0026auto=webp\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\u0026height=32\u0026auto=webp\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\u0026height=48\u0026auto=webp\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\u0026height=64\u0026auto=webp\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\u0026height=128\u0026auto=webp\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878", "width": 128, "height": 128}], "icon_width": 2048, "static_icon_width": 2048, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "Thank you stranger. Shows the award.", "end_date": null, "subreddit_coin_reward": 0, "count": 3, "static_icon_height": 2048, "name": "Helpful", "resized_static_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\u0026height=16\u0026auto=webp\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\u0026height=32\u0026auto=webp\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\u0026height=48\u0026auto=webp\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\u0026height=64\u0026auto=webp\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\u0026height=128\u0026auto=webp\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878", "width": 128, "height": 128}], "icon_format": null, "icon_height": 2048, "penny_price": null, "award_type": "global", "static_icon_url": "https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png"}, {"giver_coin_reward": null, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 125, "id": "award_5f123e3d-4f48-42f4-9c11-e98b566d5897", "penny_donate": null, "award_sub_type": "GLOBAL", "coin_reward": 0, "icon_url": "https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png", "days_of_premium": 0, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\u0026height=16\u0026auto=webp\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\u0026height=32\u0026auto=webp\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\u0026height=48\u0026auto=webp\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\u0026height=64\u0026auto=webp\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\u0026height=128\u0026auto=webp\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b", "width": 128, "height": 128}], "icon_width": 2048, "static_icon_width": 2048, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "When you come across a feel-good thing.", "end_date": null, "subreddit_coin_reward": 0, "count": 1, "static_icon_height": 2048, "name": "Wholesome", "resized_static_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\u0026height=16\u0026auto=webp\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\u0026height=32\u0026auto=webp\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\u0026height=48\u0026auto=webp\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\u0026height=64\u0026auto=webp\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\u0026height=128\u0026auto=webp\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b", "width": 128, "height": 128}], "icon_format": null, "icon_height": 2048, "penny_price": null, "award_type": "global", "static_icon_url": "https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png"}, {"giver_coin_reward": null, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 100, "id": "gid_1", "penny_donate": null, "award_sub_type": "GLOBAL", "coin_reward": 0, "icon_url": "https://www.redditstatic.com/gold/awards/icon/silver_512.png", "days_of_premium": 0, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://www.redditstatic.com/gold/awards/icon/silver_16.png", "width": 16, "height": 16}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_32.png", "width": 32, "height": 32}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_48.png", "width": 48, "height": 48}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_64.png", "width": 64, "height": 64}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_128.png", "width": 128, "height": 128}], "icon_width": 512, "static_icon_width": 512, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "Shows the Silver Award... and that's it.", "end_date": null, "subreddit_coin_reward": 0, "count": 2, "static_icon_height": 512, "name": "Silver", "resized_static_icons": [{"url": "https://www.redditstatic.com/gold/awards/icon/silver_16.png", "width": 16, "height": 16}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_32.png", "width": 32, "height": 32}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_48.png", "width": 48, "height": 48}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_64.png", "width": 64, "height": 64}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_128.png", "width": 128, "height": 128}], "icon_format": null, "icon_height": 512, "penny_price": null, "award_type": "global", "static_icon_url": "https://www.redditstatic.com/gold/awards/icon/silver_512.png"}, {"giver_coin_reward": 0, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 80, "id": "award_8352bdff-3e03-4189-8a08-82501dd8f835", "penny_donate": 0, "award_sub_type": "GLOBAL", "coin_reward": 0, "icon_url": "https://i.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png", "days_of_premium": 0, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://preview.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png?width=16\u0026height=16\u0026auto=webp\u0026s=73a23bf7f08b633508dedf457f2704c522b94a04", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png?width=32\u0026height=32\u0026auto=webp\u0026s=50f2f16e71d2929e3d7275060af3ad6b851dbfb1", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png?width=48\u0026height=48\u0026auto=webp\u0026s=ca487311563425e195699a4d7e4c57a98cbfde8b", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png?width=64\u0026height=64\u0026auto=webp\u0026s=7b4eedcffb1c09a826e7837532c52979760f1d2b", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png?width=128\u0026height=128\u0026auto=webp\u0026s=e4d5ab237eb71a9f02bb3bf9ad5ee43741918d6c", "width": 128, "height": 128}], "icon_width": 2048, "static_icon_width": 2048, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "Everything is better with a good hug", "end_date": null, "subreddit_coin_reward": 0, "count": 5, "static_icon_height": 2048, "name": "Hugz", "resized_static_icons": [{"url": "https://preview.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png?width=16\u0026height=16\u0026auto=webp\u0026s=69997ace3ef4ffc099b81d774c2c8f1530602875", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png?width=32\u0026height=32\u0026auto=webp\u0026s=e9519d1999ef9dce5c8a9f59369cb92f52d95319", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png?width=48\u0026height=48\u0026auto=webp\u0026s=f076c6434fb2d2f9075991810fd845c40fa73fc6", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png?width=64\u0026height=64\u0026auto=webp\u0026s=85527145e0c4b754306a30df29e584fd16187636", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png?width=128\u0026height=128\u0026auto=webp\u0026s=b8843cdf82c3b741d7af057c14076dcd2621e811", "width": 128, "height": 128}], "icon_format": "PNG", "icon_height": 2048, "penny_price": 0, "award_type": "global", "static_icon_url": "https://i.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png"}], "awarders": [], "media_only": false, "permalink": "/r/u_redditads/comments/7w17su/interested_in_gaining_a_new_perspective_on_things/", "sr_detail": {"default_set": true, "banner_img": "https://styles.redditmedia.com/t5_3rycy/styles/profileBanner_yx45hpcu1rm61.jpeg?width=1280\u0026height=384\u0026crop=1280:384,smart\u0026s=53a53ccd713481c6a974be677eb5087254eb0775", "restrict_posting": true, "user_is_banned": null, "free_form_reports": true, "community_icon": null, "show_media": true, "description": "", "user_is_muted": null, "display_name": "u_redditads", "header_img": null, "title": "Reddit Ads", "previous_names": [], "user_is_moderator": null, "over_18": false, "icon_size": [256, 256], "primary_color": "", "icon_img": "https://styles.redditmedia.com/t5_3rycy/styles/profileIcon_8b4k69583rm61.jpg?width=256\u0026height=256\u0026crop=256:256,smart\u0026s=2a15feebe08b2ac6e9cefe6950aa8606ede70c94", "icon_color": "", "submit_link_label": "", "header_size": null, "restrict_commenting": false, "subscribers": 0, "submit_text_label": "", "is_default_icon": false, "link_flair_position": "", "display_name_prefixed": "u/redditads", "key_color": "", "name": "t5_3rycy", "is_default_banner": false, "url": "/user/redditads/", "quarantine": false, "banner_size": [1280, 384], "user_is_contributor": null, "public_description": "Official account for sharing news and information about Reddit Ads with Reddit.", "link_flair_enabled": false, "disable_contributor_requests": false, "subreddit_type": "user", "user_is_subscriber": null}, "can_gild": false, "spoiler": false, "locked": true, "author_flair_text": null, "treatment_tags": [], "promoted": true, "visited": false, "adserver_imp_pixel": null, "mod_note": null, "distinguished": null, "subreddit_id": "t5_3rycy", "mod_reason_by": null, "num_reports": null, "removal_reason": null, "link_flair_background_color": "", "show_media": true, "id": "7w17su", "is_robot_indexable": true, "report_reasons": null, "author": "redditads", "discussion_type": null, "num_comments": 0, "send_replies": true, "events": [{"url": "https://alb.reddit.com/i.gif?z=gAAAAABg83wqSoGYc-muFEQr7u1JTXI-T09XpPOfyIr07nY-aZy8qQoeFiHpkFlF00h9thnz3C8tKS7OEvDLhJTqef0nFYzScvyPm9uLkkqudMFKchKc8z7Gg4wfVafhwqKHW4bgf_VBsnjz0PnmLN8DwGyhq8afLg==", "type": 1}], "media": null, "embed_url": null, "contest_mode": false, "third_party_tracking_2": null, "author_patreon_flair": false, "author_flair_text_color": null, "third_party_trackers": ["https://secure.insightexpressai.com/adServer/adServerESI.aspx?script=false\u0026bannerID=2335298\u0026rnd={{timestamp}}\u0026redir=https://secure.insightexpressai.com/adserver/1pixel.gif"], "parent_whitelist_status": null, "stickied": false, "url": "http://www.reddit.com/r/askreddit", "whitelist_status": null, "subreddit_subscribers": 0, "created_utc": 1518053184.0, "num_crossposts": 0, "mod_reports": [], "embed_type": null, "is_video": false}}]}}, "query_string": "[PROMOTED]", "display_string": "[PROMOTED]", "is_subreddit_whitelisted": true}, {"group": [], "subreddit_occurences": 1, "brand_safe": true, "results": {"kind": "Listing", "data": {"after": null, "dist": 1, "modhash": "", "geo_filter": "", "children": [{"kind": "t3", "data": {"approved_at_utc": null, "subreddit": "nba", "selftext": "", "user_reports": [], "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "[Charania] Bucks' Thanasis Antetokounmpo has entered health and safety protocols and is listed out for Game 5 of the NBA Finals vs. Suns.", "link_flair_richtext": [{"e": "text", "t": "News"}], "subreddit_name_prefixed": "r/nba", "hidden": false, "pwls": 6, "link_flair_css_class": "news", "downs": 0, "thumbnail_height": 140, "top_awarded_type": null, "parent_whitelist_status": "all_ads", "hide_score": false, "name": "t3_omd7t4", "quarantine": false, "link_flair_text_color": "light", "upvote_ratio": 0.98, "author_flair_background_color": "#edeff1", "ups": 1623, "total_awards_received": 0, "media_embed": {"content": "\u003Cblockquote class=\"twitter-video\"\u003E\u003Cp lang=\"en\" dir=\"ltr\"\u003EBucks\u0026#39; Thanasis Antetokounmpo has entered health and safety protocols and is listed out for Game 5 of the NBA Finals vs. Suns.\u003C/p\u003E\u0026mdash; Shams Charania (@ShamsCharania) \u003Ca href=\"https://twitter.com/ShamsCharania/status/1416510684725088257?ref_src=twsrc%5Etfw\"\u003EJuly 17, 2021\u003C/a\u003E\u003C/blockquote\u003E\n\u003Cscript async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"\u003E\u003C/script\u003E\n", "width": 350, "scrolling": false, "height": 200}, "thumbnail_width": 140, "author_flair_template_id": "c752a526-3feb-11e8-84bb-0ea4bf1137fc", "is_original_content": false, "author_fullname": "t2_4n1mblob", "secure_media": {"oembed": {"provider_url": "https://twitter.com", "url": "https://twitter.com/ShamsCharania/status/1416510684725088257", "html": "\u003Cblockquote class=\"twitter-video\"\u003E\u003Cp lang=\"en\" dir=\"ltr\"\u003EBucks\u0026#39; Thanasis Antetokounmpo has entered health and safety protocols and is listed out for Game 5 of the NBA Finals vs. Suns.\u003C/p\u003E\u0026mdash; Shams Charania (@ShamsCharania) \u003Ca href=\"https://twitter.com/ShamsCharania/status/1416510684725088257?ref_src=twsrc%5Etfw\"\u003EJuly 17, 2021\u003C/a\u003E\u003C/blockquote\u003E\n\u003Cscript async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"\u003E\u003C/script\u003E\n", "author_name": "Shams Charania", "height": null, "width": 350, "version": "1.0", "author_url": "https://twitter.com/ShamsCharania", "provider_name": "Twitter", "cache_age": 3153600000, "type": "rich"}, "type": "twitter.com"}, "is_reddit_media_domain": false, "is_meta": false, "category": null, "secure_media_embed": {"content": "\u003Cblockquote class=\"twitter-video\"\u003E\u003Cp lang=\"en\" dir=\"ltr\"\u003EBucks\u0026#39; Thanasis Antetokounmpo has entered health and safety protocols and is listed out for Game 5 of the NBA Finals vs. Suns.\u003C/p\u003E\u0026mdash; Shams Charania (@ShamsCharania) \u003Ca href=\"https://twitter.com/ShamsCharania/status/1416510684725088257?ref_src=twsrc%5Etfw\"\u003EJuly 17, 2021\u003C/a\u003E\u003C/blockquote\u003E\n\u003Cscript async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"\u003E\u003C/script\u003E\n", "width": 350, "scrolling": false, "media_domain_url": "https://www.redditmedia.com/mediaembed/omd7t4", "height": 200}, "link_flair_text": "News", "can_mod_post": false, "score": 1623, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "https://b.thumbs.redditmedia.com/wFMQ8MQhFtI9Ve44MGRpVn1Q40ul2qi1K5XZDrsw41s.jpg", "edited": false, "author_flair_css_class": "Warriors5", "author_flair_richtext": [{"a": ":gsw-5:", "u": "https://emoji.redditmedia.com/rm4pj90v83171_t5_2qo4s/gsw-5", "e": "emoji"}, {"e": "text", "t": " Warriors"}], "gildings": {}, "post_hint": "link", "content_categories": null, "is_self": false, "subreddit_type": "public", "created": 1626586273.0, "link_flair_type": "richtext", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "richtext", "domain": "twitter.com", "allow_live_comments": true, "selftext_html": null, "likes": null, "suggested_sort": null, "banned_at_utc": null, "url_overridden_by_dest": "https://twitter.com/ShamsCharania/status/1416510684725088257", "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": {"images": [{"source": {"url": "https://external-preview.redd.it/BUcxelVJNAicBZpBJcsWKqocveBmcRpJa-umsVpq0mk.jpg?auto=webp\u0026s=df77daad9754f829df6015c47ef2a42b39dcfc86", "width": 140, "height": 140}, "resolutions": [{"url": "https://external-preview.redd.it/BUcxelVJNAicBZpBJcsWKqocveBmcRpJa-umsVpq0mk.jpg?width=108\u0026crop=smart\u0026auto=webp\u0026s=d3d8545bd9bec3031e7b9abb5691906311974738", "width": 108, "height": 108}], "variants": {}, "id": "aWbytTpjSKBpuYShscghgSzcFmBSxc7F_M2Wf2QkJCs"}], "enabled": false}, "all_awardings": [], "awarders": [], "media_only": false, "link_flair_template_id": "dbc12ec6-5c53-11e4-93ee-12313b0b3108", "sr_detail": {"default_set": true, "user_is_contributor": null, "banner_img": "https://a.thumbs.redditmedia.com/96EAv-DarsnBFuzx3_j89-dQtWb_r_p317JyClwMN38.png", "restrict_posting": true, "user_is_banned": null, "free_form_reports": true, "community_icon": "https://styles.redditmedia.com/t5_2qo4s/styles/communityIcon_1podsfdai4301.png?width=256\u0026s=90f8734cee5cfb8e06306013d830d43e31d68f27", "show_media": true, "icon_color": "", "user_is_muted": null, "display_name": "nba", "header_img": "https://b.thumbs.redditmedia.com/aWMVdI7D3vEOzJ9AEQ9FpUxQjdSyXKilv8K2-pp7_Fk.png", "title": "NBA", "previous_names": [], "over_18": false, "icon_size": [256, 256], "primary_color": "#ffa500", "icon_img": "https://b.thumbs.redditmedia.com/lh3XYdayDnfF474A_Ro9fBWUViOibSr4BoTpx0ETyvg.png", "description": "#Submit\r\n\r\n|||||\r\n|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|\r\n|[Posting Rules/Guidelines](/r/nba/wiki/rules)|\r\n\r\n||||||||||||||\r\n|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|\r\n|[Filters](/2o2g15/)|[ds](http://ds.reddit.com/r/nba/?limit=100#ds)|[nw](http://nw.reddit.com/r/nba/?limit=100#nw)|[rm](http://rm.reddit.com/r/nba/?limit=100#rm)|[tt](http://tt.reddit.com/r/nba/?limit=100#tt)|[rb](http://rb.reddit.com/r/nba/?limit=100#rb)|[mt](http://mt.reddit.com/r/nba/?limit=200#mt)|[gt](http://gt.reddit.com/r/nba/?limit=100#gt)|[mm](http://mm.reddit.com/r/nba/?limit=100#mm)|[ns](http://ns.reddit.com/r/nba/#ns)|[hl](http://hl.reddit.com/r/nba/?limit=100#hl)|[am](http://am.reddit.com/r/nba/?limit=100#am)|[su](http://su.reddit.com/r/nba/?limit=100#su)|\r\n\r\n\r\n||\r\n|---|\r\n||\r\n\r\n\r\n\u003E* [](//www.reddit.com)\r\n\u003E* [](//www.twitter.com/nba_reddit \"@NBA_Reddit\")\r\n\u003E* [](//www.discord.gg/nba \"discord\")\r\n\r\n\r\n\r\n##[New Game Thread](https://www.reddit.com/r/nba/wiki/game_thread_generator)\r\n\r\n\r\n###Giannis Antetokounmpo [](/MIL) blocked an Ayton-oop and scored 26 PTS in a Game 4 Finals win over [](/PHX).\r\n|Top Team Subreddit Posts|\r\n|:---|\r\n|1 [I hope Jeremy Chua reads this message board to know this is the dumbest trade I have ever seen proposed](https://np.reddit.com/r/nbaspurs/comments/oi7mby/i_hope_jeremy_chua_reads_this_message_board_to/)|\r\n|2 [Milwaukee, We Need Y'all Energy | By Bobby Portis [Player's Tribune]](https://np.reddit.com/r/mkebucks/comments/oi4cc1/milwaukee_we_need_yall_energy_by_bobby_portis/)|\r\n|3 [My Rockets Gameday Drawings Collage :)](https://np.reddit.com/r/rockets/comments/oi8whv/my_rockets_gameday_drawings_collage/)|\r\n|4 [[Charania] The Orlando Magic are hiring Dallas Mavericks assistant Jamahl Mosley as the new head coach, sources tell @TheAthletic @Stadium. Mosley is traveling to Orlando today as sides finalize terms.](https://np.reddit.com/r/orlandomagic/comments/oi4z0q/charania_the_orlando_magic_are_hiring_dallas/)|\r\n|5 [When Nigeria beats USA but the young Heatles all got their trade value up.](https://np.reddit.com/r/heat/comments/oi60ao/when_nigeria_beats_usa_but_the_young_heatles_all/)|\r\n\r\n\r\n\r\n----\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n----\r\n**PLAYOFFS**\r\n\r\nR1 | R2 | WCF | **FIN** | ECF | R2 | R1\r\n---|---|----|----|----|----|----|----\r\n(~~1~~) [](/UTA) | [](/UTA) 4-1 | | | | [](/PHI) 4-1 | (~~1~~) [](/PHI)\r\n(~~8~~) [](/MEM) | |[](/LAC) 4-2 | |[](/ATL) 4-3 | | (~~8~~) [](/WAS)\r\n(~~4~~) [](/LAC) | [](/LAC) 4-3 | |[](/MIL) 4-2 | | [](/ATL) 4-1 | (~~4~~) [](/NYK)\r\n(~~5~~) [](/DAL) | | | TIED 2-2| | | (~~5~~) [](/ATL)\r\n(~~3~~) [](/DEN) | [](/DEN) 4-2 | |[](/PHX) 4-2 | | [](/MIL) 4-0 | (3) [](/MIL) \r\n(~~6~~) [](/POR) | |[](/PHX) 4-0 | |[](/MIL) 4-3 | | (~~6~~) [](/MIA)\r\n(2) [](/PHX) | [](/PHX) 4-2 | || | [](/BKN) 4-1 | (~~2~~) [](/BKN)\r\n(~~7~~) [](/LAL) | | | | | | (~~7~~) [](/BOS)\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n----\r\n\r\n**SCHEDULE**\r\n\r\n|Date|Away|Home|Time (ET)|Nat TV|\r\n|:---|:---|:---|:---|:---|\r\nJul. 17 | [](/MIL) | [](/PHX) | 9:00 PM | [](/ABC) | \r\nJul. 20 | [](/PHX) | [](/MIL) | 9:00 PM | [](/ABC) | \r\nJul. 22 | [](/MIL) | [](/PHX) | 9:00 PM | [](/ABC) | \r\n\r\n\r\n----\r\n\r\n||||||||||||||||\r\n|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|\r\n|Related Subreddits|\r\n/r/nbadiscussion|\r\n/r/collegebasketball|\r\n/r/basketball|\r\n/r/sports|\r\n/r/WNBA|\r\n/r/euroleague|\r\n/r/nbaww|\r\n/r/NBA2k|\r\n/r/fantasybball|\r\n/r/NBAcirclejerk|\r\n/r/basketballGM|\r\n\r\n\r\n* [DAL](/r/mavericks)\r\n* [DEN](/r/denvernuggets)\r\n* [GSW](/r/warriors)\r\n* [HOU](/r/rockets)\r\n* [LAC](/r/laclippers)\r\n* [LAL](/r/lakers)\r\n* [MEM](/r/memphisgrizzlies)\r\n* [MIN](/r/timberwolves)\r\n* [NO](/r/nolapelicans)\r\n* [OKC](/r/thunder)\r\n* [PHO](/r/suns)\r\n* [POR](/r/ripcity)\r\n* [SAC](/r/kings)\r\n* [SA](/r/nbaspurs)\r\n* [UTA](/r/utahjazz)\r\n* [NBA](/r/nba)\r\n* [ATL](/r/atlantahawks)\r\n* [BOS](/r/bostonceltics)\r\n* [BKN](/r/gonets)\r\n* [CHA](/r/charlottehornets)\r\n* [CHI](/r/chicagobulls)\r\n* [CLE](/r/clevelandcavs)\r\n* [DET](/r/detroitpistons)\r\n* [IND](/r/pacers)\r\n* [MIA](/r/heat)\r\n* [MIL](/r/mkebucks)\r\n* [NYK](/r/nyknicks)\r\n* [ORL](/r/orlandomagic)\r\n* [PHI](/r/sixers)\r\n* [TOR](/r/torontoraptors)\r\n* [WAS](/r/washingtonwizards)", "is_chat_post_feature_enabled": true, "submit_link_label": "Link", "header_size": [60, 90], "restrict_commenting": false, "subscribers": 4048182, "submit_text_label": "Text", "link_flair_position": "right", "display_name_prefixed": "r/nba", "key_color": "", "name": "t5_2qo4s", "created": 1225851303.0, "url": "/r/nba/", "quarantine": false, "created_utc": 1225822503.0, "banner_size": [1280, 384], "allow_chat_post_creation": false, "user_is_moderator": null, "public_description": "A subreddit dedicated to NBA news and discussion.", "link_flair_enabled": true, "disable_contributor_requests": false, "subreddit_type": "public", "user_is_subscriber": null}, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": ":gsw-5: Warriors", "treatment_tags": [], "visited": false, "removed_by": null, "mod_note": null, "distinguished": null, "subreddit_id": "t5_2qo4s", "mod_reason_by": null, "num_reports": null, "removal_reason": null, "link_flair_background_color": "#57b2b2", "id": "omd7t4", "is_robot_indexable": true, "report_reasons": null, "author": "NokCha_", "discussion_type": null, "num_comments": 264, "send_replies": false, "media": {"oembed": {"provider_url": "https://twitter.com", "url": "https://twitter.com/ShamsCharania/status/1416510684725088257", "html": "\u003Cblockquote class=\"twitter-video\"\u003E\u003Cp lang=\"en\" dir=\"ltr\"\u003EBucks\u0026#39; Thanasis Antetokounmpo has entered health and safety protocols and is listed out for Game 5 of the NBA Finals vs. Suns.\u003C/p\u003E\u0026mdash; Shams Charania (@ShamsCharania) \u003Ca href=\"https://twitter.com/ShamsCharania/status/1416510684725088257?ref_src=twsrc%5Etfw\"\u003EJuly 17, 2021\u003C/a\u003E\u003C/blockquote\u003E\n\u003Cscript async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"\u003E\u003C/script\u003E\n", "author_name": "Shams Charania", "height": null, "width": 350, "version": "1.0", "author_url": "https://twitter.com/ShamsCharania", "provider_name": "Twitter", "cache_age": 3153600000, "type": "rich"}, "type": "twitter.com"}, "contest_mode": false, "author_patreon_flair": false, "author_flair_text_color": "dark", "permalink": "/r/nba/comments/omd7t4/charania_bucks_thanasis_antetokounmpo_has_entered/", "whitelist_status": "all_ads", "stickied": false, "url": "https://twitter.com/ShamsCharania/status/1416510684725088257", "subreddit_subscribers": 4048182, "created_utc": 1626557473.0, "num_crossposts": 0, "mod_reports": [], "is_video": false}}], "before": null}}, "query_string": "NBA Finals", "display_string": "NBA Finals", "is_subreddit_whitelisted": true}, {"group": [], "subreddit_occurences": 1, "brand_safe": true, "results": {"kind": "Listing", "data": {"after": null, "dist": 1, "modhash": "", "geo_filter": "", "children": [{"kind": "t3", "data": {"approved_at_utc": null, "subreddit": "politics", "selftext": "", "user_reports": [], "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "A Trump supporter who stormed the Capitol told book author the rioters weren't there to 'steal things' or 'do damage': 'We were just there to overthrow the government'", "link_flair_richtext": [], "subreddit_name_prefixed": "r/politics", "hidden": false, "pwls": 6, "link_flair_css_class": null, "downs": 0, "thumbnail_height": 70, "top_awarded_type": null, "parent_whitelist_status": "all_ads", "hide_score": false, "name": "t3_omcwqf", "quarantine": false, "link_flair_text_color": "dark", "upvote_ratio": 0.95, "author_flair_background_color": null, "subreddit_type": "public", "ups": 16654, "total_awards_received": 10, "media_embed": {}, "thumbnail_width": 140, "author_flair_template_id": "fd871cfc-8e72-11e6-84ba-0ee844677561", "is_original_content": false, "author_fullname": "t2_p6bue9g", "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": 16654, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "https://a.thumbs.redditmedia.com/SxaSBWwFGVveYyujPuPOG8zrfbrkMCZbPwOkidWBwQ8.jpg", "edited": false, "author_flair_css_class": "texas-flag", "author_flair_richtext": [{"a": ":flag-tx:", "u": "https://emoji.redditmedia.com/3yap2qzxoxe11_t5_2cneq/flag-tx", "e": "emoji"}, {"e": "text", "t": " Texas"}], "gildings": {"gid_1": 1}, "post_hint": "link", "content_categories": null, "is_self": false, "mod_note": null, "created": 1626585239.0, "link_flair_type": "text", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "richtext", "domain": "businessinsider.com", "allow_live_comments": true, "selftext_html": null, "likes": null, "suggested_sort": null, "banned_at_utc": null, "url_overridden_by_dest": "https://www.businessinsider.com/trump-supporter-capitol-rioters-there-to-overthrow-government-2021-7", "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": {"images": [{"source": {"url": "https://external-preview.redd.it/gUw55Nty2BdZgsB5wIXIQYADDfh0qS5qpSPAkMTaGhs.jpg?auto=webp\u0026s=0259b5181185e3ad7b335635a7109c10e9742648", "width": 1200, "height": 600}, "resolutions": [{"url": "https://external-preview.redd.it/gUw55Nty2BdZgsB5wIXIQYADDfh0qS5qpSPAkMTaGhs.jpg?width=108\u0026crop=smart\u0026auto=webp\u0026s=f593244b52707e4256455850c14255311a4f8086", "width": 108, "height": 54}, {"url": "https://external-preview.redd.it/gUw55Nty2BdZgsB5wIXIQYADDfh0qS5qpSPAkMTaGhs.jpg?width=216\u0026crop=smart\u0026auto=webp\u0026s=82ef4ebad3168e80893b01d44bd722250ca4fbb8", "width": 216, "height": 108}, {"url": "https://external-preview.redd.it/gUw55Nty2BdZgsB5wIXIQYADDfh0qS5qpSPAkMTaGhs.jpg?width=320\u0026crop=smart\u0026auto=webp\u0026s=bc6a7e11367582f4a62209f1ef483e3667ad207c", "width": 320, "height": 160}, {"url": "https://external-preview.redd.it/gUw55Nty2BdZgsB5wIXIQYADDfh0qS5qpSPAkMTaGhs.jpg?width=640\u0026crop=smart\u0026auto=webp\u0026s=02ad35ec2d2424b9fa43eca2168eefc08207274b", "width": 640, "height": 320}, {"url": "https://external-preview.redd.it/gUw55Nty2BdZgsB5wIXIQYADDfh0qS5qpSPAkMTaGhs.jpg?width=960\u0026crop=smart\u0026auto=webp\u0026s=cd2014ada4d3f9942d22747a6544e5b4532d08be", "width": 960, "height": 480}, {"url": "https://external-preview.redd.it/gUw55Nty2BdZgsB5wIXIQYADDfh0qS5qpSPAkMTaGhs.jpg?width=1080\u0026crop=smart\u0026auto=webp\u0026s=a5553d072c75c51d076e007e83a2ca6343ccd9b6", "width": 1080, "height": 540}], "variants": {}, "id": "cwujuNhkMhweP9rPsIMA7FBHw1kn4k7OWnr2Gt8G5J0"}], "enabled": false}, "all_awardings": [{"giver_coin_reward": null, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 30, "id": "award_a2506925-fc82-4d6c-ae3b-b7217e09d7f0", "penny_donate": null, "coin_reward": 0, "icon_url": "https://i.redd.it/award_images/t5_22cerq/80j20o397jj41_NarwhalSalute.png", "days_of_premium": 0, "icon_height": 2048, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/80j20o397jj41_NarwhalSalute.png?width=16\u0026height=16\u0026auto=webp\u0026s=4e475e8c3265ec7148d7f4204f07d33949482f21", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/80j20o397jj41_NarwhalSalute.png?width=32\u0026height=32\u0026auto=webp\u0026s=42e32a4b9f1e70791716c3be283e89951e212a69", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/80j20o397jj41_NarwhalSalute.png?width=48\u0026height=48\u0026auto=webp\u0026s=5adb621fede4e8e66b952a379ad038fcc1b8ad13", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/80j20o397jj41_NarwhalSalute.png?width=64\u0026height=64\u0026auto=webp\u0026s=6161edea19569bbee73ef322a2e5470535ec1787", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/80j20o397jj41_NarwhalSalute.png?width=128\u0026height=128\u0026auto=webp\u0026s=5d2c75f44f176f430e936204f9a53b8a2957f2fc", "width": 128, "height": 128}], "icon_width": 2048, "static_icon_width": 2048, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "A golden splash of respect", "end_date": null, "subreddit_coin_reward": 0, "count": 1, "static_icon_height": 2048, "name": "Narwhal Salute", "resized_static_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/80j20o397jj41_NarwhalSalute.png?width=16\u0026height=16\u0026auto=webp\u0026s=4e475e8c3265ec7148d7f4204f07d33949482f21", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/80j20o397jj41_NarwhalSalute.png?width=32\u0026height=32\u0026auto=webp\u0026s=42e32a4b9f1e70791716c3be283e89951e212a69", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/80j20o397jj41_NarwhalSalute.png?width=48\u0026height=48\u0026auto=webp\u0026s=5adb621fede4e8e66b952a379ad038fcc1b8ad13", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/80j20o397jj41_NarwhalSalute.png?width=64\u0026height=64\u0026auto=webp\u0026s=6161edea19569bbee73ef322a2e5470535ec1787", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/80j20o397jj41_NarwhalSalute.png?width=128\u0026height=128\u0026auto=webp\u0026s=5d2c75f44f176f430e936204f9a53b8a2957f2fc", "width": 128, "height": 128}], "icon_format": null, "award_sub_type": "PREMIUM", "penny_price": null, "award_type": "global", "static_icon_url": "https://i.redd.it/award_images/t5_22cerq/80j20o397jj41_NarwhalSalute.png"}, {"giver_coin_reward": null, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 30, "id": "award_b4ff447e-05a5-42dc-9002-63568807cfe6", "penny_donate": null, "coin_reward": 0, "icon_url": "https://www.redditstatic.com/gold/awards/icon/Illuminati_512.png", "days_of_premium": 0, "icon_height": 2048, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://www.redditstatic.com/gold/awards/icon/Illuminati_16.png", "width": 16, "height": 16}, {"url": "https://www.redditstatic.com/gold/awards/icon/Illuminati_32.png", "width": 32, "height": 32}, {"url": "https://www.redditstatic.com/gold/awards/icon/Illuminati_48.png", "width": 48, "height": 48}, {"url": "https://www.redditstatic.com/gold/awards/icon/Illuminati_64.png", "width": 64, "height": 64}, {"url": "https://www.redditstatic.com/gold/awards/icon/Illuminati_128.png", "width": 128, "height": 128}], "icon_width": 2048, "static_icon_width": 2048, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "A glowing commendation for all to see", "end_date": null, "subreddit_coin_reward": 0, "count": 1, "static_icon_height": 2048, "name": "All-Seeing Upvote", "resized_static_icons": [{"url": "https://external-preview.redd.it?width=16\u0026height=16\u0026auto=webp\u0026s=d88c9a453f8ac38850b7a8241cfe5804b7b4905d", "width": 16, "height": 16}, {"url": "https://external-preview.redd.it?width=32\u0026height=32\u0026auto=webp\u0026s=96a25019eb75878bdec4f6c012540f3baffbb1b2", "width": 32, "height": 32}, {"url": "https://external-preview.redd.it?width=48\u0026height=48\u0026auto=webp\u0026s=1a51d27d75afde3fbde8bba84f9338f511211461", "width": 48, "height": 48}, {"url": "https://external-preview.redd.it?width=64\u0026height=64\u0026auto=webp\u0026s=96af5ec460b05669ed60224cb0619bb8884abe27", "width": 64, "height": 64}, {"url": "https://external-preview.redd.it?width=128\u0026height=128\u0026auto=webp\u0026s=2d3e648ed2302e6258673051ca5291f57beb29d4", "width": 128, "height": 128}], "icon_format": "APNG", "award_sub_type": "PREMIUM", "penny_price": null, "award_type": "global", "static_icon_url": "https://www.redditstatic.com/gold/awards/icon/Illuminati_512.png"}, {"giver_coin_reward": 0, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 250, "id": "award_435a5692-f508-4b31-8083-ddc576f26ad3", "penny_donate": 0, "coin_reward": 0, "icon_url": "https://www.redditstatic.com/gold/awards/icon/hehehe_b_512.png", "days_of_premium": 0, "icon_height": 512, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://www.redditstatic.com/gold/awards/icon/hehehe_b_16.png", "width": 16, "height": 16}, {"url": "https://www.redditstatic.com/gold/awards/icon/hehehe_b_32.png", "width": 32, "height": 32}, {"url": "https://www.redditstatic.com/gold/awards/icon/hehehe_b_48.png", "width": 48, "height": 48}, {"url": "https://www.redditstatic.com/gold/awards/icon/hehehe_b_64.png", "width": 64, "height": 64}, {"url": "https://www.redditstatic.com/gold/awards/icon/hehehe_b_128.png", "width": 128, "height": 128}], "icon_width": 512, "static_icon_width": 512, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "That's a little funny", "end_date": null, "subreddit_coin_reward": 0, "count": 1, "static_icon_height": 512, "name": "hehehehe", "resized_static_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/zenxchy18kd61_hehehehe.png?width=16\u0026height=16\u0026auto=webp\u0026s=c24daed27d55b27095d94d1b5ca9f944ea1dc087", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/zenxchy18kd61_hehehehe.png?width=32\u0026height=32\u0026auto=webp\u0026s=f0791d2973305c3591b628a5a9748f74cac827ec", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/zenxchy18kd61_hehehehe.png?width=48\u0026height=48\u0026auto=webp\u0026s=b71aeaa9514327b9fe3a2f19b21466dd3d2f4dff", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/zenxchy18kd61_hehehehe.png?width=64\u0026height=64\u0026auto=webp\u0026s=41bad6195c6ef5c2855d2e81da2fa12d357bc015", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/zenxchy18kd61_hehehehe.png?width=128\u0026height=128\u0026auto=webp\u0026s=d7ab516eb8e614f60ac6c80a71cc0db5ffd9b0b5", "width": 128, "height": 128}], "icon_format": "APNG", "award_sub_type": "GLOBAL", "penny_price": 0, "award_type": "global", "static_icon_url": "https://i.redd.it/award_images/t5_22cerq/zenxchy18kd61_hehehehe.png"}, {"giver_coin_reward": null, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 150, "id": "award_f44611f1-b89e-46dc-97fe-892280b13b82", "penny_donate": null, "coin_reward": 0, "icon_url": "https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png", "days_of_premium": 0, "icon_height": 2048, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\u0026height=16\u0026auto=webp\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\u0026height=32\u0026auto=webp\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\u0026height=48\u0026auto=webp\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\u0026height=64\u0026auto=webp\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\u0026height=128\u0026auto=webp\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878", "width": 128, "height": 128}], "icon_width": 2048, "static_icon_width": 2048, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "Thank you stranger. Shows the award.", "end_date": null, "subreddit_coin_reward": 0, "count": 2, "static_icon_height": 2048, "name": "Helpful", "resized_static_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\u0026height=16\u0026auto=webp\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\u0026height=32\u0026auto=webp\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\u0026height=48\u0026auto=webp\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\u0026height=64\u0026auto=webp\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\u0026height=128\u0026auto=webp\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878", "width": 128, "height": 128}], "icon_format": null, "award_sub_type": "GLOBAL", "penny_price": null, "award_type": "global", "static_icon_url": "https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png"}, {"giver_coin_reward": null, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 125, "id": "award_5f123e3d-4f48-42f4-9c11-e98b566d5897", "penny_donate": null, "coin_reward": 0, "icon_url": "https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png", "days_of_premium": 0, "icon_height": 2048, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\u0026height=16\u0026auto=webp\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\u0026height=32\u0026auto=webp\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\u0026height=48\u0026auto=webp\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\u0026height=64\u0026auto=webp\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\u0026height=128\u0026auto=webp\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b", "width": 128, "height": 128}], "icon_width": 2048, "static_icon_width": 2048, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "When you come across a feel-good thing.", "end_date": null, "subreddit_coin_reward": 0, "count": 1, "static_icon_height": 2048, "name": "Wholesome", "resized_static_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\u0026height=16\u0026auto=webp\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\u0026height=32\u0026auto=webp\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\u0026height=48\u0026auto=webp\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\u0026height=64\u0026auto=webp\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\u0026height=128\u0026auto=webp\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b", "width": 128, "height": 128}], "icon_format": null, "award_sub_type": "GLOBAL", "penny_price": null, "award_type": "global", "static_icon_url": "https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png"}, {"giver_coin_reward": null, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 100, "id": "gid_1", "penny_donate": null, "coin_reward": 0, "icon_url": "https://www.redditstatic.com/gold/awards/icon/silver_512.png", "days_of_premium": 0, "icon_height": 512, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://www.redditstatic.com/gold/awards/icon/silver_16.png", "width": 16, "height": 16}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_32.png", "width": 32, "height": 32}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_48.png", "width": 48, "height": 48}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_64.png", "width": 64, "height": 64}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_128.png", "width": 128, "height": 128}], "icon_width": 512, "static_icon_width": 512, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "Shows the Silver Award... and that's it.", "end_date": null, "subreddit_coin_reward": 0, "count": 1, "static_icon_height": 512, "name": "Silver", "resized_static_icons": [{"url": "https://www.redditstatic.com/gold/awards/icon/silver_16.png", "width": 16, "height": 16}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_32.png", "width": 32, "height": 32}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_48.png", "width": 48, "height": 48}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_64.png", "width": 64, "height": 64}, {"url": "https://www.redditstatic.com/gold/awards/icon/silver_128.png", "width": 128, "height": 128}], "icon_format": null, "award_sub_type": "GLOBAL", "penny_price": null, "award_type": "global", "static_icon_url": "https://www.redditstatic.com/gold/awards/icon/silver_512.png"}, {"giver_coin_reward": 0, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 100, "id": "award_fbe9527a-adb3-430e-af1a-5fd3489e641b", "penny_donate": 0, "coin_reward": 0, "icon_url": "https://i.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png", "days_of_premium": 0, "icon_height": 2048, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=16\u0026height=16\u0026auto=webp\u0026s=36f008595706cfff9ef6d1fdd06ae5353474471b", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=32\u0026height=32\u0026auto=webp\u0026s=b1e37f10d35059cc2ac41356073420b41a429d75", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=48\u0026height=48\u0026auto=webp\u0026s=c0cc6ae54fbf3e94516aaacef918834fd12030b3", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=64\u0026height=64\u0026auto=webp\u0026s=ee6a20be9f41b0e203fff64eb47cb5674e22daa6", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=128\u0026height=128\u0026auto=webp\u0026s=38ac24a33777a7fc3e77f68836c150daf7cb4aa4", "width": 128, "height": 128}], "icon_width": 2048, "static_icon_width": 2048, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "I'm genuinely flabbergasted.", "end_date": null, "subreddit_coin_reward": 0, "count": 1, "static_icon_height": 2048, "name": "Shocked", "resized_static_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=16\u0026height=16\u0026auto=webp\u0026s=36f008595706cfff9ef6d1fdd06ae5353474471b", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=32\u0026height=32\u0026auto=webp\u0026s=b1e37f10d35059cc2ac41356073420b41a429d75", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=48\u0026height=48\u0026auto=webp\u0026s=c0cc6ae54fbf3e94516aaacef918834fd12030b3", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=64\u0026height=64\u0026auto=webp\u0026s=ee6a20be9f41b0e203fff64eb47cb5674e22daa6", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png?width=128\u0026height=128\u0026auto=webp\u0026s=38ac24a33777a7fc3e77f68836c150daf7cb4aa4", "width": 128, "height": 128}], "icon_format": "PNG", "award_sub_type": "GLOBAL", "penny_price": 0, "award_type": "global", "static_icon_url": "https://i.redd.it/award_images/t5_22cerq/fck3iedi2ug51_Shocked.png"}, {"giver_coin_reward": 0, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 80, "id": "award_8352bdff-3e03-4189-8a08-82501dd8f835", "penny_donate": 0, "coin_reward": 0, "icon_url": "https://i.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png", "days_of_premium": 0, "icon_height": 2048, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://preview.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png?width=16\u0026height=16\u0026auto=webp\u0026s=73a23bf7f08b633508dedf457f2704c522b94a04", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png?width=32\u0026height=32\u0026auto=webp\u0026s=50f2f16e71d2929e3d7275060af3ad6b851dbfb1", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png?width=48\u0026height=48\u0026auto=webp\u0026s=ca487311563425e195699a4d7e4c57a98cbfde8b", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png?width=64\u0026height=64\u0026auto=webp\u0026s=7b4eedcffb1c09a826e7837532c52979760f1d2b", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png?width=128\u0026height=128\u0026auto=webp\u0026s=e4d5ab237eb71a9f02bb3bf9ad5ee43741918d6c", "width": 128, "height": 128}], "icon_width": 2048, "static_icon_width": 2048, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "Everything is better with a good hug", "end_date": null, "subreddit_coin_reward": 0, "count": 2, "static_icon_height": 2048, "name": "Hugz", "resized_static_icons": [{"url": "https://preview.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png?width=16\u0026height=16\u0026auto=webp\u0026s=69997ace3ef4ffc099b81d774c2c8f1530602875", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png?width=32\u0026height=32\u0026auto=webp\u0026s=e9519d1999ef9dce5c8a9f59369cb92f52d95319", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png?width=48\u0026height=48\u0026auto=webp\u0026s=f076c6434fb2d2f9075991810fd845c40fa73fc6", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png?width=64\u0026height=64\u0026auto=webp\u0026s=85527145e0c4b754306a30df29e584fd16187636", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png?width=128\u0026height=128\u0026auto=webp\u0026s=b8843cdf82c3b741d7af057c14076dcd2621e811", "width": 128, "height": 128}], "icon_format": "PNG", "award_sub_type": "GLOBAL", "penny_price": 0, "award_type": "global", "static_icon_url": "https://i.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png"}], "awarders": [], "media_only": false, "sr_detail": {"default_set": true, "user_is_contributor": null, "banner_img": "https://a.thumbs.redditmedia.com/kcKnQt4TInkTARtKtsyRhvs5g3bdkVXq8wSJF6gDH20.png", "restrict_posting": true, "user_is_banned": null, "free_form_reports": true, "community_icon": "https://styles.redditmedia.com/t5_2cneq/styles/communityIcon_fy84mdgh75201.jpg?width=256\u0026s=0842d327b6d42f0e432135c7f46030bd8db64e4b", "show_media": true, "icon_color": "", "user_is_muted": null, "display_name": "politics", "header_img": "https://b.thumbs.redditmedia.com/fREkTALOGCmOydgClyhaIy6k30jm0NdIVpAT0wi--QA.png", "title": "Politics", "previous_names": [], "over_18": false, "icon_size": [256, 256], "primary_color": "#205493", "icon_img": "https://a.thumbs.redditmedia.com/ZaSYxoONdAREm1_u_sid_fjcgvBTNeFQV--8tz6fZC0.png", "description": "## **Welcome to /r/Politics! Please read [the wiki](/r/politics/w/index) before participating.** || [Voter Registration Resources](https://www.reddit.com/r/politics/comments/9irkg3/rpolitics_wants_you_to_register_to_vote_for/) || [Important: Reminder/clarification of our civility guidelines](https://www.reddit.com/r/politics/comments/flv4ef/a_clarificationreminder_of_our_rules_regarding/)\r\n/r/politics is the subreddit for current and explicitly political U.S. news.\r\n\r\n### [Our full rules](https://www.reddit.com/r/politics/wiki/index) [Reddiquette](https://www.reddit.com/wiki/reddiquette)\r\n\r\n# [Comment Guidelines](/r/politics/w/index#wiki_be_civil):\r\n\r\n ||\r\n:-:|:-:\r\nBe Civil|Treat others with basic decency. No personal attacks or shill accusations. \r\nNo Hate Speech|See our hate speech rule [here.](https://www.reddit.com/r/politics/wiki/index#wiki_no_hateful_speech)\r\nNo Trolling|Participate in discussions here in good faith. Do not flame, bait, troll, witch-hunt, or spread unsubstantiated accusations. See our trolling rule [here.](https://www.reddit.com/r/politics/wiki/index#wiki_no_trolling.2C_baiting_or_flaming)\r\nNo Violence|Do not make threats of violence or wish harm. See our violence rule [here.](https://www.reddit.com/r/politics/wiki/index#wiki_do_not_make_threats_or_advocate_violence)\r\nNo Spam|Spam is bad. This includes both comment and submission spam.\r\nNo Solicitation|See our solicitation rule [here.](https://www.reddit.com/r/politics/wiki/index#wiki_no_soliciting_users)\r\nDo not post users' personal information.|Users who violate this rule will be banned on sight. Witch-hunting and giving out private personal details of other people can result in unexpected and potentially serious consequences for the individual targeted. [More Info.](/r/politics/wiki/index#wiki_no_witch_hunting)\r\nVote based on quality, not opinion.|Political discussion requires varied opinions. Well written and interesting content can be worthwhile, even if you disagree with it. Downvote only if you think a comment/post does not contribute to the thread it is posted in or if it is off-topic in /r/politics. [More Info.](/r/politics/wiki/index#wiki_vote_on_quality.2C_not_opinion)\r\nDo not manipulate comments and posts via group voting.|Manipulating comments and posts via group voting is against reddit TOS. [More Info.](https://www.reddithelp.com/en/categories/reddit-101/rules-reporting/account-and-community-restrictions/what-constitutes-vote)\r\n\r\n\r\n# [Submission Guidelines:](/r/politics/w/index#wiki_submission_rules)\r\n\r\n ||\r\n:-:|:-:\r\nArticles must deal explicitly with US politics.|[See our on-topic statement here.](/r/politics/wiki/index#wiki_the_.2Fr.2Fpolitics_on-topic_statement)\r\nArticles must be published within the last two weeks.|[More Info.](https://www.reddit.com/r/politics/wiki/index#wiki_articles_must_be_published_within_the_last_two_weeks)\r\nSubmissions must be from domains on the approved domains list.|[The approved domains list and its criteria can be found here.](https://www.reddit.com/r/politics/wiki/approveddomainslist)\r\nPost titles must be the exact headline from the article.|Your headline must be comprised only of the **exact** copied and pasted headline of the article. [More Info.](/r/politics/wiki/index#wiki_do_not_create_your_own_title)\r\nNo Copy-Pasted Submissions|Please do not submit articles or videos that are a direct, complete copy-paste of original reporting.[More Info.](/r/politics/wiki/index#wiki_disallowed_submission_types.3A)\r\nArticles must be written in English|An article must be **primarily** written in English for us to be able to moderate it and enforce our rules in a fair and unbiased manner. [More Info.](/r/politics/wiki/index#wiki_all_submissions_must_be_in_english.)\r\nSpam is bad!|/r/Politics bans for submission and comment spam [More Info.](/r/politics/wiki/index#wiki_spam_is_bad.21)\r\nSubmissions must be articles, videos or sound clips.|We disallow solicitation of users (petitions, polls, requests for money, etc.), personal blogs, satire, images, social media content (Facebook, twitter, tumblr, LinkedIn, etc.), wikis, memes, and political advertisements. More info: [Content type rules.](/r/politics/wiki/index#wiki_disallowed_submission_types.3A)\r\nDo not use \"BREAKING\" or ALL CAPS in titles.|The ALL CAPS and 'Breaking' rule is applied even when the actual title of the article is in all caps or contains the word 'Breaking'. This rule may be applied to other single word declarative and/or sensational expressions, such as 'EXCLUSIVE:' or 'HOT:'. [More Info.](/r/politics/wiki/index#wiki_do_not_create_your_own_title)\r\n\r\n#Events Calendar\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n# Other Resources:\r\n\r\n#### [Follow us on Twitter](http://twitter.com/rSlashPolitics)\r\n\r\n#### [Request an AMA](https://docs.google.com/forms/d/e/1FAIpQLSdPb-2CtL2lIsMo9xOvs6sdQGDymyZ29seWyQsNTJy1oxPthw/viewform?usp=sf_link)\r\n\r\n#### [Events Calendar](https://calendar.google.com/calendar/embed?src=rpoliticsmods@gmail.com)\r\n\r\n#### [Apply to be a mod](https://politicsmodapp.herokuapp.com/)\r\n\r\n#### [Register To Vote](https://www.rockthevote.org)\r\n\r\n[](#/RES_SR_Config/NightModeCompatible)", "is_chat_post_feature_enabled": true, "submit_link_label": "", "header_size": [21, 16], "restrict_commenting": false, "subscribers": 7627769, "submit_text_label": "", "link_flair_position": "left", "display_name_prefixed": "r/politics", "key_color": "#a5a4a4", "name": "t5_2cneq", "created": 1186406199.0, "url": "/r/politics/", "quarantine": false, "created_utc": 1186377399.0, "banner_size": [880, 264], "allow_chat_post_creation": false, "user_is_moderator": null, "public_description": "/r/Politics is for news and discussion about U.S. politics.", "link_flair_enabled": true, "disable_contributor_requests": false, "subreddit_type": "public", "user_is_subscriber": null}, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": ":flag-tx: Texas", "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2cneq", "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "", "id": "omcwqf", "is_robot_indexable": true, "report_reasons": null, "author": "Zee_Ventures", "discussion_type": null, "num_comments": 919, "send_replies": true, "media": null, "contest_mode": false, "author_patreon_flair": false, "author_flair_text_color": "dark", "permalink": "/r/politics/comments/omcwqf/a_trump_supporter_who_stormed_the_capitol_told/", "whitelist_status": "all_ads", "stickied": false, "url": "https://www.businessinsider.com/trump-supporter-capitol-rioters-there-to-overthrow-government-2021-7", "subreddit_subscribers": 7627769, "created_utc": 1626556439.0, "num_crossposts": 6, "mod_reports": [], "is_video": false}}], "before": null}}, "query_string": "Trump", "display_string": "Trump", "is_subreddit_whitelisted": true}, {"group": [], "subreddit_occurences": 1, "brand_safe": true, "results": {"kind": "Listing", "data": {"after": null, "dist": 1, "modhash": "", "geo_filter": "", "children": [{"kind": "t3", "data": {"approved_at_utc": null, "subreddit": "movies", "selftext": "", "user_reports": [], "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "Hollywood Cancels More Events as Indoor Mask Mandate Is Reinstated", "link_flair_richtext": [], "subreddit_name_prefixed": "r/movies", "hidden": false, "pwls": 6, "link_flair_css_class": null, "downs": 0, "thumbnail_height": 78, "top_awarded_type": null, "parent_whitelist_status": "all_ads", "hide_score": false, "name": "t3_olz32g", "quarantine": false, "link_flair_text_color": "dark", "upvote_ratio": 0.92, "author_flair_background_color": null, "subreddit_type": "public", "ups": 22518, "total_awards_received": 5, "media_embed": {}, "thumbnail_width": 140, "author_flair_template_id": null, "is_original_content": false, "author_fullname": "t2_of94l", "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": 22518, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": false, "thumbnail": "https://a.thumbs.redditmedia.com/KVagvNsnb4kGIacVU-d5bkgct-Gl4heOG4qhacp-dQ0.jpg", "edited": false, "author_flair_css_class": null, "author_flair_richtext": [], "gildings": {}, "post_hint": "link", "content_categories": null, "is_self": false, "mod_note": null, "created": 1626532678.0, "link_flair_type": "text", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "text", "domain": "variety.com", "allow_live_comments": true, "selftext_html": null, "likes": null, "suggested_sort": null, "banned_at_utc": null, "url_overridden_by_dest": "https://variety.com/2021/film/news/covid-mask-mandate-hollywood-cancel-la-county-1235021877/", "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": {"images": [{"source": {"url": "https://external-preview.redd.it/qshChcB5s2q3MEKgs2uVAnlGVdSI5iUQMIo0rbJLSOA.jpg?auto=webp\u0026s=e5389b0b6b3d0495ddf51909bb92f041e5acbdab", "width": 1000, "height": 563}, "resolutions": [{"url": "https://external-preview.redd.it/qshChcB5s2q3MEKgs2uVAnlGVdSI5iUQMIo0rbJLSOA.jpg?width=108\u0026crop=smart\u0026auto=webp\u0026s=7889d7e6de1fb7fea59ee1962d6cf08d1c930e75", "width": 108, "height": 60}, {"url": "https://external-preview.redd.it/qshChcB5s2q3MEKgs2uVAnlGVdSI5iUQMIo0rbJLSOA.jpg?width=216\u0026crop=smart\u0026auto=webp\u0026s=dab03a0d43d570b9fc99b8b67bae7ab90560a629", "width": 216, "height": 121}, {"url": "https://external-preview.redd.it/qshChcB5s2q3MEKgs2uVAnlGVdSI5iUQMIo0rbJLSOA.jpg?width=320\u0026crop=smart\u0026auto=webp\u0026s=c601045303931ceff733e2c139764062654e42f8", "width": 320, "height": 180}, {"url": "https://external-preview.redd.it/qshChcB5s2q3MEKgs2uVAnlGVdSI5iUQMIo0rbJLSOA.jpg?width=640\u0026crop=smart\u0026auto=webp\u0026s=1f5c1b66fbd80cf240f70e5983a124f525b45647", "width": 640, "height": 360}, {"url": "https://external-preview.redd.it/qshChcB5s2q3MEKgs2uVAnlGVdSI5iUQMIo0rbJLSOA.jpg?width=960\u0026crop=smart\u0026auto=webp\u0026s=611d7becc996a4665767fb9bda7e147b4825bf32", "width": 960, "height": 540}], "variants": {}, "id": "JwoS09vLa04ew33-c7HQyCGlLhr-BfSNHxyqhBWO-rQ"}], "enabled": false}, "all_awardings": [{"giver_coin_reward": null, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 200, "id": "award_9ee30a8f-463e-4ef7-9da9-a09f270ec026", "penny_donate": null, "coin_reward": 0, "icon_url": "https://i.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png", "days_of_premium": 0, "icon_height": 2048, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png?width=16\u0026height=16\u0026auto=webp\u0026s=295f139b77addd2b2728f21d55c4b047138478ec", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png?width=32\u0026height=32\u0026auto=webp\u0026s=ceb666a09bfec10e5c901ff94e5260d9b19ec1db", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png?width=48\u0026height=48\u0026auto=webp\u0026s=bc4bcb18bc259699d9bdef9d6315699e4e82b65a", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png?width=64\u0026height=64\u0026auto=webp\u0026s=ead607549b0811e0a7f26effdbb4ffdb87a00577", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png?width=128\u0026height=128\u0026auto=webp\u0026s=727fc8016de6f90c57d1442dad9a6f92193dbe3a", "width": 128, "height": 128}], "icon_width": 2048, "static_icon_width": 2048, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "Losing value fast.", "end_date": null, "subreddit_coin_reward": 0, "count": 1, "static_icon_height": 2048, "name": "Stonks Falling", "resized_static_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png?width=16\u0026height=16\u0026auto=webp\u0026s=295f139b77addd2b2728f21d55c4b047138478ec", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png?width=32\u0026height=32\u0026auto=webp\u0026s=ceb666a09bfec10e5c901ff94e5260d9b19ec1db", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png?width=48\u0026height=48\u0026auto=webp\u0026s=bc4bcb18bc259699d9bdef9d6315699e4e82b65a", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png?width=64\u0026height=64\u0026auto=webp\u0026s=ead607549b0811e0a7f26effdbb4ffdb87a00577", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png?width=128\u0026height=128\u0026auto=webp\u0026s=727fc8016de6f90c57d1442dad9a6f92193dbe3a", "width": 128, "height": 128}], "icon_format": null, "award_sub_type": "GLOBAL", "penny_price": null, "award_type": "global", "static_icon_url": "https://i.redd.it/award_images/t5_22cerq/ree13odobef41_StonksFalling.png"}, {"giver_coin_reward": null, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 125, "id": "award_5f123e3d-4f48-42f4-9c11-e98b566d5897", "penny_donate": null, "coin_reward": 0, "icon_url": "https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png", "days_of_premium": 0, "icon_height": 2048, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\u0026height=16\u0026auto=webp\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\u0026height=32\u0026auto=webp\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\u0026height=48\u0026auto=webp\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\u0026height=64\u0026auto=webp\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\u0026height=128\u0026auto=webp\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b", "width": 128, "height": 128}], "icon_width": 2048, "static_icon_width": 2048, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "When you come across a feel-good thing.", "end_date": null, "subreddit_coin_reward": 0, "count": 2, "static_icon_height": 2048, "name": "Wholesome", "resized_static_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\u0026height=16\u0026auto=webp\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\u0026height=32\u0026auto=webp\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\u0026height=48\u0026auto=webp\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\u0026height=64\u0026auto=webp\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\u0026height=128\u0026auto=webp\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b", "width": 128, "height": 128}], "icon_format": null, "award_sub_type": "GLOBAL", "penny_price": null, "award_type": "global", "static_icon_url": "https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png"}, {"giver_coin_reward": 0, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 80, "id": "award_8352bdff-3e03-4189-8a08-82501dd8f835", "penny_donate": 0, "coin_reward": 0, "icon_url": "https://i.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png", "days_of_premium": 0, "icon_height": 2048, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://preview.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png?width=16\u0026height=16\u0026auto=webp\u0026s=73a23bf7f08b633508dedf457f2704c522b94a04", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png?width=32\u0026height=32\u0026auto=webp\u0026s=50f2f16e71d2929e3d7275060af3ad6b851dbfb1", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png?width=48\u0026height=48\u0026auto=webp\u0026s=ca487311563425e195699a4d7e4c57a98cbfde8b", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png?width=64\u0026height=64\u0026auto=webp\u0026s=7b4eedcffb1c09a826e7837532c52979760f1d2b", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/ks45ij6w05f61_oldHugz.png?width=128\u0026height=128\u0026auto=webp\u0026s=e4d5ab237eb71a9f02bb3bf9ad5ee43741918d6c", "width": 128, "height": 128}], "icon_width": 2048, "static_icon_width": 2048, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "Everything is better with a good hug", "end_date": null, "subreddit_coin_reward": 0, "count": 1, "static_icon_height": 2048, "name": "Hugz", "resized_static_icons": [{"url": "https://preview.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png?width=16\u0026height=16\u0026auto=webp\u0026s=69997ace3ef4ffc099b81d774c2c8f1530602875", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png?width=32\u0026height=32\u0026auto=webp\u0026s=e9519d1999ef9dce5c8a9f59369cb92f52d95319", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png?width=48\u0026height=48\u0026auto=webp\u0026s=f076c6434fb2d2f9075991810fd845c40fa73fc6", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png?width=64\u0026height=64\u0026auto=webp\u0026s=85527145e0c4b754306a30df29e584fd16187636", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png?width=128\u0026height=128\u0026auto=webp\u0026s=b8843cdf82c3b741d7af057c14076dcd2621e811", "width": 128, "height": 128}], "icon_format": "PNG", "award_sub_type": "GLOBAL", "penny_price": 0, "award_type": "global", "static_icon_url": "https://i.redd.it/award_images/t5_q0gj4/fpm0r5ryq1361_PolarHugs.png"}, {"giver_coin_reward": 0, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 50, "id": "award_80d4d339-95d0-43ac-b051-bc3fe0a9bab8", "penny_donate": 0, "coin_reward": 0, "icon_url": "https://i.redd.it/award_images/t5_q0gj4/9auzllkyd5f61_oldwearing.png", "days_of_premium": 0, "icon_height": 2048, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://preview.redd.it/award_images/t5_q0gj4/9auzllkyd5f61_oldwearing.png?width=16\u0026height=16\u0026auto=webp\u0026s=7530150c82cb32627e80f409d92bacd95b4b6f89", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/9auzllkyd5f61_oldwearing.png?width=32\u0026height=32\u0026auto=webp\u0026s=8960e957206d6214bc7a5ba3db21ac70aff76e73", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/9auzllkyd5f61_oldwearing.png?width=48\u0026height=48\u0026auto=webp\u0026s=a1853cd01a345600cdf8589476e3fdfb66b53936", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/9auzllkyd5f61_oldwearing.png?width=64\u0026height=64\u0026auto=webp\u0026s=611185fbe83a4c1b658bc08dc4bd4fb711a4db65", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/9auzllkyd5f61_oldwearing.png?width=128\u0026height=128\u0026auto=webp\u0026s=dff2aa35972f73905377622832fc2c70df360617", "width": 128, "height": 128}], "icon_width": 2048, "static_icon_width": 2048, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "Keep the community and yourself healthy and happy.", "end_date": null, "subreddit_coin_reward": 0, "count": 1, "static_icon_height": 2048, "name": "Wearing is Caring", "resized_static_icons": [{"url": "https://preview.redd.it/award_images/t5_q0gj4/0mxct3p878361_WearingIsCaringElf.png?width=16\u0026height=16\u0026auto=webp\u0026s=0349ceebb30e25e913f1ebc8cde78807d2f94cfe", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/0mxct3p878361_WearingIsCaringElf.png?width=32\u0026height=32\u0026auto=webp\u0026s=07cc6b9c14c3755605148f2240ac582a44a78596", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/0mxct3p878361_WearingIsCaringElf.png?width=48\u0026height=48\u0026auto=webp\u0026s=d89451c2145881c3d525a6b78742a11546feea3c", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/0mxct3p878361_WearingIsCaringElf.png?width=64\u0026height=64\u0026auto=webp\u0026s=1513567b75db31adff4e4a7a157e6cab8a3e41ad", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_q0gj4/0mxct3p878361_WearingIsCaringElf.png?width=128\u0026height=128\u0026auto=webp\u0026s=234cb3d8f90476a6e38e2105c52f0f7281585176", "width": 128, "height": 128}], "icon_format": "PNG", "award_sub_type": "GLOBAL", "penny_price": 0, "award_type": "global", "static_icon_url": "https://i.redd.it/award_images/t5_q0gj4/0mxct3p878361_WearingIsCaringElf.png"}], "awarders": [], "media_only": false, "sr_detail": {"default_set": true, "user_is_contributor": null, "banner_img": "", "restrict_posting": true, "user_is_banned": null, "free_form_reports": true, "community_icon": "https://styles.redditmedia.com/t5_2qh3s/styles/communityIcon_oy4mm1w4ron61.jpg?width=256\u0026s=e18c0d65c6b9159c5c34de859861d4a0cb99804d", "show_media": true, "icon_color": "", "user_is_muted": null, "display_name": "movies", "header_img": "https://b.thumbs.redditmedia.com/86fsvFSWKE7feM8yhBOjLAtwj20x5c4ofwcXQWwy1iM.png", "title": "Movie News and Discussion", "previous_names": [], "over_18": false, "icon_size": null, "primary_color": "#014980", "icon_img": "", "description": "[](#/RES_SR_Config/NightModeCompatible)\n\n\u003E \u003E [**Our Full Rules and Wiki**](https://www.reddit.com/r/movies/wiki/index#wiki_what_is_allowed_in_.2Fr.2Fmovies.3F)\n\n\n---\n\n\u003E# Filter Posts by Link Flair\n\u003E\n\u003E - [Discussion](/r/movies/search?sort=new\u0026restrict_sr=on\u0026q=flair%3ADiscussion)\n\u003E - [Recommendation](/r/movies/search?sort=new\u0026restrict_sr=on\u0026q=flair%3ARecommendation)\n\u003E - [Media](/r/movies/search?sort=new\u0026restrict_sr=on\u0026q=flair%3AMedia)\n\u003E - [News](/r/movies/search?sort=new\u0026restrict_sr=on\u0026q=flair%3ANews)\n\u003E - [Quick Question](/r/movies/search?sort=new\u0026restrict_sr=on\u0026q=flair%3AQuick%2BQuestion)\n\u003E - [Spoilers](/r/movies/search?sort=new\u0026restrict_sr=on\u0026q=flair%3ASpoilers)\n\u003E - [Article](/r/movies/search?sort=new\u0026restrict_sr=on\u0026q=flair%3AArticle)\n\u003E - [Fanart](/r/movies/search?sort=new\u0026restrict_sr=on\u0026q=flair%3AFanart)\n\u003E - [Trailers](/r/movies/search?sort=new\u0026restrict_sr=on\u0026q=flair%3ATrailers)\n\u003E - [Review](/r/movies/search?sort=new\u0026restrict_sr=on\u0026q=flair%3AReview)\n\u003E - [AMA](/r/movies/search?sort=new\u0026restrict_sr=on\u0026q=flair%3AAMA)\n\u003E - [Poster](/r/movies/search?sort=new\u0026restrict_sr=on\u0026q=flair%3APoster)\n\u003E - [Resource](/r/movies/search?sort=new\u0026restrict_sr=on\u0026q=flair%3AResource)\n\u003E - [Trivia](/r/movies/search?sort=new\u0026restrict_sr=on\u0026q=flair%3ATrivia)\n\n---\n\n\u003E# AMA Calendar\n\u003E Date|Person|\n\u003E :-:|:--\n\n\n---\n\n\u003E# Latest movie discussions\n\u003E - [**Newest Films on Streaming**](https://www.reddit.com/r/movies/comments/fyksrv/new_releases_on_streaming_official_discussion/)\n\u003E - [**Trolls World Tour**](https://www.reddit.com/r/movies/comments/fykcv7/official_discussion_trolls_world_tour_spoilers/)\n\u003E - [**Blow the Man Down**](https://www.reddit.com/r/movies/comments/fyk1xa/official_discussion_blow_the_man_down_spoilers/)\n\u003E - [**Never Rarely Sometimes Always**](https://www.reddit.com/r/movies/comments/fyk6mu/official_discussion_never_rarely_sometimes_always/)\n\u003E - [**The Platform**](https://www.reddit.com/r/movies/comments/fykrw8/official_discussion_the_platform_spoilers/)\n\u003E - [**Swallow**](https://www.reddit.com/r/movies/comments/fykhap/official_discussion_swallow_spoilers/)\n\u003E - [**The Invisible Man**](https://www.reddit.com/r/movies/comments/fafwsf/official_discussion_the_invisible_man_2020/)\n\u003E - [**Portrait of a Lady on Fire**](https://www.reddit.com/r/movies/comments/fafzx3/official_discussion_portrait_of_a_lady_on_fire/)\n\u003E - [**Discussion Archive**](/r/discussionarchive) \n\n---\n\n\u003E # Use spoiler tags\n\u003E\n\u003E [Click 'spoiler' after posting something to give it a spoiler tag!](https://i.redd.it/yku2nuhm1htx.png) The post will then be hidden [like this](https://i.redd.it/b83kf6g5xisx.gif).\n\u003E\n\u003E For leaked info about upcoming movies, twist endings, or anything else spoileresque, please use the following method:\n`\u003E!Twas the butler!\u003C`\n\n\n\n---\n\n\u003E# Helpful subreddits\n\u003E\n\u003E - /r/TrueFilm\n\u003E - /r/Flicks\n\u003E - /r/NetflixBestOf\n\u003E - /r/marvelstudios\n\u003E - /r/DC_Cinematic\n\u003E - /r/Filmmakers\n\u003E - /r/MoviePosterPorn\n\u003E - /r/BoxOffice\n\u003E - /r/MoviesInTheMaking\n\u003E - /r/MovieDetails\n\u003E - /r/Oscars\n\u003E - [The Big List of Movie-Related Subreddits](https://www.reddit.com/r/movies/wiki/index#wiki_the_big_list_of_movie_related_subreddits.21)\n\n---", "is_chat_post_feature_enabled": true, "submit_link_label": "Submit link", "header_size": [47, 63], "restrict_commenting": false, "subscribers": 25470232, "submit_text_label": "Submit text", "link_flair_position": "left", "display_name_prefixed": "r/movies", "key_color": "", "name": "t5_2qh3s", "created": 1201272750.0, "url": "/r/movies/", "quarantine": false, "created_utc": 1201243950.0, "banner_size": null, "allow_chat_post_creation": true, "user_is_moderator": null, "public_description": "News \u0026 Discussion about Major Motion Pictures", "link_flair_enabled": true, "disable_contributor_requests": false, "subreddit_type": "public", "user_is_subscriber": null}, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": null, "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2qh3s", "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "", "id": "olz32g", "is_robot_indexable": true, "report_reasons": null, "author": "ceaguila84", "discussion_type": null, "num_comments": 5341, "send_replies": true, "media": null, "contest_mode": false, "author_patreon_flair": false, "author_flair_text_color": null, "permalink": "/r/movies/comments/olz32g/hollywood_cancels_more_events_as_indoor_mask/", "whitelist_status": "all_ads", "stickied": false, "url": "https://variety.com/2021/film/news/covid-mask-mandate-hollywood-cancel-la-county-1235021877/", "subreddit_subscribers": 25470232, "created_utc": 1626503878.0, "num_crossposts": 4, "mod_reports": [], "is_video": false}}], "before": null}}, "query_string": "Mask Mandate", "display_string": "Mask Mandate", "is_subreddit_whitelisted": true}, {"group": [], "subreddit_occurences": 1, "brand_safe": true, "results": {"kind": "Listing", "data": {"after": null, "dist": 1, "modhash": "", "geo_filter": "", "children": [{"kind": "t3", "data": {"approved_at_utc": null, "subreddit": "formula1", "selftext": "", "user_reports": [], "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "Max Verstappen wins Sprint Qualifying and takes pole position for the 2021 British Grand Prix", "link_flair_richtext": [{"e": "text", "t": "/r/all"}], "subreddit_name_prefixed": "r/formula1", "hidden": false, "pwls": 6, "link_flair_css_class": "sub-all", "downs": 0, "thumbnail_height": 78, "top_awarded_type": null, "parent_whitelist_status": "all_ads", "hide_score": false, "name": "t3_om6z6m", "quarantine": false, "link_flair_text_color": "dark", "upvote_ratio": 0.95, "author_flair_background_color": "#ecf1f5", "subreddit_type": "public", "ups": 9120, "total_awards_received": 4, "media_embed": {}, "thumbnail_width": 140, "author_flair_template_id": "ae4ffdea-8687-11eb-aaf7-0ef501de8309", "is_original_content": false, "author_fullname": "t2_39fsgvbv", "secure_media": null, "is_reddit_media_domain": true, "is_meta": false, "category": null, "secure_media_embed": {}, "link_flair_text": "/r/all", "can_mod_post": false, "score": 9120, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": true, "thumbnail": "https://b.thumbs.redditmedia.com/fk2EmfEvHO_WCHrCiYXMPwqsndt5LGXBpo5ZOexcNmE.jpg", "edited": false, "author_flair_css_class": null, "author_flair_richtext": [{"a": ":safety-car-aston-martin:", "u": "https://emoji.redditmedia.com/x8iim9w4rfn61_t5_2qimj/safety-car-aston-martin", "e": "emoji"}, {"e": "text", "t": " Safety Car"}], "gildings": {}, "post_hint": "image", "content_categories": null, "is_self": false, "mod_note": null, "created": 1626566410.0, "link_flair_type": "richtext", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "richtext", "domain": "i.redd.it", "allow_live_comments": true, "selftext_html": null, "likes": null, "suggested_sort": null, "banned_at_utc": null, "url_overridden_by_dest": "https://i.redd.it/rox9zuaupsb71.png", "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": {"images": [{"source": {"url": "https://preview.redd.it/rox9zuaupsb71.png?auto=webp\u0026s=0902062b16b56a74c45abd196105c1b384dec491", "width": 1920, "height": 1080}, "resolutions": [{"url": "https://preview.redd.it/rox9zuaupsb71.png?width=108\u0026crop=smart\u0026auto=webp\u0026s=62767c00bd1435d541f6d3dddee3c5510d0581e2", "width": 108, "height": 60}, {"url": "https://preview.redd.it/rox9zuaupsb71.png?width=216\u0026crop=smart\u0026auto=webp\u0026s=701427eb103341e8143e00eb04f082e5e2a12cc1", "width": 216, "height": 121}, {"url": "https://preview.redd.it/rox9zuaupsb71.png?width=320\u0026crop=smart\u0026auto=webp\u0026s=c8339635b11b7fb551b0f95ead5d6dc977837bf7", "width": 320, "height": 180}, {"url": "https://preview.redd.it/rox9zuaupsb71.png?width=640\u0026crop=smart\u0026auto=webp\u0026s=dc81de62480419b0900a0da831d0c1c5e72877d4", "width": 640, "height": 360}, {"url": "https://preview.redd.it/rox9zuaupsb71.png?width=960\u0026crop=smart\u0026auto=webp\u0026s=a64b8eef3b3e9494e25c3152e406345c5ba553df", "width": 960, "height": 540}, {"url": "https://preview.redd.it/rox9zuaupsb71.png?width=1080\u0026crop=smart\u0026auto=webp\u0026s=312e313719ad8575ef0c435bbd2cc3606cf3d6a9", "width": 1080, "height": 607}], "variants": {}, "id": "eCr4kTRaOCDmqbZEKVukl_e7COIxAWqJRC7o9D-_ygk"}], "enabled": true}, "all_awardings": [{"giver_coin_reward": null, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 150, "id": "award_f44611f1-b89e-46dc-97fe-892280b13b82", "penny_donate": null, "coin_reward": 0, "icon_url": "https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png", "days_of_premium": 0, "icon_height": 2048, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\u0026height=16\u0026auto=webp\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\u0026height=32\u0026auto=webp\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\u0026height=48\u0026auto=webp\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\u0026height=64\u0026auto=webp\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\u0026height=128\u0026auto=webp\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878", "width": 128, "height": 128}], "icon_width": 2048, "static_icon_width": 2048, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "Thank you stranger. Shows the award.", "end_date": null, "subreddit_coin_reward": 0, "count": 3, "static_icon_height": 2048, "name": "Helpful", "resized_static_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=16\u0026height=16\u0026auto=webp\u0026s=a5662dfbdb402bf67866c050aa76c31c147c2f45", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=32\u0026height=32\u0026auto=webp\u0026s=a6882eb3f380e8e88009789f4d0072e17b8c59f1", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=48\u0026height=48\u0026auto=webp\u0026s=e50064b090879e8a0b55e433f6ee61d5cb5fbe1d", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=64\u0026height=64\u0026auto=webp\u0026s=8e5bb2e76683cb6b161830bcdd9642049d6adc11", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png?width=128\u0026height=128\u0026auto=webp\u0026s=eda4a9246f95f42ee6940cc0ec65306fd20de878", "width": 128, "height": 128}], "icon_format": null, "award_sub_type": "GLOBAL", "penny_price": null, "award_type": "global", "static_icon_url": "https://i.redd.it/award_images/t5_22cerq/klvxk1wggfd41_Helpful.png"}, {"giver_coin_reward": null, "subreddit_id": null, "is_new": false, "days_of_drip_extension": 0, "coin_price": 125, "id": "award_5f123e3d-4f48-42f4-9c11-e98b566d5897", "penny_donate": null, "coin_reward": 0, "icon_url": "https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png", "days_of_premium": 0, "icon_height": 2048, "tiers_by_required_awardings": null, "resized_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\u0026height=16\u0026auto=webp\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\u0026height=32\u0026auto=webp\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\u0026height=48\u0026auto=webp\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\u0026height=64\u0026auto=webp\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\u0026height=128\u0026auto=webp\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b", "width": 128, "height": 128}], "icon_width": 2048, "static_icon_width": 2048, "start_date": null, "is_enabled": true, "awardings_required_to_grant_benefits": null, "description": "When you come across a feel-good thing.", "end_date": null, "subreddit_coin_reward": 0, "count": 1, "static_icon_height": 2048, "name": "Wholesome", "resized_static_icons": [{"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=16\u0026height=16\u0026auto=webp\u0026s=92932f465d58e4c16b12b6eac4ca07d27e3d11c0", "width": 16, "height": 16}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=32\u0026height=32\u0026auto=webp\u0026s=d11484a208d68a318bf9d4fcf371171a1cb6a7ef", "width": 32, "height": 32}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=48\u0026height=48\u0026auto=webp\u0026s=febdf28b6f39f7da7eb1365325b85e0bb49a9f63", "width": 48, "height": 48}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=64\u0026height=64\u0026auto=webp\u0026s=b4406a2d88bf86fa3dc8a45aacf7e0c7bdccc4fb", "width": 64, "height": 64}, {"url": "https://preview.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png?width=128\u0026height=128\u0026auto=webp\u0026s=19555b13e3e196b62eeb9160d1ac1d1b372dcb0b", "width": 128, "height": 128}], "icon_format": null, "award_sub_type": "GLOBAL", "penny_price": null, "award_type": "global", "static_icon_url": "https://i.redd.it/award_images/t5_22cerq/5izbv4fn0md41_Wholesome.png"}], "awarders": [], "media_only": false, "sr_detail": {"default_set": true, "user_is_contributor": null, "banner_img": "https://b.thumbs.redditmedia.com/uJQnxa5Slb5S7EPrrsFRJaaNDYY19OX_iYZW-bWcbRU.png", "restrict_posting": true, "user_is_banned": null, "free_form_reports": true, "community_icon": "https://styles.redditmedia.com/t5_2qimj/styles/communityIcon_uggf5vl9l8971.png?width=256\u0026s=32e8307a97f92024f30274b4d222db23bab53c92", "show_media": true, "icon_color": "", "user_is_muted": null, "display_name": "formula1", "header_img": "https://b.thumbs.redditmedia.com/fd9Aqtfjj5pI-BjlNg6vv-IIM5YH1fKhvsWuWr23Z9U.png", "title": "Formula 1", "previous_names": [], "over_18": false, "icon_size": [256, 256], "primary_color": "#15151e", "icon_img": "https://b.thumbs.redditmedia.com/9PpQkSfVjxbfvJr1yt6QB3N8XCAyprfOhQY8MhkBFek.png", "description": "- [](/topBegin)[](#gb)\n- [Hub](https://redd.it/oldf1k) [FP1](https://redd.it/olgggn) [Q](https://redd.it/oljrun) [PQ](https://redd.it/olmaa2) [FP2](https://redd.it/om1rff) [SQ](https://redd.it/om5bsf) [PSQ](https://redd.it/om6yrr)[](/topEnd) [Discord](https://discordapp.com/invite/WcJsaqf) [Twitter](https://twitter.com/F1Subreddit)\n\n#\n- New to Formula 1?\n - [FAQ](/r/formula1/w/faq)\n - [Wiki](/r/formula1/w/newtof1)\n\n#\n- [](/beginInfoHead)British Grand Prix\n - Silverstone, Great Britain[](/endInfoHead)\n - [](/countDownBegin)0 days, 13 hours and 4 minutes[](/countDownEnd)\n - [f1calendar.com](http://f1calendar.com) [f1countdown.com](http://f1countdown.com)\n- Event Schedule[](/beginInfoSched)\n\u003E|Session | Time (UTC)\n|-|-\nFree Practice 1|Fri \u2022 13:30\nQualifying|Fri \u2022 17:00\nFree Practice 2|Sat \u2022 11:00\nSprint Qualifying|Sat \u2022 15:30\nRace|Sun \u2022 14:00[](/endInfoSched)\n\u003E[Convert](http://f1calendar.com)\n\u003E\n\u003E[Where to Watch](/r/formula1/w/index#wiki_2014_tv_coverage)\n\n- Circuit Guide\n\u003E [](/beginInfoCirc)Silverstone Circuit\n\u003E\n|||\n|-|-\nLaps|52\n|Circuit Length|5.891 km (3.660 mi)\nRace Length|306.291 (190.320 mi)\nFirst Held|1926\nLap Record|1:27.097 ([](#nl) M. Verstappen, Red Bull Racing-Honda, 2020)\nLinks|[Track Guide](https://www.formula1.com/en/racing/2021/Great_Britain.html) - [Wikipedia](https://en.wikipedia.org/wiki/British_Grand_Prix)[](/endInfoCirc)\n\n- Track Map\n\u003E [](/beginTrackname)Silverstone Circuit[](/endTrackname)\n\u003E\n\u003E [Map](#map)\n\n- Last Time Out\n\u003E#Pole Position[](/beginInfoLast)\n[](#gb) Lewis Hamilton, Mercedes, 1:24.303\n\u003E #Podium\n[](#gb) L. Hamilton, Mercedes\n\u003E \n[](#nl) M. Verstappen, Red Bull Racing-Honda, +5.856\n\u003E \n[](#mc) C. Leclerc, Ferrari, +18.474\n\u003E \n#Fastest Lap\n[](#nl) Max Verstappen, Red Bull Racing-Honda, 1:27.097[](/endInfoLast)\n\u003E\n[](/dud)\n\n- [](/weatherBegin)Weather Prediction\n\u003E - Race\n\u003E - [](#w01d)\n\u003E - Clear sky\n\u003E - 26 \u00b0C / 79 \u00b0F\n\u003E\n\u003E [Link to source](http://openweathermap.org/city/2642465)\n\u003E\n\u003E [Live weather prediction and radar (by /u/Forzonex)](https://trackweather.live/)[](/weatherEnd)\n\n- 2021 Drivers Championship[](/beginDriverStand)\n\u003E|#|Driver \u2022 Team|Pts|\n|-|-|-\n|01|[](#nl) **Verstappen** \u2022 Red Bull|182\n|02|[](#gb) Hamilton \u2022 Mercedes|150\n|03|[](#mx) Perez \u2022 Red Bull|104\n|04|[](#gb) Norris \u2022 McLaren|101\n|05|[](#fi) Bottas \u2022 Mercedes|92\n|06|[](#mc) Leclerc \u2022 Ferrari|62\n|07|[](#es) Sainz \u2022 Ferrari|60\n|08|[](#au) Ricciardo \u2022 McLaren|40\n|09|[](#fr) Gasly \u2022 AlphaTauri|39\n|10|[](#de) Vettel \u2022 Aston Martin|30[](/endDriverStand)\n\u003E[Full Standings](https://www.formula1.com/en/results.html/2021/drivers.html)\n\n- 2021 Constructors Championship[](/beginTeamStand)\n\u003E|#|Team|Pts|\n|-|-|-\n|01|[](#at) **Red Bull Racing Honda**|286\n|02|[](#de) Mercedes|242\n|03|[](#gb) McLaren Mercedes|141\n|04|[](#it) Ferrari|122\n|05|[](#it) AlphaTauri Honda|48\n|06|[](#gb) Aston Martin Mercedes|44\n|07|[](#fr) Alpine Renault|32\n|08|[](#ch) Alfa Romeo Racing Ferrari|2\n|09|[](#gb) Williams Mercedes|0\n|10|[](#us) Haas Ferrari|0[](/endTeamStand)\n\n# Subreddit Rules\n\nPlease read [the full subreddit rules](/r/formula1/w/userguide#wiki_posting_guidelines) before submitting your comment or post.\n\nLooking for the [](/ddBegin)[Daily Discussion thread](https://redd.it/olzcw7)[](/ddEnd)?\n\n\u003E #Menu\n\u003E\u003E\u003E - About\n - [Submit a New Post](/r/formula1/submit)\n - [Posting Guidelines](/r/formula1/w/userguide#wiki_posting_guidelines)\n - [Recurring Threads](/r/formula1/w/userguide#wiki_recurring_threads)\n - [/r/Formula1 Editorial Team Posts](https://www.reddit.com/r/formula1/wiki/create/f1_editorial_posts)\n - [Daily Discussion Threads](https://www.reddit.com/r/formula1/search?q=daily+discussion\u0026restrict_sr=on\u0026include_over_18=on\u0026sort=new\u0026t=all)\n - [IRC Chat](https://kiwiirc.com/client/irc.snoonet.org/f1/)\n\u003E\u003E\u003E - Filters\n - [Default](http://reddit.com/r/formula1)\n - [Hide Sessions](http://hs.reddit.com/r/formula1)\n - [Session Only](http://so.reddit.com/r/formula1/search?q=flair:race+OR+flair:practice+OR+flair:qualifying\u0026restrict_sr=on\u0026t=new\u0026sort=new)\n - [No Style](http://ns.reddit.com/r/formula1)\n - [Videos](http://reddit.com/r/formula1/search?q=flair:video\u0026=\u0026restrict_sr=on\u0026sort=new)\n - [Rumours](http://reddit.com/r/formula1/search?q=flair:rumour\u0026=\u0026restrict_sr=on\u0026sort=new)\n - [Off-Topic](http://reddit.com/r/formula1/search?q=flair:off-topic\u0026=\u0026restrict_sr=on\u0026sort=new)\n - [Featured](https://www.reddit.com/r/formula1/search?q=flair%3AFeatured\u0026restrict_sr=on\u0026sort=new\u0026t=all)\n\n\u003E\u003E #\n\u003E\u003E\u003E - F1 Information\n - [F1 Calendar](/r/formula1/w/#wiki_calendar)\n - [F1 Fantasy](/r/formula1/w/userguide#wiki_fantasy)\n - [F1 FAQ](/r/formula1/w/faq)\n - [Live Timing](/r/formula1/w/userguide#wiki_live_timing)\n - [Spotter Guide](https://imgur.com/a/I40G2)\n - [Streaming and Downloads](/r/motorsportsstreams/w/streaming)\n - [Videos for New Fans](/sgcck)\n - [/r/Formula1 AMAs](https://www.reddit.com/r/formula1/wiki/amas)\n\n\u003E\u003E #\n\u003E\u003E\u003E - Team Websites\n - [Alfa Romeo Racing Orlen](https://www.alfaromeo.com/alfa-romeo-racing)\n - [Aston Martin Cognizant F1 Team](https://www.astonmartinf1.com/)\n - [Red Bull Racing](http://redbullracing.com)\n - [Haas F1 Team](https://haasf1team.com/)\n - [McLaren F1 Team](http://mclaren.com/formula1)\n - [Mercedes AMG Petronas F1 Team](http://mercedes-amg-f1.com)\n - [Renault F1 Team](http://renaultsport.com)\n - [Scuderia AlphaTauri](https://www.scuderiaalphatauri.com/)\n - [Scuderia Ferrari](http://formula1.ferrari.com)\n - [Williams Martini Racing](http://williamsf1.com)\n\n#\n\u003E # Subreddits\n\u003E\u003E\u003E - F1 Related\n - *General*\n - /r/F1circlejerk\n - /r/F1Meetup\n - /r/F1Porn\n - /r/F1Technical\n - /r/Formula1GIFS\n - /r/vintageF1\n - /r/Formula1Posters\n - *F1 Teams* \n - /r/AstonMartinFormula1\n - /r/AlpineF1Team \n - /r/MercedesAMGF1\n - /r/RedBullRacing\n - /r/HaasF1Team\n - /r/ScuderiaToroRosso\n - /r/ScuderiaFerrari \n - /r/McLarenFormula1\n - /r/WilliamsF1 \n\n\u003E\u003E #\n\n\u003E\u003E\u003E - Motorsport\n - *General*\n - /r/Autosports\n - /r/Motorsports\n - /r/MotorSportsStreams\n - /r/RaceTrackDesigns\n - *Other Racing Series*\n - /r/BTCC\n - /r/ExtremeE\n - /r/F1FeederSeries\n - /r/FormulaE\n - /r/INDYCAR\n - /r/Karting\n - /r/MotoGP\n - /r/NASCAR\n - /r/Rally\n - /r/Super_GT \n - /r/Touring_Cars\n - /r/USCR\n - /r/V8supercars\n - /r/WEC\n - /r/WRC \n \n\u003E\u003E #\n\n\u003E\u003E\u003E- Virtual Racing\n - /r/F1Game\n - /r/F1RacingLeague \n - /r/Simracing\n - /r/VirtualWDCPC\n\n#\n\n\u003E [](/beginHeaderQuote)Mods are asleep! Post Formula E! /s [](/endHeaderQuote)\n\n#\n\n\u003E #2021 Driver Standings [](/beginDriverSide)\n\u003E \n\u003E |#|Driver|Team|Pts|\n\u003E |:-:|:--|:--|:-:|\n\u003E |1 [](#rbr)|[](#nl) **[Verstappen](https://www.formula1.com/en/drivers/max-verstappen.html)**|Red Bull|182|\n\u003E |2 [](#merc)|[](#gb) [Hamilton](https://www.formula1.com/en/drivers/lewis-hamilton.html)|Mercedes|150|\n\u003E |3 [](#rbr)|[](#mx) [P\u00e9rez](https://www.formula1.com/en/drivers/sergio-perez.html)|Red Bull|104|\n\u003E |4 [](#mcl)|[](#gb) [Norris](https://www.formula1.com/en/drivers/lando-norris.html)|McLaren|101|\n\u003E |5 [](#merc)|[](#fi) [Bottas](https://www.formula1.com/en/drivers/valtteri-bottas.html)|Mercedes|92|\n\u003E |6 [](#fer)|[](#mc) [Leclerc](https://www.formula1.com/en/drivers/charles-leclerc.html)|Ferrari|62|\n\u003E |7 [](#fer)|[](#es) [Sainz](https://www.formula1.com/en/drivers/carlos-sainz.html)|Ferrari|60|\n\u003E |8 [](#mcl)|[](#au) [Ricciardo](https://www.formula1.com/en/drivers/daniel-ricciardo.html)|McLaren|40|\n\u003E |9 [](#alp)|[](#fr) [Gasly](https://www.formula1.com/en/drivers/pierre-gasly.html)|AlphaTauri|39|\n\u003E |10 [](#ast)|[](#de) [Vettel](https://www.formula1.com/en/drivers/sebastian-vettel.html)|Aston Martin|30|\n\u003E |11 [](#apn)|[](#es) [Alonso](https://www.formula1.com/en/drivers/fernando-alonso.html)|Alpine|20|\n\u003E |12 [](#ast)|[](#ca) [Stroll](https://www.formula1.com/en/drivers/lance-stroll.html)|Aston Martin|14|\n\u003E |13 [](#apn)|[](#fr) [Ocon](https://www.formula1.com/en/drivers/esteban-ocon.html)|Alpine|12|\n\u003E |14 [](#alp)|[](#jp) [Tsunoda](https://www.formula1.com/en/drivers/yuki-tsunoda.html)|AlphaTauri|9|\n\u003E |15 [](#alf)|[](#fi) [R\u00e4ikk\u00f6nen](https://www.formula1.com/en/drivers/kimi-raikkonen.html)|Alfa Romeo|1|\n\u003E |16 [](#alf)|[](#it) [Giovinazzi](https://www.formula1.com/en/drivers/antonio-giovinazzi.html)|Alfa Romeo|1|\n\u003E |17 [](#wil)|[](#gb) [Russell](https://www.formula1.com/en/drivers/george-russell.html)|Williams|0|\n\u003E |18 [](#has)|[](#de) [Schumacher](https://www.formula1.com/en/drivers/mick-schumacher.html)|Haas|0|\n\u003E |19 [](#has)|[](#neutral) [Mazepin](https://www.formula1.com/en/drivers/nikita-mazepin.html)|Haas|0|\n\u003E |20 [](#wil)|[](#ca) [Latifi](https://www.formula1.com/en/drivers/nicholas-latifi.html)|Williams|0|[](/endDriverSide)\n\u003E \n\n\u003E #2021 Constructor Standings[](/beginTeamSide)\n\u003E \n\u003E |#|Team|Pts|\n\u003E |:-:|:--|:-:|\n\u003E |1 [](#rbr)|[](#at) **[Red Bull](https://www.formula1.com/en/teams/Red-Bull-Racing.html)**|286\n\u003E |2 [](#merc)|[](#de) [Mercedes](https://www.formula1.com/en/teams/Mercedes.html)|242\n\u003E |3 [](#mcl)|[](#gb) [McLaren](https://www.formula1.com/en/teams/McLaren.html)|141\n\u003E |4 [](#fer)|[](#it) [Ferrari](https://www.formula1.com/en/teams/Ferrari.html)|122\n\u003E |5 [](#alp)|[](#it) [AlphaTauri](https://www.formula1.com/en/teams/AlphaTauri.html)|48\n\u003E |6 [](#ast)|[](#gb) [Aston Martin](https://www.formula1.com/en/teams/Aston-Martin.html)|44\n\u003E |7 [](#apn)|[](#fr) [Alpine](https://www.formula1.com/en/teams/Alpine.html)|32\n\u003E |8 [](#alf)|[](#ch) [Alfa Romeo](https://www.formula1.com/en/teams/Alfa-Romeo-Racing.html)|2\n\u003E |9 [](#wil)|[](#gb) [Williams](https://www.formula1.com/en/teams/Williams.html)|0\n\u003E |10 [](#has)|[](#us) [Haas](https://www.formula1.com/en/teams/Haas-F1-Team.html)|0[](/endTeamSide)\n\u003E\n \n#\n- i\n- i\n- i\n- i", "is_chat_post_feature_enabled": true, "submit_link_label": "Submit a new post", "header_size": [43, 66], "restrict_commenting": false, "subscribers": 1575995, "submit_text_label": "", "link_flair_position": "left", "display_name_prefixed": "r/formula1", "key_color": "#222222", "name": "t5_2qimj", "created": 1212990459.0, "url": "/r/formula1/", "quarantine": false, "created_utc": 1212961659.0, "banner_size": [1280, 384], "allow_chat_post_creation": false, "user_is_moderator": null, "public_description": "The best independent Formula 1 community anywhere. News, stories and discussion from and about the world of Formula 1.", "link_flair_enabled": true, "disable_contributor_requests": false, "subreddit_type": "public", "user_is_subscriber": null}, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": ":safety-car-aston-martin: Safety Car", "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2qimj", "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "", "id": "om6z6m", "is_robot_indexable": true, "report_reasons": null, "author": "overspeeed", "discussion_type": null, "num_comments": 1366, "send_replies": true, "media": null, "contest_mode": false, "author_patreon_flair": false, "author_flair_text_color": "dark", "permalink": "/r/formula1/comments/om6z6m/max_verstappen_wins_sprint_qualifying_and_takes/", "whitelist_status": "all_ads", "stickied": false, "url": "https://i.redd.it/rox9zuaupsb71.png", "subreddit_subscribers": 1575995, "created_utc": 1626537610.0, "num_crossposts": 1, "mod_reports": [], "is_video": false}}], "before": null}}, "query_string": "2021 British Grand Prix", "display_string": "2021 British Grand Prix", "is_subreddit_whitelisted": true}, {"group": [], "subreddit_occurences": 1, "brand_safe": false, "results": {"kind": "Listing", "data": {"after": null, "dist": 1, "modhash": "", "geo_filter": "", "children": [{"kind": "t3", "data": {"approved_at_utc": null, "subreddit": "pics", "selftext": "", "user_reports": [], "saved": false, "mod_reason_title": null, "gilded": 0, "clicked": false, "title": "Photo by Pulitzer Prize-winning Indian photojournalist Danish Siddiqui. He was killed yesterday.", "link_flair_richtext": [], "subreddit_name_prefixed": "r/pics", "hidden": false, "pwls": 6, "link_flair_css_class": null, "downs": 0, "thumbnail_height": 93, "top_awarded_type": null, "parent_whitelist_status": "all_ads", "hide_score": false, "name": "t3_om9yne", "quarantine": false, "link_flair_text_color": "dark", "upvote_ratio": 0.96, "author_flair_background_color": null, "subreddit_type": "public", "ups": 778, "total_awards_received": 0, "media_embed": {}, "thumbnail_width": 140, "author_flair_template_id": null, "is_original_content": false, "author_fullname": "t2_67luaghk", "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": 778, "approved_by": null, "is_created_from_ads_ui": false, "author_premium": true, "thumbnail": "https://a.thumbs.redditmedia.com/fXpwlKVM6xx1EUkTLvJdwcEAhH9yp8gXVxCobynwM38.jpg", "edited": false, "author_flair_css_class": null, "author_flair_richtext": [], "gildings": {}, "post_hint": "image", "content_categories": ["photography"], "is_self": false, "mod_note": null, "created": 1626575777.0, "link_flair_type": "text", "wls": 6, "removed_by_category": null, "banned_by": null, "author_flair_type": "text", "domain": "i.redd.it", "allow_live_comments": false, "selftext_html": null, "likes": null, "suggested_sort": null, "banned_at_utc": null, "url_overridden_by_dest": "https://i.redd.it/52v0d4jqhtb71.jpg", "view_count": null, "archived": false, "no_follow": false, "is_crosspostable": false, "pinned": false, "over_18": false, "preview": {"images": [{"source": {"url": "https://preview.redd.it/52v0d4jqhtb71.jpg?auto=webp\u0026s=f3d4602537c01afece104415ad8b17edde9584c9", "width": 2048, "height": 1372}, "resolutions": [{"url": "https://preview.redd.it/52v0d4jqhtb71.jpg?width=108\u0026crop=smart\u0026auto=webp\u0026s=d155f04e67c6e89fcf3423180c9baa30c3a5f6eb", "width": 108, "height": 72}, {"url": "https://preview.redd.it/52v0d4jqhtb71.jpg?width=216\u0026crop=smart\u0026auto=webp\u0026s=b07bf448fe679a63546e0a964a6fdfbeaa7ccdec", "width": 216, "height": 144}, {"url": "https://preview.redd.it/52v0d4jqhtb71.jpg?width=320\u0026crop=smart\u0026auto=webp\u0026s=926323cde0e4285ca09d8f603abf97b5ea64d1e2", "width": 320, "height": 214}, {"url": "https://preview.redd.it/52v0d4jqhtb71.jpg?width=640\u0026crop=smart\u0026auto=webp\u0026s=7d049df1180e53db6cb5e3aeb87eeb6c3f40b0d3", "width": 640, "height": 428}, {"url": "https://preview.redd.it/52v0d4jqhtb71.jpg?width=960\u0026crop=smart\u0026auto=webp\u0026s=c3c84e56bb841c6391221fc70de17e1604bd7a5b", "width": 960, "height": 643}, {"url": "https://preview.redd.it/52v0d4jqhtb71.jpg?width=1080\u0026crop=smart\u0026auto=webp\u0026s=7db0c3536895b6365e692e9da93524211d4e6d46", "width": 1080, "height": 723}], "variants": {}, "id": "JvIy8_Ouv0bM5qPY1YHmkIdXNNBJKe0APUURtZ7o95k"}], "enabled": true}, "all_awardings": [], "awarders": [], "media_only": false, "sr_detail": {"default_set": true, "user_is_contributor": null, "banner_img": "", "restrict_posting": true, "user_is_banned": null, "free_form_reports": true, "community_icon": null, "show_media": true, "icon_color": "", "user_is_muted": null, "display_name": "pics", "header_img": "https://b.thumbs.redditmedia.com/1zT3FeN8pCAFIooNVuyuZ0ObU0x1ro4wPfArGHl3KjM.png", "title": "Reddit Pics", "previous_names": [], "over_18": false, "icon_size": [256, 256], "primary_color": "#ffffff", "icon_img": "https://b.thumbs.redditmedia.com/VZX_KQLnI1DPhlEZ07bIcLzwR1Win808RIt7zm49VIQ.png", "description": "[Rules](https://www.reddit.com/r/pics/wiki/index)\n\n1. No screenshots or pics where the only focus is a screen. [more\u003E\u003E](https://www.reddit.com/r/pics/wiki/index#wiki_rule_1_-_no_screenshots)\n\n2. No pictures with added or superimposed digital text. [more\u003E\u003E](https://www.reddit.com/r/pics/wiki/index#wiki_rule_2_-_no_digital_elements)\n\n3. No porn or gore. [more\u003E\u003E](https://www.reddit.com/r/pics/wiki/index#wiki_rule_3_-_no_porn.2Fgore)\n\n4. No personal information, direct links to any social media, subreddit-related meta-drama, witch-hunts or missing/found posts. [more\u003E\u003E](https://www.reddit.com/r/pics/wiki/index#wiki_rule_4_-_no_doxing.2Fwitch_hunts)\n\n5. All titles must follow title rules. [more\u003E\u003E](https://www.reddit.com/r/pics/wiki/titles)\n\n6. Submissions are only allowed from one of the approved image hosts. [more\u003E\u003E](https://www.reddit.com/r/pics/wiki/index#wiki_rule_6_-_only_allowed_image_hosts) \n\n7. No gifs or videos. [more\u003E\u003E](https://www.reddit.com/r/pics/wiki/index#wiki_rule_7_-_no_gifs)\n\n8. Comments must be civil. Any racism, bigotry, or any other kind of hate speech is strictly prohibited and will result in a ban. [more\u003E\u003E](https://www.reddit.com/r/pics/wiki/index#wiki_rule_8_-_civility)\n\n9. No submissions featuring before-and-after depictions of personal health progress or achievement. [more\u003E\u003E](https://www.reddit.com/r/pics/wiki/index#wiki_rule_9_-_no_progress_pics)\n\n10. No false claims of ownership (FCoO) or flooding. [more\u003E\u003E](https://www.reddit.com/r/pics/wiki/index#wiki_rule_10_-_no_fcoo.2Fflooding)\n\n11. Reposts of images on the front page, or within the set limit of /r/pics/top, will be removed. [more\u003E\u003E](https://www.reddit.com/r/pics/wiki/index#wiki_rule_11_-_repost_limitations)\n\n12. Normal users are allowed only one self-promotional link per post. [more\u003E\u003E](https://www.reddit.com/r/pics/wiki/index#wiki_rule_12_-_limited_self-promotion)\n\n---\n\n[Additional/Temporary Rules](https://www.reddit.com/r/pics/wiki/index#wiki_additional.2Ftemporary_rules)\n\n* Serial reposters may be filtered or banned. \n\n* We prefer that new users post original content and not common pictures from the internet.\n\n* All posts by new users require mod approval in order to weed out spammers. \n\n* Please mark spoilers for current movies/games/books with spoiler tags. \n\n---\n\nIf you want a picture that belongs to you to be removed from /r/pics then please file a copyright notice [here](https://reddit.zendesk.com/hc/en-us/requests/new?ticket_form_id=73465).\n\n---\n\nClick [here](https://www.reddit.com/r/pics/wiki/links) to find more specialized picture subreddits", "submit_link_label": "Submit A Picture", "header_size": [160, 64], "restrict_commenting": false, "subscribers": 27642792, "submit_text_label": "Describe A Photograph", "link_flair_position": "left", "display_name_prefixed": "r/pics", "key_color": "#222222", "name": "t5_2qh0u", "created": 1201249869.0, "url": "/r/pics/", "quarantine": false, "created_utc": 1201221069.0, "banner_size": null, "user_is_moderator": null, "public_description": "A place for pictures and photographs.", "link_flair_enabled": true, "disable_contributor_requests": false, "subreddit_type": "public", "user_is_subscriber": null}, "can_gild": false, "spoiler": false, "locked": false, "author_flair_text": null, "treatment_tags": [], "visited": false, "removed_by": null, "num_reports": null, "distinguished": null, "subreddit_id": "t5_2qh0u", "mod_reason_by": null, "removal_reason": null, "link_flair_background_color": "", "id": "om9yne", "is_robot_indexable": true, "report_reasons": null, "author": "crinnoire", "discussion_type": null, "num_comments": 27, "send_replies": true, "media": null, "contest_mode": false, "author_patreon_flair": false, "author_flair_text_color": null, "permalink": "/r/pics/comments/om9yne/photo_by_pulitzer_prizewinning_indian/", "whitelist_status": "all_ads", "stickied": false, "url": "https://i.redd.it/52v0d4jqhtb71.jpg", "subreddit_subscribers": 27642792, "created_utc": 1626546977.0, "num_crossposts": 0, "mod_reports": [], "is_video": false}}], "before": null}}, "query_string": "Danish Siddiqui", "display_string": "Danish Siddiqui", "is_subreddit_whitelisted": true}]}
+ */
+ //https://www.reddit.com/search.json?q=Olympics&source=trending
+ @GET("/api/trending_searches_v1.json?withAds=0&raw_json=1&gilding_detail=1")
+ Call<String> getTrendingSearches(@HeaderMap Map<String, String> headers);
}
diff --git a/app/src/main/java/ml/docilealligator/infinityforreddit/fragments/PostFragment.java b/app/src/main/java/ml/docilealligator/infinityforreddit/fragments/PostFragment.java
index 4aa058d7..74967e72 100644
--- a/app/src/main/java/ml/docilealligator/infinityforreddit/fragments/PostFragment.java
+++ b/app/src/main/java/ml/docilealligator/infinityforreddit/fragments/PostFragment.java
@@ -136,6 +136,7 @@ public class PostFragment extends Fragment implements FragmentCommunicator {
public static final String EXTRA_USER_NAME = "EUN";
public static final String EXTRA_USER_WHERE = "EUW";
public static final String EXTRA_QUERY = "EQ";
+ public static final String EXTRA_TRENDING_SOURCE = "ETS";
public static final String EXTRA_POST_TYPE = "EPT";
public static final String EXTRA_FILTER = "EF";
public static final String EXTRA_ACCESS_TOKEN = "EAT";
@@ -221,6 +222,7 @@ public class PostFragment extends Fragment implements FragmentCommunicator {
private String subredditName;
private String username;
private String query;
+ private String trendingSource;
private String where;
private String multiRedditPath;
private String concatenatedSubredditNames;
@@ -423,6 +425,7 @@ public class PostFragment extends Fragment implements FragmentCommunicator {
if (postType == PostDataSource.TYPE_SEARCH) {
subredditName = getArguments().getString(EXTRA_NAME);
query = getArguments().getString(EXTRA_QUERY);
+ trendingSource = getArguments().getString(EXTRA_TRENDING_SOURCE);
if (savedInstanceState == null) {
postFragmentId += query.hashCode();
}
@@ -450,6 +453,7 @@ public class PostFragment extends Fragment implements FragmentCommunicator {
Intent intent = new Intent(activity, FilteredPostsActivity.class);
intent.putExtra(FilteredPostsActivity.EXTRA_NAME, subredditName);
intent.putExtra(FilteredPostsActivity.EXTRA_QUERY, query);
+ intent.putExtra(FilteredPostsActivity.EXTRA_TRENDING_SOURCE, trendingSource);
intent.putExtra(FilteredPostsActivity.EXTRA_POST_TYPE, postType);
intent.putExtra(FilteredPostsActivity.EXTRA_FILTER, filter);
startActivity(intent);
@@ -460,6 +464,7 @@ public class PostFragment extends Fragment implements FragmentCommunicator {
Intent intent = new Intent(activity, FilteredPostsActivity.class);
intent.putExtra(FilteredPostsActivity.EXTRA_NAME, subredditName);
intent.putExtra(FilteredPostsActivity.EXTRA_QUERY, query);
+ intent.putExtra(FilteredPostsActivity.EXTRA_TRENDING_SOURCE, trendingSource);
intent.putExtra(FilteredPostsActivity.EXTRA_POST_TYPE, postType);
intent.putExtra(FilteredPostsActivity.EXTRA_CONTAIN_FLAIR, flair);
startActivity(intent);
@@ -470,6 +475,7 @@ public class PostFragment extends Fragment implements FragmentCommunicator {
Intent intent = new Intent(activity, FilteredPostsActivity.class);
intent.putExtra(FilteredPostsActivity.EXTRA_NAME, subredditName);
intent.putExtra(FilteredPostsActivity.EXTRA_QUERY, query);
+ intent.putExtra(FilteredPostsActivity.EXTRA_TRENDING_SOURCE, trendingSource);
intent.putExtra(FilteredPostsActivity.EXTRA_POST_TYPE, postType);
intent.putExtra(FilteredPostsActivity.EXTRA_FILTER, Post.NSFW_TYPE);
startActivity(intent);
@@ -1096,8 +1102,8 @@ public class PostFragment extends Fragment implements FragmentCommunicator {
mPostViewModel = new ViewModelProvider(PostFragment.this, new PostViewModel.Factory(mExecutor,
new Handler(), accessToken == null ? mRetrofit : mOauthRetrofit, accessToken,
accountName, mSharedPreferences,
- mPostFeedScrolledPositionSharedPreferences, subredditName, query, postType, sortType,
- postFilter, readPosts)).get(PostViewModel.class);
+ mPostFeedScrolledPositionSharedPreferences, subredditName, query, trendingSource,
+ postType, sortType, postFilter, readPosts)).get(PostViewModel.class);
} else if (postType == PostDataSource.TYPE_SUBREDDIT) {
mPostViewModel = new ViewModelProvider(PostFragment.this, new PostViewModel.Factory(mExecutor,
new Handler(), accessToken == null ? mRetrofit : mOauthRetrofit, accessToken,
@@ -1132,8 +1138,8 @@ public class PostFragment extends Fragment implements FragmentCommunicator {
mPostViewModel = new ViewModelProvider(PostFragment.this, new PostViewModel.Factory(mExecutor,
new Handler(), mRetrofit, null,
accountName, mSharedPreferences,
- mPostFeedScrolledPositionSharedPreferences, subredditName, query, postType, sortType,
- postFilter, readPosts)).get(PostViewModel.class);
+ mPostFeedScrolledPositionSharedPreferences, subredditName, query, trendingSource,
+ postType, sortType, postFilter, readPosts)).get(PostViewModel.class);
} else if (postType == PostDataSource.TYPE_SUBREDDIT) {
mPostViewModel = new ViewModelProvider(this, new PostViewModel.Factory(mExecutor,
new Handler(), mRetrofit, null,
@@ -1509,6 +1515,7 @@ public class PostFragment extends Fragment implements FragmentCommunicator {
Intent intent = new Intent(activity, FilteredPostsActivity.class);
intent.putExtra(FilteredPostsActivity.EXTRA_NAME, subredditName);
intent.putExtra(FilteredPostsActivity.EXTRA_QUERY, query);
+ intent.putExtra(FilteredPostsActivity.EXTRA_TRENDING_SOURCE, trendingSource);
intent.putExtra(FilteredPostsActivity.EXTRA_POST_TYPE, postType);
startActivity(intent);
} else if (postType == PostDataSource.TYPE_SUBREDDIT) {
diff --git a/app/src/main/java/ml/docilealligator/infinityforreddit/post/PostDataSource.java b/app/src/main/java/ml/docilealligator/infinityforreddit/post/PostDataSource.java
index 9c8490ef..57a6b5e3 100644
--- a/app/src/main/java/ml/docilealligator/infinityforreddit/post/PostDataSource.java
+++ b/app/src/main/java/ml/docilealligator/infinityforreddit/post/PostDataSource.java
@@ -48,6 +48,7 @@ public class PostDataSource extends PageKeyedDataSource<String, Post> {
private SharedPreferences postFeedScrolledPositionSharedPreferences;
private String subredditOrUserName;
private String query;
+ private String trendingSource;
private int postType;
private SortType sortType;
private PostFilter postFilter;
@@ -151,8 +152,8 @@ public class PostDataSource extends PageKeyedDataSource<String, Post> {
PostDataSource(Executor executor, Handler handler, Retrofit retrofit, String accessToken, String accountName,
SharedPreferences sharedPreferences, SharedPreferences postFeedScrolledPositionSharedPreferences,
- String subredditOrUserName, String query, int postType, SortType sortType, PostFilter postFilter,
- List<ReadPost> readPostList) {
+ String subredditOrUserName, String query, String trendingSource, int postType,
+ SortType sortType, PostFilter postFilter, List<ReadPost> readPostList) {
this.executor = executor;
this.handler = handler;
this.retrofit = retrofit;
@@ -162,6 +163,7 @@ public class PostDataSource extends PageKeyedDataSource<String, Post> {
this.postFeedScrolledPositionSharedPreferences = postFeedScrolledPositionSharedPreferences;
this.subredditOrUserName = subredditOrUserName;
this.query = query;
+ this.trendingSource = trendingSource;
paginationNetworkStateLiveData = new MutableLiveData<>();
initialLoadStateLiveData = new MutableLiveData<>();
hasPostLiveData = new MutableLiveData<>();
@@ -639,16 +641,17 @@ public class PostDataSource extends PageKeyedDataSource<String, Post> {
if (subredditOrUserName == null) {
if (accessToken == null) {
if (sortType.getTime() != null) {
- getPost = api.searchPosts(query, lastItem, sortType.getType().value, sortType.getTime().value);
+ getPost = api.searchPosts(query, lastItem, sortType.getType().value, sortType.getTime().value,
+ trendingSource);
} else {
- getPost = api.searchPosts(query, lastItem, sortType.getType().value);
+ getPost = api.searchPosts(query, lastItem, sortType.getType().value, trendingSource);
}
} else {
if(sortType.getTime() != null) {
getPost = api.searchPostsOauth(query, lastItem, sortType.getType().value,
- sortType.getTime().value, APIUtils.getOAuthHeader(accessToken));
+ sortType.getTime().value, trendingSource, APIUtils.getOAuthHeader(accessToken));
} else {
- getPost = api.searchPostsOauth(query, lastItem, sortType.getType().value,
+ getPost = api.searchPostsOauth(query, lastItem, sortType.getType().value, trendingSource,
APIUtils.getOAuthHeader(accessToken));
}
}
@@ -732,16 +735,18 @@ public class PostDataSource extends PageKeyedDataSource<String, Post> {
if (subredditOrUserName == null) {
if (accessToken == null) {
if (sortType.getTime() != null) {
- getPost = api.searchPosts(query, after, sortType.getType().value, sortType.getTime().value);
+ getPost = api.searchPosts(query, after, sortType.getType().value, sortType.getTime().value,
+ trendingSource);
} else {
- getPost = api.searchPosts(query, after, sortType.getType().value);
+ getPost = api.searchPosts(query, after, sortType.getType().value, trendingSource);
}
} else {
if (sortType.getTime() != null) {
getPost = api.searchPostsOauth(query, after, sortType.getType().value,
- sortType.getTime().value, APIUtils.getOAuthHeader(accessToken));
+ sortType.getTime().value, trendingSource, APIUtils.getOAuthHeader(accessToken));
} else {
- getPost = api.searchPostsOauth(query, after, sortType.getType().value, APIUtils.getOAuthHeader(accessToken));
+ getPost = api.searchPostsOauth(query, after, sortType.getType().value, trendingSource,
+ APIUtils.getOAuthHeader(accessToken));
}
}
} else {
diff --git a/app/src/main/java/ml/docilealligator/infinityforreddit/post/PostDataSourceFactory.java b/app/src/main/java/ml/docilealligator/infinityforreddit/post/PostDataSourceFactory.java
index ff4088b7..dd8312b7 100644
--- a/app/src/main/java/ml/docilealligator/infinityforreddit/post/PostDataSourceFactory.java
+++ b/app/src/main/java/ml/docilealligator/infinityforreddit/post/PostDataSourceFactory.java
@@ -26,6 +26,7 @@ class PostDataSourceFactory extends DataSource.Factory {
private SharedPreferences postFeedScrolledPositionSharedPreferences;
private String name;
private String query;
+ private String trendingSource;
private int postType;
private SortType sortType;
private PostFilter postFilter;
@@ -94,8 +95,8 @@ class PostDataSourceFactory extends DataSource.Factory {
PostDataSourceFactory(Executor executor, Handler handler, Retrofit retrofit, String accessToken, String accountName,
SharedPreferences sharedPreferences, SharedPreferences postFeedScrolledPositionSharedPreferences,
- String name, String query, int postType, SortType sortType, PostFilter postFilter,
- List<ReadPost> readPostList) {
+ String name, String query, String trendingSource, int postType, SortType sortType,
+ PostFilter postFilter, List<ReadPost> readPostList) {
this.executor = executor;
this.handler = handler;
this.retrofit = retrofit;
@@ -105,6 +106,7 @@ class PostDataSourceFactory extends DataSource.Factory {
this.postFeedScrolledPositionSharedPreferences = postFeedScrolledPositionSharedPreferences;
this.name = name;
this.query = query;
+ this.trendingSource = trendingSource;
postDataSourceLiveData = new MutableLiveData<>();
this.postType = postType;
this.sortType = sortType;
@@ -121,7 +123,7 @@ class PostDataSourceFactory extends DataSource.Factory {
postFilter, readPostList);
} else if (postType == PostDataSource.TYPE_SEARCH) {
postDataSource = new PostDataSource(executor, handler, retrofit, accessToken, accountName,
- sharedPreferences, postFeedScrolledPositionSharedPreferences, name, query,
+ sharedPreferences, postFeedScrolledPositionSharedPreferences, name, query, trendingSource,
postType, sortType, postFilter, readPostList);
} else if (postType == PostDataSource.TYPE_SUBREDDIT || postType == PostDataSource.TYPE_MULTI_REDDIT) {
Log.i("asdasfd", "s5 " + (postFilter == null));
diff --git a/app/src/main/java/ml/docilealligator/infinityforreddit/post/PostViewModel.java b/app/src/main/java/ml/docilealligator/infinityforreddit/post/PostViewModel.java
index 3649f430..ea56f54e 100644
--- a/app/src/main/java/ml/docilealligator/infinityforreddit/post/PostViewModel.java
+++ b/app/src/main/java/ml/docilealligator/infinityforreddit/post/PostViewModel.java
@@ -137,9 +137,10 @@ public class PostViewModel extends ViewModel {
public PostViewModel(Executor executor, Handler handler, Retrofit retrofit, String accessToken, String accountName,
SharedPreferences sharedPreferences, SharedPreferences cache, String subredditName,
- String query, int postType, SortType sortType, PostFilter postFilter, List<ReadPost> readPostList) {
+ String query, String trendingSource, int postType, SortType sortType,
+ PostFilter postFilter, List<ReadPost> readPostList) {
postDataSourceFactory = new PostDataSourceFactory(executor, handler, retrofit, accessToken, accountName,
- sharedPreferences, cache, subredditName, query, postType, sortType, postFilter,
+ sharedPreferences, cache, subredditName, query, trendingSource, postType, sortType, postFilter,
readPostList);
initialLoadingState = Transformations.switchMap(postDataSourceFactory.getPostDataSourceLiveData(),
@@ -211,6 +212,7 @@ public class PostViewModel extends ViewModel {
private SharedPreferences postFeedScrolledPositionSharedPreferences;
private String name;
private String query;
+ private String trendingSource;
private int postType;
private SortType sortType;
private PostFilter postFilter;
@@ -272,8 +274,8 @@ public class PostViewModel extends ViewModel {
public Factory(Executor executor, Handler handler, Retrofit retrofit, String accessToken, String accountName,
SharedPreferences sharedPreferences, SharedPreferences postFeedScrolledPositionSharedPreferences,
- String name, String query, int postType, SortType sortType, PostFilter postFilter,
- List<ReadPost> readPostList) {
+ String name, String query, String trendingSource, int postType, SortType sortType,
+ PostFilter postFilter, List<ReadPost> readPostList) {
this.executor = executor;
this.handler = handler;
this.retrofit = retrofit;
@@ -283,6 +285,7 @@ public class PostViewModel extends ViewModel {
this.postFeedScrolledPositionSharedPreferences = postFeedScrolledPositionSharedPreferences;
this.name = name;
this.query = query;
+ this.trendingSource = trendingSource;
this.postType = postType;
this.sortType = sortType;
this.postFilter = postFilter;
@@ -310,7 +313,7 @@ public class PostViewModel extends ViewModel {
postFeedScrolledPositionSharedPreferences, postType, sortType, postFilter, readPostList);
} else if (postType == PostDataSource.TYPE_SEARCH) {
return (T) new PostViewModel(executor, handler, retrofit, accessToken, accountName, sharedPreferences,
- postFeedScrolledPositionSharedPreferences, name, query, postType, sortType,
+ postFeedScrolledPositionSharedPreferences, name, query, trendingSource, postType, sortType,
postFilter, readPostList);
} else if (postType == PostDataSource.TYPE_SUBREDDIT || postType == PostDataSource.TYPE_MULTI_REDDIT) {
return (T) new PostViewModel(executor, handler, retrofit, accessToken, accountName, sharedPreferences,