KekikStream 0.0.3__py3-none-any.whl → 0.0.4__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/Core/MediaHandler.py +5 -1
- {KekikStream-0.0.3.dist-info → KekikStream-0.0.4.dist-info}/METADATA +2 -2
- {KekikStream-0.0.3.dist-info → KekikStream-0.0.4.dist-info}/RECORD +7 -7
- {KekikStream-0.0.3.dist-info → KekikStream-0.0.4.dist-info}/LICENSE +0 -0
- {KekikStream-0.0.3.dist-info → KekikStream-0.0.4.dist-info}/WHEEL +0 -0
- {KekikStream-0.0.3.dist-info → KekikStream-0.0.4.dist-info}/entry_points.txt +0 -0
- {KekikStream-0.0.3.dist-info → KekikStream-0.0.4.dist-info}/top_level.txt +0 -0
KekikStream/Core/MediaHandler.py
CHANGED
@@ -31,8 +31,10 @@ class MediaHandler:
|
|
31
31
|
subprocess.run(vlc_command, check=True)
|
32
32
|
except subprocess.CalledProcessError as e:
|
33
33
|
konsol.print(f"[red]VLC oynatma hatası: {e}[/red]")
|
34
|
+
konsol.print({"title": self.title, "url": extract_data.url, "headers": self.headers})
|
34
35
|
except FileNotFoundError:
|
35
36
|
konsol.print("[red]VLC bulunamadı! VLC kurulu olduğundan emin olun.[/red]")
|
37
|
+
konsol.print({"title": self.title, "url": extract_data.url, "headers": self.headers})
|
36
38
|
|
37
39
|
def play_with_mpv(self, extract_data: ExtractResult):
|
38
40
|
try:
|
@@ -54,5 +56,7 @@ class MediaHandler:
|
|
54
56
|
subprocess.run(mpv_command, check=True)
|
55
57
|
except subprocess.CalledProcessError as e:
|
56
58
|
konsol.print(f"[red]mpv oynatma hatası: {e}[/red]")
|
59
|
+
konsol.print({"title": self.title, "url": extract_data.url, "headers": self.headers})
|
57
60
|
except FileNotFoundError:
|
58
|
-
konsol.print("[red]mpv bulunamadı! mpv kurulu olduğundan emin olun.[/red]")
|
61
|
+
konsol.print("[red]mpv bulunamadı! mpv kurulu olduğundan emin olun.[/red]")
|
62
|
+
konsol.print({"title": self.title, "url": extract_data.url, "headers": self.headers})
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: KekikStream
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.4
|
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
|
@@ -10,7 +10,7 @@ Keywords: KekikStream,KekikAkademi,keyiflerolsun
|
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
11
11
|
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
12
12
|
Classifier: Programming Language :: Python :: 3
|
13
|
-
Requires-Python: >=3.
|
13
|
+
Requires-Python: >=3.8
|
14
14
|
Description-Content-Type: text/markdown
|
15
15
|
License-File: LICENSE
|
16
16
|
Requires-Dist: setuptools
|
@@ -5,7 +5,7 @@ KekikStream/CLI/__init__.py,sha256=so-9S3fmNAyHtZYYUTEI1YaUHPiQhVA6U-Q0grACaRg,1
|
|
5
5
|
KekikStream/Core/ExtractorBase.py,sha256=xwERFguGBKo_oznZaeI2d4OKvnVRHCh4AFTby5hBMJ8,1047
|
6
6
|
KekikStream/Core/ExtractorLoader.py,sha256=JovJJr6Clk3xpbRLlh7v_XOl3FGwVXCjTZivec1FktI,2533
|
7
7
|
KekikStream/Core/ExtractorModels.py,sha256=vJeh4qd05K7nbqdCCGU29UkGQpce6jXfsCm7LuDL1G8,454
|
8
|
-
KekikStream/Core/MediaHandler.py,sha256=
|
8
|
+
KekikStream/Core/MediaHandler.py,sha256=2kcRnGPuKhrdLQwbBYHR9fSY0RgHp763Q6QQnt7MWqg,2743
|
9
9
|
KekikStream/Core/PluginBase.py,sha256=HHkfncke3XY-OsFbKGicDAqkbOtBS_dnOaZT77xLCHU,1351
|
10
10
|
KekikStream/Core/PluginLoader.py,sha256=POayKsWOjAuReMbp6_aWbG5lIioQzpQT3u1LQXMqUwY,2574
|
11
11
|
KekikStream/Core/PluginModels.py,sha256=bokfnVqMwVgs65A4tFUM64u4f-xcLAAGPehrfC0TI6g,998
|
@@ -21,9 +21,9 @@ KekikStream/Managers/__init__.py,sha256=3085I_9Sa2L_Vq6Z-QvYUYn1BapkN4sQqBo8ITZo
|
|
21
21
|
KekikStream/Plugins/FilmMakinesi.py,sha256=g4LRDP5Atn97PqbgnEdm0-wjVdXaJIVk1Ru0F8B66Ws,2902
|
22
22
|
KekikStream/Plugins/FullHDFilmizlesene.py,sha256=HJzHDXHhhMpvXxiD2SjpoZEYs7dmnPymE8EXCSvLKVo,3106
|
23
23
|
KekikStream/Plugins/UgurFilm.py,sha256=U7ryNWpjSZJWuYlMGX1Be9uuyiM3SfuI9VJcEiXedNs,2960
|
24
|
-
KekikStream-0.0.
|
25
|
-
KekikStream-0.0.
|
26
|
-
KekikStream-0.0.
|
27
|
-
KekikStream-0.0.
|
28
|
-
KekikStream-0.0.
|
29
|
-
KekikStream-0.0.
|
24
|
+
KekikStream-0.0.4.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
25
|
+
KekikStream-0.0.4.dist-info/METADATA,sha256=y76I6MoAHOjuxcJawhEGwLSbVJ83ulp_6LKl9ZX403I,3685
|
26
|
+
KekikStream-0.0.4.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
27
|
+
KekikStream-0.0.4.dist-info/entry_points.txt,sha256=dFwdiTx8djyehI0Gsz-rZwjAfZzUzoBSrmzRu9ubjJc,50
|
28
|
+
KekikStream-0.0.4.dist-info/top_level.txt,sha256=DNmGJDXl27Drdfobrak8KYLmocW_uznVYFJOzcjUgmY,12
|
29
|
+
KekikStream-0.0.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|