Skip to content

Commit

Permalink
Update TubeUp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vxbinaca authored Sep 18, 2023
1 parent 2655580 commit dc497da
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tubeup/TubeUp.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ def generate_ydl_options(self,
'writeinfojson': True,
'writedescription': True,
'writethumbnail': True,
'writeannotations': True,
'writesubtitles': True,
'allsubtitles': True,
'ignoreerrors': True, # Geo-blocked,
Expand All @@ -282,11 +281,6 @@ def generate_ydl_options(self,
'nooverwrites': True, # Don't touch what's already been
# downloaded speeds things
'consoletitle': True, # Download percentage in console title
'prefer_ffmpeg': True, # `ffmpeg` is better than `avconv`,
# let's prefer it's use
# Warns on out of date youtube-dl script, helps debugging for
# youtube-dl devs
'call_home': False,
'logger': self.logger,
'progress_hooks': [ydl_progress_hook]
}
Expand Down

0 comments on commit dc497da

Please sign in to comment.