remove ytdlp (#285)
see https://git.mgrote.net/mg/youtube-archive Reviewed-on: #285 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
4e7a695722
commit
aeb12927b4
11 changed files with 0 additions and 26 deletions
|
@ -1,28 +1,4 @@
|
|||
---
|
||||
### mgrote_youtubedl
|
||||
ytdl_dl_url: "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp"
|
||||
ytdl_timer: "Tue,Sat 03:00"
|
||||
ytdl_bin_path: /usr/local/bin/yt-dlp
|
||||
ytdl_active: true
|
||||
ytdl_video_urls:
|
||||
- https://www.youtube.com/c/100SekundenPhysik/videos #100 sekunden physik
|
||||
- https://www.youtube.com/c/Handwerkskunst/videos #swr handwerkskunst kanal
|
||||
- https://www.youtube.com/playlist?list=PLPM-eyPokAWNhhDNO4YzC5cGRwuI2ykwE # music
|
||||
- https://www.youtube.com/playlist?list=PLPM-eyPokAWNnDxuyX131R5wkl8fzvu7D # lost and found
|
||||
- https://www.youtube.com/playlist?list=PLPM-eyPokAWPmStfh37roJge-JuLfgma0 # lost and found 2
|
||||
- https://www.youtube.com/watch?v=TowKvEJcYDw&list=PLlQWnS27jXh9aEp7hl54xrk5CgiVbvMBy # arte - zu Tisch in...
|
||||
|
||||
ytdl_video_output: "/shares_videos/Youtube/%(uploader)s/%(title)s-%(id)s.%(ext)s" # Videos werden jetzt IMMER nach "Uploader/Name.ext" geschrieben
|
||||
|
||||
ytdl_enable_video_download: true
|
||||
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_conf_dir: "/etc/youtubedl" # ohne / am ende
|
||||
ytdl_download_limit: "10000K"
|
||||
|
||||
### mgrote_fileserver_smb
|
||||
smb_users:
|
||||
- name: 'restic'
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
roles:
|
||||
- role: mgrote_fileserver_smb
|
||||
tags: "smb"
|
||||
- role: mgrote_youtubedl
|
||||
tags: "youtubedl"
|
||||
- role: mgrote_todoist_backup
|
||||
tags: "todoist"
|
||||
- role: mgrote_disable_oom_killer
|
||||
|
|
Loading…
Add table
Reference in a new issue