更新代码

This commit is contained in:
JoeamAmier 2023-09-01 19:15:53 +08:00
parent db7b419580
commit 9fafe470e0
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,3 @@
class Manager:
pass
def __init__(self):
pass

View File

@ -5,7 +5,6 @@ from .Explore import Explore
from .Html import Html
from .Image import Image
from .Manage import Manager
from .Settings import Settings
from .Video import Video
@ -28,6 +27,7 @@ class XHS:
self.video = Video()
self.explore = Explore()
self.download = Download(path, folder, self.headers, proxies, chunk)
self.manager = Manager()
def get_image(self, container: dict, html: str, download):
urls = self.image.get_image_link(html)