diff --git a/plugins/util/web.py b/plugins/util/web.py index 834af69..046da41 100755 --- a/plugins/util/web.py +++ b/plugins/util/web.py @@ -5,7 +5,7 @@ import json, urllib import yql short_url = "http://is.gd/create.php" -paste_url = "http://paste.dmptr.com" +paste_url = "http://hastebin.com" yql_env = "http://datatables.org/alltables.env" YQL = yql.Public()