This commit is contained in:
jxxghp
2024-07-06 08:30:09 +08:00
parent 059e4f08a3
commit 1a0c4acf1c
4 changed files with 8 additions and 9 deletions
-2
View File
@@ -2,14 +2,12 @@ from pathlib import Path
from typing import Optional
from xml.dom import minidom
from app.core.config import settings
from app.core.context import MediaInfo
from app.schemas.types import MediaType
from app.utils.dom import DomUtils
class DoubanScraper:
_transfer_type = settings.TRANSFER_TYPE
_force_nfo = False
_force_img = False