We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a42d82 commit d3fe8c6Copy full SHA for d3fe8c6
1 file changed
pkg/feed/xml.go
@@ -137,7 +137,6 @@ func Build(_ctx context.Context, feed *model.Feed, cfg *Config, hostname string)
137
enclosureType = EnclosureFromExtension(cfg)
138
}
139
140
-
141
var (
142
episodeName = EpisodeName(cfg, episode)
143
downloadURL = fmt.Sprintf("%s/%s/%s", strings.TrimRight(hostname, "/"), cfg.ID, episodeName)
0 commit comments