freyta / WWE-Network-Downloader

My own WWE downloader.
40 stars 13 forks source link

Name of the catalog is invalid #5

Closed crafciak31 closed 4 years ago

crafciak31 commented 4 years ago

Hello

My downloads fail with the following message c:\temp\WWE-Network-Downloader-master>python main.py -q 3 -t https://watch.wwe.c om/program/CM-Punk-Best-in-the-World-12316 Succesfully logged in Got the video information aac files finished downloading ts files finished downloading

Starting to wrtie the metadata file Finished writing the metadata title

Writing stream title Finished writing stream title

Traceback (most recent call last): File "main.py", line 175, in os.makedirs(CONSTANTS.OUTPUT_FOLDER + "/" + series_info[0]) File "C:\Users\crafciak31\AppData\Local\Programs\Python\Python38\lib\os.py", l ine 223, in makedirs mkdir(name, mode) NotADirectoryError: [WinError 267] Nazwa katalogu jest nieprawidłowa (the name of the catalog is invalid): 'output/WWE CM Punk: Best in the World'

freyta commented 4 years ago

Hey mate.

The issue is because of illegal Windows filenames. Certain characters aren't allowed to be used, I'll update the code shortly.