KekikStream 0.7.14__py3-none-any.whl → 0.8.0__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/Plugins/RecTV.py +3 -2
- KekikStream/__init__.py +1 -1
- {KekikStream-0.7.14.dist-info → KekikStream-0.8.0.dist-info}/METADATA +1 -1
- {KekikStream-0.7.14.dist-info → KekikStream-0.8.0.dist-info}/RECORD +8 -8
- {KekikStream-0.7.14.dist-info → KekikStream-0.8.0.dist-info}/LICENSE +0 -0
- {KekikStream-0.7.14.dist-info → KekikStream-0.8.0.dist-info}/WHEEL +0 -0
- {KekikStream-0.7.14.dist-info → KekikStream-0.8.0.dist-info}/entry_points.txt +0 -0
- {KekikStream-0.7.14.dist-info → KekikStream-0.8.0.dist-info}/top_level.txt +0 -0
KekikStream/Plugins/RecTV.py
CHANGED
@@ -17,6 +17,8 @@ class RecTV(PluginBase):
|
|
17
17
|
http2.headers.update({"user-agent": "okhttp/4.12.0"})
|
18
18
|
|
19
19
|
async def search(self, query: str) -> list[SearchResult]:
|
20
|
+
self.media_handler.headers.update({"User-Agent": "googleusercontent"})
|
21
|
+
|
20
22
|
istek = await self.http2.get(f"{self.main_url}/api/search/{query}/{self.sw_key}/")
|
21
23
|
|
22
24
|
kanallar = istek.json().get("channels")
|
@@ -48,7 +50,7 @@ class RecTV(PluginBase):
|
|
48
50
|
ep_model = Episode(
|
49
51
|
season = int(re.search(r"(\d+)\.S", season.get("title")).group(1)) if re.search(r"(\d+)\.S", season.get("title")) else 1,
|
50
52
|
episode = int(re.search(r"Bölüm (\d+)", episode.get("title")).group(1)) if re.search(r"Bölüm (\d+)", episode.get("title")) else 1,
|
51
|
-
title =
|
53
|
+
title = season.get("title"),
|
52
54
|
url = self.fix_url(episode.get("sources")[0].get("url")),
|
53
55
|
)
|
54
56
|
|
@@ -105,7 +107,6 @@ class RecTV(PluginBase):
|
|
105
107
|
}
|
106
108
|
videolar.append(video_link)
|
107
109
|
|
108
|
-
self.media_handler.headers.update({"User-Agent": "googleusercontent"})
|
109
110
|
return videolar
|
110
111
|
|
111
112
|
async def play(self, name: str, url: str, referer: str, subtitles: list[Subtitle]):
|
KekikStream/__init__.py
CHANGED
@@ -180,7 +180,7 @@ class KekikStream:
|
|
180
180
|
if not haritalama:
|
181
181
|
secilen_link = await self.arayuz_yonetici.select_from_list(
|
182
182
|
message = "Doğrudan oynatmak için bir bağlantı seçin:",
|
183
|
-
choices = [{"name": value["ext_name"], "value": key} for key, value in self.suanki_eklenti._data.items()]
|
183
|
+
choices = [{"name": value["ext_name"], "value": key} for key, value in self.suanki_eklenti._data.items() if key in baglantilar]
|
184
184
|
)
|
185
185
|
if secilen_link:
|
186
186
|
await self.medya_oynat(secilen_link)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: KekikStream
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.8.0
|
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=RuvKGAfgZ8HkMQ8loKSwC4V2yxL1GoW3zHGEeczP-RM,10893
|
2
2
|
KekikStream/__main__.py,sha256=B81dQoeGEb-T5Sycs3eNAmW7unvx0Mef0syCjs4nPds,137
|
3
3
|
KekikStream/requirements.txt,sha256=QWCXrrmKodIm7mGtIz9cWr9sks-lmL_TilKMrruWJn0,77
|
4
4
|
KekikStream/CLI/__init__.py,sha256=U6oLq_O7u5y2eHhBnmfhZNns_EqHHJXJmzl8jvZFUNY,230
|
@@ -47,13 +47,13 @@ KekikStream/Plugins/Dizilla.py,sha256=evWYvETw1c4RY0GB5P20cB_I_U7ZxzzvnG7RLNGJRP
|
|
47
47
|
KekikStream/Plugins/FilmMakinesi.py,sha256=rz8TQeL41PJbeEmksgPHIhp6J-4vbSCBTeEH0ukExz4,2822
|
48
48
|
KekikStream/Plugins/FullHDFilmizlesene.py,sha256=Fa0gRP_NoMfPC8HIKRxERjQVOv8Fyb-ayMJ2EooZ7BE,3080
|
49
49
|
KekikStream/Plugins/JetFilmizle.py,sha256=FXkMSQtjYoxwIonjRENFa91rC42L_8SYRhjhuSgsu60,3919
|
50
|
-
KekikStream/Plugins/RecTV.py,sha256=
|
50
|
+
KekikStream/Plugins/RecTV.py,sha256=9Cpelwtbriea0pmwEtU0HX_-_uwrQKu8jIWNfRu-cY0,4994
|
51
51
|
KekikStream/Plugins/SezonlukDizi.py,sha256=5BZVzQ2eQtymHxO0bzjA2ho4FFNahPFQly4hoHuH8lo,4441
|
52
52
|
KekikStream/Plugins/SineWix.py,sha256=P_ujixGubpsJzAdbRUzVy5ziRGYfSEDc90RMXie6VyE,4866
|
53
53
|
KekikStream/Plugins/UgurFilm.py,sha256=yYXee5uxwNnPqFJZ6s6cRkmUyqS3Vv8x-iesPalc4j4,2930
|
54
|
-
KekikStream-0.
|
55
|
-
KekikStream-0.
|
56
|
-
KekikStream-0.
|
57
|
-
KekikStream-0.
|
58
|
-
KekikStream-0.
|
59
|
-
KekikStream-0.
|
54
|
+
KekikStream-0.8.0.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
55
|
+
KekikStream-0.8.0.dist-info/METADATA,sha256=Oa4RWJ8K0C5VYtI4LcEVPxCePmSuLJQm8QrFiDEcOAE,4226
|
56
|
+
KekikStream-0.8.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
57
|
+
KekikStream-0.8.0.dist-info/entry_points.txt,sha256=dFwdiTx8djyehI0Gsz-rZwjAfZzUzoBSrmzRu9ubjJc,50
|
58
|
+
KekikStream-0.8.0.dist-info/top_level.txt,sha256=DNmGJDXl27Drdfobrak8KYLmocW_uznVYFJOzcjUgmY,12
|
59
|
+
KekikStream-0.8.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|