diff options
author | Daniel Valentine <Daniel-Valentine@users.noreply.github.com> | 2022-11-01 22:56:10 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-01 22:56:10 -0600 |
commit | fa686cc6cf6a4dbf9e9d0f006ab33dece17636e5 (patch) | |
tree | f8d3fb25ff1cd64d7b3cd6e83e647446470945e0 /src | |
parent | Clarified Exceptions https://github.com/libredirect/libredirect/issues/345 (diff) | |
download | libredirect-fa686cc6cf6a4dbf9e9d0f006ab33dece17636e5.zip |
Fix link to libreddit-instances JSON.
With the resumption of the Libreddit project, the repo containing the instances that I started in [ferritreader](https://github.com/ferritreader) has moved to [libreddit/libreddit-instances](https://github.com/libreddit/libreddit-instances). This commit fixes the URL for libreddit instances to point to that repo.
Diffstat (limited to 'src')
-rwxr-xr-x | src/instances/get_instances.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/instances/get_instances.py b/src/instances/get_instances.py index 5e868257..966767bd 100755 --- a/src/instances/get_instances.py +++ b/src/instances/get_instances.py @@ -334,7 +334,7 @@ def bibliogram(): def libreddit(): - fetchJsonList('libreddit', 'Libreddit', 'https://github.com/ferritreader/libreddit-instances/raw/master/instances.json', + fetchJsonList('libreddit', 'Libreddit', 'https://github.com/libreddit/libreddit-instances/raw/master/instances.json', {'clearnet': 'url', 'tor': 'onion', 'i2p': 'i2p', 'loki': None}, True) |