Skip to content

Commit

Permalink
deprecation of derpiboo.ru
Browse files Browse the repository at this point in the history
  • Loading branch information
ask-compu authored Oct 2, 2016
1 parent 08fddd1 commit 3a5cec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/head.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def get_id(link):
id = get_id(uri)
if not id:
return gettitle(uri)
json_data = web.get('https://derpiboo.ru/{0}.json'.format(id))
json_data = web.get('https://derpibooru.org/{0}.json'.format(id))
postdata = json.loads(json_data, encoding='utf-8')
if 'deletion_reason' in postdata:
deleted = postdata['deletion_reason']
Expand Down

0 comments on commit 3a5cec8

Please sign in to comment.