fix bug in test_init and update example URLs

This commit is contained in:
Mike Fährmann
2023-09-14 13:27:03 +02:00
parent 24a1d46391
commit 27ec653991
17 changed files with 22 additions and 22 deletions

View File

@@ -21,7 +21,7 @@ class WebmshareVideoExtractor(Extractor):
archive_fmt = "{id}"
pattern = (r"(?:https?://)?(?:s\d+\.)?webmshare\.com"
r"/(?:play/|download-webm/)?(\w{3,})")
example = "https://webmshare.com/ID"
example = "https://webmshare.com/_ID_"
def __init__(self, match):
Extractor.__init__(self, match)