home/mpv | add flag to tell yt-dlp to mark video watched
This commit is contained in:
parent
46f468b632
commit
4080e530eb
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@
|
||||||
ytdl = "yes";
|
ytdl = "yes";
|
||||||
ytdl-format = "bestvideo+bestaudio";
|
ytdl-format = "bestvideo+bestaudio";
|
||||||
# Only needed when/if youtube blocks annon access again
|
# Only needed when/if youtube blocks annon access again
|
||||||
# ytdl-raw-options = "no-playlist=,cookies-from-browser=firefox,force-ipv4=";
|
# ytdl-raw-options = "mark-watched=,no-playlist=,cookies-from-browser=firefox,force-ipv4=";
|
||||||
ytdl-raw-options = "no-playlist=,force-ipv4=";
|
ytdl-raw-options = "mark-watched=,no-playlist=,force-ipv4=";
|
||||||
};
|
};
|
||||||
profiles = {
|
profiles = {
|
||||||
utube = {
|
utube = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue