Each video is saved into a separate folder which is already pre-existing with the right name. The names of all the recipes are stored in a text file.
File "fs_download_videos.py", line 93, in
file_name = wget.download(video_link_src, curr_file_path + "/")
File "/home/nsword/.local/lib/python3.8/site-packages/wget.py", line 534, in download
filename = filename_fix_existing(filename)
File "/home/nsword/.local/lib/python3.8/site-packages/wget.py", line 269, in filename_fix_existing
name,ext = filename.rsplit('.', 1)
ValueError: not enough values to unpack (expected 2, got 1)
Each video is saved into a separate folder which is already pre-existing with the right name. The names of all the recipes are stored in a text file.
File "fs_download_videos.py", line 93, in
file_name = wget.download(video_link_src, curr_file_path + "/")
File "/home/nsword/.local/lib/python3.8/site-packages/wget.py", line 534, in download
filename = filename_fix_existing(filename)
File "/home/nsword/.local/lib/python3.8/site-packages/wget.py", line 269, in filename_fix_existing
name,ext = filename.rsplit('.', 1)
ValueError: not enough values to unpack (expected 2, got 1)