Skip to content

Commit

Permalink
Merge pull request #28 from michaelb/dev
Browse files Browse the repository at this point in the history
bump version for patch fix
  • Loading branch information
michaelb authored Oct 21, 2020
2 parents 16f5bbf + e6a1861 commit 56627f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# auto-ytdl

![](https://img.shields.io/badge/Release-v1.2.3-green.svg)
![](https://img.shields.io/badge/Release-v1.2.2-green.svg)

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.

Expand All @@ -11,14 +11,16 @@ aytdl update
And that's it.
(Some initial setup is required of course, so auto-ytdl knows what music to download, but the most used commands are that simple)

## v1.2.3 changelog
## v1.2.4 changelog

> Soundcloud is now explicitly supported, though the user should tweak config options to not be limited to free-tier low quality audio.
> Windows support
> fix music with no length bug
> Fix --playing option not working in chrome 86
# Table of Contents

- [Why does it exist? / Motivation / Rant](#why-does-it-exist--motivation--rant)
Expand Down
2 changes: 1 addition & 1 deletion autoytdl/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# follows semantic versionning
__version__ = "1.2.3"
__version__ = "1.2.4"

0 comments on commit 56627f6

Please sign in to comment.