mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 10:28:39 +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 bdecoding some torrent files
|
||||||
* Fix the -l, --logfile option
|
* Fix the -l, --logfile option
|
||||||
* Fix #729 tracker icons not being saved in the correct location
|
* 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)
|
Deluge 1.1.0 - "Time gas!" (10 January 2009)
|
||||||
Core:
|
Core:
|
||||||
|
|
|
@ -38,7 +38,7 @@ RENAMES = {
|
||||||
"aelitis.com":"www.vuze.com"
|
"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"]
|
VALID_PNG_TYPES = ["octet-stream", "png"]
|
||||||
|
|
||||||
def fetch_url(url, valid_subtypes=None):
|
def fetch_url(url, valid_subtypes=None):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue