StreamingCommunity 1.8.0__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.

Files changed (99) hide show
  1. StreamingCommunity/{Src/Api → Api}/Player/ddl.py +3 -3
  2. StreamingCommunity/{Src/Api → Api}/Player/maxstream.py +2 -2
  3. StreamingCommunity/{Src/Api → Api}/Player/supervideo.py +2 -2
  4. StreamingCommunity/{Src/Api → Api}/Player/vixcloud.py +3 -3
  5. StreamingCommunity/{Src/Api → Api}/Site/1337xx/__init__.py +1 -1
  6. StreamingCommunity/{Src/Api → Api}/Site/1337xx/costant.py +3 -3
  7. StreamingCommunity/{Src/Api → Api}/Site/1337xx/site.py +7 -7
  8. StreamingCommunity/{Src/Api → Api}/Site/1337xx/title.py +6 -6
  9. StreamingCommunity/{Src/Api → Api}/Site/altadefinizione/__init__.py +1 -1
  10. StreamingCommunity/{Src/Api/Site/mostraguarda → Api/Site/altadefinizione}/costant.py +3 -3
  11. StreamingCommunity/{Src/Api → Api}/Site/altadefinizione/film.py +8 -8
  12. StreamingCommunity/{Src/Api → Api}/Site/altadefinizione/site.py +7 -7
  13. StreamingCommunity/{Src/Api → Api}/Site/animeunity/__init__.py +1 -1
  14. StreamingCommunity/{Src/Api/Site/altadefinizione → Api/Site/animeunity}/costant.py +3 -3
  15. StreamingCommunity/{Src/Api → Api}/Site/animeunity/film_serie.py +18 -19
  16. StreamingCommunity/{Src/Api → Api}/Site/animeunity/site.py +6 -6
  17. StreamingCommunity/{Src/Api → Api}/Site/animeunity/util/ScrapeSerie.py +3 -3
  18. StreamingCommunity/{Src/Api → Api}/Site/bitsearch/__init__.py +1 -1
  19. StreamingCommunity/{Src/Api → Api}/Site/bitsearch/costant.py +3 -3
  20. StreamingCommunity/{Src/Api → Api}/Site/bitsearch/site.py +7 -7
  21. StreamingCommunity/{Src/Api → Api}/Site/bitsearch/title.py +5 -5
  22. StreamingCommunity/{Src/Api → Api}/Site/cb01new/__init__.py +1 -1
  23. StreamingCommunity/{Src/Api → Api}/Site/cb01new/costant.py +3 -3
  24. StreamingCommunity/{Src/Api → Api}/Site/cb01new/film.py +8 -8
  25. StreamingCommunity/{Src/Api → Api}/Site/cb01new/site.py +6 -6
  26. StreamingCommunity/{Src/Api → Api}/Site/ddlstreamitaly/__init__.py +1 -1
  27. StreamingCommunity/{Src/Api → Api}/Site/ddlstreamitaly/costant.py +3 -3
  28. StreamingCommunity/{Src/Api → Api}/Site/ddlstreamitaly/series.py +11 -12
  29. StreamingCommunity/{Src/Api → Api}/Site/ddlstreamitaly/site.py +7 -7
  30. StreamingCommunity/{Src/Api → Api}/Site/ddlstreamitaly/util/ScrapeSerie.py +5 -3
  31. StreamingCommunity/{Src/Api → Api}/Site/guardaserie/__init__.py +1 -1
  32. StreamingCommunity/{Src/Api/Site/piratebays → Api/Site/guardaserie}/costant.py +3 -3
  33. StreamingCommunity/{Src/Api → Api}/Site/guardaserie/series.py +11 -11
  34. StreamingCommunity/{Src/Api → Api}/Site/guardaserie/site.py +7 -7
  35. StreamingCommunity/{Src/Api/Site/guardaserie/Player → Api/Site/guardaserie/util}/ScrapeSerie.py +2 -2
  36. StreamingCommunity/{Src/Api → Api}/Site/mostraguarda/__init__.py +2 -2
  37. StreamingCommunity/{Src/Api/Site/animeunity → Api/Site/mostraguarda}/costant.py +3 -3
  38. StreamingCommunity/{Src/Api → Api}/Site/mostraguarda/film.py +9 -9
  39. StreamingCommunity/{Src/Api → Api}/Site/piratebays/__init__.py +1 -1
  40. StreamingCommunity/{Src/Api/Site/guardaserie → Api/Site/piratebays}/costant.py +3 -3
  41. StreamingCommunity/{Src/Api → Api}/Site/piratebays/site.py +6 -6
  42. StreamingCommunity/{Src/Api → Api}/Site/piratebays/title.py +5 -5
  43. StreamingCommunity/{Src/Api → Api}/Site/streamingcommunity/__init__.py +1 -1
  44. StreamingCommunity/{Src/Api → Api}/Site/streamingcommunity/costant.py +3 -3
  45. StreamingCommunity/{Src/Api → Api}/Site/streamingcommunity/film.py +10 -10
  46. StreamingCommunity/{Src/Api → Api}/Site/streamingcommunity/series.py +20 -18
  47. StreamingCommunity/{Src/Api → Api}/Site/streamingcommunity/site.py +7 -7
  48. StreamingCommunity/{Src/Api → Api}/Site/streamingcommunity/util/ScrapeSerie.py +3 -3
  49. StreamingCommunity/{Src/Api → Api}/Template/Util/get_domain.py +3 -3
  50. StreamingCommunity/{Src/Api → Api}/Template/Util/manage_ep.py +2 -2
  51. StreamingCommunity/{Src/Api → Api}/Template/Util/recall_search.py +1 -1
  52. StreamingCommunity/{Src/Api → Api}/Template/site.py +1 -1
  53. StreamingCommunity/{Src/Lib → Lib}/Downloader/HLS/downloader.py +4 -4
  54. StreamingCommunity/{Src/Lib → Lib}/Downloader/HLS/proxyes.py +3 -3
  55. StreamingCommunity/{Src/Lib → Lib}/Downloader/HLS/segments.py +42 -44
  56. StreamingCommunity/{Src/Lib → Lib}/Downloader/MP4/downloader.py +5 -5
  57. StreamingCommunity/{Src/Lib → Lib}/Downloader/TOR/downloader.py +3 -3
  58. StreamingCommunity/{Src/Lib → Lib}/Driver/driver_1.py +1 -1
  59. StreamingCommunity/{Src/Lib → Lib}/FFmpeg/capture.py +2 -2
  60. StreamingCommunity/{Src/Lib → Lib}/FFmpeg/command.py +3 -3
  61. StreamingCommunity/{Src/Lib → Lib}/FFmpeg/util.py +1 -1
  62. StreamingCommunity/{Src/Lib → Lib}/M3U8/decryptor.py +59 -24
  63. StreamingCommunity/{Src/Lib → Lib}/M3U8/estimator.py +6 -3
  64. StreamingCommunity/{Src/Lib → Lib}/M3U8/parser.py +1 -1
  65. StreamingCommunity/{Src/Lib → Lib}/TMBD/tmdb.py +1 -1
  66. StreamingCommunity/{Src/Upload → Upload}/update.py +6 -2
  67. StreamingCommunity/{Src/Upload → Upload}/version.py +1 -1
  68. StreamingCommunity/Util/ffmpeg_installer.py +275 -0
  69. StreamingCommunity/{Src/Util → Util}/headers.py +1 -1
  70. StreamingCommunity/{Src/Util → Util}/logger.py +1 -1
  71. StreamingCommunity/{Src/Util → Util}/message.py +2 -2
  72. StreamingCommunity/{Src/Util → Util}/os.py +118 -21
  73. StreamingCommunity/run.py +18 -12
  74. {StreamingCommunity-1.8.0.dist-info → StreamingCommunity-1.9.1.dist-info}/METADATA +126 -60
  75. StreamingCommunity-1.9.1.dist-info/RECORD +95 -0
  76. {StreamingCommunity-1.8.0.dist-info → StreamingCommunity-1.9.1.dist-info}/WHEEL +1 -1
  77. StreamingCommunity/Src/Api/Site/animeunity/anime.py +0 -126
  78. StreamingCommunity/Src/Api/Site/ddlstreamitaly/Player/ScrapeSerie.py +0 -83
  79. StreamingCommunity/Src/Api/Site/guardaserie/util/ScrapeSerie.py +0 -110
  80. StreamingCommunity-1.8.0.dist-info/RECORD +0 -97
  81. /StreamingCommunity/{Src/Api → Api}/Player/Helper/Vixcloud/js_parser.py +0 -0
  82. /StreamingCommunity/{Src/Api → Api}/Player/Helper/Vixcloud/util.py +0 -0
  83. /StreamingCommunity/{Src/Api → Api}/Template/Class/SearchType.py +0 -0
  84. /StreamingCommunity/{Src/Api → Api}/Template/Util/__init__.py +0 -0
  85. /StreamingCommunity/{Src/Api → Api}/Template/__init__.py +0 -0
  86. /StreamingCommunity/{Src/Lib → Lib}/Downloader/__init__.py +0 -0
  87. /StreamingCommunity/{Src/Lib → Lib}/FFmpeg/__init__.py +0 -0
  88. /StreamingCommunity/{Src/Lib → Lib}/M3U8/__init__.py +0 -0
  89. /StreamingCommunity/{Src/Lib → Lib}/M3U8/url_fixer.py +0 -0
  90. /StreamingCommunity/{Src/Lib → Lib}/TMBD/__init__.py +0 -0
  91. /StreamingCommunity/{Src/Lib → Lib}/TMBD/obj_tmbd.py +0 -0
  92. /StreamingCommunity/{Src/Util → Util}/_jsonConfig.py +0 -0
  93. /StreamingCommunity/{Src/Util → Util}/call_stack.py +0 -0
  94. /StreamingCommunity/{Src/Util → Util}/color.py +0 -0
  95. /StreamingCommunity/{Src/Util → Util}/console.py +0 -0
  96. /StreamingCommunity/{Src/Util → Util}/table.py +0 -0
  97. {StreamingCommunity-1.8.0.dist-info → StreamingCommunity-1.9.1.dist-info}/LICENSE +0 -0
  98. {StreamingCommunity-1.8.0.dist-info → StreamingCommunity-1.9.1.dist-info}/entry_points.txt +0 -0
  99. {StreamingCommunity-1.8.0.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=iPFoEKYdcYnB9-Srv7lSLFMn0-1ByVu6_C2VATEezoE,6601
2
- StreamingCommunity/Src/Api/Player/ddl.py,sha256=KzvkKy5S5J7QHwjYiAEv9anyl0BQk_YgxDx3ED1e-Ho,2421
3
- StreamingCommunity/Src/Api/Player/maxstream.py,sha256=-kc6u6aoWFXN4mQp5245y7QKymWyoKS-uS5mRSljhTk,5426
4
- StreamingCommunity/Src/Api/Player/supervideo.py,sha256=sKmXuTr8yNlGUtRhC2qAUKlaH-z3vlAbFfQ3WSRsuZk,6126
5
- StreamingCommunity/Src/Api/Player/vixcloud.py,sha256=LD3jQHWCSH22y-smHMbtYHtTrv8-MzdbzNtjpLZVDwY,7451
6
- StreamingCommunity/Src/Api/Player/Helper/Vixcloud/js_parser.py,sha256=HniFPpcF1qtMAT8z5bf4noHJO85x8wRke6KUxB5r-F0,4438
7
- StreamingCommunity/Src/Api/Player/Helper/Vixcloud/util.py,sha256=hTX4LGqEK9nnRIuGYPfNDY83V837-BHfLuBbXHUp8hA,5556
8
- StreamingCommunity/Src/Api/Site/1337xx/__init__.py,sha256=1TCnxSil2kc-wdKaNSZEIUhuHcVLg_oobt0KO_ywJIA,1177
9
- StreamingCommunity/Src/Api/Site/1337xx/costant.py,sha256=eG_f4zIENSmgGS1Y2MlnD48OT9O-PIq7B9hoBd6k128,368
10
- StreamingCommunity/Src/Api/Site/1337xx/site.py,sha256=-Zxk_udo-xNJkHKL6oM5ZJh6a5D3K9nOZsg6n71l27U,2651
11
- StreamingCommunity/Src/Api/Site/1337xx/title.py,sha256=zsy8Q9TA6LTBWJcoqZOsIf0ToplQdyikL9miVPIO12I,2015
12
- StreamingCommunity/Src/Api/Site/altadefinizione/__init__.py,sha256=zLrXtK4uSwcPOX_C4-Qp9BYOmKpcAIVm3WhrPCEQvB4,1168
13
- StreamingCommunity/Src/Api/Site/altadefinizione/costant.py,sha256=gXklhMs6r5mj6f925Dj93oHuiWCc1B7YK3pLdSuQs8U,368
14
- StreamingCommunity/Src/Api/Site/altadefinizione/film.py,sha256=506lhatHmJVSceFXzlVs1MkpzfUzhaQj50I7o6w2wwc,2204
15
- StreamingCommunity/Src/Api/Site/altadefinizione/site.py,sha256=nOz2X0htynyrRq8JFcwAXX5C-9Yis98klJeypbUAmvA,2855
16
- StreamingCommunity/Src/Api/Site/animeunity/__init__.py,sha256=5y02bLzPsSlTur8myRk3vkW94lAZJL6Vw0ceEy36EbU,1258
17
- StreamingCommunity/Src/Api/Site/animeunity/anime.py,sha256=NnvSqw8FlAuYTJPK7x9o3yLxwVgFMSj8LdUB_tBFYOA,3875
18
- StreamingCommunity/Src/Api/Site/animeunity/costant.py,sha256=msDInE11VCVDbJRcW5xzulVxqlmeC9IhfGqxkCghfwo,370
19
- StreamingCommunity/Src/Api/Site/animeunity/film_serie.py,sha256=iD5tJD-4H4aOZfCAObhyFjb3lBQVoVSfbHWI6qn8EVA,4040
20
- StreamingCommunity/Src/Api/Site/animeunity/site.py,sha256=QUnQHb3G9rvSNYVwZPIbxT2ouggTyMFPDlzRaEuJk7s,5264
21
- StreamingCommunity/Src/Api/Site/animeunity/util/ScrapeSerie.py,sha256=LzIuEvBRobNgcPi-vXP9Qh7Xu7oTAAH1WSiscfZaKpQ,2995
22
- StreamingCommunity/Src/Api/Site/bitsearch/__init__.py,sha256=YQ4dSbSMrq-6_FJDcRJVOe11UzKAJM0h9-wFJN_NZ2E,1178
23
- StreamingCommunity/Src/Api/Site/bitsearch/costant.py,sha256=z7JKgWBAD_jNm6dm8vKHBhFKFRv-parOjm7tXIYlmek,370
24
- StreamingCommunity/Src/Api/Site/bitsearch/site.py,sha256=JGSQSKKNDcaaBGVjov7WHXDq4llQQ-HdHbGs2Wc6xv4,2787
25
- StreamingCommunity/Src/Api/Site/bitsearch/title.py,sha256=6rrBdXpZwm3yoWhlXA9_JflfH3WKTSqiRZEvRvlGh3E,1383
26
- StreamingCommunity/Src/Api/Site/cb01new/__init__.py,sha256=JoRSEOZz23qCkaUO4p6UlXlNaNNKI2W2a6HKhWyed7o,1188
27
- StreamingCommunity/Src/Api/Site/cb01new/costant.py,sha256=SYySaCT3iO2Nnr6FJewaSniE5MOK1hz7Dfb_f6GNsfU,371
28
- StreamingCommunity/Src/Api/Site/cb01new/film.py,sha256=DqZy6FVdLfS4lh34Jgnad7JXvSYgqhsEvvGPbv73CUs,2237
29
- StreamingCommunity/Src/Api/Site/cb01new/site.py,sha256=XygWrA6ccesAyn39laISQ4bVD256g_M08tI4WW7GX_o,2113
30
- StreamingCommunity/Src/Api/Site/ddlstreamitaly/__init__.py,sha256=uB0AjsILRxL4Sd90gKS7heP2IM_sISdKA8u0Br0-Svs,1414
31
- StreamingCommunity/Src/Api/Site/ddlstreamitaly/costant.py,sha256=kNm0d0eurxnPZ3ZzSo3LeYoSOIafKjJde7Bn4UEXOzU,434
32
- StreamingCommunity/Src/Api/Site/ddlstreamitaly/series.py,sha256=R3YB8OImuJu955RTbehe7w6IMgP_IGm6--GZP2Wvx0c,4189
33
- StreamingCommunity/Src/Api/Site/ddlstreamitaly/site.py,sha256=lfINNeOE8qiIfw0Ce3yPtc8221Kl6VtNCNGCUwIpVkI,2865
34
- StreamingCommunity/Src/Api/Site/ddlstreamitaly/Player/ScrapeSerie.py,sha256=eO-RRwvNomgRSJM3qtATfgQamXBSFtDs0haU6ku1mlQ,2500
35
- StreamingCommunity/Src/Api/Site/ddlstreamitaly/util/ScrapeSerie.py,sha256=Y4XVzXxfoRVdawfbpyD7bGSLcC7b7xM7aDlUzz5MkAw,2526
36
- StreamingCommunity/Src/Api/Site/guardaserie/__init__.py,sha256=oLucIxl_XwhgZNfDRTgYrCYRgCa--r1HkqBtdw7uP-U,1261
37
- StreamingCommunity/Src/Api/Site/guardaserie/costant.py,sha256=yTyzlTEzVI9oEp0jqSEuHagMObRwtFR85-b4AJhz1ko,370
38
- StreamingCommunity/Src/Api/Site/guardaserie/series.py,sha256=J8k2MBarO2DEhsIGbtdR7fKxzt4jY66gs6NHlalA5xQ,6834
39
- StreamingCommunity/Src/Api/Site/guardaserie/site.py,sha256=4_xjaUmlsA964s-ZzeqY4qBNTYmGUdBRPWcPPeYhBwQ,2596
40
- StreamingCommunity/Src/Api/Site/guardaserie/Player/ScrapeSerie.py,sha256=AnUx5mZF3rTEp0cGg9m12E6sBA1NzpkhAB_g6v2RsVM,3407
41
- StreamingCommunity/Src/Api/Site/guardaserie/util/ScrapeSerie.py,sha256=AnUx5mZF3rTEp0cGg9m12E6sBA1NzpkhAB_g6v2RsVM,3407
42
- StreamingCommunity/Src/Api/Site/mostraguarda/__init__.py,sha256=m-vnwaFmrvR6daUJc8q1cKcWw79R_dLJW-Rsam2eC-g,1139
43
- StreamingCommunity/Src/Api/Site/mostraguarda/costant.py,sha256=gXklhMs6r5mj6f925Dj93oHuiWCc1B7YK3pLdSuQs8U,368
44
- StreamingCommunity/Src/Api/Site/mostraguarda/film.py,sha256=dTwnCOEfb5TZxUMiLfXxYVsNw7iSdoxNmHu609JelwQ,2884
45
- StreamingCommunity/Src/Api/Site/piratebays/__init__.py,sha256=1TCnxSil2kc-wdKaNSZEIUhuHcVLg_oobt0KO_ywJIA,1177
46
- StreamingCommunity/Src/Api/Site/piratebays/costant.py,sha256=eG_f4zIENSmgGS1Y2MlnD48OT9O-PIq7B9hoBd6k128,368
47
- StreamingCommunity/Src/Api/Site/piratebays/site.py,sha256=RHMNZVdwO-LofwVFM5qW-_zI6_wcnz9ZX48dfZUFvfM,2954
48
- StreamingCommunity/Src/Api/Site/piratebays/title.py,sha256=VymmMlHpmZ4rlQ9OMc-EOArXPT6HHdCOMxEUjl99LUs,1367
49
- StreamingCommunity/Src/Api/Site/streamingcommunity/__init__.py,sha256=ddigC83O13QO6_ux3HNRfHGCdtGovG-xI67Z3XgAdys,1441
50
- StreamingCommunity/Src/Api/Site/streamingcommunity/costant.py,sha256=eGW-KV5kTdqQTd45kH8UidLqr0tcWRJ3Ts_uLOxXL7o,354
51
- StreamingCommunity/Src/Api/Site/streamingcommunity/film.py,sha256=AQqBkaUEJdz3LSlDKD4LM1n_Ia666K1pf6pLb1QevLE,2310
52
- StreamingCommunity/Src/Api/Site/streamingcommunity/series.py,sha256=8RGOrCNzOPFE51WYi_y44eqGJl0zN4vpKNRJm49AoOg,7336
53
- StreamingCommunity/Src/Api/Site/streamingcommunity/site.py,sha256=dNJXLfyDeBJ6ssJ7Ool5J7hXv7uF59fCtrmcA2YdHiw,3622
54
- StreamingCommunity/Src/Api/Site/streamingcommunity/util/ScrapeSerie.py,sha256=8BOYNnVohKso987ICr6qSq7YqDOz3npTC7xqJHvsavk,3970
55
- StreamingCommunity/Src/Api/Template/__init__.py,sha256=lhVpudlILM1L9iBZ_7vfYwgKyrdR1OWeLvk364-fJpU,48
56
- StreamingCommunity/Src/Api/Template/site.py,sha256=0_bke0itFN-qd9NgdvgO_3dYhQ_HgaZuGrMW3em3r4I,2999
57
- StreamingCommunity/Src/Api/Template/Class/SearchType.py,sha256=lJ054oi7baFU8HoXzq_mO4foRz0wtF9GIGOOFS8VpmY,2632
58
- StreamingCommunity/Src/Api/Template/Util/__init__.py,sha256=e-206LT2iAnL9I21fR_1FRm8F3WsbBRrUmraPP2Xfzo,202
59
- StreamingCommunity/Src/Api/Template/Util/get_domain.py,sha256=nlE4sPY9TSnHzPKPSdu66mUD20zZ35F1R9wTBb3-5U0,4805
60
- StreamingCommunity/Src/Api/Template/Util/manage_ep.py,sha256=UfpcbPKh4jHT8SQY8de6WFYStObiO-UuIqLhT1Imyjw,5171
61
- StreamingCommunity/Src/Api/Template/Util/recall_search.py,sha256=L4VcKoaoOP2iVFFsEj-x0Kn3rtDEtXe8cgESWK4fghE,1188
62
- StreamingCommunity/Src/Lib/Downloader/__init__.py,sha256=vAn-rpmlSmojvz4Quv47A5HLq4yBR_7noy4r6hqk0OQ,144
63
- StreamingCommunity/Src/Lib/Downloader/HLS/downloader.py,sha256=fMqUJE8DySAUooqE1bf9NQ_URFk_cIfbEdbSI1rvJPU,40570
64
- StreamingCommunity/Src/Lib/Downloader/HLS/proxyes.py,sha256=tHuGM7sJYPCZrmptTLhZtgF0THDkhh-L4hTjoOT2sTM,3397
65
- StreamingCommunity/Src/Lib/Downloader/HLS/segments.py,sha256=Y4h_SPrIkOyJrVokmjRK-JwUR-OgIq4xxzBkGR3n_ZY,21513
66
- StreamingCommunity/Src/Lib/Downloader/MP4/downloader.py,sha256=daHm3GpbUrG7ntZSk5wO3SR-SWtiviklPEnGyN6LXyg,6117
67
- StreamingCommunity/Src/Lib/Downloader/TOR/downloader.py,sha256=pIwEqXtJFfyDq4XzE-gjByBxl2ZQ8hp7HgGmhGXmBEE,8689
68
- StreamingCommunity/Src/Lib/Driver/driver_1.py,sha256=K46mmg8AbreRF3ZXIijRZCn9wURl05JbjulCFgoCNbo,1940
69
- StreamingCommunity/Src/Lib/FFmpeg/__init__.py,sha256=e0Mxmza8bLXwGRjVl7zs1NtZYzq177LRCyMtoMnTO2o,137
70
- StreamingCommunity/Src/Lib/FFmpeg/capture.py,sha256=wiXLjdgTF68rwXk1GnJYNXHRInA-itrkbufe1dXeyec,5631
71
- StreamingCommunity/Src/Lib/FFmpeg/command.py,sha256=UsFLBxgBqOargYdKBWb7PlyyOOqPgsTcu338tx4MQNE,10165
72
- StreamingCommunity/Src/Lib/FFmpeg/util.py,sha256=L-cuMRr-ENVDJ0IWj_BqUinAGhcD3K3EKS1ZbnDpao4,8146
73
- StreamingCommunity/Src/Lib/M3U8/__init__.py,sha256=sD2VIslF43OrudA1r-9xkSfUvSblr1LOZpaIM89F6M4,175
74
- StreamingCommunity/Src/Lib/M3U8/decryptor.py,sha256=gPRCDAz9K-wLBOwl1QiIwmK6EfaHr5cTPtsawkjW8UM,4901
75
- StreamingCommunity/Src/Lib/M3U8/estimator.py,sha256=LbBJAsqgL1atL8OTnGDaxM3wxQ5Y0BbWNOhp5eOmFZw,6637
76
- StreamingCommunity/Src/Lib/M3U8/parser.py,sha256=PbNJCNk5LRtLFwf2gBZkJzc13twljZmigVEMkzpcKhU,23557
77
- StreamingCommunity/Src/Lib/M3U8/url_fixer.py,sha256=6NVKhc8R5CqarDM5TLWy6QU05qXPouW31gyilQszwbI,1675
78
- StreamingCommunity/Src/Lib/TMBD/__init__.py,sha256=b3yUqfeBFpnKH-MScrZ3r90cpXc2ufCC-El3whK1zk8,55
79
- StreamingCommunity/Src/Lib/TMBD/obj_tmbd.py,sha256=HEL3jAqUYtVgX7GCaw60EAD3JGvEJLOQXfD6lRYEjxA,1968
80
- StreamingCommunity/Src/Lib/TMBD/tmdb.py,sha256=WSFfWtYj81zZX4nX5c7-0WyMfOUw4nJy7z3OhgEOSSQ,12004
81
- StreamingCommunity/Src/Upload/update.py,sha256=Uxi8NTJZ9kh4sSGc6YfzYI_KX7MLt-s1gCraL_T56LU,2161
82
- StreamingCommunity/Src/Upload/version.py,sha256=B6yxunep7HuWfVxHSQTooFquYzTy_GUEve8veBr9ueg,176
83
- StreamingCommunity/Src/Util/_jsonConfig.py,sha256=CLvk6HWxUklZztoy55SzEOvdsbNo-pFcVQVanwixXCc,7001
84
- StreamingCommunity/Src/Util/call_stack.py,sha256=zuYbO8dV8bCa7fCdtaKQYuheA5K7BkTm3Oj8JA6GCpM,1417
85
- StreamingCommunity/Src/Util/color.py,sha256=1iQUf5xDp5XKKbXl9MvKEXJvv44Zf0P4J2Nu5ATIId8,479
86
- StreamingCommunity/Src/Util/console.py,sha256=bXP_iibXMpRIJ_zs03xFmSbkvMP3SguIuEUJZovoOqw,230
87
- StreamingCommunity/Src/Util/headers.py,sha256=m5VlnsnRRb51xxj22oEg0p6OVXj-wgqq_P_3uNP3tbA,4543
88
- StreamingCommunity/Src/Util/logger.py,sha256=AgChJjU7potSyjqj6E_blWoptOlRVfgwlECpFDjuIyo,1918
89
- StreamingCommunity/Src/Util/message.py,sha256=MRA1_u2Qxzqgrj5tU2oAOzGnRk_6o84iej57s9ybbOQ,1670
90
- StreamingCommunity/Src/Util/os.py,sha256=Cstjl6jj5_2kGjLu769SX6j9N2u5Jw58mK_uOgxtLfY,13605
91
- StreamingCommunity/Src/Util/table.py,sha256=_mYECkWQDFlYT5jG-HW_w_OLCWrlH9TG_x5pxevBKzY,6008
92
- StreamingCommunity-1.8.0.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
93
- StreamingCommunity-1.8.0.dist-info/METADATA,sha256=KjYVcjGxLJFRj_bsw4LBGIbEE-if11577l_iY-3KCDo,8639
94
- StreamingCommunity-1.8.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
95
- StreamingCommunity-1.8.0.dist-info/entry_points.txt,sha256=Qph9XYfDC8n4LfDLOSl6gJGlkb9eFb5f-JOr_Wb_5rk,67
96
- StreamingCommunity-1.8.0.dist-info/top_level.txt,sha256=YsOcxKP-WOhWpIWgBlh0coll9XUx7aqmRPT7kmt3fH0,19
97
- StreamingCommunity-1.8.0.dist-info/RECORD,,
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes