mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 20:15:24 +00:00
Update anime.py (#125)
This commit is contained in:
parent
8e909cede7
commit
e985b31e74
@ -203,7 +203,7 @@ def anime_download_series(tv_id: int, tv_name: str):
|
|||||||
episodes_downloader = EpisodeDownloader(tv_id, tv_name)
|
episodes_downloader = EpisodeDownloader(tv_id, tv_name)
|
||||||
episoded_count = episodes_downloader.get_count_episodes()
|
episoded_count = episodes_downloader.get_count_episodes()
|
||||||
|
|
||||||
console.log(f"[cyan]Episodes find: [red]{episoded_count}")
|
console.log(f"[cyan]Episodes found: [red]{episoded_count}")
|
||||||
|
|
||||||
# Prompt user to select an episode index
|
# Prompt user to select an episode index
|
||||||
last_command = msg.ask("\n[cyan]Insert media [red]index [yellow]or [red](*) [cyan]to download all media [yellow]or [red][1-2] [cyan]for a range of media")
|
last_command = msg.ask("\n[cyan]Insert media [red]index [yellow]or [red](*) [cyan]to download all media [yellow]or [red][1-2] [cyan]for a range of media")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user