StreamingCommunity 2.4.0__py3-none-any.whl → 2.5.0__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 (91) hide show
  1. {StreamingCommunity-2.4.0.dist-info → StreamingCommunity-2.5.0.dist-info}/METADATA +9 -6
  2. StreamingCommunity-2.5.0.dist-info/RECORD +8 -0
  3. StreamingCommunity/Api/Player/Helper/Vixcloud/js_parser.py +0 -143
  4. StreamingCommunity/Api/Player/Helper/Vixcloud/util.py +0 -136
  5. StreamingCommunity/Api/Player/ddl.py +0 -89
  6. StreamingCommunity/Api/Player/maxstream.py +0 -151
  7. StreamingCommunity/Api/Player/supervideo.py +0 -194
  8. StreamingCommunity/Api/Player/vixcloud.py +0 -273
  9. StreamingCommunity/Api/Site/1337xx/__init__.py +0 -51
  10. StreamingCommunity/Api/Site/1337xx/costant.py +0 -15
  11. StreamingCommunity/Api/Site/1337xx/site.py +0 -89
  12. StreamingCommunity/Api/Site/1337xx/title.py +0 -66
  13. StreamingCommunity/Api/Site/altadefinizionegratis/__init__.py +0 -51
  14. StreamingCommunity/Api/Site/altadefinizionegratis/costant.py +0 -19
  15. StreamingCommunity/Api/Site/altadefinizionegratis/film.py +0 -74
  16. StreamingCommunity/Api/Site/altadefinizionegratis/site.py +0 -95
  17. StreamingCommunity/Api/Site/animeunity/__init__.py +0 -51
  18. StreamingCommunity/Api/Site/animeunity/costant.py +0 -19
  19. StreamingCommunity/Api/Site/animeunity/film_serie.py +0 -135
  20. StreamingCommunity/Api/Site/animeunity/site.py +0 -175
  21. StreamingCommunity/Api/Site/animeunity/util/ScrapeSerie.py +0 -97
  22. StreamingCommunity/Api/Site/cb01new/__init__.py +0 -52
  23. StreamingCommunity/Api/Site/cb01new/costant.py +0 -19
  24. StreamingCommunity/Api/Site/cb01new/film.py +0 -73
  25. StreamingCommunity/Api/Site/cb01new/site.py +0 -83
  26. StreamingCommunity/Api/Site/ddlstreamitaly/__init__.py +0 -56
  27. StreamingCommunity/Api/Site/ddlstreamitaly/costant.py +0 -20
  28. StreamingCommunity/Api/Site/ddlstreamitaly/series.py +0 -146
  29. StreamingCommunity/Api/Site/ddlstreamitaly/site.py +0 -99
  30. StreamingCommunity/Api/Site/ddlstreamitaly/util/ScrapeSerie.py +0 -85
  31. StreamingCommunity/Api/Site/guardaserie/__init__.py +0 -51
  32. StreamingCommunity/Api/Site/guardaserie/costant.py +0 -19
  33. StreamingCommunity/Api/Site/guardaserie/series.py +0 -198
  34. StreamingCommunity/Api/Site/guardaserie/site.py +0 -90
  35. StreamingCommunity/Api/Site/guardaserie/util/ScrapeSerie.py +0 -110
  36. StreamingCommunity/Api/Site/ilcorsaronero/__init__.py +0 -52
  37. StreamingCommunity/Api/Site/ilcorsaronero/costant.py +0 -19
  38. StreamingCommunity/Api/Site/ilcorsaronero/site.py +0 -72
  39. StreamingCommunity/Api/Site/ilcorsaronero/title.py +0 -46
  40. StreamingCommunity/Api/Site/ilcorsaronero/util/ilCorsarScraper.py +0 -149
  41. StreamingCommunity/Api/Site/mostraguarda/__init__.py +0 -49
  42. StreamingCommunity/Api/Site/mostraguarda/costant.py +0 -19
  43. StreamingCommunity/Api/Site/mostraguarda/film.py +0 -101
  44. StreamingCommunity/Api/Site/streamingcommunity/__init__.py +0 -56
  45. StreamingCommunity/Api/Site/streamingcommunity/costant.py +0 -19
  46. StreamingCommunity/Api/Site/streamingcommunity/film.py +0 -75
  47. StreamingCommunity/Api/Site/streamingcommunity/series.py +0 -206
  48. StreamingCommunity/Api/Site/streamingcommunity/site.py +0 -142
  49. StreamingCommunity/Api/Site/streamingcommunity/util/ScrapeSerie.py +0 -123
  50. StreamingCommunity/Api/Template/Class/SearchType.py +0 -101
  51. StreamingCommunity/Api/Template/Util/__init__.py +0 -5
  52. StreamingCommunity/Api/Template/Util/get_domain.py +0 -203
  53. StreamingCommunity/Api/Template/Util/manage_ep.py +0 -179
  54. StreamingCommunity/Api/Template/Util/recall_search.py +0 -37
  55. StreamingCommunity/Api/Template/__init__.py +0 -3
  56. StreamingCommunity/Api/Template/site.py +0 -87
  57. StreamingCommunity/Lib/Downloader/HLS/downloader.py +0 -965
  58. StreamingCommunity/Lib/Downloader/HLS/proxyes.py +0 -110
  59. StreamingCommunity/Lib/Downloader/HLS/segments.py +0 -573
  60. StreamingCommunity/Lib/Downloader/MP4/downloader.py +0 -155
  61. StreamingCommunity/Lib/Downloader/TOR/downloader.py +0 -296
  62. StreamingCommunity/Lib/Downloader/__init__.py +0 -5
  63. StreamingCommunity/Lib/FFmpeg/__init__.py +0 -4
  64. StreamingCommunity/Lib/FFmpeg/capture.py +0 -170
  65. StreamingCommunity/Lib/FFmpeg/command.py +0 -296
  66. StreamingCommunity/Lib/FFmpeg/util.py +0 -249
  67. StreamingCommunity/Lib/M3U8/__init__.py +0 -6
  68. StreamingCommunity/Lib/M3U8/decryptor.py +0 -165
  69. StreamingCommunity/Lib/M3U8/estimator.py +0 -229
  70. StreamingCommunity/Lib/M3U8/parser.py +0 -666
  71. StreamingCommunity/Lib/M3U8/url_fixer.py +0 -58
  72. StreamingCommunity/Lib/TMBD/__init__.py +0 -2
  73. StreamingCommunity/Lib/TMBD/obj_tmbd.py +0 -39
  74. StreamingCommunity/Lib/TMBD/tmdb.py +0 -346
  75. StreamingCommunity/Upload/update.py +0 -67
  76. StreamingCommunity/Upload/version.py +0 -5
  77. StreamingCommunity/Util/_jsonConfig.py +0 -228
  78. StreamingCommunity/Util/call_stack.py +0 -42
  79. StreamingCommunity/Util/color.py +0 -20
  80. StreamingCommunity/Util/console.py +0 -12
  81. StreamingCommunity/Util/ffmpeg_installer.py +0 -368
  82. StreamingCommunity/Util/headers.py +0 -160
  83. StreamingCommunity/Util/logger.py +0 -62
  84. StreamingCommunity/Util/message.py +0 -64
  85. StreamingCommunity/Util/os.py +0 -507
  86. StreamingCommunity/Util/table.py +0 -229
  87. StreamingCommunity-2.4.0.dist-info/RECORD +0 -92
  88. {StreamingCommunity-2.4.0.dist-info → StreamingCommunity-2.5.0.dist-info}/LICENSE +0 -0
  89. {StreamingCommunity-2.4.0.dist-info → StreamingCommunity-2.5.0.dist-info}/WHEEL +0 -0
  90. {StreamingCommunity-2.4.0.dist-info → StreamingCommunity-2.5.0.dist-info}/entry_points.txt +0 -0
  91. {StreamingCommunity-2.4.0.dist-info → StreamingCommunity-2.5.0.dist-info}/top_level.txt +0 -0
@@ -1,229 +0,0 @@
1
- # 03.03.24
2
-
3
- import os
4
- import sys
5
- import logging
6
- import importlib
7
-
8
-
9
- # External library
10
- from rich.console import Console
11
- from rich.table import Table
12
- from rich.prompt import Prompt
13
- from rich.style import Style
14
- from typing import Dict, List, Any
15
-
16
-
17
- # Internal utilities
18
- from .message import start_message
19
- from .call_stack import get_call_stack
20
-
21
-
22
- class TVShowManager:
23
- def __init__(self):
24
- """
25
- Initialize TVShowManager with provided column information.
26
- """
27
- self.console = Console()
28
- self.tv_shows: List[Dict[str, Any]] = [] # List to store TV show data as dictionaries
29
- self.slice_start: int = 0
30
- self.slice_end: int = 5
31
- self.step: int = self.slice_end
32
- self.column_info = []
33
-
34
- def set_slice_end(self, new_slice: int) -> None:
35
- """
36
- Set the end of the slice for displaying TV shows.
37
-
38
- Parameters:
39
- - new_slice (int): The new value for the slice end.
40
- """
41
- self.slice_end = new_slice
42
- self.step = new_slice
43
-
44
- def add_column(self, column_info: Dict[str, Dict[str, str]]) -> None:
45
- """
46
- Add column information.
47
-
48
- Parameters:
49
- - column_info (Dict[str, Dict[str, str]]): Dictionary containing column names, their colors, and justification.
50
- """
51
- self.column_info = column_info
52
-
53
- def add_tv_show(self, tv_show: Dict[str, Any]):
54
- """
55
- Add a TV show to the list of TV shows.
56
-
57
- Parameters:
58
- - tv_show (Dict[str, Any]): Dictionary containing TV show details.
59
- """
60
- self.tv_shows.append(tv_show)
61
-
62
- def display_data(self, data_slice: List[Dict[str, Any]]):
63
- """
64
- Display TV show data in a tabular format.
65
-
66
- Parameters:
67
- - data_slice (List[Dict[str, Any]]): List of dictionaries containing TV show details to display.
68
- """
69
- table = Table(border_style="white")
70
-
71
- # Add columns dynamically based on provided column information
72
- for col_name, col_style in self.column_info.items():
73
- color = col_style.get("color", None)
74
- if color:
75
- style = Style(color=color)
76
- else:
77
- style = None
78
- table.add_column(col_name, style=style, justify='center')
79
-
80
- # Add rows dynamically based on available TV show data
81
- for entry in data_slice:
82
- # Create row data while handling missing keys
83
- row_data = [entry.get(col_name, '') for col_name in self.column_info.keys()]
84
- table.add_row(*row_data)
85
-
86
- self.console.print(table)
87
-
88
- def run_back_command(self, research_func: dict):
89
- """
90
- Executes a back-end search command by dynamically importing a module and invoking its search function.
91
-
92
- Args:
93
- research_func (dict): A dictionary containing:
94
- - 'folder' (str): The absolute path to the directory containing the module to be executed.
95
- """
96
- try:
97
-
98
- # Get site name from folder
99
- site_name = (os.path.basename(research_func['folder']))
100
-
101
- # Find the project root directory
102
- current_path = research_func['folder']
103
- while not os.path.exists(os.path.join(current_path, 'StreamingCommunity')):
104
- current_path = os.path.dirname(current_path)
105
-
106
- # Add project root to Python path
107
- project_root = current_path
108
- #print(f"[DEBUG] Project Root: {project_root}")
109
-
110
- if project_root not in sys.path:
111
- sys.path.insert(0, project_root)
112
-
113
- # Import using full absolute import
114
- module_path = f'StreamingCommunity.Api.Site.{site_name}'
115
- #print(f"[DEBUG] Importing module: {module_path}")
116
-
117
- # Import the module
118
- module = importlib.import_module(module_path)
119
-
120
- # Get the search function
121
- search_func = getattr(module, 'search')
122
-
123
- # Call the search function with the search string
124
- search_func(None)
125
-
126
- except Exception as e:
127
- self.console.print(f"[red]Error during search: {e}")
128
-
129
- # Print detailed traceback
130
- import traceback
131
- traceback.print_exc()
132
-
133
- # Optionally remove the path if you want to clean up
134
- if project_root in sys.path:
135
- sys.path.remove(project_root)
136
-
137
-
138
- def run(self, force_int_input: bool = False, max_int_input: int = 0) -> str:
139
- """
140
- Run the TV show manager application.
141
-
142
- Parameters:
143
- - force_int_input(bool): If True, only accept integer inputs from 0 to max_int_input
144
- - max_int_input (int): range of row to show
145
-
146
- Returns:
147
- str: Last command executed before breaking out of the loop.
148
- """
149
- total_items = len(self.tv_shows)
150
- last_command = "" # Variable to store the last command executed
151
-
152
- while True:
153
- start_message()
154
-
155
- # Display table
156
- self.display_data(self.tv_shows[self.slice_start:self.slice_end])
157
-
158
- # Find research function from call stack
159
- research_func = None
160
- for reverse_fun in get_call_stack():
161
- if reverse_fun['function'] == 'search' and reverse_fun['script'] == '__init__.py':
162
- research_func = reverse_fun
163
- logging.info(f"Found research_func: {research_func}")
164
-
165
- # Handling user input for loading more items or quitting
166
- if self.slice_end < total_items:
167
- self.console.print(f"\n[green]Press [red]Enter [green]for next page, [red]'q' [green]to quit, or [red]'back' [green]to search.")
168
-
169
- if not force_int_input:
170
- key = Prompt.ask(
171
- "\n[cyan]Insert media index [yellow](e.g., 1), [red]* [cyan]to download all media, "
172
- "[yellow](e.g., 1-2) [cyan]for a range of media, or [yellow](e.g., 3-*) [cyan]to download from a specific index to the end"
173
- )
174
-
175
- else:
176
- choices = [str(i) for i in range(0, max_int_input)]
177
- choices.extend(["q", "quit", "b", "back"])
178
-
179
- key = Prompt.ask("[cyan]Insert media [red]index", choices=choices, show_choices=False)
180
- last_command = key
181
-
182
- if key.lower() == "q" or key.lower() == "quit":
183
- break
184
-
185
- elif key == "":
186
- self.slice_start += self.step
187
- self.slice_end += self.step
188
- if self.slice_end > total_items:
189
- self.slice_end = total_items
190
-
191
- elif (key.lower() == "b" or key.lower() == "back") and research_func:
192
- self.run_back_command(research_func)
193
-
194
- else:
195
- break
196
-
197
- else:
198
- # Last slice, ensure all remaining items are shown
199
- self.console.print(f"\n [green]You've reached the end. [red]Enter [green]for first page, [red]'q' [green]to quit, or [red]'back' [green]to search.")
200
- if not force_int_input:
201
- key = Prompt.ask(
202
- "\n[cyan]Insert media index [yellow](e.g., 1), [red]* [cyan]to download all media, "
203
- "[yellow](e.g., 1-2) [cyan]for a range of media, or [yellow](e.g., 3-*) [cyan]to download from a specific index to the end"
204
- )
205
-
206
- else:
207
- choices = [str(i) for i in range(0, max_int_input)]
208
- choices.extend(["q", "quit", "b", "back"])
209
-
210
- key = Prompt.ask("[cyan]Insert media [red]index", choices=choices, show_choices=False)
211
- last_command = key
212
-
213
- if key.lower() == "q" or key.lower() == "quit":
214
- break
215
-
216
- elif key == "":
217
- self.slice_start = 0
218
- self.slice_end = self.step
219
-
220
- elif (key.lower() == "b" or key.lower() == "back") and research_func:
221
- self.run_back_command(research_func)
222
-
223
- else:
224
- break
225
-
226
- return last_command
227
-
228
- def clear(self):
229
- self.tv_shows = []
@@ -1,92 +0,0 @@
1
- StreamingCommunity/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- StreamingCommunity/run.py,sha256=cWm5QFKMQU7zVuNJzlL7Fv2fT1Apl9JVHm2ZBDiKYh4,9011
3
- StreamingCommunity/Api/Player/ddl.py,sha256=cRPb3sfX5o_rkJ33qe7rDGmlgRgYMr0LTmdZLCsbO90,2409
4
- StreamingCommunity/Api/Player/maxstream.py,sha256=0NwzyTFrIWC21xZytmg4Pl_ShAPfqIOXNU6XpEy9KuY,5304
5
- StreamingCommunity/Api/Player/supervideo.py,sha256=gNoAo_LVZWycfIzmK28erWRTXwNDV6FKJSLJ2Lrw_Ok,6118
6
- StreamingCommunity/Api/Player/vixcloud.py,sha256=pTl60wxSQmyCWjhv1RfHST_hacnwT3N9WnYnUJwKank,9498
7
- StreamingCommunity/Api/Player/Helper/Vixcloud/js_parser.py,sha256=HniFPpcF1qtMAT8z5bf4noHJO85x8wRke6KUxB5r-F0,4438
8
- StreamingCommunity/Api/Player/Helper/Vixcloud/util.py,sha256=TbDbL09oxrA_-oH-cuKPTmnT51rsP1McVHKO0jgxXC0,4863
9
- StreamingCommunity/Api/Site/1337xx/__init__.py,sha256=gZFNPJahddRTELSdO4_-yt50wl0cZRDuxdRqIhYzSiQ,1219
10
- StreamingCommunity/Api/Site/1337xx/costant.py,sha256=3jDI0qlysmtfiZIAciNA-pBLSza5GBYKZlONyMpb-FI,451
11
- StreamingCommunity/Api/Site/1337xx/site.py,sha256=L5wvdb6S_FpEDBzUNMYPMdmSgHkRRTjGh4ULo6bAQeU,2873
12
- StreamingCommunity/Api/Site/1337xx/title.py,sha256=pQAn4Fe3HQYMvNOxG9YPpnBQQpca2GT0_akEaodFtUk,1958
13
- StreamingCommunity/Api/Site/altadefinizionegratis/__init__.py,sha256=sTUnun_Ew5YrxmpYZvwHV_qj-NIYTOpJOujwN0O7iU8,1210
14
- StreamingCommunity/Api/Site/altadefinizionegratis/costant.py,sha256=c6CR_b8MTlVTHOmYNJ6AUBv_jQCOGB2BDxKGAGAxxmg,777
15
- StreamingCommunity/Api/Site/altadefinizionegratis/film.py,sha256=96oNkwUZBoQRN2mkwrlgRJ71wrEt4JBgyCe9lcKkNUs,2231
16
- StreamingCommunity/Api/Site/altadefinizionegratis/site.py,sha256=Male8DG7nfF-i_MKt2vKcwNYBS2sRUIkN9FwwRitxRE,2972
17
- StreamingCommunity/Api/Site/animeunity/__init__.py,sha256=oTOYbtiwwNUiopzX4ZJCODQTZ528GAbLLaoNqsQOZmw,1288
18
- StreamingCommunity/Api/Site/animeunity/costant.py,sha256=vH-74s9DLqMVTXwXsQe8_cTxWwpAkSv3O-xoiupEfSI,764
19
- StreamingCommunity/Api/Site/animeunity/film_serie.py,sha256=662wBBBGeJkTICeSc4f1g5nPzINKvzCseWgaYnGaceg,4127
20
- StreamingCommunity/Api/Site/animeunity/site.py,sha256=-uuTOt1Kg79Mu893OmSujaqDjIOiYXQA_5S0BtCXqsc,5519
21
- StreamingCommunity/Api/Site/animeunity/util/ScrapeSerie.py,sha256=Gv0xvTJMHru3YExAqQ-ZFfwIxs_227mB3d0JpsI3oAY,2983
22
- StreamingCommunity/Api/Site/cb01new/__init__.py,sha256=ClPCBPR6dCdVIZvXknUNum86AOkxCycIKzNl4ZJGVPk,1230
23
- StreamingCommunity/Api/Site/cb01new/costant.py,sha256=leKXcU72IMN-zDmfiz4fgncjGnxj1AGqmnv0FYJsY0k,779
24
- StreamingCommunity/Api/Site/cb01new/film.py,sha256=OmSLiItgIR4iie3eLhwLLvJXRwYtSKB2H3TqpfqlCN0,2246
25
- StreamingCommunity/Api/Site/cb01new/site.py,sha256=eGPp0enGb-c2sBVVaRuAC6ykOPoPdiae-iFMm4BRScU,2447
26
- StreamingCommunity/Api/Site/ddlstreamitaly/__init__.py,sha256=3vjwaEXlnrDAProWxyWpkN2Zg528XnpNwUrOvyTHPTY,1374
27
- StreamingCommunity/Api/Site/ddlstreamitaly/costant.py,sha256=6_ezKVvuGInDC7MxSxmQH3i-MGNu96cKy4DGb5OqT5o,841
28
- StreamingCommunity/Api/Site/ddlstreamitaly/series.py,sha256=zcHEU7oBL8MVBUPxLOONX6D9d9Si9OzZa1aI3RPL8Ao,4245
29
- StreamingCommunity/Api/Site/ddlstreamitaly/site.py,sha256=ffxgUxexE-EI5kyzLqS8FQVMuH4ro9athRtIRAxMCSM,3102
30
- StreamingCommunity/Api/Site/ddlstreamitaly/util/ScrapeSerie.py,sha256=f7uA3VTANmWnLvYhjxMjzKRxU6FTgH2H8MSntWgc8jw,2652
31
- StreamingCommunity/Api/Site/guardaserie/__init__.py,sha256=1NUo7z1OqDQ-DmXj6Db303SeC-0OQ_ElKcxo73JbpOM,1221
32
- StreamingCommunity/Api/Site/guardaserie/costant.py,sha256=xzfz7DFH872iThs09z8jV-r8y-QkQLC7tmuMvF9YTwk,779
33
- StreamingCommunity/Api/Site/guardaserie/series.py,sha256=g3sIFdeTFwNr3wyNJ4NgiS9FSSgLUpjz9QK48sXG0ck,6846
34
- StreamingCommunity/Api/Site/guardaserie/site.py,sha256=phfXe4UyGv-_ebtX-hXL7YuZJ_tzfy4MiKTBrA9Ggs4,2879
35
- StreamingCommunity/Api/Site/guardaserie/util/ScrapeSerie.py,sha256=Os4lKYQB8PT1b-jzozRIpdovGh4gUQuXrPEHyLriYio,3399
36
- StreamingCommunity/Api/Site/ilcorsaronero/__init__.py,sha256=JBvYZqLlk5nckjYRApX5AZ58OfxF-yTTu6SE54F49Ms,1248
37
- StreamingCommunity/Api/Site/ilcorsaronero/costant.py,sha256=2hSZ5m2CB23IV3HsSClx1yzHhjQsxcjV3gicuWfsQyE,777
38
- StreamingCommunity/Api/Site/ilcorsaronero/site.py,sha256=_LD28s8zW8FfIq6p8Dg4qaZ0ogDLq-mQ59P3X3hGH2s,2240
39
- StreamingCommunity/Api/Site/ilcorsaronero/title.py,sha256=BGmBS4zNldfxtNBhPAgDtId0QPcLnEyHjTBstt0lJqU,1354
40
- StreamingCommunity/Api/Site/ilcorsaronero/util/ilCorsarScraper.py,sha256=1005qQmwCyaQXqn0_d2IYSG-nRe_B3k8yUijfVLlMnQ,5263
41
- StreamingCommunity/Api/Site/mostraguarda/__init__.py,sha256=0HRPWgz4pFpVR6_mUQy8SLGcUgQdseVrH-QqnfKlxW4,1177
42
- StreamingCommunity/Api/Site/mostraguarda/costant.py,sha256=c6CR_b8MTlVTHOmYNJ6AUBv_jQCOGB2BDxKGAGAxxmg,777
43
- StreamingCommunity/Api/Site/mostraguarda/film.py,sha256=KzlA2auJVHSA-r4YTtMOzui1vBTKftwQnm4RJmbwkHs,3031
44
- StreamingCommunity/Api/Site/streamingcommunity/__init__.py,sha256=TF8q_xHPXmwEkhDj3MS8xOVHgRQRmK-WNo0pQHChV74,1487
45
- StreamingCommunity/Api/Site/streamingcommunity/costant.py,sha256=c6CR_b8MTlVTHOmYNJ6AUBv_jQCOGB2BDxKGAGAxxmg,777
46
- StreamingCommunity/Api/Site/streamingcommunity/film.py,sha256=phNKLUnMSwAMhu8-1nk1LPY8AnEcCUUZW03ofa2Q3O8,2317
47
- StreamingCommunity/Api/Site/streamingcommunity/series.py,sha256=6JSePuk71-F_soks1g058mb4PYjID4HAE0Y_8ZhOyuY,7397
48
- StreamingCommunity/Api/Site/streamingcommunity/site.py,sha256=dA0f4FMMTMFv3zeDxjpgO2pMvX3Nz4oUlTOKmgsAay8,4127
49
- StreamingCommunity/Api/Site/streamingcommunity/util/ScrapeSerie.py,sha256=SQYgKFKRfyzjtJdXWfUg94JMMWddPESqbEY1Ga1Uii8,4331
50
- StreamingCommunity/Api/Template/__init__.py,sha256=lhVpudlILM1L9iBZ_7vfYwgKyrdR1OWeLvk364-fJpU,48
51
- StreamingCommunity/Api/Template/site.py,sha256=FR-tCGnrGtrL5CNOL2MvUyJVn0lx-d1-KQujnY2Gy6A,3021
52
- StreamingCommunity/Api/Template/Class/SearchType.py,sha256=lJ054oi7baFU8HoXzq_mO4foRz0wtF9GIGOOFS8VpmY,2632
53
- StreamingCommunity/Api/Template/Util/__init__.py,sha256=e-206LT2iAnL9I21fR_1FRm8F3WsbBRrUmraPP2Xfzo,202
54
- StreamingCommunity/Api/Template/Util/get_domain.py,sha256=KhQNE05OfhpGKNSHY3KCGfgFMHVJw8f3UR-craV103k,7320
55
- StreamingCommunity/Api/Template/Util/manage_ep.py,sha256=TkeRH8120Bsu7gTOJb2GRdZI6LZmgYCD60tQVruwkvI,6697
56
- StreamingCommunity/Api/Template/Util/recall_search.py,sha256=N-h00R2S8rQud3mNtUmaakK_8d9e5YxgHv4QwcJ4aZw,1184
57
- StreamingCommunity/Lib/Downloader/__init__.py,sha256=vAn-rpmlSmojvz4Quv47A5HLq4yBR_7noy4r6hqk0OQ,144
58
- StreamingCommunity/Lib/Downloader/HLS/downloader.py,sha256=eHnsP4kY02ZNa8G77QKHBMC06nbjtX-prucPHKssW8A,40141
59
- StreamingCommunity/Lib/Downloader/HLS/proxyes.py,sha256=Mrs5Mr6ATv-6BUS7CLcZjw3JNH7g_XOz7boeB1oQAQ8,3385
60
- StreamingCommunity/Lib/Downloader/HLS/segments.py,sha256=31U-l8zNAyZdT7bOL6P8qrZwtIKcGbB0nE7SHot_b_8,23162
61
- StreamingCommunity/Lib/Downloader/MP4/downloader.py,sha256=gWhNHhL5f3bXAGUaOlH2wCwda0sKi-R9s6PxOIp7LrU,6028
62
- StreamingCommunity/Lib/Downloader/TOR/downloader.py,sha256=Jo7qdb4C51v5zbwfRpKPsG5x38oLMWer6l1sK12TXoM,11525
63
- StreamingCommunity/Lib/FFmpeg/__init__.py,sha256=0KehwaTYL72PJaJJo2fzveGgc9F2-abIk7w6gXsfX1w,135
64
- StreamingCommunity/Lib/FFmpeg/capture.py,sha256=YptVE5Ff6-hJXmsARxtXclWXmVl16y6QLR-VMybBaEg,5601
65
- StreamingCommunity/Lib/FFmpeg/command.py,sha256=EfI3Q4tQkV7XmKWx0eBDnuIhn0O_lfPiAiI5IET3nLk,10289
66
- StreamingCommunity/Lib/FFmpeg/util.py,sha256=QTtBaFdrUa5CFSPq1ycr3_zw81A7zVRmQN7FoxUwuR8,8341
67
- StreamingCommunity/Lib/M3U8/__init__.py,sha256=sD2VIslF43OrudA1r-9xkSfUvSblr1LOZpaIM89F6M4,175
68
- StreamingCommunity/Lib/M3U8/decryptor.py,sha256=y2YLw_z5h2UG4-AAHSRQVgNnWra9pSPYW1bB3rrGOjs,6529
69
- StreamingCommunity/Lib/M3U8/estimator.py,sha256=fG34nlnz7ida0-EeZgnY2-nF2MX4yiStarp84JEblAA,9610
70
- StreamingCommunity/Lib/M3U8/parser.py,sha256=xmyCU4AYGIOUheTZ4OBPmQl_R4dJ3Y72i9UUa6_aErA,23553
71
- StreamingCommunity/Lib/M3U8/url_fixer.py,sha256=PWHdooOpXR2XNzsgniuyYL-w2YApO75s8Y1kEu_M88w,1846
72
- StreamingCommunity/Lib/TMBD/__init__.py,sha256=b3yUqfeBFpnKH-MScrZ3r90cpXc2ufCC-El3whK1zk8,55
73
- StreamingCommunity/Lib/TMBD/obj_tmbd.py,sha256=HEL3jAqUYtVgX7GCaw60EAD3JGvEJLOQXfD6lRYEjxA,1968
74
- StreamingCommunity/Lib/TMBD/tmdb.py,sha256=bHaRO073fmVMALY9S7N6_kiG3fhapKR_5fY6PaCBMXk,12026
75
- StreamingCommunity/Upload/update.py,sha256=ly2E4gf5RCkhlHvDyVNP57jkGGH41V-UHLYwBwgypP4,2324
76
- StreamingCommunity/Upload/version.py,sha256=lv62mPjvxVtG4itheprFzsI5o4X92Ric5uOxEU-oA28,175
77
- StreamingCommunity/Util/_jsonConfig.py,sha256=i-AIu66BJ1neExPumcasvfC7QbjWpWGr9071r9-19k0,7843
78
- StreamingCommunity/Util/call_stack.py,sha256=zuYbO8dV8bCa7fCdtaKQYuheA5K7BkTm3Oj8JA6GCpM,1417
79
- StreamingCommunity/Util/color.py,sha256=1iQUf5xDp5XKKbXl9MvKEXJvv44Zf0P4J2Nu5ATIId8,479
80
- StreamingCommunity/Util/console.py,sha256=bXP_iibXMpRIJ_zs03xFmSbkvMP3SguIuEUJZovoOqw,230
81
- StreamingCommunity/Util/ffmpeg_installer.py,sha256=LDNBugf5nGuNHB5_Al9BFPiFDc9vUrUodNeAilOJwmA,14718
82
- StreamingCommunity/Util/headers.py,sha256=igBcdy99BlQbMoBprfB4FfCX9DBcgci6Mlm_pe3Fv6o,4886
83
- StreamingCommunity/Util/logger.py,sha256=J-UTRHT4-jfmdEWozsTRD0nfvLHVcXsNO59WGnU7cEg,2173
84
- StreamingCommunity/Util/message.py,sha256=pgUf50z4kSJjKHBlBKn5bd26xlAAEvlLiMs9dvcvJ_s,3675
85
- StreamingCommunity/Util/os.py,sha256=zqDlFq5CEOOhR14lStYogXJ78UlMv2xz2nakpHbpumw,18607
86
- StreamingCommunity/Util/table.py,sha256=kXCx1zT9jaXQJuBG5oJBkvDJh3JL-f5x5OYaTOMc14o,8624
87
- StreamingCommunity-2.4.0.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
88
- StreamingCommunity-2.4.0.dist-info/METADATA,sha256=VbXenE7urWmsOMwCLuq9dyFajpbBLfqRIztavUTJ7C8,16766
89
- StreamingCommunity-2.4.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
90
- StreamingCommunity-2.4.0.dist-info/entry_points.txt,sha256=-iQU6qfeHFwauAg4iZhifWhNZAkiV-x3XuEauo_EjUc,68
91
- StreamingCommunity-2.4.0.dist-info/top_level.txt,sha256=YsOcxKP-WOhWpIWgBlh0coll9XUx7aqmRPT7kmt3fH0,19
92
- StreamingCommunity-2.4.0.dist-info/RECORD,,