praw-dev / praw

PRAW, an acronym for "Python Reddit API Wrapper", is a python package that allows for simple access to Reddit's API.
http://praw.readthedocs.io/
BSD 2-Clause "Simplified" License
3.4k stars 453 forks source link

Get posts in different languages #2011

Closed hpstory closed 4 months ago

hpstory commented 5 months ago

Describe the solution you'd like

I want to get posts or subreddit lists in a specific language, for example(https://www.reddit.com/fr/), then I can get r/vdm, r/france etc. I tried reddit_url in praw.int, but get 404 response.

[DEFAULT]
reddit_url=https://www.reddit.com/fr

Screenshot 2024-01-09 161750

Describe alternatives you've considered

No response

Additional context

No response

github-actions[bot] commented 4 months ago

This issue is stale because it has been open for 30 days with no activity.

Remove the Stale label or comment or this will be closed in 30 days.