mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 06:57:16 +08:00
@@ -194,8 +194,14 @@ class XHS:
|
||||
data, self.manager.image_format
|
||||
)
|
||||
|
||||
def __extract_video(self, container: dict, data: Namespace):
|
||||
container["下载地址"] = self.video.get_video_link(data)
|
||||
def __extract_video(
|
||||
self,
|
||||
container: dict,
|
||||
data: Namespace,
|
||||
):
|
||||
container["下载地址"] = self.video.get_video_link(
|
||||
data,
|
||||
)
|
||||
container["动图地址"] = [
|
||||
None,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user