Skip to content

Commit d7fe7fd

Browse files
authored
Merge pull request #37 from ccc032/safebooru
Add safebooru.donmai.us to default sites
2 parents 084c931 + 274c823 commit d7fe7fd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/source/quick_start_guide.rst

+1
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,4 @@ Pybooru has a list of default sites that allow you to use Pybooru without "site_
112112
- konachan (`Konachan <http://konachan.com/>`_)
113113
- yandere (`Yande.re <https://yande.re/post>`_)
114114
- danbooru (`Danbooru <http://danbooru.donmai.us/>`_)
115+
- safebooru (`Safebooru <http://safebooru.donmai.us/>`_)

pybooru/resources.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
'api_version': "1.13.0+update.3",
2323
'hashed_string': "choujin-steiner--{0}--"},
2424
'danbooru': {
25-
'url': "http://danbooru.donmai.us"}
25+
'url': "http://danbooru.donmai.us"},
26+
'safebooru': {
27+
'url': "https://safebooru.donmai.us"}
2628
}
2729

2830

0 commit comments

Comments
 (0)