Jayapraveen / INE-courses-downloader

Python Script to download coures from INE.com website for personal and educational use
GNU General Public License v3.0
37 stars 19 forks source link

Slash "/" character in files fails #54

Open AlphaWHH opened 8 months ago

AlphaWHH commented 8 months ago

If the video file has a slash in the title then the script will fail due to max retries.

Examples "225. Host & Network Penetration Testing: System/Host Based Attacks" The trailer fails due to this issue.

outtycast commented 2 months ago

just use a replace function or similar function. resub works also.

filename = filename.replace('/', '')