Skip to content

Commit b6a37b8

Browse files
authored
fix: Supported sites
1 parent 37b8fa0 commit b6a37b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
from video_utils import compress_video, download_video, cleanup_file
1212

1313
load_dotenv()
14-
supported_sites = ["//instagram.com/", "//tiktok.com/",
15-
"//reddit.com/", "//x.com/", "//youtube.com/shorts", "**https://"]
14+
supported_sites = ["instagram.com/", "tiktok.com/",
15+
"reddit.com/", "x.com/", "youtube.com/shorts", "**https://"]
1616

1717

1818
def load_responses():

0 commit comments

Comments
 (0)