KekikStream 0.4.6__py3-none-any.whl → 0.4.8__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 +2 -9
- {KekikStream-0.4.6.dist-info → KekikStream-0.4.8.dist-info}/METADATA +1 -1
- {KekikStream-0.4.6.dist-info → KekikStream-0.4.8.dist-info}/RECORD +7 -7
- {KekikStream-0.4.6.dist-info → KekikStream-0.4.8.dist-info}/LICENSE +0 -0
- {KekikStream-0.4.6.dist-info → KekikStream-0.4.8.dist-info}/WHEEL +0 -0
- {KekikStream-0.4.6.dist-info → KekikStream-0.4.8.dist-info}/entry_points.txt +0 -0
- {KekikStream-0.4.6.dist-info → KekikStream-0.4.8.dist-info}/top_level.txt +0 -0
KekikStream/Core/MediaHandler.py
CHANGED
@@ -59,14 +59,8 @@ class MediaHandler:
|
|
59
59
|
if self.title:
|
60
60
|
mpv_command.append(f"--force-media-title={self.title}")
|
61
61
|
|
62
|
-
|
63
|
-
mpv_command.append(f"--http-header-fields=
|
64
|
-
|
65
|
-
if "Referer" in self.headers:
|
66
|
-
mpv_command.append(f"--http-header-fields=Referer: {self.headers.get('Referer')}")
|
67
|
-
|
68
|
-
if "Cookie" in self.headers:
|
69
|
-
mpv_command.append(f"--http-header-fields=Cookie: {self.headers.get('Cookie')}")
|
62
|
+
for key, value in self.headers.items():
|
63
|
+
mpv_command.append(f"--http-header-fields={key}: {value}")
|
70
64
|
|
71
65
|
mpv_command.extend(
|
72
66
|
f"--sub-file={subtitle.url}" for subtitle in extract_data.subtitles
|
@@ -101,7 +95,6 @@ class MediaHandler:
|
|
101
95
|
if self.title:
|
102
96
|
android_command.extend(["--es", "title", self.title])
|
103
97
|
|
104
|
-
|
105
98
|
with open(os.devnull, "w") as devnull:
|
106
99
|
subprocess.run(android_command, stdout=devnull, stderr=devnull, check=True)
|
107
100
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: KekikStream
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.8
|
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
|
@@ -6,7 +6,7 @@ KekikStream/CLI/pypi_kontrol.py,sha256=MchatOwCWCpFBtgt09yag9Rjal9XFyh2W_oVs2p7S
|
|
6
6
|
KekikStream/Core/ExtractorBase.py,sha256=wmGl-Xiem4s5M7baVOxYLba7UdygCDAXggo6Up8pFJE,1409
|
7
7
|
KekikStream/Core/ExtractorLoader.py,sha256=rrll3F2CyVmx3foa57PG0FocQMrFuMpdlG0Uf0-2Fz4,3915
|
8
8
|
KekikStream/Core/ExtractorModels.py,sha256=huIcPQ5VIRfMx0LcL5SS1u4dldZbHjzHKEdSEtOPlc0,456
|
9
|
-
KekikStream/Core/MediaHandler.py,sha256=
|
9
|
+
KekikStream/Core/MediaHandler.py,sha256=eV0ugdIwxRlWQtgYt--XmfPJP8K9FL1Q0T1d04YUls0,4517
|
10
10
|
KekikStream/Core/PluginBase.py,sha256=ZQx6adxOKuX50TPN5pxE8oG9FD-ZjPXSHpSiW086QPQ,2479
|
11
11
|
KekikStream/Core/PluginLoader.py,sha256=5HQF8Em1TjvqMBPLKB7M_i2y6zPH6JZao-uekeacoSs,2574
|
12
12
|
KekikStream/Core/PluginModels.py,sha256=WWPEz8PpZZ4bLMDJzTE19BsQEJObkyhaYjDkyLaF2Ck,2365
|
@@ -49,9 +49,9 @@ KekikStream/Plugins/JetFilmizle.py,sha256=FXkMSQtjYoxwIonjRENFa91rC42L_8SYRhjhuS
|
|
49
49
|
KekikStream/Plugins/SezonlukDizi.py,sha256=5BZVzQ2eQtymHxO0bzjA2ho4FFNahPFQly4hoHuH8lo,4441
|
50
50
|
KekikStream/Plugins/SineWix.py,sha256=iBtSl150N3GHWqHJDLVNFDSJff-00PHksQC1h2urR8w,4851
|
51
51
|
KekikStream/Plugins/UgurFilm.py,sha256=yYXee5uxwNnPqFJZ6s6cRkmUyqS3Vv8x-iesPalc4j4,2930
|
52
|
-
KekikStream-0.4.
|
53
|
-
KekikStream-0.4.
|
54
|
-
KekikStream-0.4.
|
55
|
-
KekikStream-0.4.
|
56
|
-
KekikStream-0.4.
|
57
|
-
KekikStream-0.4.
|
52
|
+
KekikStream-0.4.8.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
53
|
+
KekikStream-0.4.8.dist-info/METADATA,sha256=vMHCztuyTjDLdzYhfM1R9XovBELXpkAaF73wKMyyz4Q,3987
|
54
|
+
KekikStream-0.4.8.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
55
|
+
KekikStream-0.4.8.dist-info/entry_points.txt,sha256=dFwdiTx8djyehI0Gsz-rZwjAfZzUzoBSrmzRu9ubjJc,50
|
56
|
+
KekikStream-0.4.8.dist-info/top_level.txt,sha256=DNmGJDXl27Drdfobrak8KYLmocW_uznVYFJOzcjUgmY,12
|
57
|
+
KekikStream-0.4.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|