Update Unshackle #1

Merged
unshackle-dl merged 9 commits from update-unshackle into main 2025-09-02 06:07:54 +00:00
Showing only changes of commit 1e82283133 - Show all commits

View File

@@ -8,10 +8,10 @@ import tempfile
from difflib import SequenceMatcher from difflib import SequenceMatcher
from pathlib import Path from pathlib import Path
from typing import Optional, Tuple from typing import Optional, Tuple
from xml.sax.saxutils import escape
import requests import requests
from requests.adapters import HTTPAdapter, Retry from requests.adapters import HTTPAdapter, Retry
from xml.sax.saxutils import escape
from unshackle.core import binaries from unshackle.core import binaries
from unshackle.core.config import config from unshackle.core.config import config