chore: drop local emoji test artifacts
This commit is contained in:
@@ -37,9 +37,9 @@ def _extract_emoji_preview_url(xml_text: str) -> str:
|
|||||||
if not xml_text:
|
if not xml_text:
|
||||||
return ''
|
return ''
|
||||||
patterns = (
|
patterns = (
|
||||||
r'cdnurl\s*=\s*"([^"]+)"',
|
r'cdnurl\s*=\s*["\']([^"\']+)["\']',
|
||||||
r'encrypturl\s*=\s*"([^"]+)"',
|
r'encrypturl\s*=\s*["\']([^"\']+)["\']',
|
||||||
r'externurl\s*=\s*"([^"]+)"'
|
r'externurl\s*=\s*["\']([^"\']+)["\']'
|
||||||
)
|
)
|
||||||
for pattern in patterns:
|
for pattern in patterns:
|
||||||
match = re.search(pattern, xml_text)
|
match = re.search(pattern, xml_text)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.7 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 842 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 32 KiB |
Reference in New Issue
Block a user