mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-07-19 00:20:00 +00:00
Update __init__.py
This commit is contained in:
parent
cae35fb130
commit
f24f1fb096
@ -66,7 +66,7 @@ def process_search_result(select_title, selections=None):
|
|||||||
selections (dict, optional): Dictionary containing selection inputs that bypass manual input
|
selections (dict, optional): Dictionary containing selection inputs that bypass manual input
|
||||||
{'season': season_selection, 'episode': episode_selection}
|
{'season': season_selection, 'episode': episode_selection}
|
||||||
"""
|
"""
|
||||||
if select_title.type == 'Movie' or select_title.type == 'OVA':
|
if select_title.type == 'Movie':
|
||||||
download_film(select_title)
|
download_film(select_title)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
@ -120,4 +120,4 @@ def search(string_to_search: str = None, get_onlyDatabase: bool = False, direct_
|
|||||||
|
|
||||||
# If no results are found, ask again
|
# If no results are found, ask again
|
||||||
string_to_search = get_user_input()
|
string_to_search = get_user_input()
|
||||||
search(string_to_search, get_onlyDatabase, None, selections)
|
search(string_to_search, get_onlyDatabase, None, selections)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user