Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yt-dlp flags spring cleaning #312

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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