Skip to content

Commit

Permalink
tubeup/TubeUp.py: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpapersonic authored Aug 22, 2024
1 parent c1fc9bf commit 03e38de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tubeup/TubeUp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 03e38de

Please sign in to comment.