Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Hopefully fix torznab api

Cette révision appartient à :
PantsuDev 2017-06-20 17:10:08 +10:00
Parent 1a865c14ef
révision 757b276ffa

Voir le fichier

@ -155,8 +155,8 @@ type RssTorrent struct {
}
type RssTorznab struct {
XMLName xml.Name `xml:"torznab:attr"`
Name string `xml:"name,attr"`
XMLName xml.Name `xml:"torznab:attr,omitempty"`
Name string `xml:"name,attr,omitempty"`
Value string `xml:"value,attr,omitempty"`
}