Skip to content

Commit

Permalink
extractors/iqiyi: 🔧 title, fix #194 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed Jul 22, 2018
1 parent 2acaca9 commit e68258a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extractors/iqiyi.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func Iqiyi(url string) downloader.VideoData {

extractedData := downloader.VideoData{
Site: "爱奇艺 iqiyi.com",
Title: title,
Title: utils.FileName(title),
Type: "video",
Formats: format,
}
Expand Down
2 changes: 1 addition & 1 deletion extractors/iqiyi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func TestIqiyi(t *testing.T) {
name: "curid test 1",
args: test.Args{
URL: "http://www.iqiyi.com/a_19rrhcqtot.html#curid=958065800_03b77bd0648a6c1df86b0f7c4fd0e526",
Title: "热血街舞团》综艺专题-高清视频在线观看-爱奇艺",
Title: "热血街舞团",
Size: 10949684,
Quality: "1280x720",
},
Expand Down

0 comments on commit e68258a

Please sign in to comment.