Added V0.1
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user