change description length
This commit is contained in:
parent
8fa1482d18
commit
8d0f762067
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ func (v *YoutubeVideo) getFullPath() string {
|
|||
}
|
||||
|
||||
func (v *YoutubeVideo) getAbbrevDescription() string {
|
||||
maxLength := 2800
|
||||
maxLength := 6500
|
||||
description := strings.TrimSpace(v.description)
|
||||
additionalDescription := "\nhttps://www.youtube.com/watch?v=" + v.id
|
||||
khanAcademyClaimID := "5fc52291980268b82413ca4c0ace1b8d749f3ffb"
|
||||
|
|
Loading…
Reference in a new issue