Skip to content

Commit

Permalink
update facebook match flag
Browse files Browse the repository at this point in the history
  • Loading branch information
joeke80215 committed Sep 15, 2019
1 parent 655790b commit 713df70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extractors/facebook/facebook.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func Extract(url string) ([]downloader.Data, error) {
streams := map[string]downloader.Stream{}
for _, quality := range []string{"sd", "hd"} {
srcElement := utils.MatchOneOf(
html, fmt.Sprintf(`%s_src:"(.+?)"`, quality),
html, fmt.Sprintf(`%s_src_no_ratelimit:"(.+?)"`, quality),
)
if srcElement == nil {
continue
Expand Down

0 comments on commit 713df70

Please sign in to comment.