Add links to /view/1234 page in RSS feed
Cette révision appartient à :
Parent
b23b69ec8e
révision
5d9d9273a6
1 fichiers modifiés avec 1 ajouts et 2 suppressions
3
main.go
3
main.go
|
@ -206,8 +206,7 @@ func rssHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
timestamp_as_time := time.Unix(torrents[0].Date, 0)
|
timestamp_as_time := time.Unix(torrents[0].Date, 0)
|
||||||
torrent_json := torrents[i].ToJson()
|
torrent_json := torrents[i].ToJson()
|
||||||
feed.Items[i] = &feeds.Item{
|
feed.Items[i] = &feeds.Item{
|
||||||
// need a torrent view first
|
Id: "https://nyaa.pantsu.cat/view/" + strconv.Itoa(torrents[i].Id),
|
||||||
//Id: URL + torrents[i].Hash,
|
|
||||||
Title: torrents[i].Name,
|
Title: torrents[i].Name,
|
||||||
Link: &feeds.Link{Href: string(torrent_json.Magnet)},
|
Link: &feeds.Link{Href: string(torrent_json.Magnet)},
|
||||||
Description: "",
|
Description: "",
|
||||||
|
|
Référencer dans un nouveau ticket