From 4352474674deb82fc8def9c21c0ee55f43720668 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 4 Dec 2021 16:33:05 +0000 Subject: removed getting dislikes --- subreddit.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'subreddit.py') diff --git a/subreddit.py b/subreddit.py index f4eb8fe..f36f11b 100755 --- a/subreddit.py +++ b/subreddit.py @@ -225,7 +225,7 @@ Title|%s Thumbnail|[Link](%s) Views|%s Length|%s -Likes/Dislikes|%s/%s +Likes|%s Comments|%s Description|%s @@ -244,7 +244,6 @@ Views|%s ytdata["views"], ytdata["length"], ytdata["likes"], - ytdata["dislikes"], ytdata["comments"], ytdata["description"], ytdata["channel"], -- cgit v1.2.3