Skip to content

Commit

Permalink
fix #108
Browse files Browse the repository at this point in the history
Signed-off-by: Chigusa <[email protected]>
  • Loading branch information
Chigusa committed Sep 12, 2020
1 parent 6af93a0 commit 0642701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/live/acfun/acfun.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ func (l *Live) GetStreamUrls() (us []*url.URL, err error) {
"authorId": strings.Split(l.Url.Path, "/")[2],
"pullStreamType": "FLV",
}),
requests.Referer(l.GetRawUrl()),
)
if err != nil {
return nil, err
Expand Down

0 comments on commit 0642701

Please sign in to comment.