added no-call-home option to yt-dlp calls

This commit is contained in:
Leonetienne 2022-03-24 18:40:17 +01:00
parent becec28e1c
commit 111dccd71a
3 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,7 @@ with open("linklist-music.yaml", "r") as yamlfile:
yt-dlp
-c
--no-call-home
--extract-audio
--audio-format mp3
--merge-output-format mkv

View File

@ -14,6 +14,7 @@ with open("once.yaml", "r") as yamlfile:
os.system(f"""
yt-dlp
-c
--no-call-home
--extract-audio
--audio-format mp3
-o 'music/{entry['folder-name']}/%(title)s.%(ext)s'
@ -30,6 +31,7 @@ with open("once.yaml", "r") as yamlfile:
os.system(f"""
yt-dlp
-c
--no-call-home
--merge-output-format mkv
-o 'videos/{entry['folder-name']}/%(title)s.%(ext)s'
--extractor-args youtube:player_client=android

View File

@ -14,6 +14,7 @@ with open("linklist-videos.yaml", "r") as yamlfile:
os.system(f"""
yt-dlp
-c
--no-call-home
--merge-output-format mkv
-o 'videos/{folderName}/%(title)s.%(ext)s'
--extractor-args youtube:player_client=android