Патч для замены текста ссылок в "поделиться"

This commit is contained in:
2025-10-02 17:13:11 +03:00
parent 19e1ce2f45
commit f46425b169
3 changed files with 55 additions and 1 deletions
+1 -1
View File
@@ -11,8 +11,8 @@ priority = -1
# imports
import os
from lxml import etree
from tqdm import tqdm
from lxml import etree
from typing import Dict, Any
from pydantic import Field