StreamingCommunity 1.7.6__py3-none-any.whl → 1.8.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 (93) hide show
  1. StreamingCommunity/Src/Api/Player/Helper/Vixcloud/js_parser.py +4 -1
  2. StreamingCommunity/Src/Api/Player/Helper/Vixcloud/util.py +166 -166
  3. StreamingCommunity/Src/Api/Player/ddl.py +89 -89
  4. StreamingCommunity/Src/Api/Player/maxstream.py +151 -151
  5. StreamingCommunity/Src/Api/Player/supervideo.py +193 -193
  6. StreamingCommunity/Src/Api/Player/vixcloud.py +224 -212
  7. StreamingCommunity/Src/Api/Site/1337xx/__init__.py +50 -50
  8. StreamingCommunity/Src/Api/Site/1337xx/costant.py +14 -14
  9. StreamingCommunity/Src/Api/Site/1337xx/site.py +83 -83
  10. StreamingCommunity/Src/Api/Site/1337xx/title.py +66 -66
  11. StreamingCommunity/Src/Api/Site/altadefinizione/__init__.py +50 -50
  12. StreamingCommunity/Src/Api/Site/altadefinizione/costant.py +14 -14
  13. StreamingCommunity/Src/Api/Site/altadefinizione/film.py +69 -69
  14. StreamingCommunity/Src/Api/Site/altadefinizione/site.py +86 -86
  15. StreamingCommunity/Src/Api/Site/animeunity/__init__.py +50 -50
  16. StreamingCommunity/Src/Api/Site/animeunity/costant.py +15 -15
  17. StreamingCommunity/Src/Api/Site/animeunity/film_serie.py +131 -131
  18. StreamingCommunity/Src/Api/Site/animeunity/site.py +164 -164
  19. StreamingCommunity/Src/Api/Site/bitsearch/__init__.py +51 -51
  20. StreamingCommunity/Src/Api/Site/bitsearch/costant.py +15 -15
  21. StreamingCommunity/Src/Api/Site/bitsearch/site.py +84 -84
  22. StreamingCommunity/Src/Api/Site/bitsearch/title.py +47 -47
  23. StreamingCommunity/Src/Api/Site/cb01new/__init__.py +51 -51
  24. StreamingCommunity/Src/Api/Site/cb01new/costant.py +15 -15
  25. StreamingCommunity/Src/Api/Site/cb01new/film.py +69 -69
  26. StreamingCommunity/Src/Api/Site/cb01new/site.py +74 -74
  27. StreamingCommunity/Src/Api/Site/ddlstreamitaly/__init__.py +57 -57
  28. StreamingCommunity/Src/Api/Site/ddlstreamitaly/costant.py +16 -16
  29. StreamingCommunity/Src/Api/Site/ddlstreamitaly/series.py +142 -142
  30. StreamingCommunity/Src/Api/Site/ddlstreamitaly/site.py +92 -92
  31. StreamingCommunity/Src/Api/Site/ddlstreamitaly/util/ScrapeSerie.py +82 -82
  32. StreamingCommunity/Src/Api/Site/guardaserie/__init__.py +52 -52
  33. StreamingCommunity/Src/Api/Site/guardaserie/costant.py +15 -15
  34. StreamingCommunity/Src/Api/Site/guardaserie/series.py +195 -195
  35. StreamingCommunity/Src/Api/Site/guardaserie/site.py +84 -84
  36. StreamingCommunity/Src/Api/Site/guardaserie/util/ScrapeSerie.py +110 -110
  37. StreamingCommunity/Src/Api/Site/mostraguarda/__init__.py +48 -48
  38. StreamingCommunity/Src/Api/Site/mostraguarda/costant.py +14 -14
  39. StreamingCommunity/Src/Api/Site/mostraguarda/film.py +94 -94
  40. StreamingCommunity/Src/Api/Site/piratebays/__init__.py +50 -50
  41. StreamingCommunity/Src/Api/Site/piratebays/costant.py +14 -14
  42. StreamingCommunity/Src/Api/Site/piratebays/site.py +88 -88
  43. StreamingCommunity/Src/Api/Site/piratebays/title.py +45 -45
  44. StreamingCommunity/Src/Api/Site/streamingcommunity/__init__.py +55 -55
  45. StreamingCommunity/Src/Api/Site/streamingcommunity/costant.py +14 -14
  46. StreamingCommunity/Src/Api/Site/streamingcommunity/film.py +70 -70
  47. StreamingCommunity/Src/Api/Site/streamingcommunity/series.py +203 -203
  48. StreamingCommunity/Src/Api/Site/streamingcommunity/site.py +125 -125
  49. StreamingCommunity/Src/Api/Template/Class/SearchType.py +101 -101
  50. StreamingCommunity/Src/Api/Template/Util/__init__.py +4 -4
  51. StreamingCommunity/Src/Api/Template/Util/get_domain.py +137 -137
  52. StreamingCommunity/Src/Api/Template/Util/manage_ep.py +153 -153
  53. StreamingCommunity/Src/Api/Template/Util/recall_search.py +37 -37
  54. StreamingCommunity/Src/Api/Template/__init__.py +2 -2
  55. StreamingCommunity/Src/Api/Template/site.py +87 -87
  56. StreamingCommunity/Src/Lib/Downloader/HLS/downloader.py +968 -968
  57. StreamingCommunity/Src/Lib/Downloader/HLS/proxyes.py +110 -110
  58. StreamingCommunity/Src/Lib/Downloader/HLS/segments.py +540 -540
  59. StreamingCommunity/Src/Lib/Downloader/MP4/downloader.py +156 -156
  60. StreamingCommunity/Src/Lib/Downloader/TOR/downloader.py +222 -222
  61. StreamingCommunity/Src/Lib/Downloader/__init__.py +4 -4
  62. StreamingCommunity/Src/Lib/Driver/driver_1.py +76 -76
  63. StreamingCommunity/Src/Lib/FFmpeg/__init__.py +4 -4
  64. StreamingCommunity/Src/Lib/FFmpeg/capture.py +170 -170
  65. StreamingCommunity/Src/Lib/FFmpeg/command.py +292 -292
  66. StreamingCommunity/Src/Lib/FFmpeg/util.py +241 -241
  67. StreamingCommunity/Src/Lib/M3U8/__init__.py +5 -5
  68. StreamingCommunity/Src/Lib/M3U8/decryptor.py +128 -128
  69. StreamingCommunity/Src/Lib/M3U8/estimator.py +172 -172
  70. StreamingCommunity/Src/Lib/M3U8/parser.py +666 -666
  71. StreamingCommunity/Src/Lib/M3U8/url_fixer.py +51 -51
  72. StreamingCommunity/Src/Lib/TMBD/__init__.py +1 -1
  73. StreamingCommunity/Src/Lib/TMBD/obj_tmbd.py +39 -39
  74. StreamingCommunity/Src/Lib/TMBD/tmdb.py +345 -345
  75. StreamingCommunity/Src/Upload/update.py +64 -64
  76. StreamingCommunity/Src/Upload/version.py +5 -5
  77. StreamingCommunity/Src/Util/_jsonConfig.py +204 -204
  78. StreamingCommunity/Src/Util/call_stack.py +42 -42
  79. StreamingCommunity/Src/Util/color.py +20 -20
  80. StreamingCommunity/Src/Util/console.py +12 -12
  81. StreamingCommunity/Src/Util/headers.py +147 -147
  82. StreamingCommunity/Src/Util/logger.py +53 -53
  83. StreamingCommunity/Src/Util/message.py +46 -46
  84. StreamingCommunity/Src/Util/os.py +417 -417
  85. StreamingCommunity/Src/Util/table.py +163 -163
  86. StreamingCommunity/run.py +196 -196
  87. {StreamingCommunity-1.7.6.dist-info → StreamingCommunity-1.8.0.dist-info}/METADATA +1 -1
  88. StreamingCommunity-1.8.0.dist-info/RECORD +97 -0
  89. StreamingCommunity-1.7.6.dist-info/RECORD +0 -97
  90. {StreamingCommunity-1.7.6.dist-info → StreamingCommunity-1.8.0.dist-info}/LICENSE +0 -0
  91. {StreamingCommunity-1.7.6.dist-info → StreamingCommunity-1.8.0.dist-info}/WHEEL +0 -0
  92. {StreamingCommunity-1.7.6.dist-info → StreamingCommunity-1.8.0.dist-info}/entry_points.txt +0 -0
  93. {StreamingCommunity-1.7.6.dist-info → StreamingCommunity-1.8.0.dist-info}/top_level.txt +0 -0
StreamingCommunity/run.py CHANGED
@@ -1,196 +1,196 @@
1
- # 10.12.23
2
-
3
- import os
4
- import sys
5
- import time
6
- import glob
7
- import logging
8
- import platform
9
- import argparse
10
- import importlib
11
- from typing import Callable
12
-
13
-
14
- # Internal utilities
15
- from StreamingCommunity.Src.Util.message import start_message
16
- from StreamingCommunity.Src.Util.console import console, msg
17
- from StreamingCommunity.Src.Util._jsonConfig import config_manager
18
- from StreamingCommunity.Src.Upload.update import update as git_update
19
- from StreamingCommunity.Src.Util.os import os_summary
20
- from StreamingCommunity.Src.Lib.TMBD import tmdb
21
- from StreamingCommunity.Src.Util.logger import Logger
22
-
23
-
24
- # Config
25
- CLOSE_CONSOLE = config_manager.get_bool('DEFAULT', 'not_close')
26
- SHOW_TRENDING = config_manager.get_bool('DEFAULT', 'show_trending')
27
-
28
-
29
- def run_function(func: Callable[..., None], close_console: bool = False) -> None:
30
- """
31
- Run a given function indefinitely or once, depending on the value of close_console.
32
-
33
- Parameters:
34
- func (Callable[..., None]): The function to run.
35
- close_console (bool, optional): Whether to close the console after running the function once. Defaults to False.
36
- """
37
- if close_console:
38
- while 1:
39
- func()
40
- else:
41
- func()
42
-
43
-
44
- def load_search_functions():
45
- modules = []
46
- loaded_functions = {}
47
-
48
- # Traverse the Api directory
49
- api_dir = os.path.join(os.path.dirname(__file__), 'Src', 'Api', 'Site')
50
- init_files = glob.glob(os.path.join(api_dir, '*', '__init__.py'))
51
-
52
- # Retrieve modules and their indices
53
- for init_file in init_files:
54
-
55
- # Get folder name as module name
56
- module_name = os.path.basename(os.path.dirname(init_file))
57
- logging.info(f"Load module name: {module_name}")
58
-
59
- try:
60
- # Dynamically import the module
61
- mod = importlib.import_module(f'StreamingCommunity.Src.Api.Site.{module_name}')
62
-
63
- # Get 'indice' from the module
64
- indice = getattr(mod, 'indice', 0)
65
- is_deprecate = bool(getattr(mod, '_deprecate', True))
66
- use_for = getattr(mod, '_useFor', 'other')
67
-
68
- if not is_deprecate:
69
- modules.append((module_name, indice, use_for))
70
-
71
- except Exception as e:
72
- console.print(f"[red]Failed to import module {module_name}: {str(e)}")
73
-
74
- # Sort modules by 'indice'
75
- modules.sort(key=lambda x: x[1])
76
-
77
- # Load search functions in the sorted order
78
- for module_name, _, use_for in modules:
79
-
80
- # Construct a unique alias for the module
81
- module_alias = f'{module_name}_search'
82
-
83
- try:
84
-
85
- # Dynamically import the module
86
- mod = importlib.import_module(f'StreamingCommunity.Src.Api.Site.{module_name}')
87
-
88
- # Get the search function from the module (assuming the function is named 'search' and defined in __init__.py)
89
- search_function = getattr(mod, 'search')
90
-
91
- # Add the function to the loaded functions dictionary
92
- loaded_functions[module_alias] = (search_function, use_for)
93
-
94
- except Exception as e:
95
- console.print(f"[red]Failed to load search function from module {module_name}: {str(e)}")
96
-
97
- return loaded_functions
98
-
99
-
100
- def initialize():
101
-
102
- # Get start message
103
- start_message()
104
-
105
- # Get system info
106
- os_summary.get_system_summary()
107
-
108
- # Set terminal size for win 7
109
- if platform.system() == "Windows" and "7" in platform.version():
110
- os.system('mode 120, 40')
111
-
112
- # Check python version
113
- if sys.version_info < (3, 7):
114
- console.log("[red]Install python version > 3.7.16")
115
- sys.exit(0)
116
-
117
- # Attempting GitHub update
118
- try:
119
- git_update()
120
- print()
121
- except:
122
- console.log("[red]Error with loading github.")
123
-
124
- # Show trending film and series
125
- if SHOW_TRENDING:
126
- tmdb.display_trending_films()
127
- print()
128
- tmdb.display_trending_tv_shows()
129
- print()
130
-
131
-
132
- def main():
133
-
134
- start = time.time()
135
-
136
- # Create logger
137
- log_not = Logger()
138
- initialize()
139
-
140
- # Load search functions
141
- search_functions = load_search_functions()
142
- logging.info(f"Load module in: {time.time() - start} s")
143
-
144
- # Create dynamic argument parser
145
- parser = argparse.ArgumentParser(description='Script to download film and series from the internet.')
146
-
147
- color_map = {
148
- "anime": "red",
149
- "film_serie": "yellow",
150
- "film": "blue",
151
- "serie": "green",
152
- "other": "white"
153
- }
154
-
155
- # Add dynamic arguments based on loaded search modules
156
- for alias, (_, use_for) in search_functions.items():
157
- short_option = alias[:3].upper()
158
- long_option = alias
159
- parser.add_argument(f'-{short_option}', f'--{long_option}', action='store_true', help=f'Search for {alias.split("_")[0]} on streaming platforms.')
160
-
161
- # Parse command line arguments
162
- args = parser.parse_args()
163
-
164
- # Mapping command-line arguments to functions
165
- arg_to_function = {alias: func for alias, (func, _) in search_functions.items()}
166
-
167
- # Check which argument is provided and run the corresponding function
168
- for arg, func in arg_to_function.items():
169
- if getattr(args, arg):
170
- run_function(func)
171
- return
172
-
173
- # Mapping user input to functions
174
- input_to_function = {str(i): func for i, (alias, (func, _)) in enumerate(search_functions.items())}
175
-
176
- # Create dynamic prompt message and choices
177
- choice_labels = {str(i): (alias.split("_")[0].capitalize(), use_for) for i, (alias, (_, use_for)) in enumerate(search_functions.items())}
178
-
179
- # Display the category legend in a single line
180
- legend_text = " | ".join([f"[{color}]{category.capitalize()}[/{color}]" for category, color in color_map.items()])
181
- console.print(f"[bold green]Category Legend:[/bold green] {legend_text}")
182
-
183
- # Construct the prompt message with color-coded site names
184
- prompt_message = "[green]Insert category [white](" + ", ".join(
185
- [f"{key}: [{color_map[label[1]]}]{label[0]}[/{color_map[label[1]]}]" for key, label in choice_labels.items()]
186
- ) + "[white])"
187
-
188
- # Ask the user for input
189
- category = msg.ask(prompt_message, choices=list(choice_labels.keys()), default="0", show_choices=False, show_default=False)
190
-
191
- # Run the corresponding function based on user input
192
- if category in input_to_function:
193
- run_function(input_to_function[category])
194
- else:
195
- console.print("[red]Invalid category.")
196
- sys.exit(0)
1
+ # 10.12.23
2
+
3
+ import os
4
+ import sys
5
+ import time
6
+ import glob
7
+ import logging
8
+ import platform
9
+ import argparse
10
+ import importlib
11
+ from typing import Callable
12
+
13
+
14
+ # Internal utilities
15
+ from StreamingCommunity.Src.Util.message import start_message
16
+ from StreamingCommunity.Src.Util.console import console, msg
17
+ from StreamingCommunity.Src.Util._jsonConfig import config_manager
18
+ from StreamingCommunity.Src.Upload.update import update as git_update
19
+ from StreamingCommunity.Src.Util.os import os_summary
20
+ from StreamingCommunity.Src.Lib.TMBD import tmdb
21
+ from StreamingCommunity.Src.Util.logger import Logger
22
+
23
+
24
+ # Config
25
+ CLOSE_CONSOLE = config_manager.get_bool('DEFAULT', 'not_close')
26
+ SHOW_TRENDING = config_manager.get_bool('DEFAULT', 'show_trending')
27
+
28
+
29
+ def run_function(func: Callable[..., None], close_console: bool = False) -> None:
30
+ """
31
+ Run a given function indefinitely or once, depending on the value of close_console.
32
+
33
+ Parameters:
34
+ func (Callable[..., None]): The function to run.
35
+ close_console (bool, optional): Whether to close the console after running the function once. Defaults to False.
36
+ """
37
+ if close_console:
38
+ while 1:
39
+ func()
40
+ else:
41
+ func()
42
+
43
+
44
+ def load_search_functions():
45
+ modules = []
46
+ loaded_functions = {}
47
+
48
+ # Traverse the Api directory
49
+ api_dir = os.path.join(os.path.dirname(__file__), 'Src', 'Api', 'Site')
50
+ init_files = glob.glob(os.path.join(api_dir, '*', '__init__.py'))
51
+
52
+ # Retrieve modules and their indices
53
+ for init_file in init_files:
54
+
55
+ # Get folder name as module name
56
+ module_name = os.path.basename(os.path.dirname(init_file))
57
+ logging.info(f"Load module name: {module_name}")
58
+
59
+ try:
60
+ # Dynamically import the module
61
+ mod = importlib.import_module(f'StreamingCommunity.Src.Api.Site.{module_name}')
62
+
63
+ # Get 'indice' from the module
64
+ indice = getattr(mod, 'indice', 0)
65
+ is_deprecate = bool(getattr(mod, '_deprecate', True))
66
+ use_for = getattr(mod, '_useFor', 'other')
67
+
68
+ if not is_deprecate:
69
+ modules.append((module_name, indice, use_for))
70
+
71
+ except Exception as e:
72
+ console.print(f"[red]Failed to import module {module_name}: {str(e)}")
73
+
74
+ # Sort modules by 'indice'
75
+ modules.sort(key=lambda x: x[1])
76
+
77
+ # Load search functions in the sorted order
78
+ for module_name, _, use_for in modules:
79
+
80
+ # Construct a unique alias for the module
81
+ module_alias = f'{module_name}_search'
82
+
83
+ try:
84
+
85
+ # Dynamically import the module
86
+ mod = importlib.import_module(f'StreamingCommunity.Src.Api.Site.{module_name}')
87
+
88
+ # Get the search function from the module (assuming the function is named 'search' and defined in __init__.py)
89
+ search_function = getattr(mod, 'search')
90
+
91
+ # Add the function to the loaded functions dictionary
92
+ loaded_functions[module_alias] = (search_function, use_for)
93
+
94
+ except Exception as e:
95
+ console.print(f"[red]Failed to load search function from module {module_name}: {str(e)}")
96
+
97
+ return loaded_functions
98
+
99
+
100
+ def initialize():
101
+
102
+ # Get start message
103
+ start_message()
104
+
105
+ # Get system info
106
+ os_summary.get_system_summary()
107
+
108
+ # Set terminal size for win 7
109
+ if platform.system() == "Windows" and "7" in platform.version():
110
+ os.system('mode 120, 40')
111
+
112
+ # Check python version
113
+ if sys.version_info < (3, 7):
114
+ console.log("[red]Install python version > 3.7.16")
115
+ sys.exit(0)
116
+
117
+ # Attempting GitHub update
118
+ try:
119
+ git_update()
120
+ print()
121
+ except:
122
+ console.log("[red]Error with loading github.")
123
+
124
+ # Show trending film and series
125
+ if SHOW_TRENDING:
126
+ tmdb.display_trending_films()
127
+ print()
128
+ tmdb.display_trending_tv_shows()
129
+ print()
130
+
131
+
132
+ def main():
133
+
134
+ start = time.time()
135
+
136
+ # Create logger
137
+ log_not = Logger()
138
+ initialize()
139
+
140
+ # Load search functions
141
+ search_functions = load_search_functions()
142
+ logging.info(f"Load module in: {time.time() - start} s")
143
+
144
+ # Create dynamic argument parser
145
+ parser = argparse.ArgumentParser(description='Script to download film and series from the internet.')
146
+
147
+ color_map = {
148
+ "anime": "red",
149
+ "film_serie": "yellow",
150
+ "film": "blue",
151
+ "serie": "green",
152
+ "other": "white"
153
+ }
154
+
155
+ # Add dynamic arguments based on loaded search modules
156
+ for alias, (_, use_for) in search_functions.items():
157
+ short_option = alias[:3].upper()
158
+ long_option = alias
159
+ parser.add_argument(f'-{short_option}', f'--{long_option}', action='store_true', help=f'Search for {alias.split("_")[0]} on streaming platforms.')
160
+
161
+ # Parse command line arguments
162
+ args = parser.parse_args()
163
+
164
+ # Mapping command-line arguments to functions
165
+ arg_to_function = {alias: func for alias, (func, _) in search_functions.items()}
166
+
167
+ # Check which argument is provided and run the corresponding function
168
+ for arg, func in arg_to_function.items():
169
+ if getattr(args, arg):
170
+ run_function(func)
171
+ return
172
+
173
+ # Mapping user input to functions
174
+ input_to_function = {str(i): func for i, (alias, (func, _)) in enumerate(search_functions.items())}
175
+
176
+ # Create dynamic prompt message and choices
177
+ choice_labels = {str(i): (alias.split("_")[0].capitalize(), use_for) for i, (alias, (_, use_for)) in enumerate(search_functions.items())}
178
+
179
+ # Display the category legend in a single line
180
+ legend_text = " | ".join([f"[{color}]{category.capitalize()}[/{color}]" for category, color in color_map.items()])
181
+ console.print(f"[bold green]Category Legend:[/bold green] {legend_text}")
182
+
183
+ # Construct the prompt message with color-coded site names
184
+ prompt_message = "[green]Insert category [white](" + ", ".join(
185
+ [f"{key}: [{color_map[label[1]]}]{label[0]}[/{color_map[label[1]]}]" for key, label in choice_labels.items()]
186
+ ) + "[white])"
187
+
188
+ # Ask the user for input
189
+ category = msg.ask(prompt_message, choices=list(choice_labels.keys()), default="0", show_choices=False, show_default=False)
190
+
191
+ # Run the corresponding function based on user input
192
+ if category in input_to_function:
193
+ run_function(input_to_function[category])
194
+ else:
195
+ console.print("[red]Invalid category.")
196
+ sys.exit(0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: StreamingCommunity
3
- Version: 1.7.6
3
+ Version: 1.8.0
4
4
  Home-page: https://github.com/Lovi-0/StreamingCommunity
5
5
  Author: Lovi-0
6
6
  Project-URL: Bug Reports, https://github.com/Lovi-0/StreamingCommunity/issues
@@ -0,0 +1,97 @@
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,,
@@ -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,,