instagram: fixes url pattern
This commit is contained in:
parent
93e964a28b
commit
a24d9348bf
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ var Extractor = &models.Extractor{
|
|||
CodeName: "instagram",
|
||||
Type: enums.ExtractorTypeSingle,
|
||||
Category: enums.ExtractorCategorySocial,
|
||||
URLPattern: regexp.MustCompile(`https:\/\/(www\.)?instagram\.com\/(reel|p|tv)\/(?P<id>[a-zA-Z0-9_-]+)`),
|
||||
URLPattern: regexp.MustCompile(`https:\/\/(www\.)?instagram\.com\/(reels?|p|tv)\/(?P<id>[a-zA-Z0-9_-]+)`),
|
||||
Host: instagramHost,
|
||||
IsRedirect: false,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue