Skip to content

Commit

Permalink
docs: fix enable yt-dlp by default in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
qx6ghqkz committed Jun 19, 2024
1 parent de0604f commit 130e8a8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions gallery-dl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -368,12 +368,9 @@
},
"ytdl":
{
"enabled": false,
"format": null,
"generic": true,
"enabled": true,
"logging": true,
"module": null,
"raw-options": null
"module": "yt_dlp"
},
"zerochan":
{
Expand Down Expand Up @@ -411,9 +408,8 @@

"ytdl":
{
"enabled": true,
"module": "yt_dlp",
"logging": true
"logging": true,
"module": "yt_dlp"
}
},

Expand Down

0 comments on commit 130e8a8

Please sign in to comment.