We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subject : [WinError 123] The filename, directory name, or volume label syntax is incorrect
Command Line Arguments You Gave : wco-dl.exe -i "https://www.wcostream.com/anime/cardfight-vanguard-2011"
Verbose Log Link : Error Log.txt.
Long Explanation : i think for some reason it's trying to name the files styarting with "http:" with gives an error
> F:\1>wco-dl.exe -i "https://www.wcostream.com/anime/cardfight-vanguard-2011" --verbose > Settings Loaded. > Downloads Loaded. > > Downloading show > Traceback (most recent call last): > File "__main__.py", line 12, in <module> > class Main: > File "__main__.py", line 89, in Main > Lifter(url=args.input[0].replace('https://wcostream.com', 'https://www.wcostream.com'), resolution=args.highdef, logger=logger, season=args.season, > File "Lifter.py", line 56, in __init__ > self.download_show(url) > File "Lifter.py", line 196, in download_show > output = self.check_output(show_info[0]) > File "Lifter.py", line 74, in check_output > os.makedirs(output_directory) > File "os.py", line 211, in makedirs > File "os.py", line 211, in makedirs > File "os.py", line 221, in makedirs > OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'F:\\1\\Output\\Https:' > [6696] Failed to execute script __main__ >
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Subject : [WinError 123] The filename, directory name, or volume label syntax is incorrect
Command Line Arguments You Gave : wco-dl.exe -i "https://www.wcostream.com/anime/cardfight-vanguard-2011"
Verbose Log Link : Error Log.txt.
Long Explanation : i think for some reason it's trying to name the files styarting with "http:" with gives an error
The text was updated successfully, but these errors were encountered: