mirror / wget

Wget Git mirror
GNU General Public License v3.0
394 stars 134 forks source link

Issue while downloading a dataset of videos. #14

Open noblesword opened 3 years ago

noblesword commented 3 years ago

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)