Update documentation

This commit is contained in:
Nguyễn Gia Phong 2017-07-03 20:52:13 +07:00 committed by Nguyễn Gia Phong
parent 9cef1e2382
commit 04901f33d9
3 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ Open a JSON playlist::
Open a Youtube playlist with video height lower than 720::
comp -f '[height<720]' https://www.youtube.com/list=PLnk14Iku8QM7R3ARnrj1TwYSZleF-i7jT
comp -f '[height<720]' https://www.youtube.com/watch?list=PLnk14Iku8QM7R3ARnrj1TwYSZleF-i7jT
Keyboard control
----------------

View File

@ -129,7 +129,7 @@ Open a JSON playlist:
.ft R
Open a Youtube playlist with video height lower than 720:
.ft B
comp -f '[height<720]' https://www.youtube.com/list=PLnk14Iku8QM7R3ARnrj1TwYSZleF-i7jT
comp -f '[height<720]' https://www.youtube.com/watch?list=PLnk14Iku8QM7R3ARnrj1TwYSZleF-i7jT
.SH BUGS
.PP
Media durations are not extracted from online playlists as youtube-dl

View File

@ -7,7 +7,7 @@ with open('README.rst') as f:
setup(
name='comp',
version='0.3.8',
version='0.3.9',
description=('Curses Omni Media Player'),
long_description=long_description,
url='https://github.com/McSinyx/comp',