Feature Pack with bug fixes for V2

This commit is contained in:
Ujwal223
2026-06-09 23:39:43 +05:45
parent f1bd12f0bd
commit 39b6545e4a
53 changed files with 7314 additions and 328 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ const String kReelMetadataExtractorScript = r'''
return;
}
// Check if this is a reel page
if (!currentUrl.includes('/reel/')) {
// Check if this is a reel page (Instagram uses /reels/ not /reel/)
if (!currentUrl.includes('/reels/') && !currentUrl.includes('/reel/')) {
return;
}