Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Targets = map[string]interface{}{ "amna.gr": El_Amna{}, "efsyn.gr": El_Efsyn{}, "liberal.gr": El_Liberal{}, "lifo.gr": El_Lifo{}, "news247.gr": El_News247{}, "pronews.gr": El_ProNews{}, "moneyreview.gr": El_MoneyReview{}, "stoxos.gr": El_Stoxos{}, "tvxs.gr": El_Tvxs{}, }
Functions ¶
Types ¶
type El_Amna_Item ¶
type El_Amna_Item struct {
Id string `json:"id,omitempty"`
Title string `json:"title,omitempty"`
Category string `json:"parent_title,omitempty"`
Note string `json:"note2,omitempty"`
Path string `json:"note3,omitempty"`
Published string `json:"c_daytime,omitempty"` // 2023-06-11 10:20:36
Kind string `json:"kind,omitempty"`
}
Ex. https://www.amna.gr/sport/article/737728/I-kardia-tou-Mpasket-tha-chtupa-sto-Irakleio-Kritisrn
type El_Liberal ¶
type El_Liberal struct{}
type El_MoneyReview ¶
type El_MoneyReview struct{}
type El_News247 ¶
type El_News247 struct{}
type El_ProNews ¶
type El_ProNews struct{}
Click to show internal directories.
Click to hide internal directories.