Skip to content

Commit

Permalink
Merge pull request #47 from radaron/add_url_to_torrent_object
Browse files Browse the repository at this point in the history
Add url for the torrent object
  • Loading branch information
radaron authored Dec 23, 2024
2 parents 4e6f795 + cc1e5c3 commit b41e471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ncoreparser/torrent.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def __init__(
"seed": seed,
"leech": leech,
"download": URLs.DOWNLOAD_LINK.value.format(id=id, key=key),
"url": URLs.DETAIL_PATTERN.value.format(id=id),
}
self._details.update(params)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"

[project]
name = "ncoreparser"
version = "3.1.1"
version = "3.2.0"
description = "Package to download from ncore.pro"
authors = [
{ name="Aron Radics", email="aron.radics.jozsef@gmail.com" }
Expand Down

0 comments on commit b41e471

Please sign in to comment.