Files
Podcast-Downloader/podcasts.json
T
2026-06-21 13:11:59 +01:00

25 lines
642 B
JSON

{
"general": {
"db_dir": "$HOME/.youtube_downloader",
"temp_download_dir": "/tmp/youtube_downloads",
"video_format": "best[ext=mp4]",
"output_template": "%(title)s.%(ext)s",
"audio_only": false,
"download_delay": 2
},
"playlists": [
{
"name": "My First Playlist",
"url": "https://www.youtube.com/playlist?list=PLAYLIST_ID_1",
"destination": "/path/to/first/location",
"enabled": true
},
{
"name": "My Second Playlist",
"url": "https://www.youtube.com/playlist?list=PLAYLIST_ID_2",
"destination": "/path/to/second/location",
"enabled": true
}
]
}