update urltools.py for git.io
This commit is contained in:
parent
f3c8a54d3f
commit
e77e45d8b8
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import BeautifulSoup
|
||||||
|
|
||||||
ignored_urls = ["http://google.com", "http://youtube.com",
|
ignored_urls = ["http://google.com", "http://youtube.com",
|
||||||
"http://pastebin.com", "http://mibpaste.com",
|
"http://pastebin.com", "http://mibpaste.com",
|
||||||
"http://fpaste.com"]
|
"http://fpaste.com", "http://git.io"]
|
||||||
|
|
||||||
wordDic = {
|
wordDic = {
|
||||||
'"': '"',
|
'"': '"',
|
||||||
|
|
Reference in a new issue