-
|
How do I add to the Reddit extractor a way to limit the download to 20 items per subreddit starting from the 9th of Sept? as well as the normal subreddit url I am also using a search url for example - https://www.reddit.com/r/MyFavouriteWTAPlayers/search/?q=maria+timofeeva&type=posts&sort=new and https://www.reddit.com/search/?q=%22Betty+Gilpin%22&type=media&sort=new |
Beta Was this translation helpful? Give feedback.
Answered by
mikf
Sep 15, 2025
Replies: 1 comment 2 replies
-
|
You can use
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mikf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
--range 1-20 --chapter-range 1-20to limit the number of results to 20 internal/external each
(there is no option to limit them to 20 total)
-o "date-max=2025-09-10T00:00:00"to ignore posts after 2025.09.09