mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 12:05:35 +00:00
bug
This commit is contained in:
parent
507f896cb3
commit
715e0524d7
3
run.py
3
run.py
@ -34,8 +34,7 @@ def main():
|
||||
|
||||
else:
|
||||
console.print(f"[green]\nTv select: {db_title[index_select]['name']}")
|
||||
tv_download_behaviour = int(msg.ask(f"\n[blue]Do you want to download specific episodes or an entire season? (0-> Specific | 1 -> Entire season): ", choices=['0', '1']))
|
||||
download_tv(db_title[index_select]['id'], db_title[index_select]['name'].replace(" ", "+"), site_version, domain, tv_download_behaviour)
|
||||
download_tv(db_title[index_select]['id'], db_title[index_select]['name'].replace(" ", "+"), site_version, domain)
|
||||
|
||||
console.print("\n[red]Done")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user