Voldrix / onlyfans-dl-2

OnlyFans content downloader v2
GNU General Public License v3.0
151 stars 23 forks source link

/messages and /stories only gets 1 post #61

Closed hanshansenrl closed 1 year ago

hanshansenrl commented 2 years ago

the chats/messages needs an additional id= parameter in api_request apparently corresponding to the last msg read.

stories is probably the same situation

Voldrix commented 2 years ago

I updated the pagination for messages from the old offset method to the new ID method. Seems to be working for me now, let me know if you have any issues. I have not updated stories yet, since I don't have any stories in my feed at the moment, so I can't test it. I'll check it when I can.