Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 13, 2019
1 parent 8a9ecbf commit 56b59bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ for book in scraper.scrap_by_genre("Science fiction"):
for book in LoyalBooks.search_audiobooks(author="Lovecraft"):
print(book.as_json)
```

search kid stories
```

```python
from audiobooker.scrappers.kiddie_records import KiddieRecords

for b in KiddieRecords.search_audiobooks(genre="song"):
Expand All @@ -64,5 +66,5 @@ for b in KiddieRecords.search_audiobooks(title="Snow White and the Seven Dwarfs"
print(b.as_json)

for b in KiddieRecords.scrap_all_audiobooks():
pprint(b.as_json)
print(b.as_json)
```

0 comments on commit 56b59bd

Please sign in to comment.