From 03e38de2ff393b5bdb1e8cc41326de1c9de088e8 Mon Sep 17 00:00:00 2001 From: Paper Date: Thu, 22 Aug 2024 12:41:13 -0400 Subject: [PATCH] tubeup/TubeUp.py: fix linting issues --- tubeup/TubeUp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tubeup/TubeUp.py b/tubeup/TubeUp.py index 3bcc9c6..4c7bab4 100644 --- a/tubeup/TubeUp.py +++ b/tubeup/TubeUp.py @@ -265,8 +265,8 @@ def generate_ydl_options(self, 'continuedl': True, 'retries': 9001, 'fragment_retries': 9001, - 'usenetrc': True, #use netrc to authenticate. this option requires the existence of - # a ${HOME}/.netrc file for it to work, otherwise it will be ignored + 'usenetrc': True, # use netrc to authenticate. this option requires the existence of + # a ${HOME}/.netrc file for it to work, otherwise it will be ignored 'forcejson': False, 'writeinfojson': True, 'writedescription': True,