refactor: generate filenames after resolution detection and add re import.

This commit is contained in:
2025-12-31 21:12:17 +09:00
parent c25ee5dbcd
commit 415e3272d9
2 changed files with 20 additions and 13 deletions

View File

@@ -219,6 +219,7 @@ async def _download_worker_async(
"""실제 다운로드 작업 (AsyncIO)"""
import sys
import os
import re
import time
import json
import tempfile