Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
fix smg
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-WinnfieldX committed Jun 23, 2024
1 parent 8c1014a commit eafd99f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cyberdrop_dl/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.3.29"
__version__ = "5.3.31"
2 changes: 1 addition & 1 deletion cyberdrop_dl/scraper/crawlers/socialmediagirls_crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self, manager: Manager):
self.links_attribute = "href"
self.attachment_url_part = "attachments"
self.images_selector = "img[class*=bbImage]"
self.images_attribute = "src"
self.images_attribute = "data-src"
self.videos_selector = "video source"
self.iframe_selector = "iframe[class=saint-iframe]"
self.videos_attribute = "src"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cyberdrop-dl"
version = "5.3.29"
version = "5.3.31"
description = "Bulk downloader for multiple file hosts"
authors = ["Jules Winnfield <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit eafd99f

Please sign in to comment.