Skip to content

Commit

Permalink
Update itch.io purchase CSV URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Billiam committed Aug 29, 2023
1 parent d361d51 commit b36f3d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/itch_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ module URL
EDIT_GAME = "https://itch.io/game/edit/%<id>d"
GAME = "https://%<username>s.itch.io/%<slug>s"
LOGIN = "https://itch.io/login"
MONTH_PURCHASES_CSV = "https://itch.io/export-purchases/by-date/%<month>d-%<year>d"
PURCHASES_CSV = "https://itch.io/export-purchases/all"
MONTH_PURCHASES_CSV = "https://itch.io/dashboard/export-purchases/by-date/%<month>d-%<year>d"
PURCHASES_CSV = "https://itch.io/dashboard/export-purchases/all"
REVIEWS = "https://itch.io/game/ratings/%<id>d?page=%<page>d"
REWARD_CSV = "https://itch.io/game/rewards/%<id>d/claimed?format=csv"
REWARDS = "https://itch.io/game/rewards/%<id>d"
TOTP_FRAGMENT = "https://itch.io/totp/verify/"
YEAR_PURCHASES_CSV = "https://itch.io/export-purchases/by-date/%<year>d"
YEAR_PURCHASES_CSV = "https://itch.io/dashboard/export-purchases/by-date/%<year>d"
end

def self.new(**kwargs)
Expand Down

0 comments on commit b36f3d9

Please sign in to comment.