We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c10bb1 commit aa51284Copy full SHA for aa51284
week-7/watch/watch.py
@@ -19,7 +19,7 @@ def parse(s):
19
this function take an youtube iframe like and return short version of link
20
"""
21
22
- # - user walrus -
+ # - using walrus -
23
# if src_link := re.search(r"^<iframe(?:.+)? src=\"(?:https?://)?(?:www\.)?youtube.com/embed/(\w+)\".?(?:.+)?></iframe>$", s):
24
# return f"https://youtu.be/{src_link.group(1)}"
25
# return None
0 commit comments