L4cache/kemono-dl

Date favourited Output variable?

Opened this issue · 5 comments

Is it possible to implement a date favourited output variable? I think there might be data in the API that gives the date you favourited any posts

I couldn't find something relative

In the favourited posts API, there's "faved_seq" data with a string of numbers, however I don't know what that string actually relates to.

In the favourited posts API, there's "faved_seq" data with a string of numbers, however I don't know what that string actually relates to.

Thanks for pointing out, that number appears to be indicating some time-related thing, but I'm guessing it's only for providing an "sortable" entry rather than actual real dates, I'll see what I can do.
But to make things clear first, what did you mean "output variable"? The variable to put in filenames, or to use in like --date arguments?

I meant it as a variable to put in filenames, but I could see it being useful as a download filter too.
Thanks for looking into this

slormo commented

I briefly spoke to the admin of the site, and supposedly they are adding the date a post is favourited to the API 'soon'. So that's something to look forward to.