aboutsummaryrefslogtreecommitdiffstats
path: root/subreddit.py
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-12-04 16:33:05 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2021-12-04 16:33:05 +0000
commit4352474674deb82fc8def9c21c0ee55f43720668 (patch)
treebc25b21a803697a675c9df48df1629283e05ebe7 /subreddit.py
parent171daf88a753d5683dda695ff83013ae90a76809 (diff)
downloadSmallYTChannelBot-4352474674deb82fc8def9c21c0ee55f43720668.tar.gz
SmallYTChannelBot-4352474674deb82fc8def9c21c0ee55f43720668.zip
removed getting dislikes
Diffstat (limited to 'subreddit.py')
-rwxr-xr-xsubreddit.py3
1 files changed, 1 insertions, 2 deletions
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"],