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

Commit

Permalink
fix wt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-WinnfieldX committed Jan 29, 2024
1 parent f0ccff9 commit 4cd0620
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.1.56"
__version__ = "5.1.57"
2 changes: 1 addition & 1 deletion cyberdrop_dl/scraper/crawlers/gofile_crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async def album(self, scrape_item: ScrapeItem) -> None:
self.websiteToken = ""
self.manager.cache_manager.remove("gofile_website_token")
await self.get_website_token(self.js_address, self.client)
params["websiteToken"] = self.websiteToken
params["wt"] = self.websiteToken
async with self.request_limiter:
JSON_Resp = await self.client.get_json(self.domain, self.api_address / "getContent", params)

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.1.56"
version = "5.1.57"
description = "Bulk downloader for multiple file hosts"
authors = ["Jules Winnfield <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 4cd0620

Please sign in to comment.