Skip to content

Commit

Permalink
extractors/youku: ⬆️ AudioLang [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed Aug 24, 2018
1 parent fe219e2 commit d3a498e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extractors/youku.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func getAudioLang(lang string) string {
var youkuAudioLang = map[string]string{
"guoyu": "国语",
"ja": "日语",
"yue": "粤语",
}
translate, ok := youkuAudioLang[lang]
if !ok {
Expand Down

0 comments on commit d3a498e

Please sign in to comment.