Skip to content

Commit

Permalink
Enable ytdlp_comments by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed Jan 12, 2025
1 parent 757ae15 commit 8e26763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/gtk-pipe-viewer
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ my %CONFIG = (
ytdl_cmd => undef, # auto-detect

# yt-dlp comment options
ytdlp_comments => 0,
ytdlp_comments => 1,
ytdlp_max_comments => 20,
ytdlp_max_replies => 3,

Expand Down
2 changes: 1 addition & 1 deletion bin/pipe-viewer
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ my %CONFIG = (
ytdl_cmd => undef, # auto-defined

# yt-dlp comment options
ytdlp_comments => 0,
ytdlp_comments => 1,
ytdlp_max_comments => 10,
ytdlp_max_replies => 3,

Expand Down

0 comments on commit 8e26763

Please sign in to comment.