remove / prefix from repo name
このコミットが含まれているのは:
コミット
a86aaf0878
@ -153,7 +153,7 @@ func HandleUser(c *fiber.Ctx) error {
|
||||
e.ForEach("div.pinned-item-list-item-content", func(i int, el *colly.HTMLElement) {
|
||||
var MainRepo RepoList
|
||||
MainRepo = RepoList{} // Clear data if old data is present
|
||||
MainRepo.Name = el.ChildAttr("div.width-full a", "href")
|
||||
MainRepo.Name = strings.TrimPrefix(el.ChildAttr("div.width-full a", "href"), "/")
|
||||
MainRepo.Type = el.ChildText("div.width-full span.Label")
|
||||
MainRepo.Desc = el.ChildText("p.pinned-item-desc")
|
||||
MainRepo.Lang = el.ChildText("p.color-fg-muted span[itemprop*='programmingLanguage']")
|
||||
|
読み込み中…
新しいイシューから参照
ユーザーをブロックする