Add support for more tracker icons

This commit is contained in:
Andrew Resch 2009-01-16 03:31:21 +00:00
parent e31eab5303
commit 675aed2094
2 changed files with 2 additions and 1 deletions

View file

@ -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:

View file

@ -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):