diff --git a/plugin.video.alfa/servers/filebebo.json b/plugin.video.alfa/servers/filebebo.json index d6e43254..906fa4fe 100644 --- a/plugin.video.alfa/servers/filebebo.json +++ b/plugin.video.alfa/servers/filebebo.json @@ -4,7 +4,7 @@ "ignore_urls": [], "patterns": [ { - "pattern": "(https://filebebo.com/e/[a-zA-Z0-9]+)", + "pattern": "(https://filebebo.com/(?:e|d)/[a-zA-Z0-9]+)", "url": "\\1" } ] @@ -39,4 +39,4 @@ } ], "thumbnail": "https://filebebo.com/images/logo.png" -} \ No newline at end of file +}