Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See https://gist.github.com/liam4/cd7465a82c8b367eef221e61c3b6186e.
Though not tested, this should work even on old/mixed playlists,
e.g.: https://gist.github.com/liam4/2cad8630d5df4cf0014cb9acd0d76115
|
|
non-YT links)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(This is why unit testing is important)
|
|
|
|
|
|
file; updated man page
|
|
|
|
|
|
|
|
every .download()
|
|
|
|
|
|
|
|
|
|
message if iTunes Library XML sharing is not enabled
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Essentially it would try to run processArgv(.options, optionFunctions)
before optionFunctions is defined. This was solved by moving the call
that would cause that to happen after optionFunctions is defined.
|