We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 084c931 + 274c823 commit d7fe7fdCopy full SHA for d7fe7fd
docs/source/quick_start_guide.rst
@@ -112,3 +112,4 @@ Pybooru has a list of default sites that allow you to use Pybooru without "site_
112
- konachan (`Konachan <http://konachan.com/>`_)
113
- yandere (`Yande.re <https://yande.re/post>`_)
114
- danbooru (`Danbooru <http://danbooru.donmai.us/>`_)
115
+- safebooru (`Safebooru <http://safebooru.donmai.us/>`_)
pybooru/resources.py
@@ -22,7 +22,9 @@
22
'api_version': "1.13.0+update.3",
23
'hashed_string': "choujin-steiner--{0}--"},
24
'danbooru': {
25
- 'url': "http://danbooru.donmai.us"}
+ 'url': "http://danbooru.donmai.us"},
26
+ 'safebooru': {
27
+ 'url': "https://safebooru.donmai.us"}
28
}
29
30
0 commit comments