From c64cca4e0d2282eb883bf271a5454c5b6fa1d81b Mon Sep 17 00:00:00 2001 From: Voussoir Date: Tue, 2 Jun 2015 20:31:02 -0700 Subject: [PATCH] else --- TotalDL/timesearch_dl.py | 1 + 1 file changed, 1 insertion(+) 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