[reddit] restrict subreddit search results (#7025)

This commit is contained in:
Mike Fährmann
2025-02-19 20:05:48 +01:00
parent d4c56b08d7
commit 7a11d02e7a
2 changed files with 13 additions and 0 deletions

View File

@@ -40,6 +40,17 @@ __tests__ = (
"#class" : reddit.RedditSubredditExtractor,
},
{
"#url" : "https://www.reddit.com/r/IdiotsInCars/search/?q=flair%3AOC",
"#comment" : "(#7025)",
"#category": ("", "reddit", "subreddit-search"),
"#class" : reddit.RedditSubredditExtractor,
"#range" : "1-25",
"subreddit" : "IdiotsInCars",
"link_flair_text": "OC",
},
{
"#url" : "https://www.reddit.com/",
"#category": ("", "reddit", "home"),