StreamingCommunity 1.7.6__py3-none-any.whl → 1.9.1__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 StreamingCommunity might be problematic. Click here for more details.
- StreamingCommunity/{Src/Api → Api}/Player/Helper/Vixcloud/js_parser.py +4 -1
- StreamingCommunity/{Src/Api → Api}/Player/Helper/Vixcloud/util.py +166 -166
- StreamingCommunity/{Src/Api → Api}/Player/ddl.py +89 -89
- StreamingCommunity/{Src/Api → Api}/Player/maxstream.py +151 -151
- StreamingCommunity/{Src/Api → Api}/Player/supervideo.py +193 -193
- StreamingCommunity/{Src/Api → Api}/Player/vixcloud.py +224 -212
- StreamingCommunity/{Src/Api → Api}/Site/1337xx/__init__.py +50 -50
- StreamingCommunity/{Src/Api → Api}/Site/1337xx/costant.py +15 -15
- StreamingCommunity/{Src/Api → Api}/Site/1337xx/site.py +83 -83
- StreamingCommunity/{Src/Api → Api}/Site/1337xx/title.py +66 -66
- StreamingCommunity/{Src/Api → Api}/Site/altadefinizione/__init__.py +50 -50
- StreamingCommunity/{Src/Api/Site/mostraguarda → Api/Site/altadefinizione}/costant.py +15 -15
- StreamingCommunity/{Src/Api → Api}/Site/altadefinizione/film.py +69 -69
- StreamingCommunity/{Src/Api → Api}/Site/altadefinizione/site.py +86 -86
- StreamingCommunity/{Src/Api → Api}/Site/animeunity/__init__.py +50 -50
- StreamingCommunity/{Src/Api/Site/altadefinizione → Api/Site/animeunity}/costant.py +15 -15
- StreamingCommunity/{Src/Api → Api}/Site/animeunity/film_serie.py +130 -131
- StreamingCommunity/{Src/Api → Api}/Site/animeunity/site.py +164 -164
- StreamingCommunity/{Src/Api → Api}/Site/animeunity/util/ScrapeSerie.py +3 -3
- StreamingCommunity/{Src/Api → Api}/Site/bitsearch/__init__.py +51 -51
- StreamingCommunity/{Src/Api → Api}/Site/bitsearch/costant.py +15 -15
- StreamingCommunity/{Src/Api → Api}/Site/bitsearch/site.py +84 -84
- StreamingCommunity/{Src/Api → Api}/Site/bitsearch/title.py +47 -47
- StreamingCommunity/{Src/Api → Api}/Site/cb01new/__init__.py +51 -51
- StreamingCommunity/{Src/Api → Api}/Site/cb01new/costant.py +15 -15
- StreamingCommunity/{Src/Api → Api}/Site/cb01new/film.py +69 -69
- StreamingCommunity/{Src/Api → Api}/Site/cb01new/site.py +74 -74
- StreamingCommunity/{Src/Api → Api}/Site/ddlstreamitaly/__init__.py +57 -57
- StreamingCommunity/{Src/Api → Api}/Site/ddlstreamitaly/costant.py +16 -16
- StreamingCommunity/{Src/Api → Api}/Site/ddlstreamitaly/series.py +141 -142
- StreamingCommunity/{Src/Api → Api}/Site/ddlstreamitaly/site.py +92 -92
- StreamingCommunity/{Src/Api → Api}/Site/ddlstreamitaly/util/ScrapeSerie.py +84 -82
- StreamingCommunity/{Src/Api → Api}/Site/guardaserie/__init__.py +52 -52
- StreamingCommunity/{Src/Api/Site/piratebays → Api/Site/guardaserie}/costant.py +15 -15
- StreamingCommunity/{Src/Api → Api}/Site/guardaserie/series.py +195 -195
- StreamingCommunity/{Src/Api → Api}/Site/guardaserie/site.py +84 -84
- StreamingCommunity/{Src/Api → Api}/Site/guardaserie/util/ScrapeSerie.py +110 -110
- StreamingCommunity/{Src/Api → Api}/Site/mostraguarda/__init__.py +48 -48
- StreamingCommunity/{Src/Api/Site/animeunity → Api/Site/mostraguarda}/costant.py +15 -15
- StreamingCommunity/{Src/Api → Api}/Site/mostraguarda/film.py +94 -94
- StreamingCommunity/{Src/Api → Api}/Site/piratebays/__init__.py +50 -50
- StreamingCommunity/{Src/Api/Site/guardaserie → Api/Site/piratebays}/costant.py +15 -15
- StreamingCommunity/{Src/Api → Api}/Site/piratebays/site.py +88 -88
- StreamingCommunity/{Src/Api → Api}/Site/piratebays/title.py +45 -45
- StreamingCommunity/{Src/Api → Api}/Site/streamingcommunity/__init__.py +55 -55
- StreamingCommunity/{Src/Api → Api}/Site/streamingcommunity/costant.py +15 -15
- StreamingCommunity/{Src/Api → Api}/Site/streamingcommunity/film.py +70 -70
- StreamingCommunity/{Src/Api → Api}/Site/streamingcommunity/series.py +205 -203
- StreamingCommunity/{Src/Api → Api}/Site/streamingcommunity/site.py +125 -125
- StreamingCommunity/{Src/Api → Api}/Site/streamingcommunity/util/ScrapeSerie.py +3 -3
- StreamingCommunity/{Src/Api → Api}/Template/Class/SearchType.py +101 -101
- StreamingCommunity/{Src/Api → Api}/Template/Util/__init__.py +4 -4
- StreamingCommunity/{Src/Api → Api}/Template/Util/get_domain.py +137 -137
- StreamingCommunity/{Src/Api → Api}/Template/Util/manage_ep.py +153 -153
- StreamingCommunity/{Src/Api → Api}/Template/Util/recall_search.py +37 -37
- StreamingCommunity/Api/Template/__init__.py +3 -0
- StreamingCommunity/{Src/Api → Api}/Template/site.py +87 -87
- StreamingCommunity/{Src/Lib → Lib}/Downloader/HLS/downloader.py +968 -968
- StreamingCommunity/{Src/Lib → Lib}/Downloader/HLS/proxyes.py +110 -110
- StreamingCommunity/{Src/Lib → Lib}/Downloader/HLS/segments.py +538 -540
- StreamingCommunity/{Src/Lib → Lib}/Downloader/MP4/downloader.py +156 -156
- StreamingCommunity/{Src/Lib → Lib}/Downloader/TOR/downloader.py +222 -222
- StreamingCommunity/{Src/Lib → Lib}/Downloader/__init__.py +4 -4
- StreamingCommunity/{Src/Lib → Lib}/Driver/driver_1.py +76 -76
- StreamingCommunity/{Src/Lib → Lib}/FFmpeg/__init__.py +4 -4
- StreamingCommunity/{Src/Lib → Lib}/FFmpeg/capture.py +170 -170
- StreamingCommunity/{Src/Lib → Lib}/FFmpeg/command.py +292 -292
- StreamingCommunity/{Src/Lib → Lib}/FFmpeg/util.py +241 -241
- StreamingCommunity/{Src/Lib → Lib}/M3U8/__init__.py +5 -5
- StreamingCommunity/{Src/Lib → Lib}/M3U8/decryptor.py +164 -129
- StreamingCommunity/{Src/Lib → Lib}/M3U8/estimator.py +175 -172
- StreamingCommunity/{Src/Lib → Lib}/M3U8/parser.py +666 -666
- StreamingCommunity/{Src/Lib → Lib}/M3U8/url_fixer.py +51 -51
- StreamingCommunity/Lib/TMBD/__init__.py +2 -0
- StreamingCommunity/{Src/Lib → Lib}/TMBD/obj_tmbd.py +39 -39
- StreamingCommunity/{Src/Lib → Lib}/TMBD/tmdb.py +345 -345
- StreamingCommunity/{Src/Upload → Upload}/update.py +68 -64
- StreamingCommunity/{Src/Upload → Upload}/version.py +5 -5
- StreamingCommunity/{Src/Util → Util}/_jsonConfig.py +204 -204
- StreamingCommunity/{Src/Util → Util}/call_stack.py +42 -42
- StreamingCommunity/{Src/Util → Util}/color.py +20 -20
- StreamingCommunity/{Src/Util → Util}/console.py +12 -12
- StreamingCommunity/Util/ffmpeg_installer.py +275 -0
- StreamingCommunity/{Src/Util → Util}/headers.py +147 -147
- StreamingCommunity/{Src/Util → Util}/logger.py +53 -53
- StreamingCommunity/{Src/Util → Util}/message.py +46 -46
- StreamingCommunity/{Src/Util → Util}/os.py +514 -417
- StreamingCommunity/{Src/Util → Util}/table.py +163 -163
- StreamingCommunity/run.py +202 -196
- {StreamingCommunity-1.7.6.dist-info → StreamingCommunity-1.9.1.dist-info}/METADATA +126 -60
- StreamingCommunity-1.9.1.dist-info/RECORD +95 -0
- {StreamingCommunity-1.7.6.dist-info → StreamingCommunity-1.9.1.dist-info}/WHEEL +1 -1
- StreamingCommunity/Src/Api/Site/animeunity/anime.py +0 -126
- StreamingCommunity/Src/Api/Site/ddlstreamitaly/Player/ScrapeSerie.py +0 -83
- StreamingCommunity/Src/Api/Site/guardaserie/Player/ScrapeSerie.py +0 -110
- StreamingCommunity/Src/Api/Template/__init__.py +0 -3
- StreamingCommunity/Src/Lib/TMBD/__init__.py +0 -2
- StreamingCommunity-1.7.6.dist-info/RECORD +0 -97
- {StreamingCommunity-1.7.6.dist-info → StreamingCommunity-1.9.1.dist-info}/LICENSE +0 -0
- {StreamingCommunity-1.7.6.dist-info → StreamingCommunity-1.9.1.dist-info}/entry_points.txt +0 -0
- {StreamingCommunity-1.7.6.dist-info → StreamingCommunity-1.9.1.dist-info}/top_level.txt +0 -0
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
# 13.06.24
|
|
2
|
-
|
|
3
|
-
import sys
|
|
4
|
-
import logging
|
|
5
|
-
from typing import List, Dict
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
# External libraries
|
|
9
|
-
import httpx
|
|
10
|
-
from bs4 import BeautifulSoup
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
# Internal utilities
|
|
14
|
-
from StreamingCommunity.Src.Util.headers import get_headers
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
# Logic class
|
|
18
|
-
from StreamingCommunity.Src.Api.Template.Class.SearchType import MediaItem
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
# Variable
|
|
22
|
-
from ..costant import COOKIE
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
class GetSerieInfo:
|
|
26
|
-
def __init__(self, dict_serie: MediaItem) -> None:
|
|
27
|
-
"""
|
|
28
|
-
Initializes the GetSerieInfo object with default values.
|
|
29
|
-
|
|
30
|
-
Parameters:
|
|
31
|
-
- dict_serie (MediaItem): Dictionary containing series information (optional).
|
|
32
|
-
"""
|
|
33
|
-
self.headers = {'user-agent': get_headers()}
|
|
34
|
-
self.cookies = COOKIE
|
|
35
|
-
self.url = dict_serie.url
|
|
36
|
-
self.tv_name = None
|
|
37
|
-
self.list_episodes = None
|
|
38
|
-
|
|
39
|
-
def get_episode_number(self) -> List[Dict[str, str]]:
|
|
40
|
-
"""
|
|
41
|
-
Retrieves the number of episodes for a specific season.
|
|
42
|
-
|
|
43
|
-
Parameters:
|
|
44
|
-
n_season (int): The season number.
|
|
45
|
-
|
|
46
|
-
Returns:
|
|
47
|
-
List[Dict[str, str]]: List of dictionaries containing episode information.
|
|
48
|
-
"""
|
|
49
|
-
|
|
50
|
-
try:
|
|
51
|
-
response = httpx.get(self.url + "?area=online", cookies=self.cookies, headers=self.headers, timeout=10)
|
|
52
|
-
response.raise_for_status()
|
|
53
|
-
|
|
54
|
-
except:
|
|
55
|
-
logging.error(f"Insert value for [ips4_device_key, ips4_member_id, ips4_login_key] in config.json file SITE \\ ddlstreamitaly \\ cookie. Use browser debug and cookie request with a valid account, filter by DOC.")
|
|
56
|
-
sys.exit(0)
|
|
57
|
-
|
|
58
|
-
# Parse HTML content of the page
|
|
59
|
-
soup = BeautifulSoup(response.text, "html.parser")
|
|
60
|
-
|
|
61
|
-
# Get tv name
|
|
62
|
-
self.tv_name = soup.find("span", class_= "ipsType_break").get_text(strip=True)
|
|
63
|
-
|
|
64
|
-
# Find the container of episodes for the specified season
|
|
65
|
-
table_content = soup.find('div', class_='ipsMargin_bottom:half')
|
|
66
|
-
list_dict_episode = []
|
|
67
|
-
|
|
68
|
-
for episode_div in table_content.find_all('a', href=True):
|
|
69
|
-
|
|
70
|
-
# Get text of episode
|
|
71
|
-
part_name = episode_div.get_text(strip=True)
|
|
72
|
-
|
|
73
|
-
if part_name:
|
|
74
|
-
obj_episode = {
|
|
75
|
-
'name': part_name,
|
|
76
|
-
'url': episode_div['href']
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
list_dict_episode.append(obj_episode)
|
|
80
|
-
|
|
81
|
-
self.list_episodes = list_dict_episode
|
|
82
|
-
return list_dict_episode
|
|
83
|
-
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
# 13.06.24
|
|
2
|
-
|
|
3
|
-
import logging
|
|
4
|
-
from typing import List, Dict
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
# External libraries
|
|
8
|
-
import httpx
|
|
9
|
-
from bs4 import BeautifulSoup
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
# Internal utilities
|
|
13
|
-
from StreamingCommunity.Src.Util.headers import get_headers
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
# Logic class
|
|
17
|
-
from StreamingCommunity.Src.Api.Template .Class.SearchType import MediaItem
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
class GetSerieInfo:
|
|
21
|
-
def __init__(self, dict_serie: MediaItem) -> None:
|
|
22
|
-
"""
|
|
23
|
-
Initializes the GetSerieInfo object with default values.
|
|
24
|
-
|
|
25
|
-
Parameters:
|
|
26
|
-
dict_serie (MediaItem): Dictionary containing series information (optional).
|
|
27
|
-
"""
|
|
28
|
-
self.headers = {'user-agent': get_headers()}
|
|
29
|
-
self.url = dict_serie.url
|
|
30
|
-
self.tv_name = None
|
|
31
|
-
self.list_episodes = None
|
|
32
|
-
|
|
33
|
-
def get_seasons_number(self) -> int:
|
|
34
|
-
"""
|
|
35
|
-
Retrieves the number of seasons of a TV series.
|
|
36
|
-
|
|
37
|
-
Returns:
|
|
38
|
-
int: Number of seasons of the TV series.
|
|
39
|
-
"""
|
|
40
|
-
try:
|
|
41
|
-
|
|
42
|
-
# Make an HTTP request to the series URL
|
|
43
|
-
response = httpx.get(self.url, headers=self.headers, timeout=15)
|
|
44
|
-
response.raise_for_status()
|
|
45
|
-
|
|
46
|
-
# Parse HTML content of the page
|
|
47
|
-
soup = BeautifulSoup(response.text, "html.parser")
|
|
48
|
-
|
|
49
|
-
# Find the container of seasons
|
|
50
|
-
table_content = soup.find('div', class_="tt_season")
|
|
51
|
-
|
|
52
|
-
# Count the number of seasons
|
|
53
|
-
seasons_number = len(table_content.find_all("li"))
|
|
54
|
-
|
|
55
|
-
# Extract the name of the series
|
|
56
|
-
self.tv_name = soup.find("h1", class_="front_title").get_text(strip=True)
|
|
57
|
-
|
|
58
|
-
return seasons_number
|
|
59
|
-
|
|
60
|
-
except Exception as e:
|
|
61
|
-
logging.error(f"Error parsing HTML page: {e}")
|
|
62
|
-
|
|
63
|
-
return -999
|
|
64
|
-
|
|
65
|
-
def get_episode_number(self, n_season: int) -> List[Dict[str, str]]:
|
|
66
|
-
"""
|
|
67
|
-
Retrieves the number of episodes for a specific season.
|
|
68
|
-
|
|
69
|
-
Parameters:
|
|
70
|
-
n_season (int): The season number.
|
|
71
|
-
|
|
72
|
-
Returns:
|
|
73
|
-
List[Dict[str, str]]: List of dictionaries containing episode information.
|
|
74
|
-
"""
|
|
75
|
-
try:
|
|
76
|
-
|
|
77
|
-
# Make an HTTP request to the series URL
|
|
78
|
-
response = httpx.get(self.url, headers=self.headers, timeout=15)
|
|
79
|
-
response.raise_for_status()
|
|
80
|
-
|
|
81
|
-
# Parse HTML content of the page
|
|
82
|
-
soup = BeautifulSoup(response.text, "html.parser")
|
|
83
|
-
|
|
84
|
-
# Find the container of episodes for the specified season
|
|
85
|
-
table_content = soup.find('div', class_="tab-pane", id=f"season-{n_season}")
|
|
86
|
-
|
|
87
|
-
# Extract episode information
|
|
88
|
-
episode_content = table_content.find_all("li")
|
|
89
|
-
list_dict_episode = []
|
|
90
|
-
|
|
91
|
-
for episode_div in episode_content:
|
|
92
|
-
index = episode_div.find("a").get("data-num")
|
|
93
|
-
link = episode_div.find("a").get("data-link")
|
|
94
|
-
name = episode_div.find("a").get("data-title")
|
|
95
|
-
|
|
96
|
-
obj_episode = {
|
|
97
|
-
'number': index,
|
|
98
|
-
'name': name,
|
|
99
|
-
'url': link
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
list_dict_episode.append(obj_episode)
|
|
103
|
-
|
|
104
|
-
self.list_episodes = list_dict_episode
|
|
105
|
-
return list_dict_episode
|
|
106
|
-
|
|
107
|
-
except Exception as e:
|
|
108
|
-
logging.error(f"Error parsing HTML page: {e}")
|
|
109
|
-
|
|
110
|
-
return []
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
StreamingCommunity/run.py,sha256=I2qZ6XfLI_e5Ko_Orl5ySR1l25CGLb9HjOwrclCdSKg,6405
|
|
2
|
-
StreamingCommunity/Src/Api/Player/ddl.py,sha256=k6xvM2M6niADxURYkX2eMH6CtsTSSSE32HpR7wl4ZJo,2332
|
|
3
|
-
StreamingCommunity/Src/Api/Player/maxstream.py,sha256=0a0g6_V6fsQLLu9io-e76vl7DbF9TLB5ilOrkVACEb0,5275
|
|
4
|
-
StreamingCommunity/Src/Api/Player/supervideo.py,sha256=eRRFVcetdhLbbAT-CnlYxP73LPtLIdfnWBlbuhAlyhQ,5933
|
|
5
|
-
StreamingCommunity/Src/Api/Player/vixcloud.py,sha256=DbicZ2wjx3stAQHtojRG1vyHq2XiQqvxVh7PIfpSZ6Y,6720
|
|
6
|
-
StreamingCommunity/Src/Api/Player/Helper/Vixcloud/js_parser.py,sha256=JptgISTd5WwMFQxXRhulfe-nvkxRgidW48Pq-IcHHrQ,4235
|
|
7
|
-
StreamingCommunity/Src/Api/Player/Helper/Vixcloud/util.py,sha256=CY7tI6If7hy2K3K-9snyT3sVmR-FN9CGydgqjhwjHH4,5390
|
|
8
|
-
StreamingCommunity/Src/Api/Site/1337xx/__init__.py,sha256=bRpPBBJ6TQVnm7tq88gAmU6ka1GrD4-klBzkrJd5oe0,1127
|
|
9
|
-
StreamingCommunity/Src/Api/Site/1337xx/costant.py,sha256=SGyzMSHsGHg87pXGQyy1p5nCqllZoW1aeGacDlat0C4,354
|
|
10
|
-
StreamingCommunity/Src/Api/Site/1337xx/site.py,sha256=M6ZgLnNOsdupcFTYRvxLrj5ZiY_xsi-CL_EfXCAB6HE,2568
|
|
11
|
-
StreamingCommunity/Src/Api/Site/1337xx/title.py,sha256=OnNE9wBCTf09SEFMDhw-dg_x6rY3S-udRle_iLnzDCY,1949
|
|
12
|
-
StreamingCommunity/Src/Api/Site/altadefinizione/__init__.py,sha256=PVZlXiuog-z509U1Ozzwm1w7OZEE6fMJ0OVW7VRLNNY,1118
|
|
13
|
-
StreamingCommunity/Src/Api/Site/altadefinizione/costant.py,sha256=J5VmIGsMXz_Qln5N5XWzkyAYuP2NZoFvANcK9D3apPk,354
|
|
14
|
-
StreamingCommunity/Src/Api/Site/altadefinizione/film.py,sha256=5yEPvWQSB1fbfQVXfW-p3wzycI67EAaMJepozk5w_XE,2135
|
|
15
|
-
StreamingCommunity/Src/Api/Site/altadefinizione/site.py,sha256=rLeDt64bhz-NC_hoIf6x3MnEKHcayijI1iazc3vQb0g,2769
|
|
16
|
-
StreamingCommunity/Src/Api/Site/animeunity/__init__.py,sha256=k7vMCxut4_db9OBpHb6yBonDpidPGgVbVyEShGLGIyA,1208
|
|
17
|
-
StreamingCommunity/Src/Api/Site/animeunity/anime.py,sha256=NnvSqw8FlAuYTJPK7x9o3yLxwVgFMSj8LdUB_tBFYOA,3875
|
|
18
|
-
StreamingCommunity/Src/Api/Site/animeunity/costant.py,sha256=__5-UJ9Y2Ks4susTZgmS_qINgglXdO4_lVeXBr2jJhg,355
|
|
19
|
-
StreamingCommunity/Src/Api/Site/animeunity/film_serie.py,sha256=R27nyaIqdgcv0kkJ3RRBek6CsjxlOW3DjgnaDD1ZOqY,3909
|
|
20
|
-
StreamingCommunity/Src/Api/Site/animeunity/site.py,sha256=tr7lwjUNPcPs0WAa94u-mcVN78amO6SLSizkT4OP36k,5100
|
|
21
|
-
StreamingCommunity/Src/Api/Site/animeunity/util/ScrapeSerie.py,sha256=LzIuEvBRobNgcPi-vXP9Qh7Xu7oTAAH1WSiscfZaKpQ,2995
|
|
22
|
-
StreamingCommunity/Src/Api/Site/bitsearch/__init__.py,sha256=InXmNPXpfllqRjM99cUIFXHSAZygFsXKFj6a1k5B2YM,1127
|
|
23
|
-
StreamingCommunity/Src/Api/Site/bitsearch/costant.py,sha256=WuquTfhmMRXE3UTjmD7DV1mfR9Qqllup18tiv97Mb4o,355
|
|
24
|
-
StreamingCommunity/Src/Api/Site/bitsearch/site.py,sha256=fW8K6b7Af8gAE194Kr3wQHTIQOdtouwgVPXIn9uPC7g,2703
|
|
25
|
-
StreamingCommunity/Src/Api/Site/bitsearch/title.py,sha256=Bl8tzb4AwrVDyQFhc3jzaCg00JJcg4TqdUkteVOkiwU,1336
|
|
26
|
-
StreamingCommunity/Src/Api/Site/cb01new/__init__.py,sha256=qFNS4WrH9GwMwuYOmbDVIN3wTmnHgFFuLroDd-4XS-o,1137
|
|
27
|
-
StreamingCommunity/Src/Api/Site/cb01new/costant.py,sha256=eTkHhzCZQvCA7RoX75JK9xtRx3Ztljfw24MbhB9MHAw,356
|
|
28
|
-
StreamingCommunity/Src/Api/Site/cb01new/film.py,sha256=_RrnV3RzzdVaen9bgslJkLhO-MjfCCK-PC8ic4JRvuk,2168
|
|
29
|
-
StreamingCommunity/Src/Api/Site/cb01new/site.py,sha256=yE1FyZ43YIUi8Xj1DpxGZX6ZRJ5As0aVATz8AqfLxd8,2039
|
|
30
|
-
StreamingCommunity/Src/Api/Site/ddlstreamitaly/__init__.py,sha256=u3QA6ZHUPx3gJujlin6vkbT15fsqryD5XR8Vq5xhPWc,1357
|
|
31
|
-
StreamingCommunity/Src/Api/Site/ddlstreamitaly/costant.py,sha256=3W5Qqi6f7hPJc7TwBgifQbGYfSoXZv_A0gxjNQJgJ3I,418
|
|
32
|
-
StreamingCommunity/Src/Api/Site/ddlstreamitaly/series.py,sha256=RC4E9YQ4xMaXrDTRmyhjBlUlIaweyTiBnHRZI3OYaRE,4047
|
|
33
|
-
StreamingCommunity/Src/Api/Site/ddlstreamitaly/site.py,sha256=Kb_NVrb6ib-mwyqmiLBLL4B4KGN_ZOEWS_rNLXpmUD0,2773
|
|
34
|
-
StreamingCommunity/Src/Api/Site/ddlstreamitaly/Player/ScrapeSerie.py,sha256=eO-RRwvNomgRSJM3qtATfgQamXBSFtDs0haU6ku1mlQ,2500
|
|
35
|
-
StreamingCommunity/Src/Api/Site/ddlstreamitaly/util/ScrapeSerie.py,sha256=wBnDME6W3I6wXPqZC7JU7STxFubH2LRyq0YS_IVK8Kg,2444
|
|
36
|
-
StreamingCommunity/Src/Api/Site/guardaserie/__init__.py,sha256=jIly7JdpT4-7dZh8D2jHPfzlXHYXTyXY8NGQUSh8Taw,1209
|
|
37
|
-
StreamingCommunity/Src/Api/Site/guardaserie/costant.py,sha256=p2nMai3AMQaUWV8D-6gYQ7YpyiJcBC0oKwl43utko6M,355
|
|
38
|
-
StreamingCommunity/Src/Api/Site/guardaserie/series.py,sha256=bXQ46WKFUmf-T_arF-qzUPn5nIM7oxeJzVi9lFqfZeU,6639
|
|
39
|
-
StreamingCommunity/Src/Api/Site/guardaserie/site.py,sha256=sCeFCWYSxkwvqBvfZNfRKtYC4ks7uMnR-GjYOd0ZK6o,2512
|
|
40
|
-
StreamingCommunity/Src/Api/Site/guardaserie/Player/ScrapeSerie.py,sha256=AnUx5mZF3rTEp0cGg9m12E6sBA1NzpkhAB_g6v2RsVM,3407
|
|
41
|
-
StreamingCommunity/Src/Api/Site/guardaserie/util/ScrapeSerie.py,sha256=ZKURKPTrrwrZ4jFRyyTZ3d0iMVcCN3yKDw1hPwi9dEo,3297
|
|
42
|
-
StreamingCommunity/Src/Api/Site/mostraguarda/__init__.py,sha256=Io0ZURDfaamZL3r5jEcqCgwkG6yV-krZspEzwei3ERk,1091
|
|
43
|
-
StreamingCommunity/Src/Api/Site/mostraguarda/costant.py,sha256=J5VmIGsMXz_Qln5N5XWzkyAYuP2NZoFvANcK9D3apPk,354
|
|
44
|
-
StreamingCommunity/Src/Api/Site/mostraguarda/film.py,sha256=cMdiOquNxEW8R8tE6PbJTo31-PK_ww0WWbxuwyWUjSw,2790
|
|
45
|
-
StreamingCommunity/Src/Api/Site/piratebays/__init__.py,sha256=bRpPBBJ6TQVnm7tq88gAmU6ka1GrD4-klBzkrJd5oe0,1127
|
|
46
|
-
StreamingCommunity/Src/Api/Site/piratebays/costant.py,sha256=SGyzMSHsGHg87pXGQyy1p5nCqllZoW1aeGacDlat0C4,354
|
|
47
|
-
StreamingCommunity/Src/Api/Site/piratebays/site.py,sha256=tlBj9lEsxPzBrGBufqzBJGtmpgJqxGOII6nWBqWUrEI,2866
|
|
48
|
-
StreamingCommunity/Src/Api/Site/piratebays/title.py,sha256=x2009-jXGMhQeOJwoPyjr5UmsZFAmWQPzwMez4M35E8,1322
|
|
49
|
-
StreamingCommunity/Src/Api/Site/streamingcommunity/__init__.py,sha256=eB25i3RMiBRqhV5JKzRCfHI-txy_4xMZd4yZ5hj6Aoc,1386
|
|
50
|
-
StreamingCommunity/Src/Api/Site/streamingcommunity/costant.py,sha256=ujagI0aZzqT-7OM5Lf-YOF6xWPwa2Xhxrc5wwxxM4kI,340
|
|
51
|
-
StreamingCommunity/Src/Api/Site/streamingcommunity/film.py,sha256=kkrEwHFOCCuk9ZtlKMRIUwrRx-1cZ_ncvphGvzjcw54,2240
|
|
52
|
-
StreamingCommunity/Src/Api/Site/streamingcommunity/series.py,sha256=kE0cTyPzlDpELx8cCpUQsHNPCoj5mcsfKSaUVW--J10,7133
|
|
53
|
-
StreamingCommunity/Src/Api/Site/streamingcommunity/site.py,sha256=V3KzReCmVipuDZBhvRi8LHE4B8cszb2YQPEW09tWP6g,3497
|
|
54
|
-
StreamingCommunity/Src/Api/Site/streamingcommunity/util/ScrapeSerie.py,sha256=8BOYNnVohKso987ICr6qSq7YqDOz3npTC7xqJHvsavk,3970
|
|
55
|
-
StreamingCommunity/Src/Api/Template/__init__.py,sha256=oyfd_4_g5p5q6mxb_rKwSsudZnTM3W3kg1tLwxg-v-Q,46
|
|
56
|
-
StreamingCommunity/Src/Api/Template/site.py,sha256=JCF10p4tpBAoI7_Qi9pYVKxMia03Cc4LdAXhBHXiIsA,2912
|
|
57
|
-
StreamingCommunity/Src/Api/Template/Class/SearchType.py,sha256=FtO8xDUGEeJgMWsK2Ab7ZzAFsncalTYL2oEYi8uCnuk,2531
|
|
58
|
-
StreamingCommunity/Src/Api/Template/Util/__init__.py,sha256=XuiD2ZSICw1KAxDHD7saNvHFFV3G3W65E7UiL8je2xE,198
|
|
59
|
-
StreamingCommunity/Src/Api/Template/Util/get_domain.py,sha256=134_fCnYPiL0m4hEU1JN8gsmkOw-rX-ecJ3Tg3d3bgE,4668
|
|
60
|
-
StreamingCommunity/Src/Api/Template/Util/manage_ep.py,sha256=iXuEvuOSPrgt0lJTCdtoRDKui6a-9HVXp1nQUA5XX28,5018
|
|
61
|
-
StreamingCommunity/Src/Api/Template/Util/recall_search.py,sha256=TurxJ046rMuraZEMxK_u_UxcYjAuuNHVFk2ktqkhcZc,1151
|
|
62
|
-
StreamingCommunity/Src/Lib/Downloader/__init__.py,sha256=JhbBh5hOnSM7VmtkxJ7zZ_FtWEC1JdnKThsSBjLV5FY,140
|
|
63
|
-
StreamingCommunity/Src/Lib/Downloader/HLS/downloader.py,sha256=rauZdRh2rTPjVGs5TX5y14klFEYdmRKIdj1FdEjQD1g,39602
|
|
64
|
-
StreamingCommunity/Src/Lib/Downloader/HLS/proxyes.py,sha256=wT0ypl7FiKkivo5kAs5wdG3bQS7PUTbKjR73PI4X8WE,3287
|
|
65
|
-
StreamingCommunity/Src/Lib/Downloader/HLS/segments.py,sha256=if6NSNd3UERZCRLDx5B9woumm51lFSOVBFeKgw7dBj4,20973
|
|
66
|
-
StreamingCommunity/Src/Lib/Downloader/MP4/downloader.py,sha256=PXlq4BdSqNMl0XiiacA-PdYgkJXycL5P-RtWmffymJM,5961
|
|
67
|
-
StreamingCommunity/Src/Lib/Downloader/TOR/downloader.py,sha256=QKi9CE-8fgx_K8hMJl5rB0szCW7lUG9VktDCcryq1z8,8467
|
|
68
|
-
StreamingCommunity/Src/Lib/Driver/driver_1.py,sha256=fdIYruWVxeETQkrPx5GfyhPqS5M7745ZIMQUu9O9W0c,1864
|
|
69
|
-
StreamingCommunity/Src/Lib/FFmpeg/__init__.py,sha256=Csrnk3QL_-xr9i1B0BOwcjsao1Qjxh8pXrcSHGIvQZs,133
|
|
70
|
-
StreamingCommunity/Src/Lib/FFmpeg/capture.py,sha256=BnEnKuvPtJtsd43BP7a7FbbeBiv_2OWjJFFJICSj-Bc,5461
|
|
71
|
-
StreamingCommunity/Src/Lib/FFmpeg/command.py,sha256=8q7-kKiOpef53E28-mNTi6blQ5em5ydiFZNx6s4rSR4,9873
|
|
72
|
-
StreamingCommunity/Src/Lib/FFmpeg/util.py,sha256=fTNwp7GOVGMC073Wjg-rqMmjKVGJRZ9C-5VGVLtrVTY,7905
|
|
73
|
-
StreamingCommunity/Src/Lib/M3U8/__init__.py,sha256=H_KS2eDd3kVXMziFJnD0FCPvPHEizaqfoA36ElTv_r8,170
|
|
74
|
-
StreamingCommunity/Src/Lib/M3U8/decryptor.py,sha256=xPzRA_yHg_-PsLA2vwQYdm1Ne1d6-spxqpjJox_9DCg,4773
|
|
75
|
-
StreamingCommunity/Src/Lib/M3U8/estimator.py,sha256=RMseRGfbbBufk5wkOKiQAlAb_DXU4695TZ_n8o-4QqA,6465
|
|
76
|
-
StreamingCommunity/Src/Lib/M3U8/parser.py,sha256=aKP6wQeep399qpHmXYhD1gTfKkHcet4JB-s-bvt5PRs,22891
|
|
77
|
-
StreamingCommunity/Src/Lib/M3U8/url_fixer.py,sha256=o6onAAghTVzhrxEh4gbRRkJOQRjdEl13HMQ9K9jc-ms,1624
|
|
78
|
-
StreamingCommunity/Src/Lib/TMBD/__init__.py,sha256=jSNsLuW4fBf1tGtIdz6fcRv1d5A-NiNnM_O0G6Hj30s,54
|
|
79
|
-
StreamingCommunity/Src/Lib/TMBD/obj_tmbd.py,sha256=SsvxM4z0xU1IsSrB9o2dpRfuRDUYQk3uRs7AseftPPI,1929
|
|
80
|
-
StreamingCommunity/Src/Lib/TMBD/tmdb.py,sha256=83WludGWCxKnrRNPy2s61K6ydP4XXM2TlvaOIVZVUrQ,11659
|
|
81
|
-
StreamingCommunity/Src/Upload/update.py,sha256=FfxTh5c-3C9kWDBNUw7ghxTHVJM_J2A3w5hnYYi62fU,2097
|
|
82
|
-
StreamingCommunity/Src/Upload/version.py,sha256=C62AuOgGi8FGVww-MOxh0UzI6hQdmbf5oDU3nGV_0Zk,171
|
|
83
|
-
StreamingCommunity/Src/Util/_jsonConfig.py,sha256=rgep8HI6XTt6hKh0_k2OSnyeMS3pQ_2bEoYSd5gpmJc,6797
|
|
84
|
-
StreamingCommunity/Src/Util/call_stack.py,sha256=bVYEjwLJnRNJ1tgfwClpyVcLKCTeTMHM2S6-HM2Ibfo,1375
|
|
85
|
-
StreamingCommunity/Src/Util/color.py,sha256=TWvoellnYd-oCTeU3bnXqkMf864KgF9YXwzjtI6rd4g,459
|
|
86
|
-
StreamingCommunity/Src/Util/console.py,sha256=xdGMbH38By9d4ugYMVJFaUrcMJW2krKZh0zbptA3SVQ,218
|
|
87
|
-
StreamingCommunity/Src/Util/headers.py,sha256=Gwuh0u0qjMWXdNZzRl8xM38zULDQf9hr_OV1-Dh_QGQ,4396
|
|
88
|
-
StreamingCommunity/Src/Util/logger.py,sha256=e-sP0a6Hue6fDaFdFtkozrvleiUZKwfJa6aphrZOtCk,1865
|
|
89
|
-
StreamingCommunity/Src/Util/message.py,sha256=FIWQrUETAiYrvlKiprGvC1GMxYDYGNbAKeXPLMCCTRw,1624
|
|
90
|
-
StreamingCommunity/Src/Util/os.py,sha256=jYzFINgRUwvwwOgrnKG6uWJ23wIr4xSt1uE6rjvEV2Q,13188
|
|
91
|
-
StreamingCommunity/Src/Util/table.py,sha256=8Dg34o5OPvB1xvTEZhgXyTcZevtLKrxrxs7GOc7c0Dg,5845
|
|
92
|
-
StreamingCommunity-1.7.6.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
|
|
93
|
-
StreamingCommunity-1.7.6.dist-info/METADATA,sha256=T7v1JbD91OLKgC1kznGoW52aSb7fpnNn7cKxvWT2wWA,8639
|
|
94
|
-
StreamingCommunity-1.7.6.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
95
|
-
StreamingCommunity-1.7.6.dist-info/entry_points.txt,sha256=Qph9XYfDC8n4LfDLOSl6gJGlkb9eFb5f-JOr_Wb_5rk,67
|
|
96
|
-
StreamingCommunity-1.7.6.dist-info/top_level.txt,sha256=YsOcxKP-WOhWpIWgBlh0coll9XUx7aqmRPT7kmt3fH0,19
|
|
97
|
-
StreamingCommunity-1.7.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|