mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Add support for more tracker icons
This commit is contained in:
parent
e31eab5303
commit
675aed2094
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue