KekikStream 0.9.0__py3-none-any.whl → 0.9.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- KekikStream/Plugins/Shorten.py +3 -10
- {KekikStream-0.9.0.dist-info → KekikStream-0.9.1.dist-info}/METADATA +1 -1
- {KekikStream-0.9.0.dist-info → KekikStream-0.9.1.dist-info}/RECORD +7 -7
- {KekikStream-0.9.0.dist-info → KekikStream-0.9.1.dist-info}/LICENSE +0 -0
- {KekikStream-0.9.0.dist-info → KekikStream-0.9.1.dist-info}/WHEEL +0 -0
- {KekikStream-0.9.0.dist-info → KekikStream-0.9.1.dist-info}/entry_points.txt +0 -0
- {KekikStream-0.9.0.dist-info → KekikStream-0.9.1.dist-info}/top_level.txt +0 -0
KekikStream/Plugins/Shorten.py
CHANGED
@@ -174,28 +174,21 @@ class Shorten(PluginBase):
|
|
174
174
|
episodes = []
|
175
175
|
for episode in veri.get("episodes"):
|
176
176
|
episode["name"] = veri["title"] + f" | {episode.get('number')}. Bölüm"
|
177
|
+
episode["subtitles"] = [subtitle for subtitle in episode["subtitles"] if subtitle.get("code").lower() in ["tr", "en"]]
|
177
178
|
|
178
179
|
ep_model = Episode(
|
179
180
|
season = 1,
|
180
181
|
episode = episode.get("number"),
|
181
182
|
title = f"{episode.get('number')}. Bölüm",
|
182
|
-
url = json.dumps(episode),
|
183
|
+
url = json.dumps(episode, indent=2, ensure_ascii=False, sort_keys=False),
|
183
184
|
)
|
184
185
|
|
185
186
|
episodes.append(ep_model)
|
186
|
-
subtitles = [
|
187
|
-
Subtitle(
|
188
|
-
name = subtitle.get("language"),
|
189
|
-
url = subtitle.get("url"),
|
190
|
-
)
|
191
|
-
for subtitle in episode.get("subtitles")
|
192
|
-
]
|
193
|
-
|
194
187
|
self._data[ep_model.url] = {
|
195
188
|
"ext_name" : self.name,
|
196
189
|
"name" : f"{ep_model.title}",
|
197
190
|
"referer" : "https://shorten.com/tr",
|
198
|
-
"subtitles" :
|
191
|
+
"subtitles" : []
|
199
192
|
}
|
200
193
|
|
201
194
|
return SeriesInfo(
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: KekikStream
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.1
|
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,12 +48,12 @@ KekikStream/Plugins/FullHDFilmizlesene.py,sha256=Fa0gRP_NoMfPC8HIKRxERjQVOv8Fyb-
|
|
48
48
|
KekikStream/Plugins/JetFilmizle.py,sha256=Gu4Ums-88x7jNKAtKkdSXyMaOyLv0_Kb6jnomhAWhM0,3916
|
49
49
|
KekikStream/Plugins/RecTV.py,sha256=7hxlt3Rvm1gV2lF6dFLOxiK_CjNng_7a02l0YkMuNZc,4886
|
50
50
|
KekikStream/Plugins/SezonlukDizi.py,sha256=5BZVzQ2eQtymHxO0bzjA2ho4FFNahPFQly4hoHuH8lo,4441
|
51
|
-
KekikStream/Plugins/Shorten.py,sha256=
|
51
|
+
KekikStream/Plugins/Shorten.py,sha256=x-XhJxu4VIA2XJL4KJTY_fFNcnepMHsn5OTz-OeyaFU,8870
|
52
52
|
KekikStream/Plugins/SineWix.py,sha256=WxlGoE8GMWr7S7Htu_Bh_OP4qIav1igHLJ3GWzP8ttQ,4859
|
53
53
|
KekikStream/Plugins/UgurFilm.py,sha256=yYXee5uxwNnPqFJZ6s6cRkmUyqS3Vv8x-iesPalc4j4,2930
|
54
|
-
KekikStream-0.9.
|
55
|
-
KekikStream-0.9.
|
56
|
-
KekikStream-0.9.
|
57
|
-
KekikStream-0.9.
|
58
|
-
KekikStream-0.9.
|
59
|
-
KekikStream-0.9.
|
54
|
+
KekikStream-0.9.1.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
55
|
+
KekikStream-0.9.1.dist-info/METADATA,sha256=cn0p3q3dP3LsLSTkAxwKzxfucpHzsHQeCPc9bMjp52I,4226
|
56
|
+
KekikStream-0.9.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
57
|
+
KekikStream-0.9.1.dist-info/entry_points.txt,sha256=dFwdiTx8djyehI0Gsz-rZwjAfZzUzoBSrmzRu9ubjJc,50
|
58
|
+
KekikStream-0.9.1.dist-info/top_level.txt,sha256=DNmGJDXl27Drdfobrak8KYLmocW_uznVYFJOzcjUgmY,12
|
59
|
+
KekikStream-0.9.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|