diff --git a/mps_youtube/commands/__init__.py b/mps_youtube/commands/__init__.py index 70048863..b16ae740 100644 --- a/mps_youtube/commands/__init__.py +++ b/mps_youtube/commands/__init__.py @@ -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 ##