Add support for more tracker icons
This commit is contained in:
parent
e31eab5303
commit
675aed2094
@ -11,6 +11,7 @@ Deluge 1.1.1 - (In Development)
|
||||
* Fix bdecoding some torrent files
|
||||
* Fix the -l, --logfile option
|
||||
* Fix #729 tracker icons not being saved in the correct location
|
||||
* Add support for more tracker icons
|
||||
|
||||
Deluge 1.1.0 - "Time gas!" (10 January 2009)
|
||||
Core:
|
||||
|
||||
@ -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", "vnd.microsoft.icon"]
|
||||
VALID_PNG_TYPES = ["octet-stream", "png"]
|
||||
|
||||
def fetch_url(url, valid_subtypes=None):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user