about summary refs log tree commit diff stats
path: root/src/instances
diff options
context:
space:
mode:
Diffstat (limited to 'src/instances')
-rwxr-xr-xsrc/instances/get_instances.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/instances/get_instances.py b/src/instances/get_instances.py
index 2b154965..5e868257 100755
--- a/src/instances/get_instances.py
+++ b/src/instances/get_instances.py
@@ -466,6 +466,11 @@ def breezeWiki():
                    r"\(\"[^\n\s\r\t\f\v\"]+\" \"https?:\/{2}(?:[^\s\/]+\.)+[a-zA-Z0-9]+(?:\/[^\s\/]+)*\" \"(https?:\/{2}(?:[^\s\/]+\.)+[a-zA-Z0-9]+(?:\/[^\s\/]+)*)\"\)")
 
 
+def privateBin():
+    fetchJsonList('privateBin', 'PrivateBin',
+                  'https://privatebin.info/directory/api?top=100&https_redirect=true&min_rating=A&csp_header=true&min_uptime=100&attachments=true', 'url', False)
+
+
 def peertube():
     try:
         r = requests.get(
@@ -519,6 +524,7 @@ hyperpipe()
 facil()
 simpleertube()
 breezeWiki()
+privateBin()
 mightyList = filterLastSlash(mightyList)
 mightyList = idnaEncode(mightyList)