Python library for Nyaa
Project description
nyaalib
A simple Python library for parsing Nyaa pages.
Usage
>>> from nyaalib import NyaaClient
>>> client = NyaaClient()
>>> search_result_page = client.search("love live")
>>> search_result_page.torrent_stubs[0]
<TorrentStub tid='661029' name=u'Love Live Music Collection Ver.1.0'>
>>> torrent_page = client.view_torrent('486766')
>>> torrent_page.name
u'[FFF] Love Live! [BD][720p-AAC]'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nyaalib-0.0.6.tar.gz
(5.7 kB
view details)
File details
Details for the file nyaalib-0.0.6.tar.gz
.
File metadata
- Download URL: nyaalib-0.0.6.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8421f821454dc8531c7dce3e132fdee44ec885a502401949c9cb2b5a3f3c93dd |
|
MD5 | 47c670ba0aae63061e03812ed623794a |
|
BLAKE2b-256 | 9dda2be56148075171ea612f572b872c38790a07c560c50355f169fcfb3314a7 |