KekikStream 1.3.9__py3-none-any.whl → 1.4.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/HDFilmCehennemi.py +3 -3
- {kekikstream-1.3.9.dist-info → kekikstream-1.4.0.dist-info}/METADATA +1 -1
- {kekikstream-1.3.9.dist-info → kekikstream-1.4.0.dist-info}/RECORD +7 -7
- {kekikstream-1.3.9.dist-info → kekikstream-1.4.0.dist-info}/LICENSE +0 -0
- {kekikstream-1.3.9.dist-info → kekikstream-1.4.0.dist-info}/WHEEL +0 -0
- {kekikstream-1.3.9.dist-info → kekikstream-1.4.0.dist-info}/entry_points.txt +0 -0
- {kekikstream-1.3.9.dist-info → kekikstream-1.4.0.dist-info}/top_level.txt +0 -0
@@ -153,14 +153,14 @@ class HDFilmCehennemi(PluginBase):
|
|
153
153
|
return None
|
154
154
|
|
155
155
|
@kekik_cache(ttl=15*60)
|
156
|
-
async def invoke_local_source(self, iframe: str, source: str,
|
156
|
+
async def invoke_local_source(self, iframe: str, source: str, url: str):
|
157
157
|
self.httpx.headers.update({"Referer": f"{self.main_url}/"})
|
158
158
|
istek = await self.httpx.get(iframe)
|
159
159
|
|
160
160
|
try:
|
161
161
|
eval_func = re.compile(r'\s*(eval\(function[\s\S].*)\s*').findall(istek.text)[0]
|
162
162
|
except Exception:
|
163
|
-
await self.cehennempass(
|
163
|
+
await self.cehennempass(iframe.split("/")[-1])
|
164
164
|
return None, None
|
165
165
|
|
166
166
|
unpacked = unpack(eval_func)
|
@@ -214,7 +214,7 @@ class HDFilmCehennemi(PluginBase):
|
|
214
214
|
if iframe and "?rapidrame_id=" in iframe:
|
215
215
|
iframe = f"{self.main_url}/playerr/{iframe.split('?rapidrame_id=')[1]}"
|
216
216
|
|
217
|
-
video_url, data = await self.invoke_local_source(iframe, source,
|
217
|
+
video_url, data = await self.invoke_local_source(iframe, source, url)
|
218
218
|
if not video_url:
|
219
219
|
continue
|
220
220
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: KekikStream
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.4.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
|
@@ -48,7 +48,7 @@ KekikStream/Plugins/DiziYou.py,sha256=yiLHe9cP_eG8CG6lcQ8KYEzDckjFUL3cw0A-1ixCLb
|
|
48
48
|
KekikStream/Plugins/Dizilla.py,sha256=E3HehhcnZBDVJzroRa7jlFzj3ixdx9-LT7YnWKmcX3Q,6899
|
49
49
|
KekikStream/Plugins/FilmMakinesi.py,sha256=J4v35Ln3RehWPai3I-9nWrasRLx3hN3IgrWVpt5b_HE,5712
|
50
50
|
KekikStream/Plugins/FullHDFilmizlesene.py,sha256=AO9Il0PE77JUvg1AN4Vxl95pTrCBbOjclqFGWuzo7cY,6271
|
51
|
-
KekikStream/Plugins/HDFilmCehennemi.py,sha256=
|
51
|
+
KekikStream/Plugins/HDFilmCehennemi.py,sha256=w-sGlRb60PMHO75ZlreP1fpjeA048VzNJIiXEV1oFe4,9908
|
52
52
|
KekikStream/Plugins/JetFilmizle.py,sha256=Hi_yzjUyTQryx-4kTfxNdNSqqQcwodc_JJULOTKTrBA,5483
|
53
53
|
KekikStream/Plugins/RecTV.py,sha256=rjsaz1OZGqJAHHvmm1rzpD99K23jb9rx55zhu03BPOk,7247
|
54
54
|
KekikStream/Plugins/SezonlukDizi.py,sha256=IvmOB6qCEHBy41BS4KFBjsTegmzEF6l-2l_CvamYrW8,6099
|
@@ -81,9 +81,9 @@ KekikStreamAPI/Public/Home/Static/JS/bakalim.js,sha256=1EkIAxNeX1irQIJ0hTwlXCpHN
|
|
81
81
|
KekikStreamAPI/Public/Home/Templates/_html_taban.html,sha256=dW0Z4tTU2Fm07nz7u4o2TFFxOmCWmRq4CqMsdnpbneE,2600
|
82
82
|
KekikStreamAPI/Public/Home/Templates/index.html,sha256=BqI3MfuiNnWjQxksaviYZUeMwrOh3uuvYCRPnewysJg,1307
|
83
83
|
KekikStreamAPI/Settings/__init__.py,sha256=nmxsb7qwBuXEjG2PC5b8Jl9UOj_mAUVt98rfWnBl25I,365
|
84
|
-
kekikstream-1.
|
85
|
-
kekikstream-1.
|
86
|
-
kekikstream-1.
|
87
|
-
kekikstream-1.
|
88
|
-
kekikstream-1.
|
89
|
-
kekikstream-1.
|
84
|
+
kekikstream-1.4.0.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
85
|
+
kekikstream-1.4.0.dist-info/METADATA,sha256=Kf617CXGR4jdKZ_B8p3aCD-Pn9OzVa0Jj5sVfqe4au4,5090
|
86
|
+
kekikstream-1.4.0.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
87
|
+
kekikstream-1.4.0.dist-info/entry_points.txt,sha256=UpmG0Vp32rFbTsV22loNZugX3cfO5Scdr7j_eyWOr4E,88
|
88
|
+
kekikstream-1.4.0.dist-info/top_level.txt,sha256=VHi7CEC3z7vCAdeRLxLn00sb-xosSvSFsT0TJRZVDw4,27
|
89
|
+
kekikstream-1.4.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|