Skip to content
This repository was archived by the owner on Mar 21, 2023. It is now read-only.

Commit 92d1c77

Browse files
fix: #54 play video using youtube short link
1 parent 31b695b commit 92d1c77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mps_youtube/commands/search.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,8 @@ def mix(num):
556556

557557
@command(r"url\s(.*[-_a-zA-Z0-9]{11}.*)", "url")
558558
def yt_url(url: str, print_title: bool = False):
559-
"""Acess videos by urls.
559+
"""
560+
Acess videos by urls.
560561
561562
If `print_title` is true only last title from unique parsed id will be printed.
562563

0 commit comments

Comments
 (0)