diff --git a/TotalDL/timesearch_dl.py b/TotalDL/timesearch_dl.py index d3caab2..72795e6 100644 --- a/TotalDL/timesearch_dl.py +++ b/TotalDL/timesearch_dl.py @@ -30,6 +30,7 @@ while True: title = title[:34] + '-' try: filepath = totaldl.handle_master(url, customname=title) + filepath = filepath.replace('\\', '/') filepath = filepath.split('/')[-1] if '.mp4' in filepath: filepath = 'http://syriancivilwar.pw/Videos/' + filepath