Skip to content

Commit

Permalink
Add top7 order to get "Top this week" GIFs
Browse files Browse the repository at this point in the history
  • Loading branch information
scrazzz committed Feb 4, 2024
1 parent 5765501 commit 55a3c02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redgifs/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class Order(Enum):
top = 'top'
latest = 'latest'
oldest = 'oldest'
top7 = 'top7'

# These tags are not available on the web UI but still works through the API.
recent = 'recent'
Expand Down

0 comments on commit 55a3c02

Please sign in to comment.