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,