Skip to content

Commit

Permalink
[extractor:hstream] updated extraction of title
Browse files Browse the repository at this point in the history
  • Loading branch information
gan-of-culture committed Mar 17, 2024
1 parent dac1632 commit e2e0239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extractors/hstream/hstream.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func extractData(URL string) (*static.Data, error) {

return &static.Data{
Site: site,
Title: strings.TrimSpace(utils.GetSectionHeadingElement(&htmlString, 1, 0)),
Title: res.Title,
Type: static.DataTypeVideo,
Streams: streams,
Captions: []*static.Caption{
Expand Down

0 comments on commit e2e0239

Please sign in to comment.