Skip to content

Commit

Permalink
fix get_schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshikuniii committed Nov 20, 2022
1 parent 1c51a03 commit 95c1d32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The project is a work in progress, not finished yet. But, the code works well, f
* Search anime by name
* Get anime details
* Get airing episode urls
* Get ~~download and/or~~ streaming url (m3u8)
* Get streaming url (m3u8)
* Show airing schedule
* Download anime

Expand Down
1 change: 1 addition & 0 deletions pynimeapi/pynime.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,5 @@ def download_video(self, stream_url: str, filename: str):
shutil.rmtree("temp") # delete folder and files inside them after finished

def get_schedule(self, unix_time: int):
schedule = GetSchedule()
schedule.print_schedule(unix_time)

0 comments on commit 95c1d32

Please sign in to comment.