chore: drop local emoji test artifacts

This commit is contained in:
liuwei
2026-04-13 12:22:22 +08:00
parent 7ee5ba93ab
commit f7da70e920
5 changed files with 3 additions and 3 deletions

View File

@@ -37,9 +37,9 @@ def _extract_emoji_preview_url(xml_text: str) -> str:
if not xml_text:
return ''
patterns = (
r'cdnurl\s*=\s*"([^"]+)"',
r'encrypturl\s*=\s*"([^"]+)"',
r'externurl\s*=\s*"([^"]+)"'
r'cdnurl\s*=\s*["\']([^"\']+)["\']',
r'encrypturl\s*=\s*["\']([^"\']+)["\']',
r'externurl\s*=\s*["\']([^"\']+)["\']'
)
for pattern in patterns:
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