KekikStream 0.3.8__py3-none-any.whl → 0.3.9__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/__init__.py +6 -4
- {KekikStream-0.3.8.dist-info → KekikStream-0.3.9.dist-info}/METADATA +1 -1
- {KekikStream-0.3.8.dist-info → KekikStream-0.3.9.dist-info}/RECORD +7 -7
- {KekikStream-0.3.8.dist-info → KekikStream-0.3.9.dist-info}/LICENSE +0 -0
- {KekikStream-0.3.8.dist-info → KekikStream-0.3.9.dist-info}/WHEEL +0 -0
- {KekikStream-0.3.8.dist-info → KekikStream-0.3.9.dist-info}/entry_points.txt +0 -0
- {KekikStream-0.3.8.dist-info → KekikStream-0.3.9.dist-info}/top_level.txt +0 -0
KekikStream/__init__.py
CHANGED
@@ -84,9 +84,7 @@ class KekikStream:
|
|
84
84
|
secilen_sonuc = await self.tum_sonuc_secimi(sonuclar)
|
85
85
|
|
86
86
|
if secilen_sonuc:
|
87
|
-
|
88
|
-
with suppress(Exception):
|
89
|
-
return await self.sonuc_detaylari_goster(secilen_sonuc)
|
87
|
+
return await self.sonuc_detaylari_goster(secilen_sonuc)
|
90
88
|
|
91
89
|
async def tum_eklentilerde_arama_sorgula(self, sorgu: str) -> list:
|
92
90
|
tum_sonuclar = []
|
@@ -134,7 +132,11 @@ class KekikStream:
|
|
134
132
|
else:
|
135
133
|
url = secilen_sonuc
|
136
134
|
|
137
|
-
|
135
|
+
for _ in range(3):
|
136
|
+
with suppress(Exception):
|
137
|
+
medya_bilgi = await self.suanki_eklenti.load_item(url)
|
138
|
+
break
|
139
|
+
|
138
140
|
except Exception as hata:
|
139
141
|
konsol.log(secilen_sonuc)
|
140
142
|
return hata_yakala(hata)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: KekikStream
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.9
|
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
|
@@ -1,4 +1,4 @@
|
|
1
|
-
KekikStream/__init__.py,sha256=
|
1
|
+
KekikStream/__init__.py,sha256=Ht72MB4A8KazwZDUdaCmNx1-nybWXz02IpcAPy41FFc,10638
|
2
2
|
KekikStream/__main__.py,sha256=B81dQoeGEb-T5Sycs3eNAmW7unvx0Mef0syCjs4nPds,137
|
3
3
|
KekikStream/requirements.txt,sha256=gS_TUUQx5A7FUmRGxj2dQedxheD7qA6AswdUb2y_Ub8,70
|
4
4
|
KekikStream/CLI/__init__.py,sha256=U6oLq_O7u5y2eHhBnmfhZNns_EqHHJXJmzl8jvZFUNY,230
|
@@ -48,9 +48,9 @@ KekikStream/Plugins/JetFilmizle.py,sha256=FXkMSQtjYoxwIonjRENFa91rC42L_8SYRhjhuS
|
|
48
48
|
KekikStream/Plugins/SezonlukDizi.py,sha256=5BZVzQ2eQtymHxO0bzjA2ho4FFNahPFQly4hoHuH8lo,4441
|
49
49
|
KekikStream/Plugins/SineWix.py,sha256=ZtcIwPW0ONGkSjT7Ye8b71RWdHZMUZefX-JTWu6uGSs,4854
|
50
50
|
KekikStream/Plugins/UgurFilm.py,sha256=yYXee5uxwNnPqFJZ6s6cRkmUyqS3Vv8x-iesPalc4j4,2930
|
51
|
-
KekikStream-0.3.
|
52
|
-
KekikStream-0.3.
|
53
|
-
KekikStream-0.3.
|
54
|
-
KekikStream-0.3.
|
55
|
-
KekikStream-0.3.
|
56
|
-
KekikStream-0.3.
|
51
|
+
KekikStream-0.3.9.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
52
|
+
KekikStream-0.3.9.dist-info/METADATA,sha256=nNeMFrvBcus3ge5Um-hId3yIIhs9pfyc86_KYBaF7Kc,3987
|
53
|
+
KekikStream-0.3.9.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
54
|
+
KekikStream-0.3.9.dist-info/entry_points.txt,sha256=dFwdiTx8djyehI0Gsz-rZwjAfZzUzoBSrmzRu9ubjJc,50
|
55
|
+
KekikStream-0.3.9.dist-info/top_level.txt,sha256=DNmGJDXl27Drdfobrak8KYLmocW_uznVYFJOzcjUgmY,12
|
56
|
+
KekikStream-0.3.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|