mirror of
https://github.com/casjaysdevdocker/youtube-dl
synced 2025-09-18 03:57:48 -04:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
0
config/.gitkeep
Normal file
0
config/.gitkeep
Normal file
7
config/audio.conf
Normal file
7
config/audio.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
# Save all music under Music directory in your home directory
|
||||
-o ~/data/audio/%(title)s.%(ext)s
|
||||
--metadata-from-title "(?P<artist>.+?) - (?P<title>.+)"
|
||||
--add-metadata
|
||||
--embed-thumbnail
|
||||
--no-warnings
|
||||
--ignore-errors
|
5
config/video.conf
Normal file
5
config/video.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
# Save all videos under Videos directory in your home directory
|
||||
-o ~/data/video/%(title)s.%(ext)s
|
||||
--metadata-from-title "(?P<artist>.+?) - (?P<title>.+)"
|
||||
--add-metadata
|
||||
-ic
|
5
config/youtube-dl.conf
Normal file
5
config/youtube-dl.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
# Save all videos under Videos directory in your home directory
|
||||
-o ~/data/%(title)s.%(ext)s
|
||||
--metadata-from-title "(?P<artist>.+?) - (?P<title>.+)"
|
||||
--add-metadata
|
||||
-ic
|
Reference in New Issue
Block a user