mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2025-12-26 04:48:05 +08:00
更新代码
This commit is contained in:
parent
db7b419580
commit
9fafe470e0
@ -1,2 +1,3 @@
|
||||
class Manager:
|
||||
pass
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user