Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Forgot subcat have attr not tags

Cette révision appartient à :
akuma06 2017-06-15 21:55:55 +02:00
Parent fb2c69a612
révision cbcbeef256

Voir le fichier

@ -138,9 +138,9 @@ type RssCategoryTorznab struct {
type RssSubCat struct {
XMLName xml.Name `xml:"subcat"`
ID string `xml:"id"`
Name string `xml:"name"`
Description string `xml:"description,omitempty"`
ID string `xml:"id,attr"`
Name string `xml:"name,attr"`
Description string `xml:"description,attr,omitempty"`
}
type RssTorrent struct {