aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader/rss/feedburner.go
blob: baa4e19e31579fb5282f1b161e5904d736208dab (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2019 Frédéric Guillot. All rights reserved.
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.

package rss // import "miniflux.app/reader/rss"

// FeedBurnerElement represents FeedBurner XML elements.
type FeedBurnerElement struct {
	FeedBurnerLink          string `xml:"http://rssnamespace.org/feedburner/ext/1.0 origLink"`
	FeedBurnerEnclosureLink string `xml:"http://rssnamespace.org/feedburner/ext/1.0 origEnclosureLink"`
}