NEWS
RedditExtractoR 3.0.10
Updated package metadata
RedditExtractoR 3.0.9 (2023-03-17)
Version 3.0.8 did not fully fix the get_user_content
problem, it should be fixed in this version
RedditExtractoR 3.0.8 (2023-03-16)
get_user_content
had a bug which would stop iterating through data if it encountered a user with no comments. Fixed it
RedditExtractoR 3.0.7 (2023-02-05)
get_thread_content
can now handle errors without interrupting parsing
RedditExtractoR 3.0.6 (2022-03-03)
Added timestamps to extracted comments and threads
RedditExtractoR 3.0.5 (2021-10-21)
Fixed a bug in comment extraction which occurred when a thread would report more than zero comments even none were present
RedditExtractoR 3.0.4
- Added self-text into the data frame with thread URLs
RedditExtractoR 3.0.3 (2021-09-03)
- Updated the
get_user_content
method so that it can now accept a vector of users
RedditExtractoR 3.0.2
- Fixed the URL encoding problem that affected URLs with special characters, see this issue for more information
RedditExtractoR 3.0.0
- Overhauled the package making it more readable/maintainable
- Changed the interface for all functions
- Added new functionality to look up users and subreddits
- Divided thread extraction into thread metadata and comments
- Removed unnecessary dependencies
- Fixed a bug concerning special characters in the URLs
- Added an FAQ into the README