mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-06 11:35:29 +00:00
Merge branch 'main' of https://github.com/Ghost6446/StreamingCommunity_api
This commit is contained in:
commit
d844c2e6dc
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
bin
|
||||
lib
|
||||
lib64
|
||||
*__pycache__
|
||||
pyvenv.cfg
|
||||
|
||||
# Project specific
|
||||
videos/
|
||||
tmp/
|
||||
Src/Util/file_list.txt
|
3
run.py
3
run.py
@ -34,7 +34,8 @@ def main():
|
||||
|
||||
else:
|
||||
console.print(f"[green]\nTv select: {db_title[index_select]['name']}")
|
||||
download_tv(db_title[index_select]['id'], db_title[index_select]['name'].replace(" ", "+"), site_version, domain)
|
||||
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)
|
||||
|
||||
console.print("\n[red]Done")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user