Fix List folder path

This commit is contained in:
2026-03-19 22:26:06 -04:00
parent ee35c124f2
commit b565d5fbfd

View File

@@ -18,7 +18,7 @@ import subprocess
ffmpeg_pathfile="c:\\download\\ffmpeg\\bin\\ffmpeg" ffmpeg_pathfile="c:\\download\\ffmpeg\\bin\\ffmpeg"
download_folder = "./downloads" download_folder = "./downloads"
pathInputFileName = "C:\Python\PyTube\LIST.txt" pathInputFileName = "C:\Python\DownloadYouTube\LIST.txt"
class YouTubeDownloader: class YouTubeDownloader:
def __init__(self, pathUrlList): def __init__(self, pathUrlList):