ytdlp: switch to oauth
This commit is contained in:
parent
465af86361
commit
4a8da9be9b
4 changed files with 1 additions and 6 deletions
|
@ -32,8 +32,6 @@ ytdl_enable_podcast_download: false
|
|||
ytdl_podcast_output: "/shares_music/Podcasts/%(playlist)s/%(id)s.%(ext)s"
|
||||
ytdl_video_log_output: "/shares_videos/Youtube/archive-youtube.log"
|
||||
ytdl_podcast_log_output: "/shares_music/Podcasts/archive-podcast.log"
|
||||
ytdl_youtube_username: "{{ lookup('viczem.keepass.keepass', 'youtubedl_youtube_login', 'username') }}"
|
||||
ytdl_youtube_password: "{{ lookup('viczem.keepass.keepass', 'youtubedl_youtube_login', 'password') }}"
|
||||
ytdl_conf_dir: "/etc/youtubedl" # ohne / am ende
|
||||
ytdl_download_limit: "10000K"
|
||||
|
||||
|
|
BIN
keepass_db.kdbx
BIN
keepass_db.kdbx
Binary file not shown.
|
@ -30,8 +30,6 @@ ytdl_video_output: "/shares_videos/Youtube/%(uploader)s/%(title)s-%(id)s.%(ext)s
|
|||
ytdl_podcast_output: "/shares_music/Podcasts/%(playlist)s/%(id)s.%(ext)s"
|
||||
ytdl_video_log_output: "/shares_videos/Youtube/archive-youtube.log"
|
||||
ytdl_podcast_log_output: "/shares_music/Podcasts/archive-podcast.log"
|
||||
ytdl_youtube_username: "{{ lookup('viczem.keepass.keepass', 'youtubedl_youtube_login', 'username') }}"
|
||||
ytdl_youtube_password: "{{ lookup('viczem.keepass.keepass', 'youtubedl_youtube_login', 'password') }}"
|
||||
ytdl_conf_dir: "/etc/youtubedl" #ohne / am ende
|
||||
ytdl_download_limit: "10000K"
|
||||
ytdl_active: false # damit werden die systemd-Units nicht angelegt
|
||||
|
|
|
@ -15,8 +15,7 @@
|
|||
--write-info-json #schreibe metadaten
|
||||
--write-description #schreibe metadaten
|
||||
--write-annotations #schreibe metadaten
|
||||
--username "{{ lookup('viczem.keepass.keepass', 'youtubedl_youtube_login', 'username') }}" #login youtube
|
||||
--password "{{ lookup('viczem.keepass.keepass', 'youtubedl_youtube_login', 'password') }}" #login youtube
|
||||
--username oauth
|
||||
--no-color
|
||||
--no-progress
|
||||
|
||||
|
|
Loading…
Reference in a new issue