Skip to content

Commit b41e471

Browse files
authored
Merge pull request #47 from radaron/add_url_to_torrent_object
Add url for the torrent object
2 parents 4e6f795 + cc1e5c3 commit b41e471

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ncoreparser/torrent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def __init__(
1919
"seed": seed,
2020
"leech": leech,
2121
"download": URLs.DOWNLOAD_LINK.value.format(id=id, key=key),
22+
"url": URLs.DETAIL_PATTERN.value.format(id=id),
2223
}
2324
self._details.update(params)
2425

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55

66
[project]
77
name = "ncoreparser"
8-
version = "3.1.1"
8+
version = "3.2.0"
99
description = "Package to download from ncore.pro"
1010
authors = [
1111
{ name="Aron Radics", email="aron.radics.jozsef@gmail.com" }

0 commit comments

Comments
 (0)