-
-
Notifications
You must be signed in to change notification settings - Fork 99
Adding filter on PublishedAt date #210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
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. |
Adding filter on PublishedAt date
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 command line option "published-after" and "published-before" to filter post.
Solve #49, #191
May remove the need for #69
Partial fix for #170