We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e6f795 + cc1e5c3 commit b41e471Copy full SHA for b41e471
2 files changed
ncoreparser/torrent.py
@@ -19,6 +19,7 @@ def __init__(
19
"seed": seed,
20
"leech": leech,
21
"download": URLs.DOWNLOAD_LINK.value.format(id=id, key=key),
22
+ "url": URLs.DETAIL_PATTERN.value.format(id=id),
23
}
24
self._details.update(params)
25
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
6
[project]
7
name = "ncoreparser"
8
-version = "3.1.1"
+version = "3.2.0"
9
description = "Package to download from ncore.pro"
10
authors = [
11
{ name="Aron Radics", email="aron.radics.jozsef@gmail.com" }
0 commit comments