Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reddit: fetch posts by submission_id
Previously, the reddit module fetched posts by the full URL of the post. This led to RedirectExceptions in some cases, for example when someone links a naked reddit.com URL instead of www.reddit.com. Instead, match only the post ID and pass it to get_submission.
- Loading branch information