KekikStream 2.4.6__py3-none-any.whl → 2.4.7__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.
Potentially problematic release.
This version of KekikStream might be problematic. Click here for more details.
- KekikStream/Core/HTMLHelper.py +2 -2
- KekikStream/Core/Plugin/PluginBase.py +15 -4
- KekikStream/Extractors/Odnoklassniki.py +14 -2
- KekikStream/Extractors/YTDLP.py +2 -2
- KekikStream/Plugins/BelgeselX.py +27 -19
- KekikStream/Plugins/DiziBox.py +11 -8
- KekikStream/Plugins/DiziMom.py +71 -53
- KekikStream/Plugins/DiziPal.py +37 -23
- KekikStream/Plugins/DiziYou.py +23 -11
- KekikStream/Plugins/Dizilla.py +35 -30
- KekikStream/Plugins/FilmBip.py +90 -18
- KekikStream/Plugins/FilmEkseni.py +78 -40
- KekikStream/Plugins/FilmMakinesi.py +29 -14
- KekikStream/Plugins/FilmModu.py +17 -19
- KekikStream/Plugins/Filmatek.py +103 -91
- KekikStream/Plugins/Full4kizle.py +6 -6
- KekikStream/Plugins/FullHDFilm.py +6 -6
- KekikStream/Plugins/FullHDFilmizlesene.py +6 -7
- KekikStream/Plugins/HDFilmCehennemi.py +3 -3
- KekikStream/Plugins/JetFilmizle.py +5 -5
- KekikStream/Plugins/KultFilmler.py +6 -6
- KekikStream/Plugins/RoketDizi.py +5 -5
- KekikStream/Plugins/SelcukFlix.py +2 -2
- KekikStream/Plugins/SetFilmIzle.py +5 -5
- KekikStream/Plugins/SezonlukDizi.py +4 -4
- KekikStream/Plugins/Sinefy.py +5 -5
- KekikStream/Plugins/SinemaCX.py +5 -5
- KekikStream/Plugins/Sinezy.py +5 -5
- KekikStream/Plugins/SuperFilmGeldi.py +5 -5
- KekikStream/Plugins/UgurFilm.py +4 -4
- KekikStream/Plugins/YabanciDizi.py +5 -5
- {kekikstream-2.4.6.dist-info → kekikstream-2.4.7.dist-info}/METADATA +1 -1
- {kekikstream-2.4.6.dist-info → kekikstream-2.4.7.dist-info}/RECORD +37 -37
- {kekikstream-2.4.6.dist-info → kekikstream-2.4.7.dist-info}/WHEEL +0 -0
- {kekikstream-2.4.6.dist-info → kekikstream-2.4.7.dist-info}/entry_points.txt +0 -0
- {kekikstream-2.4.6.dist-info → kekikstream-2.4.7.dist-info}/licenses/LICENSE +0 -0
- {kekikstream-2.4.6.dist-info → kekikstream-2.4.7.dist-info}/top_level.txt +0 -0
|
@@ -76,7 +76,7 @@ class SetFilmIzle(PluginBase):
|
|
|
76
76
|
category = category,
|
|
77
77
|
title = title,
|
|
78
78
|
url = self.fix_url(href),
|
|
79
|
-
poster = self.fix_url(poster)
|
|
79
|
+
poster = self.fix_url(poster)
|
|
80
80
|
))
|
|
81
81
|
|
|
82
82
|
return results
|
|
@@ -117,7 +117,7 @@ class SetFilmIzle(PluginBase):
|
|
|
117
117
|
results.append(SearchResult(
|
|
118
118
|
title = title,
|
|
119
119
|
url = self.fix_url(href),
|
|
120
|
-
poster = self.fix_url(poster)
|
|
120
|
+
poster = self.fix_url(poster)
|
|
121
121
|
))
|
|
122
122
|
|
|
123
123
|
return results
|
|
@@ -137,12 +137,12 @@ class SetFilmIzle(PluginBase):
|
|
|
137
137
|
|
|
138
138
|
common_info = {
|
|
139
139
|
"url" : url,
|
|
140
|
-
"poster" : self.fix_url(poster)
|
|
141
|
-
"title" : title
|
|
140
|
+
"poster" : self.fix_url(poster),
|
|
141
|
+
"title" : title,
|
|
142
142
|
"description" : description,
|
|
143
143
|
"tags" : tags,
|
|
144
144
|
"rating" : rating,
|
|
145
|
-
"year" :
|
|
145
|
+
"year" : year,
|
|
146
146
|
"duration" : duration,
|
|
147
147
|
"actors" : actors
|
|
148
148
|
}
|
|
@@ -64,7 +64,7 @@ class SezonlukDizi(PluginBase):
|
|
|
64
64
|
category = category,
|
|
65
65
|
title = title,
|
|
66
66
|
url = self.fix_url(href),
|
|
67
|
-
poster = self.fix_url(poster)
|
|
67
|
+
poster = self.fix_url(poster),
|
|
68
68
|
))
|
|
69
69
|
|
|
70
70
|
return results
|
|
@@ -83,7 +83,7 @@ class SezonlukDizi(PluginBase):
|
|
|
83
83
|
results.append(SearchResult(
|
|
84
84
|
title = title,
|
|
85
85
|
url = self.fix_url(href),
|
|
86
|
-
poster = self.fix_url(poster)
|
|
86
|
+
poster = self.fix_url(poster),
|
|
87
87
|
))
|
|
88
88
|
|
|
89
89
|
return results
|
|
@@ -120,12 +120,12 @@ class SezonlukDizi(PluginBase):
|
|
|
120
120
|
|
|
121
121
|
return SeriesInfo(
|
|
122
122
|
url = url,
|
|
123
|
-
poster = self.fix_url(poster)
|
|
123
|
+
poster = self.fix_url(poster),
|
|
124
124
|
title = title,
|
|
125
125
|
description = description,
|
|
126
126
|
tags = tags,
|
|
127
127
|
rating = rating,
|
|
128
|
-
year =
|
|
128
|
+
year = year,
|
|
129
129
|
episodes = episodes,
|
|
130
130
|
actors = actors
|
|
131
131
|
)
|
KekikStream/Plugins/Sinefy.py
CHANGED
|
@@ -59,7 +59,7 @@ class Sinefy(PluginBase):
|
|
|
59
59
|
category = category,
|
|
60
60
|
title = title,
|
|
61
61
|
url = self.fix_url(href),
|
|
62
|
-
poster = self.fix_url(poster)
|
|
62
|
+
poster = self.fix_url(poster)
|
|
63
63
|
))
|
|
64
64
|
|
|
65
65
|
return results
|
|
@@ -127,7 +127,7 @@ class Sinefy(PluginBase):
|
|
|
127
127
|
results.append(SearchResult(
|
|
128
128
|
title=name,
|
|
129
129
|
url=self.fix_url(slug),
|
|
130
|
-
poster=self.fix_url(poster)
|
|
130
|
+
poster=self.fix_url(poster)
|
|
131
131
|
))
|
|
132
132
|
return results
|
|
133
133
|
|
|
@@ -157,12 +157,12 @@ class Sinefy(PluginBase):
|
|
|
157
157
|
|
|
158
158
|
common_info = {
|
|
159
159
|
"url" : url,
|
|
160
|
-
"poster" : self.fix_url(poster)
|
|
161
|
-
"title" : title
|
|
160
|
+
"poster" : self.fix_url(poster),
|
|
161
|
+
"title" : title,
|
|
162
162
|
"description" : description,
|
|
163
163
|
"tags" : tags,
|
|
164
164
|
"rating" : rating,
|
|
165
|
-
"year" :
|
|
165
|
+
"year" : year,
|
|
166
166
|
"actors" : actors,
|
|
167
167
|
"duration" : duration
|
|
168
168
|
}
|
KekikStream/Plugins/SinemaCX.py
CHANGED
|
@@ -53,7 +53,7 @@ class SinemaCX(PluginBase):
|
|
|
53
53
|
category = category,
|
|
54
54
|
title = title,
|
|
55
55
|
url = self.fix_url(href) if href else "",
|
|
56
|
-
poster = self.fix_url(poster)
|
|
56
|
+
poster = self.fix_url(poster),
|
|
57
57
|
))
|
|
58
58
|
|
|
59
59
|
return results
|
|
@@ -74,7 +74,7 @@ class SinemaCX(PluginBase):
|
|
|
74
74
|
results.append(SearchResult(
|
|
75
75
|
title = title,
|
|
76
76
|
url = self.fix_url(href) if href else "",
|
|
77
|
-
poster = self.fix_url(poster)
|
|
77
|
+
poster = self.fix_url(poster),
|
|
78
78
|
))
|
|
79
79
|
|
|
80
80
|
return results
|
|
@@ -93,12 +93,12 @@ class SinemaCX(PluginBase):
|
|
|
93
93
|
|
|
94
94
|
return MovieInfo(
|
|
95
95
|
url = url,
|
|
96
|
-
poster = self.fix_url(poster)
|
|
97
|
-
title = title
|
|
96
|
+
poster = self.fix_url(poster),
|
|
97
|
+
title = title,
|
|
98
98
|
description = description,
|
|
99
99
|
rating = rating,
|
|
100
100
|
tags = tags,
|
|
101
|
-
year =
|
|
101
|
+
year = year,
|
|
102
102
|
actors = actors
|
|
103
103
|
)
|
|
104
104
|
|
KekikStream/Plugins/Sinezy.py
CHANGED
|
@@ -57,7 +57,7 @@ class Sinezy(PluginBase):
|
|
|
57
57
|
category = category,
|
|
58
58
|
title = title,
|
|
59
59
|
url = self.fix_url(href),
|
|
60
|
-
poster = self.fix_url(poster)
|
|
60
|
+
poster = self.fix_url(poster)
|
|
61
61
|
))
|
|
62
62
|
|
|
63
63
|
return results
|
|
@@ -77,7 +77,7 @@ class Sinezy(PluginBase):
|
|
|
77
77
|
results.append(SearchResult(
|
|
78
78
|
title = title,
|
|
79
79
|
url = self.fix_url(href),
|
|
80
|
-
poster = self.fix_url(poster)
|
|
80
|
+
poster = self.fix_url(poster)
|
|
81
81
|
))
|
|
82
82
|
|
|
83
83
|
return results
|
|
@@ -97,12 +97,12 @@ class Sinezy(PluginBase):
|
|
|
97
97
|
|
|
98
98
|
return MovieInfo(
|
|
99
99
|
url = url,
|
|
100
|
-
poster = self.fix_url(poster)
|
|
101
|
-
title = title
|
|
100
|
+
poster = self.fix_url(poster),
|
|
101
|
+
title = title,
|
|
102
102
|
description = description,
|
|
103
103
|
tags = tags,
|
|
104
104
|
rating = rating,
|
|
105
|
-
year =
|
|
105
|
+
year = year,
|
|
106
106
|
actors = actors,
|
|
107
107
|
duration = duration
|
|
108
108
|
)
|
|
@@ -49,7 +49,7 @@ class SuperFilmGeldi(PluginBase):
|
|
|
49
49
|
category = category,
|
|
50
50
|
title = self.clean_title(title_text.split(" izle")[0]),
|
|
51
51
|
url = self.fix_url(href) if href else "",
|
|
52
|
-
poster = self.fix_url(poster)
|
|
52
|
+
poster = self.fix_url(poster),
|
|
53
53
|
))
|
|
54
54
|
|
|
55
55
|
return results
|
|
@@ -70,7 +70,7 @@ class SuperFilmGeldi(PluginBase):
|
|
|
70
70
|
results.append(SearchResult(
|
|
71
71
|
title = self.clean_title(title_text.split(" izle")[0]),
|
|
72
72
|
url = self.fix_url(href) if href else "",
|
|
73
|
-
poster = self.fix_url(poster)
|
|
73
|
+
poster = self.fix_url(poster),
|
|
74
74
|
))
|
|
75
75
|
|
|
76
76
|
return results
|
|
@@ -88,11 +88,11 @@ class SuperFilmGeldi(PluginBase):
|
|
|
88
88
|
|
|
89
89
|
return MovieInfo(
|
|
90
90
|
url = url,
|
|
91
|
-
poster = self.fix_url(poster)
|
|
92
|
-
title = title
|
|
91
|
+
poster = self.fix_url(poster),
|
|
92
|
+
title = title,
|
|
93
93
|
description = description,
|
|
94
94
|
tags = tags,
|
|
95
|
-
year =
|
|
95
|
+
year = year,
|
|
96
96
|
actors = actors
|
|
97
97
|
)
|
|
98
98
|
|
KekikStream/Plugins/UgurFilm.py
CHANGED
|
@@ -40,7 +40,7 @@ class UgurFilm(PluginBase):
|
|
|
40
40
|
category = category,
|
|
41
41
|
title = title,
|
|
42
42
|
url = self.fix_url(href) if href else "",
|
|
43
|
-
poster = self.fix_url(poster)
|
|
43
|
+
poster = self.fix_url(poster),
|
|
44
44
|
))
|
|
45
45
|
|
|
46
46
|
return results
|
|
@@ -79,12 +79,12 @@ class UgurFilm(PluginBase):
|
|
|
79
79
|
|
|
80
80
|
return MovieInfo(
|
|
81
81
|
url = url,
|
|
82
|
-
poster = self.fix_url(poster)
|
|
83
|
-
title = title
|
|
82
|
+
poster = self.fix_url(poster),
|
|
83
|
+
title = title,
|
|
84
84
|
description = description,
|
|
85
85
|
rating = rating,
|
|
86
86
|
tags = tags,
|
|
87
|
-
year =
|
|
87
|
+
year = year,
|
|
88
88
|
actors = actors,
|
|
89
89
|
duration = duration
|
|
90
90
|
)
|
|
@@ -36,7 +36,7 @@ class YabanciDizi(PluginBase):
|
|
|
36
36
|
category = category,
|
|
37
37
|
title = title,
|
|
38
38
|
url = self.fix_url(href),
|
|
39
|
-
poster = self.fix_url(poster)
|
|
39
|
+
poster = self.fix_url(poster),
|
|
40
40
|
))
|
|
41
41
|
|
|
42
42
|
return results
|
|
@@ -74,7 +74,7 @@ class YabanciDizi(PluginBase):
|
|
|
74
74
|
results.append(SearchResult(
|
|
75
75
|
title = title,
|
|
76
76
|
url = self.fix_url(href),
|
|
77
|
-
poster = self.fix_url(poster)
|
|
77
|
+
poster = self.fix_url(poster)
|
|
78
78
|
))
|
|
79
79
|
return results
|
|
80
80
|
except Exception:
|
|
@@ -95,12 +95,12 @@ class YabanciDizi(PluginBase):
|
|
|
95
95
|
|
|
96
96
|
common_info = {
|
|
97
97
|
"url" : url,
|
|
98
|
-
"poster" : self.fix_url(poster)
|
|
99
|
-
"title" : title
|
|
98
|
+
"poster" : self.fix_url(poster),
|
|
99
|
+
"title" : title,
|
|
100
100
|
"description" : description,
|
|
101
101
|
"tags" : tags,
|
|
102
102
|
"rating" : rating,
|
|
103
|
-
"year" :
|
|
103
|
+
"year" : year,
|
|
104
104
|
"actors" : actors,
|
|
105
105
|
"duration" : duration
|
|
106
106
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: KekikStream
|
|
3
|
-
Version: 2.4.
|
|
3
|
+
Version: 2.4.7
|
|
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
|
|
@@ -3,7 +3,7 @@ KekikStream/__main__.py,sha256=B81dQoeGEb-T5Sycs3eNAmW7unvx0Mef0syCjs4nPds,137
|
|
|
3
3
|
KekikStream/requirements.txt,sha256=V-Rk-4DnK8B-HRR6RtSKmTR3sHfaYgOrnBj8kmVz17w,80
|
|
4
4
|
KekikStream/CLI/__init__.py,sha256=U6oLq_O7u5y2eHhBnmfhZNns_EqHHJXJmzl8jvZFUNY,230
|
|
5
5
|
KekikStream/CLI/pypi_kontrol.py,sha256=q6fNs6EKJDc5VuUFig9DBzLzNPp_kMD1vOVgLElcii8,1487
|
|
6
|
-
KekikStream/Core/HTMLHelper.py,sha256
|
|
6
|
+
KekikStream/Core/HTMLHelper.py,sha256=jhRZc6ENhCjSY7X9IEo10WDKfmb-CPb8de_EICHIXQ0,8697
|
|
7
7
|
KekikStream/Core/__init__.py,sha256=sk2pWup1_jsGB43HJzbbqgQYFDZpf2TquEBYUhqOdN4,807
|
|
8
8
|
KekikStream/Core/Extractor/ExtractorBase.py,sha256=9Q79wULey2Nl254MUkiulhxZzGyb2C1H3mOUh4t0MN0,2077
|
|
9
9
|
KekikStream/Core/Extractor/ExtractorLoader.py,sha256=GPGCmgFpDBywR8CsNw43-ddseZhSKTjAUETp1Ohbi6E,4796
|
|
@@ -12,7 +12,7 @@ KekikStream/Core/Extractor/ExtractorModels.py,sha256=Qj_gbIeGRewaZXNfYkTi4FFRRq6
|
|
|
12
12
|
KekikStream/Core/Extractor/YTDLPCache.py,sha256=sRg5kwFxkRXA_8iRwsV29E51g9qQJvg8dWUnzfr7EwA,984
|
|
13
13
|
KekikStream/Core/Media/MediaHandler.py,sha256=MEn3spPAThVloN3WcoCwWhpoyMA7tAZvcwYjmjJsX3U,7678
|
|
14
14
|
KekikStream/Core/Media/MediaManager.py,sha256=AaUq2D7JSJIphjoAj2fjLOJjswm7Qf5hjYCbBdrbnDU,438
|
|
15
|
-
KekikStream/Core/Plugin/PluginBase.py,sha256=
|
|
15
|
+
KekikStream/Core/Plugin/PluginBase.py,sha256=7CjtXAdIJfOmBDgbpK0rLEng65kerOAfAxuVmZEs4Yo,7069
|
|
16
16
|
KekikStream/Core/Plugin/PluginLoader.py,sha256=6LE5id0571bB-gJZxaLfd973XcG6oaGeMhLVcYYY7kw,3768
|
|
17
17
|
KekikStream/Core/Plugin/PluginManager.py,sha256=6a0Q2mHtzIpx1ttdSTsVHg2HfLJIO0r_iHjK3Kui1Rw,939
|
|
18
18
|
KekikStream/Core/Plugin/PluginModels.py,sha256=7g1uHjJstfnrdTabDgyrBnu1ojIQ025hsmw85cDXFS8,2353
|
|
@@ -32,7 +32,7 @@ KekikStream/Extractors/MailRu.py,sha256=n87wBc9jQ4nP8OJbqS7LsHHCKuRxlsgdtL_xHVn0
|
|
|
32
32
|
KekikStream/Extractors/MixPlayHD.py,sha256=otA2SKDnJisY4Zt9DCuNdjNVHtSquHoMVvP3_5Q0poY,1205
|
|
33
33
|
KekikStream/Extractors/MixTiger.py,sha256=kF_AKkJoyAS6peQ94eu3pLzS-VeZ_8IYjpaDrTo3x_I,1135
|
|
34
34
|
KekikStream/Extractors/MolyStream.py,sha256=L38rydMtnRxeqHjLK4vOLMC7FspbyTPdILEjE-gsbYc,1531
|
|
35
|
-
KekikStream/Extractors/Odnoklassniki.py,sha256=
|
|
35
|
+
KekikStream/Extractors/Odnoklassniki.py,sha256=IH4A-vmRUEbF1y7jpHOz6aeOqW-ENaP-bZtWE5OJmQY,2307
|
|
36
36
|
KekikStream/Extractors/PeaceMakerst.py,sha256=0YE-IASOoSoQi4AITKkX7IyGcyfq_ZhmFmqw2q2TZ_U,1491
|
|
37
37
|
KekikStream/Extractors/PixelDrain.py,sha256=BYu8UmVNw3EL75Z1X8NszWPfFarmry_3chWRO1JoKCs,780
|
|
38
38
|
KekikStream/Extractors/PlayerFilmIzle.py,sha256=GVB2Ly3381IGIc1FztFS35mHVIMQjcc2_IW8KvWYBdI,1877
|
|
@@ -53,41 +53,41 @@ KekikStream/Extractors/VidPapi.py,sha256=yqjA5gadCE2lZ9ksT6zZOz-1zCcCYJxZsg0Ccgz
|
|
|
53
53
|
KekikStream/Extractors/VideoSeyred.py,sha256=sNxw5OHQ8AzRJIRGXGjql8nK1E6Cbg9qhKP5PuOyeM8,1216
|
|
54
54
|
KekikStream/Extractors/Videostr.py,sha256=CGL9GDzN0QzDir6ss8oUvDYYbGt2k8323P2_z5tVZVI,2563
|
|
55
55
|
KekikStream/Extractors/Vidoza.py,sha256=VSqCI-SYnLh6COnLHpg0feRX37t2WhPxbo08us5wCcc,655
|
|
56
|
-
KekikStream/Extractors/YTDLP.py,sha256=
|
|
56
|
+
KekikStream/Extractors/YTDLP.py,sha256=vE08jS9kLrLxiZA8TpofPQg2-ec_6d5DkM9esoh_GI8,7419
|
|
57
57
|
KekikStream/Extractors/YildizKisaFilm.py,sha256=jeCCSIwZvQUr-CSylleUIP--JtN18_wUGl0vQXMCsV4,936
|
|
58
|
-
KekikStream/Plugins/BelgeselX.py,sha256=
|
|
59
|
-
KekikStream/Plugins/DiziBox.py,sha256=
|
|
60
|
-
KekikStream/Plugins/DiziMom.py,sha256=
|
|
61
|
-
KekikStream/Plugins/DiziPal.py,sha256=
|
|
62
|
-
KekikStream/Plugins/DiziYou.py,sha256=
|
|
63
|
-
KekikStream/Plugins/Dizilla.py,sha256=
|
|
64
|
-
KekikStream/Plugins/FilmBip.py,sha256=
|
|
65
|
-
KekikStream/Plugins/FilmEkseni.py,sha256=
|
|
66
|
-
KekikStream/Plugins/FilmMakinesi.py,sha256=
|
|
67
|
-
KekikStream/Plugins/FilmModu.py,sha256=
|
|
68
|
-
KekikStream/Plugins/Filmatek.py,sha256=
|
|
69
|
-
KekikStream/Plugins/Full4kizle.py,sha256=
|
|
70
|
-
KekikStream/Plugins/FullHDFilm.py,sha256=
|
|
71
|
-
KekikStream/Plugins/FullHDFilmizlesene.py,sha256=
|
|
72
|
-
KekikStream/Plugins/HDFilmCehennemi.py,sha256=
|
|
73
|
-
KekikStream/Plugins/JetFilmizle.py,sha256=
|
|
74
|
-
KekikStream/Plugins/KultFilmler.py,sha256=
|
|
58
|
+
KekikStream/Plugins/BelgeselX.py,sha256=EpF57qtOvFsQF5_KLyYm6rL6dqSz-3gPEYt1g-z0Ds8,9633
|
|
59
|
+
KekikStream/Plugins/DiziBox.py,sha256=HhDt38Rmwgi2HpmaCrP_QLX_eiSftpwQOmyJoFmcfpo,10198
|
|
60
|
+
KekikStream/Plugins/DiziMom.py,sha256=RuOMwqwZ0_sVqkkpVig9QOu7tPGFh2TIeAsacRDJywU,7401
|
|
61
|
+
KekikStream/Plugins/DiziPal.py,sha256=b3oa3s-WyS3sUbR5Zumd2qbt-4vq-3B1di8b6x3R4Fg,7935
|
|
62
|
+
KekikStream/Plugins/DiziYou.py,sha256=Z6MznGOcUnnxdsQsK-rnPmGHa1PAq7NcFw0slXlEVGo,6759
|
|
63
|
+
KekikStream/Plugins/Dizilla.py,sha256=dAz-N1LCb0fXmppn45mzGnFMSSNcO2mGo_QbwuDhaYY,12697
|
|
64
|
+
KekikStream/Plugins/FilmBip.py,sha256=PIvSFUnxtfPjUeNFnxpIgFkXnLzBddGoqq6kDE3xc1g,9248
|
|
65
|
+
KekikStream/Plugins/FilmEkseni.py,sha256=rtnjvcR6i6wBvGHi7ebtjJRYOLkbmV3zxcBZflrog8w,6778
|
|
66
|
+
KekikStream/Plugins/FilmMakinesi.py,sha256=v_8eSGcN9oIjz909RjHpIM8nDuvbtBxmKkm2ErNy8JU,6579
|
|
67
|
+
KekikStream/Plugins/FilmModu.py,sha256=hTY4zKaby2UYbyXSOO6JbFO0XtlPhZxei4VEBGZO7u8,6944
|
|
68
|
+
KekikStream/Plugins/Filmatek.py,sha256=nBCxYxqOqnLqCFMYLJF4Cg4-bdOnkTYKbntLu-kyryY,7758
|
|
69
|
+
KekikStream/Plugins/Full4kizle.py,sha256=O2Sarvc1aUZAJTHhmrEFkMeD3vp04dWVjjWco2eP6yU,7665
|
|
70
|
+
KekikStream/Plugins/FullHDFilm.py,sha256=sUbN5WaHGX2pkB8DbEjuPsJ-ZC8t7OED7qV0xgd8oro,8045
|
|
71
|
+
KekikStream/Plugins/FullHDFilmizlesene.py,sha256=e0BDIIAa755Q5MfLDCIWm0ZaRUy-jCMCM7RfBOqZrEE,6315
|
|
72
|
+
KekikStream/Plugins/HDFilmCehennemi.py,sha256=MWpZ_nzGj5LoSDHsUQGGQA8NHwWRZFNT04dlSt0fVwY,11862
|
|
73
|
+
KekikStream/Plugins/JetFilmizle.py,sha256=D3feoxmTNhOMH6d0LwGdYnGVfvUkMmjrNdj3Yo5teOQ,8181
|
|
74
|
+
KekikStream/Plugins/KultFilmler.py,sha256=iHk3X8CwNxHRgGFZRK6BDqvZLs0p9GK5oi8IAm6w3Lw,8441
|
|
75
75
|
KekikStream/Plugins/RecTV.py,sha256=MRoP8KQF2V9kVlRNTQkRz9YFkBmMy3_skiNE47-RAlk,7151
|
|
76
|
-
KekikStream/Plugins/RoketDizi.py,sha256=
|
|
77
|
-
KekikStream/Plugins/SelcukFlix.py,sha256=
|
|
78
|
-
KekikStream/Plugins/SetFilmIzle.py,sha256=
|
|
79
|
-
KekikStream/Plugins/SezonlukDizi.py,sha256=
|
|
76
|
+
KekikStream/Plugins/RoketDizi.py,sha256=2OIDct56NgmQJyv0gIi9ZprpxSL3u41ZdEst5q1mhq4,9222
|
|
77
|
+
KekikStream/Plugins/SelcukFlix.py,sha256=8jr-HxAIXVILMUykPJRC7yD9AT1q0JU-vBwoYGxkFiM,14484
|
|
78
|
+
KekikStream/Plugins/SetFilmIzle.py,sha256=5sEE1PagUFEqNo5McLrii7bgb9lcxRp6Wu8UXeOhe-Y,9073
|
|
79
|
+
KekikStream/Plugins/SezonlukDizi.py,sha256=Q2I_LKEeSIFl1mdWvC3q3cyqpL7W4vAF-N7MxzgDYcw,8428
|
|
80
80
|
KekikStream/Plugins/SineWix.py,sha256=z0r90lggAugEWE1g9vg8gZsInBObUZPnVFQwq7GYmJs,7052
|
|
81
|
-
KekikStream/Plugins/Sinefy.py,sha256=
|
|
82
|
-
KekikStream/Plugins/SinemaCX.py,sha256=
|
|
83
|
-
KekikStream/Plugins/Sinezy.py,sha256=
|
|
84
|
-
KekikStream/Plugins/SuperFilmGeldi.py,sha256=
|
|
85
|
-
KekikStream/Plugins/UgurFilm.py,sha256=
|
|
81
|
+
KekikStream/Plugins/Sinefy.py,sha256=EtdRXbCzLBmi1C64ZJMQu9nxfzNdW-nvHdO9MjwqoRM,8504
|
|
82
|
+
KekikStream/Plugins/SinemaCX.py,sha256=VPaBPIBxk9m4QdOMUV8S_vlJSTQUdvXa5Rtz63vjarA,7536
|
|
83
|
+
KekikStream/Plugins/Sinezy.py,sha256=I3DO0NytJz-7F2_0JZpmNLflvo3vunb4SLZBy2DadMg,5712
|
|
84
|
+
KekikStream/Plugins/SuperFilmGeldi.py,sha256=jJKBrLPI4rXI8n55lIdZOTyzNccPAEEIkmTrQtTKPhY,6303
|
|
85
|
+
KekikStream/Plugins/UgurFilm.py,sha256=NO6c1hHlylCfoP8fM-aVsxpBIyTAyu4uBHVM8CjybuI,5037
|
|
86
86
|
KekikStream/Plugins/Watch32.py,sha256=NeESk1unb5SYs6kwkb3dDymv2yYOkRU2QJCPI9izXKk,7915
|
|
87
|
-
KekikStream/Plugins/YabanciDizi.py,sha256=
|
|
88
|
-
kekikstream-2.4.
|
|
89
|
-
kekikstream-2.4.
|
|
90
|
-
kekikstream-2.4.
|
|
91
|
-
kekikstream-2.4.
|
|
92
|
-
kekikstream-2.4.
|
|
93
|
-
kekikstream-2.4.
|
|
87
|
+
KekikStream/Plugins/YabanciDizi.py,sha256=m4I8OM7Br_RRUSY0RAMpqcZ-_BwyjKXWHQuF_jS4EnE,9876
|
|
88
|
+
kekikstream-2.4.7.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
89
|
+
kekikstream-2.4.7.dist-info/METADATA,sha256=SZ9V_cdt-fB5d-tNdb7d3IGVrA1HBO3mauAN7OvpeV0,10745
|
|
90
|
+
kekikstream-2.4.7.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
91
|
+
kekikstream-2.4.7.dist-info/entry_points.txt,sha256=dFwdiTx8djyehI0Gsz-rZwjAfZzUzoBSrmzRu9ubjJc,50
|
|
92
|
+
kekikstream-2.4.7.dist-info/top_level.txt,sha256=DNmGJDXl27Drdfobrak8KYLmocW_uznVYFJOzcjUgmY,12
|
|
93
|
+
kekikstream-2.4.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|