mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Add support for more tracker icons
This commit is contained in:
parent
ebc24e35dd
commit
8f68fc9e07
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue