KekikStream 0.5.7__py3-none-any.whl → 0.6.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- KekikStream/Plugins/RecTV.py +6 -6
- {KekikStream-0.5.7.dist-info → KekikStream-0.6.0.dist-info}/METADATA +1 -1
- {KekikStream-0.5.7.dist-info → KekikStream-0.6.0.dist-info}/RECORD +7 -7
- {KekikStream-0.5.7.dist-info → KekikStream-0.6.0.dist-info}/LICENSE +0 -0
- {KekikStream-0.5.7.dist-info → KekikStream-0.6.0.dist-info}/WHEEL +0 -0
- {KekikStream-0.5.7.dist-info → KekikStream-0.6.0.dist-info}/entry_points.txt +0 -0
- {KekikStream-0.5.7.dist-info → KekikStream-0.6.0.dist-info}/top_level.txt +0 -0
KekikStream/Plugins/RecTV.py
CHANGED
@@ -10,14 +10,14 @@ import re
|
|
10
10
|
|
11
11
|
class RecTV(PluginBase):
|
12
12
|
name = "RecTV"
|
13
|
-
main_url = "https://m.
|
13
|
+
main_url = "https://m.prectv4.sbs"
|
14
14
|
|
15
|
-
sw_key
|
16
|
-
|
17
|
-
|
15
|
+
sw_key = "4F5A9C3D9A86FA54EACEDDD635185/c3c5bd17-e37b-4b94-a944-8a3688a30452"
|
16
|
+
http2 = AsyncClient(http2=True)
|
17
|
+
http2.headers.update({"user-agent": "okhttp/4.12.0"})
|
18
18
|
|
19
19
|
async def search(self, query: str) -> list[SearchResult]:
|
20
|
-
istek = await self.
|
20
|
+
istek = await self.http2.get(f"{self.main_url}/api/search/{query}/{self.sw_key}/")
|
21
21
|
|
22
22
|
kanallar = istek.json().get("channels")
|
23
23
|
kanallar = sorted(kanallar, key=lambda sozluk: sozluk["title"])
|
@@ -39,7 +39,7 @@ class RecTV(PluginBase):
|
|
39
39
|
|
40
40
|
match veri.get("type"):
|
41
41
|
case "serie":
|
42
|
-
dizi_istek = await self.
|
42
|
+
dizi_istek = await self.http2.get(f"{self.main_url}/api/season/by/serie/{veri.get('id')}/{self.sw_key}/")
|
43
43
|
dizi_veri = dizi_istek.json()
|
44
44
|
|
45
45
|
episodes = []
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: KekikStream
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.6.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
|
@@ -46,13 +46,13 @@ KekikStream/Plugins/Dizilla.py,sha256=D-gQ23rck3UjnYeYSYzokYWVL7lshzEk4vS3qsR_7T
|
|
46
46
|
KekikStream/Plugins/FilmMakinesi.py,sha256=rz8TQeL41PJbeEmksgPHIhp6J-4vbSCBTeEH0ukExz4,2822
|
47
47
|
KekikStream/Plugins/FullHDFilmizlesene.py,sha256=Fa0gRP_NoMfPC8HIKRxERjQVOv8Fyb-ayMJ2EooZ7BE,3080
|
48
48
|
KekikStream/Plugins/JetFilmizle.py,sha256=FXkMSQtjYoxwIonjRENFa91rC42L_8SYRhjhuSgsu60,3919
|
49
|
-
KekikStream/Plugins/RecTV.py,sha256=
|
49
|
+
KekikStream/Plugins/RecTV.py,sha256=dnb3V2BiooWQKej8QtGPu-D8vk8yWZF8ZLReDyJlFSQ,4820
|
50
50
|
KekikStream/Plugins/SezonlukDizi.py,sha256=5BZVzQ2eQtymHxO0bzjA2ho4FFNahPFQly4hoHuH8lo,4441
|
51
51
|
KekikStream/Plugins/SineWix.py,sha256=iBtSl150N3GHWqHJDLVNFDSJff-00PHksQC1h2urR8w,4851
|
52
52
|
KekikStream/Plugins/UgurFilm.py,sha256=yYXee5uxwNnPqFJZ6s6cRkmUyqS3Vv8x-iesPalc4j4,2930
|
53
|
-
KekikStream-0.
|
54
|
-
KekikStream-0.
|
55
|
-
KekikStream-0.
|
56
|
-
KekikStream-0.
|
57
|
-
KekikStream-0.
|
58
|
-
KekikStream-0.
|
53
|
+
KekikStream-0.6.0.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
54
|
+
KekikStream-0.6.0.dist-info/METADATA,sha256=UXDbhlQ9MXntNzLv8vjhnf5wXvFfIjY5s6DYyisSsSg,3994
|
55
|
+
KekikStream-0.6.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
56
|
+
KekikStream-0.6.0.dist-info/entry_points.txt,sha256=dFwdiTx8djyehI0Gsz-rZwjAfZzUzoBSrmzRu9ubjJc,50
|
57
|
+
KekikStream-0.6.0.dist-info/top_level.txt,sha256=DNmGJDXl27Drdfobrak8KYLmocW_uznVYFJOzcjUgmY,12
|
58
|
+
KekikStream-0.6.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|