diff --git a/README.rst b/README.rst index b047ce1..ccc0102 100644 --- a/README.rst +++ b/README.rst @@ -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 ---------------- diff --git a/doc/comp.1 b/doc/comp.1 index d262638..c4a9459 100644 --- a/doc/comp.1 +++ b/doc/comp.1 @@ -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 diff --git a/setup.py b/setup.py index 449bc8d..d05eee1 100755 --- a/setup.py +++ b/setup.py @@ -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',