Merge branch 'version-0.4' of https://github.com/JuanjoSalvador/nyaapy into version-0.4
This commit is contained in:
@@ -31,12 +31,12 @@ Install it using pip.
|
|||||||
|
|
||||||
if len(nyaa_query) > 0:
|
if len(nyaa_query) > 0:
|
||||||
for result in nyaa_query:
|
for result in nyaa_query:
|
||||||
print(result['title'])
|
print(result['name'])
|
||||||
else:
|
else:
|
||||||
print('Nothing here!')
|
print('Nothing here!')
|
||||||
|
|
||||||
for new in nyaa_news:
|
for new in nyaa_news:
|
||||||
print(new['title])
|
print(new['name'])
|
||||||
```
|
```
|
||||||
|
|
||||||
## Methods
|
## Methods
|
||||||
|
|||||||
Reference in New Issue
Block a user