Add support for more tracker icons
This commit is contained in:
parent
ebc24e35dd
commit
8f68fc9e07
|
@ -38,7 +38,7 @@ RENAMES = {
|
|||
"aelitis.com":"www.vuze.com"
|
||||
}
|
||||
|
||||
VALID_ICO_TYPES = ["octet-stream", "x-icon", "image/vnd.microsoft.icon"]
|
||||
VALID_ICO_TYPES = ["octet-stream", "x-icon", "image/vnd.microsoft.icon", "vnd.microsoft.icon"]
|
||||
VALID_PNG_TYPES = ["octet-stream", "png"]
|
||||
|
||||
def fetch_url(url, valid_subtypes=None):
|
||||
|
|
Loading…
Reference in New Issue