Skip to content

Commit

Permalink
Ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jbsparrow committed Jan 5, 2025
1 parent 9a743b6 commit 56197ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyberdrop_dl/scraper/crawlers/allporncomix_crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class AllPornComixCrawler(XenforoCrawler):
content=Selector("div[class=bbWrapper]", None),
images=Selector("img[class*=bbImage]", "data-src"),
date=Selector("time", "datetime"),
attachments=Selector("section[class=message-attachments] .attachmentList .file .file-preview", "href")
attachments=Selector("section[class=message-attachments] .attachmentList .file .file-preview", "href"),
)
selectors = XenforoSelectors(posts=post_selectors)

Expand Down

0 comments on commit 56197ee

Please sign in to comment.