Skip to content

Commit

Permalink
Handle OLxxx playlists
Browse files Browse the repository at this point in the history
  • Loading branch information
leporo authored and ids1024 committed Jan 26, 2019
1 parent 7be7628 commit 0d21ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mps_youtube/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# input types
WORD = r'[^\W\d][-\w\s]{,100}'
RS = r'(?:(?:repeat|shuffle|-[avfw])\s*)'
PL = r'\S*?((?:RD|PL|LL)[-_0-9a-zA-Z]+)\s*'
PL = r'\S*?((?:RD|PL|LL|OL)[-_0-9a-zA-Z]+)\s*'

## @command decorator
##
Expand Down

0 comments on commit 0d21ac3

Please sign in to comment.