This breaks the psaw library as sort=desc (which is appended to queries with no sort field) now triggers an HTTP 442 error, and specifying sort=None breaks pagination.
I've modded my local install of psaw to work, and will attempt to prepare a PR for the library.
Hello!
I have been trying to get
psaw
working today and discovered that thesort
andsort_type
query fields have been renamed.According to a comment on the
r/Pushshift
subreddit;sort
is now calledorder
, andsort_type
is now calledsort
This breaks the
psaw
library assort=desc
(which is appended to queries with nosort
field) now triggers an HTTP 442 error, and specifyingsort=None
breaks pagination.I've modded my local install of
psaw
to work, and will attempt to prepare a PR for the library.