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

Commit

Permalink
Fix redgifs folder titling
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-WinnfieldX committed Apr 21, 2024
1 parent cab5968 commit 427e3e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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.2.44"
__version__ = "5.2.45"
3 changes: 1 addition & 2 deletions cyberdrop_dl/scraper/crawlers/redgifs_crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ async def user(self, scrape_item: ScrapeItem) -> None:
for gif in gifs:
links = gif["urls"]
date = gif["createDate"]
title_part = gif.get("title", "Loose Files")
title = await self.create_title(title_part, None, None)
title = await self.create_title(user_id, None, None)

try:
link = URL(links["hd"])
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.2.44"
version = "5.2.45"
description = "Bulk downloader for multiple file hosts"
authors = ["Jules Winnfield <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 427e3e7

Please sign in to comment.