Files
youtube-dl/config/audio.conf
T

8 lines
215 B
Plaintext
Raw Normal View History

2022-10-07 15:56:48 -04:00
# 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