Skip to content

Commit 31ed0c0

Browse files
committed
Merge branch 'master' into dev
2 parents 7de1937 + b114c07 commit 31ed0c0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ Some python modules, such as music-tag and mutagen, will be pulled automatically
107107
(Install the dependencies first)
108108

109109
- auto-ytdl is available in the AUR
110-
[here](https://aur.archlinux.org/packages/auto-ytdl-git/)
110+
[here](https://aur.archlinux.org/packages/auto-ytdl-git/) (you can get executables from the latest [release](https://github.com/michaelb/auto-ytdl/releases/tag/v1.2.0) )
111111
- install from source:
112112

113113
```
114114
git clone https://github.com/michaelb/auto-ytdl
115-
cd auto-ytdl
115+
cd auto-ytdl #you can run ./aytdl.py if you don't wish to install
116116
pip install --user .
117117
118118
# to uninstall if installed manually
@@ -163,6 +163,9 @@ aytdl update
163163
#download rick's astley famous song
164164
aytdl update https://www.youtube.com/watch?v=dQw4w9WgXcQ
165165
166+
#download rick's astley famous song while it's playing in chrome (linux-only)
167+
aytdl update -p
168+
166169
#download all music ever from Mr SuicideSheep, no just new ones
167170
aytdl update --include-old https://www.youtube.com/channel/UC5nc_ZtjKW1htCVZVRxlQAQ
168171

0 commit comments

Comments
 (0)