diff --git a/robocyp.py b/robocyp.py index ea0a40b..659f982 100755 --- a/robocyp.py +++ b/robocyp.py @@ -16,7 +16,7 @@ _playlists = {} # output template: CHANNEL/DATE_TITLE_[ID].ext DEFAULT_OUTPUT_TMPL = "%(channel)s/%(upload_date)s_%(title)s_[%(id)s].%(ext)s" # download video 1080p or lower with audio -DEFAULT_FORMAT = "bestvideo[height<=1080]+bestaudio/best[height<=1080]" +DEFAULT_FORMAT = "bestvideo[height<=720]+bestaudio/best[height<=720]" def _truncate_title(title: str, length: int = 30) -> str: