Merge branch 'main' of https://github.com/govdbot/govd
All checks were successful
Build and deploy / build-and-push-image (push) Successful in 8m52s
All checks were successful
Build and deploy / build-and-push-image (push) Successful in 8m52s
This commit is contained in:
commit
effd78e78f
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