Adding filter on PublishedAt date#210
Conversation
|
how do i use the published after and published before line? is it like this ./PatreonDownloader.App.exe --url https://www.patreon.com/c/Multiverse_Ai/posts published-after December |
The parameter is a DateTime. Write the date in your locale format For me it's I usualy use it on the last day of the month, so I use powershell to get the value. |
This PR hasn't been merge. If you want to use that flag you gonna have to use the version from my fork of the repo |
|
how do i get the your fork of the repo |
Adding filter on PublishedAt date



Adding command line option "published-after" and "published-before" to filter post.
Solve #49, #191
May remove the need for #69
Partial fix for #170