StreamingCommunity/Test/t_down_mp4.py
2024-06-27 22:43:26 +02:00

21 lines
266 B
Python

# 23.06.24
# Fix import
import time
import sys
import os
src_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
sys.path.append(src_path)
# Import
from Src.Lib.Downloader import MP4_downloader
# Test
MP4_downloader(
"",
"EP_1.mp4"
)