L4cache / kemono-dl

(personal fork of) A simple kemono.party downloader using python.
93 stars 14 forks source link

Date favourited Output variable? #18

Open slormo opened 1 year ago

slormo commented 1 year ago

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

L4cache commented 1 year ago

I couldn't find something relative

slormo commented 1 year ago

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.

L4cache commented 1 year ago

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?

slormo commented 1 year ago

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 12 months ago

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.