Skip to content

Commit

Permalink
extractors/facebook: 🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed May 24, 2018
1 parent 1815c25 commit f90e2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extractors/facebook.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func Facebook(url string) downloader.VideoData {
for _, quality := range []string{"sd", "hd"} {
tag = quality
u := utils.MatchOneOf(
html, fmt.Sprintf(`%s_src_no_ratelimit:"(.+?)"`, quality),
html, fmt.Sprintf(`%s_src:"(.+?)"`, quality),
)[1]
size := request.Size(u, url)
urlData := downloader.URLData{
Expand Down

0 comments on commit f90e2fc

Please sign in to comment.