mirror of
https://github.com/Ujwal223/FocusGram.git
synced 2026-07-03 01:45:48 +02:00
Feature Pack with bug fixes for V2
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user