You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know, _yet another_ youtube-dl wrapper. But this one does something others don't: ability to automate your new music downloads, just like package managers automate your updates.
6
6
@@ -11,11 +11,14 @@ aytdl update
11
11
And that's it.
12
12
(Some initial setup is required of course, so auto-ytdl knows what music to download, but the most used commands are that simple)
13
13
14
-
## v1.2.0 changelog
14
+
## v1.2.3 changelog
15
15
16
16
> Soundcloud is now explicitly supported, though the user should tweak config options to not be limited to free-tier low quality audio.
17
+
17
18
> Windows support
18
19
20
+
> fix music with no length bug
21
+
19
22
# Table of Contents
20
23
21
24
-[Why does it exist? / Motivation / Rant](#why-does-it-exist--motivation--rant)
@@ -91,13 +94,13 @@ see also [Usage](#usage) and [Examples](#examples)
91
94
92
95
- youtube-dl (need to be in the PATH or current folder)
93
96
- ffmpeg (need to be in the PATH or current folder)
94
-
- python3-pip (need to be in the PATH or current folder)
97
+
-pip/python3-pip (need to be in the PATH or current folder)
95
98
96
99
(optionnal dependency for better OPUS handling, (windows users, don't bother))
Some python modules, such as music-tag and mutagen, will be pulled automatically
103
+
Some python modules, such as music-tag and mutagen, will be pulled automatically. If that step fails, you can run `pip install -r dependencies.txt` (or `python3-pip ....`)
0 commit comments