KekikStream 0.1.4__py3-none-any.whl → 0.1.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- KekikStream/Managers/UIManager.py +6 -5
- {KekikStream-0.1.4.dist-info → KekikStream-0.1.5.dist-info}/METADATA +1 -1
- {KekikStream-0.1.4.dist-info → KekikStream-0.1.5.dist-info}/RECORD +7 -7
- {KekikStream-0.1.4.dist-info → KekikStream-0.1.5.dist-info}/LICENSE +0 -0
- {KekikStream-0.1.4.dist-info → KekikStream-0.1.5.dist-info}/WHEEL +0 -0
- {KekikStream-0.1.4.dist-info → KekikStream-0.1.5.dist-info}/entry_points.txt +0 -0
- {KekikStream-0.1.4.dist-info → KekikStream-0.1.5.dist-info}/top_level.txt +0 -0
@@ -13,15 +13,16 @@ class UIManager:
|
|
13
13
|
|
14
14
|
@staticmethod
|
15
15
|
async def select_from_list(message, choices):
|
16
|
-
return await inquirer.select(message=message, choices=choices).execute_async()
|
16
|
+
return await inquirer.select(message=message, choices=choices, max_height="75%").execute_async()
|
17
17
|
|
18
18
|
@staticmethod
|
19
19
|
async def select_from_fuzzy(message, choices):
|
20
20
|
return await inquirer.fuzzy(
|
21
|
-
message
|
22
|
-
choices
|
23
|
-
validate
|
24
|
-
filter
|
21
|
+
message = message,
|
22
|
+
choices = choices,
|
23
|
+
validate = lambda result: result in [choice if isinstance(choice, str) else choice["value"] for choice in choices],
|
24
|
+
filter = lambda result: result,
|
25
|
+
max_height = "75%"
|
25
26
|
).execute_async()
|
26
27
|
|
27
28
|
@staticmethod
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: KekikStream
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.5
|
4
4
|
Summary: terminal üzerinden medya içeriği aramanızı ve VLC/MPV gibi popüler medya oynatıcılar aracılığıyla doğrudan izlemenizi sağlayan modüler ve genişletilebilir bir bıdı bıdı
|
5
5
|
Home-page: https://github.com/keyiflerolsun/KekikStream
|
6
6
|
Author: keyiflerolsun
|
@@ -17,15 +17,15 @@ KekikStream/Extractors/VidMoxy.py,sha256=UnVrCEI4XNiONE2aLV9dGUhRqQ9ELJTnYVXyG81
|
|
17
17
|
KekikStream/Managers/ExtractorManager.py,sha256=4p5VaERx3qIIzvti9gl_khkCWYcVnzUNORmMP-OrQu0,925
|
18
18
|
KekikStream/Managers/MediaManager.py,sha256=F7mkSvAttAaMHRvnDcxnV2K1D_sK644BCSrEaAmMl_U,522
|
19
19
|
KekikStream/Managers/PluginManager.py,sha256=YDBLHB_Fh79A3Pei0ny2KLVY4VSihdNiKBh_w5tBl-0,637
|
20
|
-
KekikStream/Managers/UIManager.py,sha256=
|
20
|
+
KekikStream/Managers/UIManager.py,sha256=PmGabWjHACnaOZLyIfOd0j4cfqpuV34RO58QeeIbF6E,1590
|
21
21
|
KekikStream/Managers/__init__.py,sha256=3085I_9Sa2L_Vq6Z-QvYUYn1BapkN4sQqBo8ITZoD_4,251
|
22
22
|
KekikStream/Plugins/FilmMakinesi.py,sha256=g4LRDP5Atn97PqbgnEdm0-wjVdXaJIVk1Ru0F8B66Ws,2902
|
23
23
|
KekikStream/Plugins/FullHDFilmizlesene.py,sha256=HJzHDXHhhMpvXxiD2SjpoZEYs7dmnPymE8EXCSvLKVo,3106
|
24
24
|
KekikStream/Plugins/SineWix.py,sha256=RJxggTrZxBimQHI4ehtJipVeIBpfHy85NW-ixE2iF2k,4762
|
25
25
|
KekikStream/Plugins/UgurFilm.py,sha256=U7ryNWpjSZJWuYlMGX1Be9uuyiM3SfuI9VJcEiXedNs,2960
|
26
|
-
KekikStream-0.1.
|
27
|
-
KekikStream-0.1.
|
28
|
-
KekikStream-0.1.
|
29
|
-
KekikStream-0.1.
|
30
|
-
KekikStream-0.1.
|
31
|
-
KekikStream-0.1.
|
26
|
+
KekikStream-0.1.5.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
27
|
+
KekikStream-0.1.5.dist-info/METADATA,sha256=3UMgc2q48lT0QJ4XUBzwsAITJnS08Z8ZKz4165czXzg,3961
|
28
|
+
KekikStream-0.1.5.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
29
|
+
KekikStream-0.1.5.dist-info/entry_points.txt,sha256=dFwdiTx8djyehI0Gsz-rZwjAfZzUzoBSrmzRu9ubjJc,50
|
30
|
+
KekikStream-0.1.5.dist-info/top_level.txt,sha256=DNmGJDXl27Drdfobrak8KYLmocW_uznVYFJOzcjUgmY,12
|
31
|
+
KekikStream-0.1.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|