Paginate
# Example to retrieve a specific page of manga listings
page_number = 2
pagination = enma.paginate(page=page_number)
for manga in pagination.results:
print(f"Manga Title: {manga.title}")Last updated
# Example to retrieve a specific page of manga listings
page_number = 2
pagination = enma.paginate(page=page_number)
for manga in pagination.results:
print(f"Manga Title: {manga.title}")Last updated