AlphaSlayer1964 / kemono-dl

A simple kemono.party downloader using python.
503 stars 81 forks source link

Add Download Filters by post update date #180

Open holdfind opened 1 year ago

holdfind commented 1 year ago

Description

Please Add Download Filters by post update date

For example : https://kemono.party/fantia/user/238688/post/1723481 The published date of the post is 20230121 ,but the date the post was added to the .party site is 20230131 If I use "--dateafter 20230125" filter, it before the published date and will not download If I use "--user-updated-dateafter 20230125", it will download all post for this user I want to download all post for this user that added to the .party site after 20230125, can I do this?

Service, User ID, Post ID

Additional comments

L4cache commented 1 year ago

https://github.com/L4cache/kemono-dl/commit/2bcda37c770120e4049fc2c1eb494bd68093ad75 I thought it was easy to do so I tried to prove.