aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dlc')
-rw-r--r--youtube_dlc/YoutubeDL.py2
-rw-r--r--youtube_dlc/__init__.py1
-rw-r--r--youtube_dlc/version.py2
3 files changed, 2 insertions, 3 deletions
diff --git a/youtube_dlc/YoutubeDL.py b/youtube_dlc/YoutubeDL.py
index b0539493c..890660745 100644
--- a/youtube_dlc/YoutubeDL.py
+++ b/youtube_dlc/YoutubeDL.py
@@ -2131,7 +2131,7 @@ class YoutubeDL(object):
sub_format = sub_info['ext']
sub_fn = self.prepare_filename(info_dict, 'subtitle')
sub_filename = subtitles_filename(
- temp_filename if not skip_dl else sub_fn,
+ temp_filename if not skip_dl else sub_fn,
sub_lang, sub_format, info_dict.get('ext'))
sub_filename_final = subtitles_filename(sub_fn, sub_lang, sub_format, info_dict.get('ext'))
if not self.params.get('overwrites', True) and os.path.exists(encodeFilename(sub_filename)):
diff --git a/youtube_dlc/__init__.py b/youtube_dlc/__init__.py
index 646b13519..c17e9a3df 100644
--- a/youtube_dlc/__init__.py
+++ b/youtube_dlc/__init__.py
@@ -24,7 +24,6 @@ from .compat import (
from .utils import (
DateRange,
decodeOption,
- DEFAULT_OUTTMPL,
DownloadError,
ExistingVideoReached,
expand_path,
diff --git a/youtube_dlc/version.py b/youtube_dlc/version.py
index cdcbcb824..d898525c9 100644
--- a/youtube_dlc/version.py
+++ b/youtube_dlc/version.py
@@ -1,3 +1,3 @@
from __future__ import unicode_literals
-__version__ = '2021.01.29'
+__version__ = '2021.02.04'