KekikStream 2.4.1__py3-none-any.whl → 2.4.3__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/Extractor/ExtractorBase.py +3 -2
- KekikStream/Core/HTMLHelper.py +134 -40
- KekikStream/Core/Plugin/PluginBase.py +3 -2
- KekikStream/Extractors/CloseLoad.py +30 -54
- KekikStream/Extractors/ContentX.py +27 -72
- KekikStream/Extractors/DonilasPlay.py +33 -77
- KekikStream/Extractors/DzenRu.py +10 -24
- KekikStream/Extractors/ExPlay.py +20 -38
- KekikStream/Extractors/Filemoon.py +19 -45
- KekikStream/Extractors/HDMomPlayer.py +24 -56
- KekikStream/Extractors/HDPlayerSystem.py +13 -31
- KekikStream/Extractors/HotStream.py +14 -32
- KekikStream/Extractors/JFVid.py +3 -24
- KekikStream/Extractors/JetTv.py +21 -34
- KekikStream/Extractors/MailRu.py +11 -29
- KekikStream/Extractors/MixPlayHD.py +15 -28
- KekikStream/Extractors/MixTiger.py +17 -40
- KekikStream/Extractors/MolyStream.py +17 -21
- KekikStream/Extractors/Odnoklassniki.py +28 -104
- KekikStream/Extractors/PeaceMakerst.py +18 -45
- KekikStream/Extractors/PixelDrain.py +8 -16
- KekikStream/Extractors/PlayerFilmIzle.py +22 -41
- KekikStream/Extractors/RapidVid.py +21 -35
- KekikStream/Extractors/SetPlay.py +18 -43
- KekikStream/Extractors/SibNet.py +7 -17
- KekikStream/Extractors/Sobreatsesuyp.py +23 -45
- KekikStream/Extractors/TRsTX.py +23 -53
- KekikStream/Extractors/TurboImgz.py +7 -14
- KekikStream/Extractors/VCTPlay.py +10 -28
- KekikStream/Extractors/VidHide.py +10 -31
- KekikStream/Extractors/VidMoly.py +65 -99
- KekikStream/Extractors/VidMoxy.py +16 -27
- KekikStream/Extractors/VidPapi.py +24 -54
- KekikStream/Extractors/VideoSeyred.py +19 -40
- KekikStream/Extractors/Videostr.py +42 -99
- KekikStream/Extractors/Vidoza.py +8 -15
- KekikStream/Extractors/YildizKisaFilm.py +13 -31
- KekikStream/Plugins/BelgeselX.py +63 -69
- KekikStream/Plugins/DiziBox.py +16 -36
- KekikStream/Plugins/DiziMom.py +37 -129
- KekikStream/Plugins/DiziPal.py +26 -75
- KekikStream/Plugins/DiziYou.py +44 -152
- KekikStream/Plugins/Dizilla.py +18 -44
- KekikStream/Plugins/FilmBip.py +10 -24
- KekikStream/Plugins/FilmEkseni.py +12 -32
- KekikStream/Plugins/FilmMakinesi.py +24 -77
- KekikStream/Plugins/FilmModu.py +11 -18
- KekikStream/Plugins/Filmatek.py +13 -39
- KekikStream/Plugins/Full4kizle.py +33 -133
- KekikStream/Plugins/FullHDFilm.py +23 -93
- KekikStream/Plugins/FullHDFilmizlesene.py +10 -29
- KekikStream/Plugins/HDFilmCehennemi.py +27 -66
- KekikStream/Plugins/JetFilmizle.py +19 -20
- KekikStream/Plugins/KultFilmler.py +16 -50
- KekikStream/Plugins/RecTV.py +47 -85
- KekikStream/Plugins/SelcukFlix.py +29 -47
- KekikStream/Plugins/SetFilmIzle.py +28 -84
- KekikStream/Plugins/SezonlukDizi.py +27 -59
- KekikStream/Plugins/Sinefy.py +37 -100
- KekikStream/Plugins/SinemaCX.py +12 -18
- KekikStream/Plugins/Sinezy.py +12 -13
- KekikStream/Plugins/SuperFilmGeldi.py +8 -13
- KekikStream/Plugins/UgurFilm.py +14 -14
- KekikStream/Plugins/Watch32.py +42 -74
- KekikStream/Plugins/YabanciDizi.py +33 -87
- {kekikstream-2.4.1.dist-info → kekikstream-2.4.3.dist-info}/METADATA +1 -1
- kekikstream-2.4.3.dist-info/RECORD +93 -0
- {kekikstream-2.4.1.dist-info → kekikstream-2.4.3.dist-info}/WHEEL +1 -1
- kekikstream-2.4.1.dist-info/RECORD +0 -93
- {kekikstream-2.4.1.dist-info → kekikstream-2.4.3.dist-info}/entry_points.txt +0 -0
- {kekikstream-2.4.1.dist-info → kekikstream-2.4.3.dist-info}/licenses/LICENSE +0 -0
- {kekikstream-2.4.1.dist-info → kekikstream-2.4.3.dist-info}/top_level.txt +0 -0
KekikStream/Plugins/UgurFilm.py
CHANGED
|
@@ -68,25 +68,25 @@ class UgurFilm(PluginBase):
|
|
|
68
68
|
istek = await self.httpx.get(url)
|
|
69
69
|
secici = HTMLHelper(istek.text)
|
|
70
70
|
|
|
71
|
-
title
|
|
72
|
-
poster
|
|
73
|
-
description = secici.select_text("div.slayt-aciklama")
|
|
74
|
-
|
|
75
|
-
tags
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
actors = secici.select_all_text("li.oyuncu-k span")
|
|
71
|
+
title = secici.select_text("div.bilgi h2")
|
|
72
|
+
poster = secici.select_poster("div.resim img")
|
|
73
|
+
description = secici.select_text("div.slayt-aciklama")
|
|
74
|
+
rating = secici.select_text("b#puandegistir")
|
|
75
|
+
tags = secici.select_texts("p.tur a[href*='/category/']")
|
|
76
|
+
year = secici.extract_year("a[href*='/yil/']")
|
|
77
|
+
actors = secici.select_texts("li.oyuncu-k span")
|
|
78
|
+
duration = secici.regex_first(r"(\d+) Dakika", secici.select_text("div.bilgi b"))
|
|
81
79
|
|
|
82
80
|
return MovieInfo(
|
|
83
|
-
url =
|
|
81
|
+
url = url,
|
|
84
82
|
poster = self.fix_url(poster) if poster else None,
|
|
85
|
-
title = title,
|
|
83
|
+
title = title or "Bilinmiyor",
|
|
86
84
|
description = description,
|
|
85
|
+
rating = rating,
|
|
87
86
|
tags = tags,
|
|
88
|
-
year = year,
|
|
87
|
+
year = str(year) if year else None,
|
|
89
88
|
actors = actors,
|
|
89
|
+
duration = duration
|
|
90
90
|
)
|
|
91
91
|
|
|
92
92
|
async def load_links(self, url: str) -> list[ExtractResult]:
|
|
@@ -94,7 +94,7 @@ class UgurFilm(PluginBase):
|
|
|
94
94
|
secici = HTMLHelper(istek.text)
|
|
95
95
|
results = []
|
|
96
96
|
|
|
97
|
-
part_links = secici.
|
|
97
|
+
part_links = secici.select_attrs("li.parttab a", "href")
|
|
98
98
|
|
|
99
99
|
for part_link in part_links:
|
|
100
100
|
sub_response = await self.httpx.get(part_link)
|
KekikStream/Plugins/Watch32.py
CHANGED
|
@@ -76,86 +76,54 @@ class Watch32(PluginBase):
|
|
|
76
76
|
istek = await self.httpx.get(url)
|
|
77
77
|
helper = HTMLHelper(istek.text)
|
|
78
78
|
|
|
79
|
-
content_id
|
|
80
|
-
details
|
|
81
|
-
name
|
|
82
|
-
|
|
83
|
-
poster = helper.select_attr("div.film-poster > img", "src", details)
|
|
79
|
+
content_id = helper.select_attr("div.detail_page-watch", "data-id")
|
|
80
|
+
details = helper.select_first("div.detail_page-infor")
|
|
81
|
+
name = helper.select_text("h2.heading-name > a", details)
|
|
82
|
+
poster = helper.select_poster("div.film-poster > img", details)
|
|
84
83
|
description = helper.select_text("div.description", details)
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
# Fallback for series
|
|
90
|
-
year_text = helper.regex_first(r"Released:.+?(\d{4})")
|
|
91
|
-
|
|
92
|
-
# Tags/Genres
|
|
93
|
-
tags = helper.select_all_text("div.row-line:has(> span.type > strong:contains(Genre)) a")
|
|
94
|
-
|
|
95
|
-
# Rating
|
|
96
|
-
rating = helper.select_text("button.btn-imdb")
|
|
97
|
-
if rating:
|
|
98
|
-
rating = rating.replace("N/A", "").split(":")[-1].strip()
|
|
84
|
+
year = str(helper.extract_year())
|
|
85
|
+
tags = helper.meta_list("Genre", container_selector="div.row-line")
|
|
86
|
+
rating = helper.select_text("button.btn-imdb").replace("N/A", "").split(":")[-1].strip() if helper.select_text("button.btn-imdb") else None
|
|
87
|
+
actors = helper.meta_list("Casts", container_selector="div.row-line")
|
|
99
88
|
|
|
100
|
-
|
|
101
|
-
|
|
89
|
+
common_info = {
|
|
90
|
+
"url" : url,
|
|
91
|
+
"poster" : self.fix_url(poster),
|
|
92
|
+
"title" : name or "Bilinmiyor",
|
|
93
|
+
"description" : description,
|
|
94
|
+
"tags" : tags,
|
|
95
|
+
"rating" : rating,
|
|
96
|
+
"year" : year,
|
|
97
|
+
"actors" : actors
|
|
98
|
+
}
|
|
102
99
|
|
|
103
100
|
if "movie" in url:
|
|
104
|
-
return MovieInfo(
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
)
|
|
114
|
-
else:
|
|
115
|
-
episodes = []
|
|
116
|
-
seasons_resp = await self.httpx.get(f"{self.main_url}/ajax/season/list/{content_id}")
|
|
117
|
-
sh = HTMLHelper(seasons_resp.text)
|
|
118
|
-
seasons = sh.select("a.dropdown-item") # Relaxed selector from a.ss-item
|
|
101
|
+
return MovieInfo(**common_info)
|
|
102
|
+
|
|
103
|
+
episodes = []
|
|
104
|
+
seasons_resp = await self.httpx.get(f"{self.main_url}/ajax/season/list/{content_id}")
|
|
105
|
+
sh = HTMLHelper(seasons_resp.text)
|
|
106
|
+
|
|
107
|
+
for season in sh.select("a.dropdown-item"):
|
|
108
|
+
season_id = season.attrs.get("data-id")
|
|
109
|
+
s_val, _ = sh.extract_season_episode(season.text())
|
|
119
110
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
season_num_text = season.text().replace("Season ", "").replace("Series", "").strip()
|
|
123
|
-
season_num = int(season_num_text) if season_num_text.isdigit() else 1
|
|
124
|
-
|
|
125
|
-
episodes_resp = await self.httpx.get(f"{self.main_url}/ajax/season/episodes/{season_id}")
|
|
126
|
-
eh = HTMLHelper(episodes_resp.text)
|
|
127
|
-
eps = eh.select("a.eps-item")
|
|
128
|
-
|
|
129
|
-
for ep in eps:
|
|
130
|
-
ep_id = ep.attrs.get("data-id")
|
|
131
|
-
ep_title_raw = ep.attrs.get("title", "")
|
|
132
|
-
# Eps 1: Name
|
|
133
|
-
m = re.search(r"Eps (\d+): (.+)", ep_title_raw)
|
|
134
|
-
if m:
|
|
135
|
-
ep_num = int(m.group(1))
|
|
136
|
-
ep_name = m.group(2)
|
|
137
|
-
else:
|
|
138
|
-
ep_num = 1
|
|
139
|
-
ep_name = ep_title_raw
|
|
140
|
-
|
|
141
|
-
episodes.append(Episode(
|
|
142
|
-
season = season_num,
|
|
143
|
-
episode = ep_num,
|
|
144
|
-
title = ep_name,
|
|
145
|
-
url = f"servers/{ep_id}"
|
|
146
|
-
))
|
|
111
|
+
e_resp = await self.httpx.get(f"{self.main_url}/ajax/season/episodes/{season_id}")
|
|
112
|
+
eh = HTMLHelper(e_resp.text)
|
|
147
113
|
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
114
|
+
for ep in eh.select("a.eps-item"):
|
|
115
|
+
ep_id = ep.attrs.get("data-id")
|
|
116
|
+
ep_title = ep.attrs.get("title", "")
|
|
117
|
+
_, e_val = eh.extract_season_episode(ep_title)
|
|
118
|
+
|
|
119
|
+
episodes.append(Episode(
|
|
120
|
+
season = s_val or 1,
|
|
121
|
+
episode = e_val or 1,
|
|
122
|
+
title = ep_title,
|
|
123
|
+
url = f"servers/{ep_id}"
|
|
124
|
+
))
|
|
125
|
+
|
|
126
|
+
return SeriesInfo(**common_info, episodes=episodes)
|
|
159
127
|
|
|
160
128
|
async def load_links(self, url: str) -> list[ExtractResult]:
|
|
161
129
|
# url in load_links might be the full page URL for movies or "servers/epId" for episodes
|
|
@@ -84,97 +84,43 @@ class YabanciDizi(PluginBase):
|
|
|
84
84
|
resp = await self.httpx.get(url, follow_redirects=True)
|
|
85
85
|
sel = HTMLHelper(resp.text)
|
|
86
86
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
poster = sel.select_attr("meta[property='og:image']", "content")
|
|
87
|
+
title = (sel.select_attr("meta[property='og:title']", "content") or "").split("|")[0].strip() or sel.select_text("h1")
|
|
88
|
+
poster = sel.select_poster("meta[property='og:image']")
|
|
91
89
|
description = sel.select_text("p#tv-series-desc")
|
|
90
|
+
year = sel.extract_year("td div.truncate")
|
|
91
|
+
tags = sel.meta_list("Türü", container_selector="div.item")
|
|
92
|
+
rating = sel.meta_value("IMDb Puanı", container_selector="div.item")
|
|
93
|
+
duration = int(sel.regex_first(r"(\d+)", sel.meta_value("Süre", container_selector="div.item")) or 0)
|
|
94
|
+
actors = sel.meta_list("Oyuncular", container_selector="div.item") or sel.select_texts("div#common-cast-list div.item h5")
|
|
92
95
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
actors = []
|
|
105
|
-
for item in sel.select("div.item"):
|
|
106
|
-
text = item.text(strip=True)
|
|
107
|
-
if "T\u00fcr\u00fc:" in text:
|
|
108
|
-
tags = [t.strip() for t in text.replace("T\u00fcr\u00fc:", "").split(",")]
|
|
109
|
-
elif "IMDb Puan\u0131" in text:
|
|
110
|
-
rating = text.replace("IMDb Puan\u0131", "").strip()
|
|
111
|
-
elif "Yap\u0131m Y\u0131l\u0131" in text:
|
|
112
|
-
year_match = sel.regex_first(r"(\d{4})", text)
|
|
113
|
-
if year_match:
|
|
114
|
-
year = year_match
|
|
115
|
-
elif "Takip\u00e7iler" in text:
|
|
116
|
-
continue
|
|
117
|
-
elif "S\u00fcre" in text:
|
|
118
|
-
dur_match = sel.regex_first(r"(\d+)", text)
|
|
119
|
-
if dur_match:
|
|
120
|
-
duration = dur_match
|
|
121
|
-
elif "Oyuncular:" in text:
|
|
122
|
-
actors = [a.text(strip=True) for a in sel.select("a", item)]
|
|
123
|
-
|
|
124
|
-
if not actors:
|
|
125
|
-
actors = [a.text(strip=True) for a in sel.select("div#common-cast-list div.item h5")]
|
|
126
|
-
|
|
127
|
-
trailer_match = sel.regex_first(r"embed\/(.*)\?rel", resp.text)
|
|
128
|
-
trailer = f"https://www.youtube.com/embed/{trailer_match}" if trailer_match else None
|
|
96
|
+
common_info = {
|
|
97
|
+
"url" : url,
|
|
98
|
+
"poster" : self.fix_url(poster) if poster else None,
|
|
99
|
+
"title" : title or "Bilinmiyor",
|
|
100
|
+
"description" : description,
|
|
101
|
+
"tags" : tags,
|
|
102
|
+
"rating" : rating,
|
|
103
|
+
"year" : str(year) if year else None,
|
|
104
|
+
"actors" : actors,
|
|
105
|
+
"duration" : duration
|
|
106
|
+
}
|
|
129
107
|
|
|
130
108
|
if "/film/" in url:
|
|
131
|
-
return MovieInfo(
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
episodes
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
if not link_el: continue
|
|
147
|
-
|
|
148
|
-
bolum_href = link_el.attrs.get("href")
|
|
149
|
-
bolum_name = sel.select_text("h6", bolum_item) or link_el.text(strip=True)
|
|
150
|
-
|
|
151
|
-
season = sel.regex_first(r"sezon-(\d+)", bolum_href)
|
|
152
|
-
episode = sel.regex_first(r"bolum-(\d+)", bolum_href)
|
|
153
|
-
|
|
154
|
-
ep_season = int(season) if season and season.isdigit() else None
|
|
155
|
-
ep_episode = int(episode) if episode and episode.isdigit() else None
|
|
156
|
-
|
|
157
|
-
episodes.append(Episode(
|
|
158
|
-
season = ep_season,
|
|
159
|
-
episode = ep_episode,
|
|
160
|
-
title = bolum_name,
|
|
161
|
-
url = self.fix_url(bolum_href)
|
|
162
|
-
))
|
|
163
|
-
|
|
164
|
-
if episodes and (episodes[0].episode or 0) > (episodes[-1].episode or 0):
|
|
165
|
-
episodes.reverse()
|
|
166
|
-
|
|
167
|
-
return SeriesInfo(
|
|
168
|
-
title = title,
|
|
169
|
-
url = url,
|
|
170
|
-
poster = self.fix_url(poster) if poster else None,
|
|
171
|
-
description = description,
|
|
172
|
-
rating = rating,
|
|
173
|
-
tags = tags,
|
|
174
|
-
actors = actors,
|
|
175
|
-
year = year,
|
|
176
|
-
episodes = episodes
|
|
177
|
-
)
|
|
109
|
+
return MovieInfo(**common_info)
|
|
110
|
+
|
|
111
|
+
episodes = []
|
|
112
|
+
for bolum in sel.select("div.episodes-list div.ui td:has(h6)"):
|
|
113
|
+
link = sel.select_first("a", bolum)
|
|
114
|
+
if link:
|
|
115
|
+
href = link.attrs.get("href")
|
|
116
|
+
name = sel.select_text("h6", bolum) or link.text(strip=True)
|
|
117
|
+
s, e = sel.extract_season_episode(href)
|
|
118
|
+
episodes.append(Episode(season=s or 1, episode=e or 1, title=name, url=self.fix_url(href)))
|
|
119
|
+
|
|
120
|
+
if episodes and (episodes[0].episode or 0) > (episodes[-1].episode or 0):
|
|
121
|
+
episodes.reverse()
|
|
122
|
+
|
|
123
|
+
return SeriesInfo(**common_info, episodes=episodes)
|
|
178
124
|
|
|
179
125
|
async def load_links(self, url: str) -> list[ExtractResult]:
|
|
180
126
|
# Use cloudscraper to bypass Cloudflare
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: KekikStream
|
|
3
|
-
Version: 2.4.
|
|
3
|
+
Version: 2.4.3
|
|
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
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
KekikStream/__init__.py,sha256=nTgIxO1716DVX-cZnMvwi6OjPbuebFyeYpHvpqCJ0Js,12767
|
|
2
|
+
KekikStream/__main__.py,sha256=B81dQoeGEb-T5Sycs3eNAmW7unvx0Mef0syCjs4nPds,137
|
|
3
|
+
KekikStream/requirements.txt,sha256=V-Rk-4DnK8B-HRR6RtSKmTR3sHfaYgOrnBj8kmVz17w,80
|
|
4
|
+
KekikStream/CLI/__init__.py,sha256=U6oLq_O7u5y2eHhBnmfhZNns_EqHHJXJmzl8jvZFUNY,230
|
|
5
|
+
KekikStream/CLI/pypi_kontrol.py,sha256=q6fNs6EKJDc5VuUFig9DBzLzNPp_kMD1vOVgLElcii8,1487
|
|
6
|
+
KekikStream/Core/HTMLHelper.py,sha256=JI677_XerQc6ZwKDpwoCzfyHlKDekEWDuHgsEFOPu50,9792
|
|
7
|
+
KekikStream/Core/__init__.py,sha256=sk2pWup1_jsGB43HJzbbqgQYFDZpf2TquEBYUhqOdN4,807
|
|
8
|
+
KekikStream/Core/Extractor/ExtractorBase.py,sha256=9Q79wULey2Nl254MUkiulhxZzGyb2C1H3mOUh4t0MN0,2077
|
|
9
|
+
KekikStream/Core/Extractor/ExtractorLoader.py,sha256=GPGCmgFpDBywR8CsNw43-ddseZhSKTjAUETp1Ohbi6E,4796
|
|
10
|
+
KekikStream/Core/Extractor/ExtractorManager.py,sha256=VYkj4CCE5Puqsr6PCeN8i_OS0hfYKI4NScj98BLO39o,2644
|
|
11
|
+
KekikStream/Core/Extractor/ExtractorModels.py,sha256=Qj_gbIeGRewaZXNfYkTi4FFRRq6XBOc0HS0tXGDwajI,445
|
|
12
|
+
KekikStream/Core/Extractor/YTDLPCache.py,sha256=sRg5kwFxkRXA_8iRwsV29E51g9qQJvg8dWUnzfr7EwA,984
|
|
13
|
+
KekikStream/Core/Media/MediaHandler.py,sha256=MEn3spPAThVloN3WcoCwWhpoyMA7tAZvcwYjmjJsX3U,7678
|
|
14
|
+
KekikStream/Core/Media/MediaManager.py,sha256=AaUq2D7JSJIphjoAj2fjLOJjswm7Qf5hjYCbBdrbnDU,438
|
|
15
|
+
KekikStream/Core/Plugin/PluginBase.py,sha256=ciZGztbXzm2co3WZBjnghtbQuxH4jUMRmjInvS0WDeI,6692
|
|
16
|
+
KekikStream/Core/Plugin/PluginLoader.py,sha256=6LE5id0571bB-gJZxaLfd973XcG6oaGeMhLVcYYY7kw,3768
|
|
17
|
+
KekikStream/Core/Plugin/PluginManager.py,sha256=6a0Q2mHtzIpx1ttdSTsVHg2HfLJIO0r_iHjK3Kui1Rw,939
|
|
18
|
+
KekikStream/Core/Plugin/PluginModels.py,sha256=7g1uHjJstfnrdTabDgyrBnu1ojIQ025hsmw85cDXFS8,2353
|
|
19
|
+
KekikStream/Core/UI/UIManager.py,sha256=T4V_kdTTWa-UDamgLSKa__dWJuzcvRK9NuwBlzU9Bzc,1693
|
|
20
|
+
KekikStream/Extractors/CloseLoad.py,sha256=eoXr9Dxgfy3BUdQpXrvS69bqCFBmag95cmJLGhsHslE,1922
|
|
21
|
+
KekikStream/Extractors/ContentX.py,sha256=832xDeKoudQYJBRxJntOuJ0G8xYFVq2vHhycdnzcMeg,2539
|
|
22
|
+
KekikStream/Extractors/DonilasPlay.py,sha256=yIh6ZOVjXzHKc_Zi8j0Cpr4vWibwkSeoZxeFfU8IfmQ,1844
|
|
23
|
+
KekikStream/Extractors/DzenRu.py,sha256=tUrQexHkclw9EdoFD_ACejW-QwlOnTDFTxA0v-1jIVU,932
|
|
24
|
+
KekikStream/Extractors/ExPlay.py,sha256=hrG31pRFD5s_0wNls0fF8AdMn6ve5OD-mOAV32_1H2I,1324
|
|
25
|
+
KekikStream/Extractors/Filemoon.py,sha256=y3VQpTVR2o4PGbRfLEXOlxQ0NM-JblaMUpoFhpka5iI,2263
|
|
26
|
+
KekikStream/Extractors/HDMomPlayer.py,sha256=ui8aH9sc3NDlN2uKlhJiySUHA__mpSSvAPHRzde6F2k,1177
|
|
27
|
+
KekikStream/Extractors/HDPlayerSystem.py,sha256=hoPN7fqVRBK97BnQ7vF_5TlEO28BD3DrsngDW48rw5E,936
|
|
28
|
+
KekikStream/Extractors/HotStream.py,sha256=37H9pK4HSEqGR6QKgxz887JCBXfXB1NXDpBGuhvPmXo,1078
|
|
29
|
+
KekikStream/Extractors/JFVid.py,sha256=rdy0bmqZIruejn1G1YNxVM3wlqxkdFRd4zunxxZlev4,746
|
|
30
|
+
KekikStream/Extractors/JetTv.py,sha256=Cdx1XZEtQZkrmOdZdgM9E1iBkCNzVTExjrI_F-3Nv-I,1176
|
|
31
|
+
KekikStream/Extractors/MailRu.py,sha256=n87wBc9jQ4nP8OJbqS7LsHHCKuRxlsgdtL_xHVn0rdY,779
|
|
32
|
+
KekikStream/Extractors/MixPlayHD.py,sha256=otA2SKDnJisY4Zt9DCuNdjNVHtSquHoMVvP3_5Q0poY,1205
|
|
33
|
+
KekikStream/Extractors/MixTiger.py,sha256=kF_AKkJoyAS6peQ94eu3pLzS-VeZ_8IYjpaDrTo3x_I,1135
|
|
34
|
+
KekikStream/Extractors/MolyStream.py,sha256=L38rydMtnRxeqHjLK4vOLMC7FspbyTPdILEjE-gsbYc,1531
|
|
35
|
+
KekikStream/Extractors/Odnoklassniki.py,sha256=V790IUkMeYjim9Hx4hjWF0OWu6AhMTaLq3fMwAqtQNc,1577
|
|
36
|
+
KekikStream/Extractors/PeaceMakerst.py,sha256=0YE-IASOoSoQi4AITKkX7IyGcyfq_ZhmFmqw2q2TZ_U,1491
|
|
37
|
+
KekikStream/Extractors/PixelDrain.py,sha256=BYu8UmVNw3EL75Z1X8NszWPfFarmry_3chWRO1JoKCs,780
|
|
38
|
+
KekikStream/Extractors/PlayerFilmIzle.py,sha256=GVB2Ly3381IGIc1FztFS35mHVIMQjcc2_IW8KvWYBdI,1877
|
|
39
|
+
KekikStream/Extractors/RapidVid.py,sha256=4nWqTNfJ70Qq67LgaYjnUU4NrHwbeqRN9uldo0j941E,3028
|
|
40
|
+
KekikStream/Extractors/SetPlay.py,sha256=uWkXimWc5olsYLK46l440Pp8WgehbctM323n9PwoEJs,1556
|
|
41
|
+
KekikStream/Extractors/SetPrime.py,sha256=5xqB72D8FjH3JNrbynA75y_n_aUFZ2vXSr1MY3nZ4cU,1495
|
|
42
|
+
KekikStream/Extractors/SibNet.py,sha256=67FS1yLUWf_ZBkVehRiYu2pFkIdNO4-2EZEomCHo8Jk,692
|
|
43
|
+
KekikStream/Extractors/Sobreatsesuyp.py,sha256=IORS2fXauATYiN4sdU_WuSfsbFUhphxqsGq7C6mzaEw,1484
|
|
44
|
+
KekikStream/Extractors/TRsTX.py,sha256=l425nQZciyYEJjOJ1nyPhDnmD-4bI9O16V6lJhY98Os,1444
|
|
45
|
+
KekikStream/Extractors/TauVideo.py,sha256=2ai9BwwM6qlCgxK7E0B642LtOF5y4hEb9tQ2aDpbMtc,1112
|
|
46
|
+
KekikStream/Extractors/TurboImgz.py,sha256=-RyC4EWtJdK85Ei01lntqivnSmk4tXOlmSXv70cQJ70,679
|
|
47
|
+
KekikStream/Extractors/TurkeyPlayer.py,sha256=zdX0IOO3M-kgAYWex2WwJJu9aGf8WhOY-ZIrRmZRiC0,1246
|
|
48
|
+
KekikStream/Extractors/VCTPlay.py,sha256=MdCH9GhhKod4oPT3ePH8rhicUWuNT-GsE42S72o1NJ4,876
|
|
49
|
+
KekikStream/Extractors/VidHide.py,sha256=xJSferkaCLOQ-kLgsA_eDZCmGagiL2711boOdogOlWw,1918
|
|
50
|
+
KekikStream/Extractors/VidMoly.py,sha256=awrjBtxtP2xEr8xRTCH1JcnRattzIAdxGE2rDd9czDg,4132
|
|
51
|
+
KekikStream/Extractors/VidMoxy.py,sha256=qTkTFRqTgQVi-E94zY5lQC2-AYFhkl8LqaOJpgGdErc,1452
|
|
52
|
+
KekikStream/Extractors/VidPapi.py,sha256=yqjA5gadCE2lZ9ksT6zZOz-1zCcCYJxZsg0Ccgz2X10,1988
|
|
53
|
+
KekikStream/Extractors/VideoSeyred.py,sha256=sNxw5OHQ8AzRJIRGXGjql8nK1E6Cbg9qhKP5PuOyeM8,1216
|
|
54
|
+
KekikStream/Extractors/Videostr.py,sha256=CGL9GDzN0QzDir6ss8oUvDYYbGt2k8323P2_z5tVZVI,2563
|
|
55
|
+
KekikStream/Extractors/Vidoza.py,sha256=VSqCI-SYnLh6COnLHpg0feRX37t2WhPxbo08us5wCcc,655
|
|
56
|
+
KekikStream/Extractors/YTDLP.py,sha256=Hy8loCSFSquu2zaL3INord-Jm6T8CM6K2-VcDA2K79g,7390
|
|
57
|
+
KekikStream/Extractors/YildizKisaFilm.py,sha256=jeCCSIwZvQUr-CSylleUIP--JtN18_wUGl0vQXMCsV4,936
|
|
58
|
+
KekikStream/Plugins/BelgeselX.py,sha256=0LZYeV8ve2HGsNvuqACltP7eI_nZyjoCBjeYWMokUXY,9175
|
|
59
|
+
KekikStream/Plugins/DiziBox.py,sha256=F0X_vUVFbzFIgo504dyXjJkJIB6OxoHRxD3CCBUNsxg,10087
|
|
60
|
+
KekikStream/Plugins/DiziMom.py,sha256=0kOXekDk9-I-rRgQZmKH0pZmYDgfdkS2PXOBbTlhI0g,6776
|
|
61
|
+
KekikStream/Plugins/DiziPal.py,sha256=xpaIEOknrMVWNUERKE6DVq533oFwe87TFOdBckMj03Y,9278
|
|
62
|
+
KekikStream/Plugins/DiziYou.py,sha256=ZgHVTEeXhLC5aNP7MeeIcmLxqAPPzj0WWOiZHHpkAho,6550
|
|
63
|
+
KekikStream/Plugins/Dizilla.py,sha256=GmA__LCUAMTQ0tbbeWiH8h_aA6Rw7k2chAJZRsDifjg,12908
|
|
64
|
+
KekikStream/Plugins/FilmBip.py,sha256=gHdYHEZjDBPkajQjqBZGVhbs97zDr5mF_cVSUKn8ljE,6018
|
|
65
|
+
KekikStream/Plugins/FilmEkseni.py,sha256=odqu-PM2L8iEsO97MVNTsHmyVWTgnudOlVMv1o9izC8,5352
|
|
66
|
+
KekikStream/Plugins/FilmMakinesi.py,sha256=OGZHkNVx4jgsKvY1GpumtkNxKG9eAH9n9xOP3xyDC7g,6341
|
|
67
|
+
KekikStream/Plugins/FilmModu.py,sha256=yzGe0uMPgkq2n6bhuS2W7P_hIIeJPW1J4dHXmgkq6-8,7073
|
|
68
|
+
KekikStream/Plugins/Filmatek.py,sha256=TuTV4bl0NdgKjR_fQBVc8wzGWdHN0h-NDm2kbvWbMeg,7260
|
|
69
|
+
KekikStream/Plugins/Full4kizle.py,sha256=h0cwOiV1ELptDG1IzwJU4qdzQm7vzWI6sFFcbfmBXJk,7783
|
|
70
|
+
KekikStream/Plugins/FullHDFilm.py,sha256=MkobrrzHTc8t6AYdcSOD2rpUOdKnkpXsUZezcqICDhE,8183
|
|
71
|
+
KekikStream/Plugins/FullHDFilmizlesene.py,sha256=BetcwSyMtNOrOT4tjmJ_Na8u4Popf3S4V1Gw5vys0jw,6470
|
|
72
|
+
KekikStream/Plugins/HDFilmCehennemi.py,sha256=WgwoqHpHYJUd78TR_hNfgJEc0raR7MDPsNo7A5nt3fc,11954
|
|
73
|
+
KekikStream/Plugins/JetFilmizle.py,sha256=LQaOv70QOe6t7oQB2aao7eSBQjeCyFjNID2OESXXUOY,8280
|
|
74
|
+
KekikStream/Plugins/KultFilmler.py,sha256=KfsfvFwEJ_rgMOmBHA-5iSIEe-iCZtO-RG1nh1AOnJw,8559
|
|
75
|
+
KekikStream/Plugins/RecTV.py,sha256=MRoP8KQF2V9kVlRNTQkRz9YFkBmMy3_skiNE47-RAlk,7151
|
|
76
|
+
KekikStream/Plugins/RoketDizi.py,sha256=KiX7Xf5IyPPJ-CVcJLM9qc0M6Fi2dhg7zU3EgWkICXA,9318
|
|
77
|
+
KekikStream/Plugins/SelcukFlix.py,sha256=1_v7-aqbOrWPNUHUL0n1mpUm29wUXrtfRbMMvD9sL9k,14520
|
|
78
|
+
KekikStream/Plugins/SetFilmIzle.py,sha256=oj32n7QWersZMymjfwt9QPxWhWj2YlIhOtehnMMYqoY,9172
|
|
79
|
+
KekikStream/Plugins/SezonlukDizi.py,sha256=WCfMqoCX3_4mVF6_N5K5WzJIveb4jNmd0IrfM8pxqQ8,8511
|
|
80
|
+
KekikStream/Plugins/SineWix.py,sha256=z0r90lggAugEWE1g9vg8gZsInBObUZPnVFQwq7GYmJs,7052
|
|
81
|
+
KekikStream/Plugins/Sinefy.py,sha256=oLp2jtNa-3l_vS1Z8sqcsTyKmiY-xJq0-cFQ6KC8L4c,8603
|
|
82
|
+
KekikStream/Plugins/SinemaCX.py,sha256=q9ZNnkUxGotTzjslzoJu1GzZDF31J3RayzeUAfAsGzw,7688
|
|
83
|
+
KekikStream/Plugins/Sinezy.py,sha256=KHo8_vIW-aJh2ix72kGB54Wdw8PLmik78zzIwAxrspA,5811
|
|
84
|
+
KekikStream/Plugins/SuperFilmGeldi.py,sha256=wfhbZLNAuiz57KOarSrsoMLLpr9-zd6zjp7AmUisaBY,6402
|
|
85
|
+
KekikStream/Plugins/UgurFilm.py,sha256=WIdyu8X1ZdixigumEwEpZjtbM-melHfvT_u5N349oN4,5116
|
|
86
|
+
KekikStream/Plugins/Watch32.py,sha256=NeESk1unb5SYs6kwkb3dDymv2yYOkRU2QJCPI9izXKk,7915
|
|
87
|
+
KekikStream/Plugins/YabanciDizi.py,sha256=cTAREfia6df-rLeXDhxLCrKRHeZI_l_-nhjgIAD1jNA,9975
|
|
88
|
+
kekikstream-2.4.3.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
89
|
+
kekikstream-2.4.3.dist-info/METADATA,sha256=n9A3nJA-FxNzZJ91jjw5QDLY7xXqIxw1_WAw6-g2C_w,10745
|
|
90
|
+
kekikstream-2.4.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
91
|
+
kekikstream-2.4.3.dist-info/entry_points.txt,sha256=dFwdiTx8djyehI0Gsz-rZwjAfZzUzoBSrmzRu9ubjJc,50
|
|
92
|
+
kekikstream-2.4.3.dist-info/top_level.txt,sha256=DNmGJDXl27Drdfobrak8KYLmocW_uznVYFJOzcjUgmY,12
|
|
93
|
+
kekikstream-2.4.3.dist-info/RECORD,,
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
KekikStream/__init__.py,sha256=nTgIxO1716DVX-cZnMvwi6OjPbuebFyeYpHvpqCJ0Js,12767
|
|
2
|
-
KekikStream/__main__.py,sha256=B81dQoeGEb-T5Sycs3eNAmW7unvx0Mef0syCjs4nPds,137
|
|
3
|
-
KekikStream/requirements.txt,sha256=V-Rk-4DnK8B-HRR6RtSKmTR3sHfaYgOrnBj8kmVz17w,80
|
|
4
|
-
KekikStream/CLI/__init__.py,sha256=U6oLq_O7u5y2eHhBnmfhZNns_EqHHJXJmzl8jvZFUNY,230
|
|
5
|
-
KekikStream/CLI/pypi_kontrol.py,sha256=q6fNs6EKJDc5VuUFig9DBzLzNPp_kMD1vOVgLElcii8,1487
|
|
6
|
-
KekikStream/Core/HTMLHelper.py,sha256=Rpj89vqL08ef_Q8bDUJuPQOBnSEQSOuFWWJJLli4oDQ,5434
|
|
7
|
-
KekikStream/Core/__init__.py,sha256=sk2pWup1_jsGB43HJzbbqgQYFDZpf2TquEBYUhqOdN4,807
|
|
8
|
-
KekikStream/Core/Extractor/ExtractorBase.py,sha256=CAdeel6zGlj_RHD0lwjyNW5hAaivo1XyAZbnmiVDaZo,2023
|
|
9
|
-
KekikStream/Core/Extractor/ExtractorLoader.py,sha256=GPGCmgFpDBywR8CsNw43-ddseZhSKTjAUETp1Ohbi6E,4796
|
|
10
|
-
KekikStream/Core/Extractor/ExtractorManager.py,sha256=VYkj4CCE5Puqsr6PCeN8i_OS0hfYKI4NScj98BLO39o,2644
|
|
11
|
-
KekikStream/Core/Extractor/ExtractorModels.py,sha256=Qj_gbIeGRewaZXNfYkTi4FFRRq6XBOc0HS0tXGDwajI,445
|
|
12
|
-
KekikStream/Core/Extractor/YTDLPCache.py,sha256=sRg5kwFxkRXA_8iRwsV29E51g9qQJvg8dWUnzfr7EwA,984
|
|
13
|
-
KekikStream/Core/Media/MediaHandler.py,sha256=MEn3spPAThVloN3WcoCwWhpoyMA7tAZvcwYjmjJsX3U,7678
|
|
14
|
-
KekikStream/Core/Media/MediaManager.py,sha256=AaUq2D7JSJIphjoAj2fjLOJjswm7Qf5hjYCbBdrbnDU,438
|
|
15
|
-
KekikStream/Core/Plugin/PluginBase.py,sha256=DMuYf6fRZeRJWYh3UdGcV1FpmDjUnjO1pgIBMRqHjiY,6638
|
|
16
|
-
KekikStream/Core/Plugin/PluginLoader.py,sha256=6LE5id0571bB-gJZxaLfd973XcG6oaGeMhLVcYYY7kw,3768
|
|
17
|
-
KekikStream/Core/Plugin/PluginManager.py,sha256=6a0Q2mHtzIpx1ttdSTsVHg2HfLJIO0r_iHjK3Kui1Rw,939
|
|
18
|
-
KekikStream/Core/Plugin/PluginModels.py,sha256=7g1uHjJstfnrdTabDgyrBnu1ojIQ025hsmw85cDXFS8,2353
|
|
19
|
-
KekikStream/Core/UI/UIManager.py,sha256=T4V_kdTTWa-UDamgLSKa__dWJuzcvRK9NuwBlzU9Bzc,1693
|
|
20
|
-
KekikStream/Extractors/CloseLoad.py,sha256=qRsiW5SloxWgm6MNUd4DF4vC7aSeyJqD3_0vZoFp7Jc,3176
|
|
21
|
-
KekikStream/Extractors/ContentX.py,sha256=6-pzHBGrwJeGzeMaPZ5s82RCQZL9MEhHDyI3c4L-xMM,3975
|
|
22
|
-
KekikStream/Extractors/DonilasPlay.py,sha256=-Bhfpp0AN_wNYAnsaWdL--wo8DD2VPblTAlUQIX6HYU,3190
|
|
23
|
-
KekikStream/Extractors/DzenRu.py,sha256=WIUZUIixP4X6TweJHpY86fenRY150ucH2VNImvdxcRc,1213
|
|
24
|
-
KekikStream/Extractors/ExPlay.py,sha256=G2ZmXGcsjpZ5ihtL0ZYkyVO8nPuzSC_8AR0zvED6ScQ,1746
|
|
25
|
-
KekikStream/Extractors/Filemoon.py,sha256=Dls1Y0HhYX4j5zJm9RP-9XFq1pzJ4eadL5Cp0uES_qo,3365
|
|
26
|
-
KekikStream/Extractors/HDMomPlayer.py,sha256=5uP3L5iZ4jIf1I9QcT_cfTGs7qsHIMARDvkUPyc8uEk,2190
|
|
27
|
-
KekikStream/Extractors/HDPlayerSystem.py,sha256=EgnFzx5Q4PkuwAtuff5SYU9k59B-CyOdySl7lbCZ9hM,1312
|
|
28
|
-
KekikStream/Extractors/HotStream.py,sha256=DO6RFfx2dycVIJ67GR7v9e1Skqz4MwKs49y-VxtiVic,1605
|
|
29
|
-
KekikStream/Extractors/JFVid.py,sha256=_6A0zmYrWZxIfkCCKAaNxMRLjU-_0Z0hCxCNSApcknk,1350
|
|
30
|
-
KekikStream/Extractors/JetTv.py,sha256=2X1vYDQ0hxBTcpnE_XTcbw9tMS1aXFURcobnPdN8Zxg,1596
|
|
31
|
-
KekikStream/Extractors/MailRu.py,sha256=xQVCWwYqNoG5T43VAW1_m0v4e80FbO-1pNPKkwhTccU,1218
|
|
32
|
-
KekikStream/Extractors/MixPlayHD.py,sha256=u5fUePHfjOI3n7KlNsWhXIv7HA_NMj5bPw1ug-eiXLU,1557
|
|
33
|
-
KekikStream/Extractors/MixTiger.py,sha256=4VbOYgE4s5H-BGVvJI0AI57M-WBWqnek_LGfCFHAucw,2116
|
|
34
|
-
KekikStream/Extractors/MolyStream.py,sha256=6PYwvQ-seYM_Vm42BZXICseYSvAQTaLUbwSMjp5GgFs,1450
|
|
35
|
-
KekikStream/Extractors/Odnoklassniki.py,sha256=hajKPhWKiIuu_i441TXrWVORpLo2CdTcoJiyU3WQAuI,4038
|
|
36
|
-
KekikStream/Extractors/PeaceMakerst.py,sha256=BJ5Cv5X2GEaMTwn_XFpAVVmts1h5xGno3l5rL7Ugob4,2335
|
|
37
|
-
KekikStream/Extractors/PixelDrain.py,sha256=xPud8W_hqLUXJSU5O-MiCOblcmzrlDJpnEtuxr4ZdI4,1011
|
|
38
|
-
KekikStream/Extractors/PlayerFilmIzle.py,sha256=yIyAo_6kxFQ4CpSiFoZU1YkMxek9dQWrPoUTKnK0E2s,2466
|
|
39
|
-
KekikStream/Extractors/RapidVid.py,sha256=WVRBShs6nQ6lqNKcgy9ZiQBE-ay77lKBuAaSILB9Pv8,3543
|
|
40
|
-
KekikStream/Extractors/SetPlay.py,sha256=nxFNOkui0s8FYpKoIN_yya7IfKPbuosc7bzyV0_YlZA,2169
|
|
41
|
-
KekikStream/Extractors/SetPrime.py,sha256=5xqB72D8FjH3JNrbynA75y_n_aUFZ2vXSr1MY3nZ4cU,1495
|
|
42
|
-
KekikStream/Extractors/SibNet.py,sha256=rvaRHLDL-L_NCopIYoAfzRQhbzXr3jPOVvpx8f9nTFw,874
|
|
43
|
-
KekikStream/Extractors/Sobreatsesuyp.py,sha256=75GUs1jbl_emL3UBDEg9W0hweZGnRiD16dRRGS0XWEg,2013
|
|
44
|
-
KekikStream/Extractors/TRsTX.py,sha256=7XLFjVjFzybZ-zLWA3aRLRMvTZastNUUzuuIGxK7i6Y,2165
|
|
45
|
-
KekikStream/Extractors/TauVideo.py,sha256=2ai9BwwM6qlCgxK7E0B642LtOF5y4hEb9tQ2aDpbMtc,1112
|
|
46
|
-
KekikStream/Extractors/TurboImgz.py,sha256=zLGMUwoThZ_LoW0bThyV8TSCcIYHsUme1RTqqqocQFQ,824
|
|
47
|
-
KekikStream/Extractors/TurkeyPlayer.py,sha256=zdX0IOO3M-kgAYWex2WwJJu9aGf8WhOY-ZIrRmZRiC0,1246
|
|
48
|
-
KekikStream/Extractors/VCTPlay.py,sha256=1BCl2_vVIrwvG56LCzl2KE5g2CUaMAhzImOZMdZpZCQ,1377
|
|
49
|
-
KekikStream/Extractors/VidHide.py,sha256=38ly2Gi44rxIyjeM-6H_HjmwXbKEpSqK4ba16ToQUYs,2707
|
|
50
|
-
KekikStream/Extractors/VidMoly.py,sha256=4k5z68MrUASUuDMEWZ_Ynvp1Z7njjRcXPBZAnpbtGB4,5500
|
|
51
|
-
KekikStream/Extractors/VidMoxy.py,sha256=dM7yBfrXSESvYyqc2uP_gLSgV61gpIAY940NAQ58Mts,1843
|
|
52
|
-
KekikStream/Extractors/VidPapi.py,sha256=9y8TN-o4C3JvRyr2V8Ox908tFE1I2BItQLHZlqs8AuI,3175
|
|
53
|
-
KekikStream/Extractors/VideoSeyred.py,sha256=KJxbJkuupmn4wWBj_ejnoDvmjUXwEXkzStYha3EsSpA,1995
|
|
54
|
-
KekikStream/Extractors/Videostr.py,sha256=epoWgLta1TpewK4opDnBXHI8Nu4pDupb5ehsqCLf4h8,4523
|
|
55
|
-
KekikStream/Extractors/Vidoza.py,sha256=xr1A9C-YS9nQTaxquWYNUNU5MF2oBzELP7t06SyM67s,768
|
|
56
|
-
KekikStream/Extractors/YTDLP.py,sha256=Hy8loCSFSquu2zaL3INord-Jm6T8CM6K2-VcDA2K79g,7390
|
|
57
|
-
KekikStream/Extractors/YildizKisaFilm.py,sha256=R_JlrOVeMiDlXYcuTdItnKvidyx8_u3B14fSrxew2aE,1316
|
|
58
|
-
KekikStream/Plugins/BelgeselX.py,sha256=smoLjEJTdptjb7h4m6LhG7ZUmJQtIhYyi0CUFBsk970,8696
|
|
59
|
-
KekikStream/Plugins/DiziBox.py,sha256=KZGWhs6p2-hUTsd-fjz2fsmGEkanL4At2PI8qHAoDm4,10541
|
|
60
|
-
KekikStream/Plugins/DiziMom.py,sha256=__z3lwk7hcTYa-JWmD1GLp0iGvNjTPTLJkpjAIXoZSE,10304
|
|
61
|
-
KekikStream/Plugins/DiziPal.py,sha256=tHUqAN8UvvzBAkJaGS4hFvdLo-eRO4EdQ_C9HYkj_0U,10576
|
|
62
|
-
KekikStream/Plugins/DiziYou.py,sha256=4KOvxHg-84mUHuHWsXoYlIG2SX4DCV2dm6GblHQ5wGo,11162
|
|
63
|
-
KekikStream/Plugins/Dizilla.py,sha256=PLN0pOkWB4IaGC7Toe-8f5rksmaNm_WfdSFMTAtt--0,13624
|
|
64
|
-
KekikStream/Plugins/FilmBip.py,sha256=40eSECwMHSKTWoUmF90UXxTJkbx6f71J_98Ht4Hnoj8,6352
|
|
65
|
-
KekikStream/Plugins/FilmEkseni.py,sha256=W4XvIUVNs98-JIfnt6KgYLrcJQ3_jLk9dYYX0CrqW0A,5808
|
|
66
|
-
KekikStream/Plugins/FilmMakinesi.py,sha256=0bVN28aCEfrxrvXrGyL6XtgipzUKUD9vN2QkHie2gY0,7859
|
|
67
|
-
KekikStream/Plugins/FilmModu.py,sha256=ou1BrFNR4RQaJdxVqPB5FI8vnQ0UmD-siVdwLnpp7x0,7147
|
|
68
|
-
KekikStream/Plugins/Filmatek.py,sha256=6Sf_2Lg6dARyQCZ75XYQz7DUBASeRfRhUqBG1fsXJaQ,7820
|
|
69
|
-
KekikStream/Plugins/Full4kizle.py,sha256=0R1ctX5W2UuLyMtjSNFL4AK-pblAAdZfBjj3uTzfGho,11101
|
|
70
|
-
KekikStream/Plugins/FullHDFilm.py,sha256=08NF5qEydmxT0rGYDWpTOSIYSad8Uv1H1V8yCKG_568,10525
|
|
71
|
-
KekikStream/Plugins/FullHDFilmizlesene.py,sha256=OpdndVQ7LjZ-sJdILGEqhYX-0D18yRqTS7Kpu-HrXmY,6870
|
|
72
|
-
KekikStream/Plugins/HDFilmCehennemi.py,sha256=jntMKgE81k_jl3pFzJI3akqvi3g8U961dVx7bj5Pf2w,13140
|
|
73
|
-
KekikStream/Plugins/JetFilmizle.py,sha256=9sH9Z3y4SP8vta9v-gJOQOxFWAQnbZomFea1_G5EbmM,8100
|
|
74
|
-
KekikStream/Plugins/KultFilmler.py,sha256=rvIkd2OXRxuAXHMjiHCRmKrS5m09gy2JoMBgJh7ZIOk,9478
|
|
75
|
-
KekikStream/Plugins/RecTV.py,sha256=a4VxEroCCH7LhTtEjrLAhrS2uLAKaX-JVBWZOK7ODi0,9102
|
|
76
|
-
KekikStream/Plugins/RoketDizi.py,sha256=KiX7Xf5IyPPJ-CVcJLM9qc0M6Fi2dhg7zU3EgWkICXA,9318
|
|
77
|
-
KekikStream/Plugins/SelcukFlix.py,sha256=nJ7I5e5vBkn9AbLC_2bSu9bSSgMQeDhCQZBZovK00bc,15299
|
|
78
|
-
KekikStream/Plugins/SetFilmIzle.py,sha256=Z8A_Ivbe65i13RocGZXwmpwrVxNOwdj7Gh3CS2-Fslg,11437
|
|
79
|
-
KekikStream/Plugins/SezonlukDizi.py,sha256=h8mIglL2ORUklnAvEwH_5z6tT3WYxiNnbkeIvxtGUTE,9751
|
|
80
|
-
KekikStream/Plugins/SineWix.py,sha256=z0r90lggAugEWE1g9vg8gZsInBObUZPnVFQwq7GYmJs,7052
|
|
81
|
-
KekikStream/Plugins/Sinefy.py,sha256=ShX13Q-_5KFBobxZufI5V_4zwWvEWfNYuP-g5CkBuww,11099
|
|
82
|
-
KekikStream/Plugins/SinemaCX.py,sha256=11kzAZWgjkitIonDHHiFHMgnViBj-GjyvTXg7k28MLE,7717
|
|
83
|
-
KekikStream/Plugins/Sinezy.py,sha256=fUj-3WaJMEsKZRnDpHFPxl5Eq2RPLroY80DcftLqvjM,5743
|
|
84
|
-
KekikStream/Plugins/SuperFilmGeldi.py,sha256=StW0ue4qDj8p7CiWy19Lfr2aWtfYvslPExZJuR-3xiY,6348
|
|
85
|
-
KekikStream/Plugins/UgurFilm.py,sha256=H6AA2iTaM0fn6uN8_Dfvr-OqUtM9gDdkg0BKIcZEj7U,4930
|
|
86
|
-
KekikStream/Plugins/Watch32.py,sha256=FXP5TGpxrYJEKCIjqxJlaIjhXhoXml80l8fZp1ImgEw,9099
|
|
87
|
-
KekikStream/Plugins/YabanciDizi.py,sha256=QXzifSl2JMcVOwkwn2vafYIw1jqB5vBTrf-usvsyMBc,11947
|
|
88
|
-
kekikstream-2.4.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
89
|
-
kekikstream-2.4.1.dist-info/METADATA,sha256=ZwqprBr4eqAzxY5M86iCsjjw2vF869DulL6cGhi71ac,10745
|
|
90
|
-
kekikstream-2.4.1.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
91
|
-
kekikstream-2.4.1.dist-info/entry_points.txt,sha256=dFwdiTx8djyehI0Gsz-rZwjAfZzUzoBSrmzRu9ubjJc,50
|
|
92
|
-
kekikstream-2.4.1.dist-info/top_level.txt,sha256=DNmGJDXl27Drdfobrak8KYLmocW_uznVYFJOzcjUgmY,12
|
|
93
|
-
kekikstream-2.4.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|