We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18fa2dd commit 76ddbafCopy full SHA for 76ddbaf
1 file changed
Readme.md
@@ -36,7 +36,7 @@ if __name__ == "__main__":
36
type=t_type,
37
sort_by=ParamSort.SEEDERS,
38
sort_order=ParamSeq.DECREASING
39
- )[0]
+ ).torrents[0]
40
print(torrent['title'], torrent['type'], torrent['size'], torrent['id'])
41
42
client.logout()
@@ -59,7 +59,7 @@ if __name__ == "__main__":
59
type=SearchParamType.HD_HUN,
60
61
62
63
64
client.download(torrent, "/tmp")
65
@@ -144,7 +144,7 @@ async def main():
144
145
146
147
148
149
150
await client.logout()
0 commit comments