KekikStream 2.4.6__py3-none-any.whl → 2.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.
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 +30 -23
- KekikStream/Plugins/DiziBox.py +14 -11
- KekikStream/Plugins/DiziMom.py +110 -86
- KekikStream/Plugins/DiziPal.py +37 -23
- KekikStream/Plugins/DiziYou.py +23 -11
- KekikStream/Plugins/Dizilla.py +35 -30
- KekikStream/Plugins/FilmBip.py +83 -18
- KekikStream/Plugins/FilmEkseni.py +100 -58
- KekikStream/Plugins/FilmMakinesi.py +71 -19
- KekikStream/Plugins/FilmModu.py +17 -20
- KekikStream/Plugins/Filmatek.py +103 -98
- KekikStream/Plugins/{Full4kizle.py → FilmciBaba.py} +61 -80
- KekikStream/Plugins/FullHDFilmizlesene.py +12 -14
- KekikStream/Plugins/HDFilm.py +243 -0
- KekikStream/Plugins/HDFilmCehennemi.py +194 -125
- 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.8.dist-info}/METADATA +1 -1
- {kekikstream-2.4.6.dist-info → kekikstream-2.4.8.dist-info}/RECORD +37 -37
- KekikStream/Plugins/FullHDFilm.py +0 -179
- {kekikstream-2.4.6.dist-info → kekikstream-2.4.8.dist-info}/WHEEL +0 -0
- {kekikstream-2.4.6.dist-info → kekikstream-2.4.8.dist-info}/entry_points.txt +0 -0
- {kekikstream-2.4.6.dist-info → kekikstream-2.4.8.dist-info}/licenses/LICENSE +0 -0
- {kekikstream-2.4.6.dist-info → kekikstream-2.4.8.dist-info}/top_level.txt +0 -0
|
@@ -50,7 +50,7 @@ class KultFilmler(PluginBase):
|
|
|
50
50
|
category = category,
|
|
51
51
|
title = title,
|
|
52
52
|
url = self.fix_url(href),
|
|
53
|
-
poster = self.fix_url(poster)
|
|
53
|
+
poster = self.fix_url(poster),
|
|
54
54
|
))
|
|
55
55
|
|
|
56
56
|
return results
|
|
@@ -69,7 +69,7 @@ class KultFilmler(PluginBase):
|
|
|
69
69
|
results.append(SearchResult(
|
|
70
70
|
title = title,
|
|
71
71
|
url = self.fix_url(href),
|
|
72
|
-
poster = self.fix_url(poster)
|
|
72
|
+
poster = self.fix_url(poster),
|
|
73
73
|
))
|
|
74
74
|
|
|
75
75
|
return results
|
|
@@ -99,13 +99,13 @@ class KultFilmler(PluginBase):
|
|
|
99
99
|
episodes.append(Episode(season=s or 1, episode=e or 1, title=name, url=self.fix_url(href)))
|
|
100
100
|
|
|
101
101
|
return SeriesInfo(
|
|
102
|
-
url=url, poster=poster, title=title
|
|
103
|
-
tags=tags, year=
|
|
102
|
+
url=url, poster=poster, title=title, description=description,
|
|
103
|
+
tags=tags, year=year, actors=actors, rating=rating, episodes=episodes
|
|
104
104
|
)
|
|
105
105
|
|
|
106
106
|
return MovieInfo(
|
|
107
|
-
url=url, poster=poster, title=title
|
|
108
|
-
tags=tags, year=
|
|
107
|
+
url=url, poster=poster, title=title, description=description,
|
|
108
|
+
tags=tags, year=year, rating=rating, actors=actors, duration=duration
|
|
109
109
|
)
|
|
110
110
|
|
|
111
111
|
def _get_iframe(self, source_code: str) -> str:
|
KekikStream/Plugins/RoketDizi.py
CHANGED
|
@@ -38,7 +38,7 @@ class RoketDizi(PluginBase):
|
|
|
38
38
|
category = category,
|
|
39
39
|
title = self.clean_title(title),
|
|
40
40
|
url = self.fix_url(href),
|
|
41
|
-
poster = self.fix_url(poster)
|
|
41
|
+
poster = self.fix_url(poster)
|
|
42
42
|
))
|
|
43
43
|
|
|
44
44
|
return results
|
|
@@ -76,7 +76,7 @@ class RoketDizi(PluginBase):
|
|
|
76
76
|
results.append(SearchResult(
|
|
77
77
|
title = self.clean_title(title.strip()),
|
|
78
78
|
url = self.fix_url(f"{self.main_url}/{slug}"),
|
|
79
|
-
poster = self.fix_url(poster)
|
|
79
|
+
poster = self.fix_url(poster)
|
|
80
80
|
))
|
|
81
81
|
|
|
82
82
|
return results
|
|
@@ -138,7 +138,7 @@ class RoketDizi(PluginBase):
|
|
|
138
138
|
|
|
139
139
|
return SeriesInfo(
|
|
140
140
|
url = url,
|
|
141
|
-
poster = self.fix_url(poster)
|
|
141
|
+
poster = self.fix_url(poster),
|
|
142
142
|
title = self.clean_title(title),
|
|
143
143
|
description = description,
|
|
144
144
|
tags = tags,
|
|
@@ -150,7 +150,7 @@ class RoketDizi(PluginBase):
|
|
|
150
150
|
else:
|
|
151
151
|
return MovieInfo(
|
|
152
152
|
url = url,
|
|
153
|
-
poster = self.fix_url(poster)
|
|
153
|
+
poster = self.fix_url(poster),
|
|
154
154
|
title = self.clean_title(title),
|
|
155
155
|
description = description,
|
|
156
156
|
tags = tags,
|
|
@@ -191,7 +191,7 @@ class RoketDizi(PluginBase):
|
|
|
191
191
|
iframe_url = HTMLHelper(source_content).regex_first(r'<iframe[^>]*src=["\']([^"\']*)["\']')
|
|
192
192
|
if not iframe_url:
|
|
193
193
|
continue
|
|
194
|
-
|
|
194
|
+
|
|
195
195
|
# Fix URL protocol
|
|
196
196
|
if not iframe_url.startswith("http"):
|
|
197
197
|
if iframe_url.startswith("//"):
|
|
@@ -52,7 +52,7 @@ class SelcukFlix(PluginBase):
|
|
|
52
52
|
category = category,
|
|
53
53
|
title = title,
|
|
54
54
|
url = final_url,
|
|
55
|
-
poster = self.fix_url(poster)
|
|
55
|
+
poster = self.fix_url(poster)
|
|
56
56
|
))
|
|
57
57
|
except Exception:
|
|
58
58
|
pass
|
|
@@ -227,7 +227,7 @@ class SelcukFlix(PluginBase):
|
|
|
227
227
|
common_info = {
|
|
228
228
|
"url" : url,
|
|
229
229
|
"poster" : poster,
|
|
230
|
-
"title" : title
|
|
230
|
+
"title" : title,
|
|
231
231
|
"description" : description,
|
|
232
232
|
"tags" : tags,
|
|
233
233
|
"rating" : rating,
|
|
@@ -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.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
|
|
@@ -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/
|
|
70
|
-
KekikStream/Plugins/
|
|
71
|
-
KekikStream/Plugins/
|
|
72
|
-
KekikStream/Plugins/HDFilmCehennemi.py,sha256=
|
|
73
|
-
KekikStream/Plugins/JetFilmizle.py,sha256=
|
|
74
|
-
KekikStream/Plugins/KultFilmler.py,sha256=
|
|
58
|
+
KekikStream/Plugins/BelgeselX.py,sha256=tJw1GZQoqxE7HISCVYUEL2ZP-8Mftdl4WytYA0ftSUc,9648
|
|
59
|
+
KekikStream/Plugins/DiziBox.py,sha256=SuRQxNZetwJJTlobuxB0h7NMeHUMrYMv_94JuCXydds,10204
|
|
60
|
+
KekikStream/Plugins/DiziMom.py,sha256=mRu9YUHs7XeLzXOqKIWcsI82yeltTW-6Q423wt71D5U,8044
|
|
61
|
+
KekikStream/Plugins/DiziPal.py,sha256=Ezrjbfq7EUcEjpA6yuOUtlhC009CE4aXW0_eM8Uf3yE,7927
|
|
62
|
+
KekikStream/Plugins/DiziYou.py,sha256=Z6MznGOcUnnxdsQsK-rnPmGHa1PAq7NcFw0slXlEVGo,6759
|
|
63
|
+
KekikStream/Plugins/Dizilla.py,sha256=U6z4cfy48HhtJNGi9-A3kUzoph-JpQuMtiOZ7fE_DUI,12705
|
|
64
|
+
KekikStream/Plugins/FilmBip.py,sha256=enTqWdx8YbseSsyQEYIVs6Dr7A7llkn7AtFaTYuatCE,9137
|
|
65
|
+
KekikStream/Plugins/FilmEkseni.py,sha256=Y2AAo6XBvwLZZ1hztD7hOi9nZlD4HhBqMv0qZJdZdIk,7101
|
|
66
|
+
KekikStream/Plugins/FilmMakinesi.py,sha256=h5-0jWggq6inWtdyHHUPP1HTnjfrf6X4syTgTm22DMs,7972
|
|
67
|
+
KekikStream/Plugins/FilmModu.py,sha256=7qm7kC4R0oH1OWyLleSqj6SMUgWbbERfYbE1d726ZOM,6943
|
|
68
|
+
KekikStream/Plugins/Filmatek.py,sha256=AdOeBVP1rfq5R1YJlQj2saT77rnzVHX54tEOAH-t9fI,7700
|
|
69
|
+
KekikStream/Plugins/FilmciBaba.py,sha256=miwQ7ODHGcAOBacUZf0lqolBElpvOk8oeckWVJYJau0,6936
|
|
70
|
+
KekikStream/Plugins/FullHDFilmizlesene.py,sha256=dJ1xo1D3ujPCQE6PewpqdvSMKlBbifA67uU7BAMmvVM,6274
|
|
71
|
+
KekikStream/Plugins/HDFilm.py,sha256=m6tjV1O1l5U_jqkGKizi62GOdSMd5osyOS2_9jehS-w,10754
|
|
72
|
+
KekikStream/Plugins/HDFilmCehennemi.py,sha256=8uaQPRprs64kdyGeC1pCkocCWPNHmddjcp_tfmHMCBE,15176
|
|
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.8.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
89
|
+
kekikstream-2.4.8.dist-info/METADATA,sha256=O9lxMnAoFFOSn8TH6Hp4AEwiJ35fMOQVjqVvQp8pTvc,10745
|
|
90
|
+
kekikstream-2.4.8.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
91
|
+
kekikstream-2.4.8.dist-info/entry_points.txt,sha256=dFwdiTx8djyehI0Gsz-rZwjAfZzUzoBSrmzRu9ubjJc,50
|
|
92
|
+
kekikstream-2.4.8.dist-info/top_level.txt,sha256=DNmGJDXl27Drdfobrak8KYLmocW_uznVYFJOzcjUgmY,12
|
|
93
|
+
kekikstream-2.4.8.dist-info/RECORD,,
|