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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: StreamingCommunity
3
- Version: 1.8.0
3
+ Version: 1.9.1
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
@@ -18,7 +18,8 @@ Requires-Dist: psutil
18
18
  Requires-Dist: unidecode
19
19
  Requires-Dist: jsbeautifier
20
20
  Requires-Dist: pathvalidate
21
- Requires-Dist: fake-useragent
21
+ Requires-Dist: pycryptodome
22
+ Requires-Dist: fake-useragent==1.1.3
22
23
  Requires-Dist: qbittorrent-api
23
24
  Requires-Dist: python-qbittorrent
24
25
  Requires-Dist: googlesearch-python
@@ -29,25 +30,34 @@ Requires-Dist: googlesearch-python
29
30
 
30
31
  A versatile script designed to download films and series from various supported streaming platforms.
31
32
 
32
- ## 🤝 Join our Community
33
+ # 🤝 Join our Community
33
34
 
34
35
  Chat, contribute, and have fun in our **Git_StreamingCommunity** Discord [Server](https://discord.com/invite/8vV68UGRc7)
35
36
 
36
- ## 📋 Table of Contents
37
+ # 📋 Table of Contents
37
38
 
39
+ - [Website available](#website-status)
38
40
  - [Installation](#installation)
39
- - [PyPI Installation](#pypi-installation)
40
- - [Automatic Installation](#automatic-installation)
41
- - [Manual Installation](#manual-installation)
41
+ - [PyPI Installation](#1-pypi-installation)
42
+ - [Automatic Installation](#2-automatic-installation)
43
+ - [Manual Installation](#3-manual-installation)
42
44
  - [Win 7](https://github.com/Ghost6446/StreamingCommunity_api/wiki/Installation#win-7)
43
45
  - [Termux](https://github.com/Ghost6446/StreamingCommunity_api/wiki/Termux)
44
46
  - [Configuration](#configuration)
45
- - [Tutorial](#tutorial)
47
+ - [Default](#default-settings)
48
+ - [Request](#requests-settings)
49
+ - [Browser](#browser-settings)
50
+ - [Download](#m3u8_download-settings)
51
+ - [Parser](#m3u8_parser-settings)
52
+ - [Docker](#docker)
53
+ - [Tutorial](#tutorials)
46
54
  - [To Do](#to-do)
47
55
 
48
- ## 💻 Installation
49
56
 
50
- ### 1. PyPI Installation
57
+
58
+ # Installation
59
+
60
+ ## 1. PyPI Installation
51
61
 
52
62
  Install directly from PyPI:
53
63
 
@@ -55,7 +65,7 @@ Install directly from PyPI:
55
65
  pip install StreamingCommunity
56
66
  ```
57
67
 
58
- #### Creating a Run Script
68
+ ### Creating a Run Script
59
69
 
60
70
  Create `run_streaming.py`:
61
71
 
@@ -71,15 +81,15 @@ Run the script:
71
81
  python run_streaming.py
72
82
  ```
73
83
 
74
- #### Updating via PyPI
84
+ ## Updating via PyPI
75
85
 
76
86
  ```bash
77
87
  pip install --upgrade StreamingCommunity
78
88
  ```
79
89
 
80
- ### 2. Automatic Installation
90
+ ## 2. Automatic Installation
81
91
 
82
- #### Supported Operating Systems 💿
92
+ ### Supported Operating Systems 💿
83
93
 
84
94
  | OS | Automatic Installation Support |
85
95
  |:----------------|:------------------------------:|
@@ -92,95 +102,99 @@ pip install --upgrade StreamingCommunity
92
102
  | MacOS | ✔️ |
93
103
  | Termux | ❌ |
94
104
 
95
- #### Installation Steps
105
+ ### Installation Steps
96
106
 
97
- ##### On Windows:
107
+ #### On Windows:
98
108
 
99
109
  ```powershell
100
110
  .\win_install.bat
101
111
  ```
102
112
 
103
- ##### On Linux/MacOS/BSD:
113
+ #### On Linux/MacOS/BSD:
104
114
 
105
115
  ```bash
106
116
  sudo chmod +x unix_install.sh && ./unix_install.sh
107
117
  ```
108
118
 
109
- #### Usage
119
+ ### Usage
110
120
 
111
- ##### On Windows:
121
+ #### On Windows:
112
122
 
113
123
  ```powershell
114
- python .\run.py
124
+ python .\test_run.py
115
125
  ```
116
126
 
117
127
  or
118
128
 
119
129
  ```powershell
120
- source .venv/bin/activate && python run.py && deactivate
130
+ source .venv/bin/activate && python test_run.py && deactivate
121
131
  ```
122
132
 
123
- ##### On Linux/MacOS/BSD:
133
+ #### On Linux/MacOS/BSD:
124
134
 
125
135
  ```bash
126
- ./run.py
136
+ ./test_run.py
127
137
  ```
128
138
 
129
- ### 3. Manual Installation
139
+ ## 3. Manual Installation
130
140
 
131
- #### Requirements 📋
141
+ ### Requirements 📋
132
142
 
133
143
  Prerequisites:
134
144
  * [Python](https://www.python.org/downloads/) > 3.8
135
145
  * [FFmpeg](https://www.gyan.dev/ffmpeg/builds/)
136
146
 
137
- #### Install Python Dependencies
147
+ ### Install Python Dependencies
138
148
 
139
149
  ```bash
140
150
  pip install -r requirements.txt
141
151
  ```
142
152
 
143
- #### Usage
153
+ ### Usage
144
154
 
145
- ##### On Windows:
155
+ #### On Windows:
146
156
 
147
157
  ```powershell
148
- python run.py
158
+ python test_run.py
149
159
  ```
150
160
 
151
- ##### On Linux/MacOS:
161
+ #### On Linux/MacOS:
152
162
 
153
163
  ```bash
154
- python3 run.py
164
+ python3 test_run.py
155
165
  ```
156
166
 
157
- ### Update
167
+ ## Update
158
168
 
159
169
  Keep your script up to date with the latest features by running:
160
170
 
161
- #### On Windows:
171
+ ### On Windows:
162
172
 
163
173
  ```powershell
164
174
  python update.py
165
175
  ```
166
176
 
167
- #### On Linux/MacOS:
177
+ ### On Linux/MacOS:
168
178
 
169
179
  ```bash
170
180
  python3 update.py
171
181
  ```
172
182
 
173
- ## Configuration ⚙️
183
+ <br>
184
+
185
+ # Configuration
174
186
 
175
187
  You can change some behaviors by tweaking the configuration file.
176
188
 
177
189
  The configuration file is divided into several main sections:
178
190
 
179
- ### DEFAULT Settings
191
+ ## DEFAULT Settings
180
192
 
181
193
  ```json
182
194
  {
183
195
  "root_path": "Video",
196
+ "movie_folder_name": "Movie",
197
+ "serie_folder_name": "TV",
184
198
  "map_episode_name": "%(tv_name)_S%(season)E%(episode)_%(episode_name)",
185
199
  "not_close": false,
186
200
  "show_trending": false
@@ -189,15 +203,17 @@ The configuration file is divided into several main sections:
189
203
 
190
204
  - `root_path`: Directory where all videos will be saved
191
205
 
192
- #### Path examples:
193
-
194
-
206
+ ### Path examples:
195
207
  * Windows: `C:\\MyLibrary\\Folder` or `\\\\MyServer\\MyLibrary` (if you want to use a network folder)
196
208
  * Linux/MacOS: `Desktop/MyLibrary/Folder`
197
209
  `<br/><br/>`
210
+
211
+ - `movie_folder_name`: The name of the subdirectory where movies will be stored.
212
+ - `serie_folder_name`: The name of the subdirectory where TV series will be stored.
213
+
198
214
  - `map_episode_name`: Template for TV series episode filenames
199
215
 
200
- #### Episode name usage:
216
+ ### Episode name usage:
201
217
 
202
218
  You can choose different vars:
203
219
 
@@ -211,22 +227,24 @@ The configuration file is divided into several main sections:
211
227
  - `not_close`: If true, continues running after downloading
212
228
  - `show_trending`: Display trending content on startup
213
229
 
214
- #### qBittorrent Configuration
230
+ ### qBittorrent Configuration
215
231
 
216
- ```json
217
- {
218
- "config_qbit_tor": {
219
- "host": "192.168.1.59",
220
- "port": "8080",
221
- "user": "admin",
222
- "pass": "adminadmin"
232
+ ```json
233
+ {
234
+ "config_qbit_tor": {
235
+ "host": "192.168.1.59",
236
+ "port": "8080",
237
+ "user": "admin",
238
+ "pass": "adminadmin"
239
+ }
223
240
  }
224
- }
225
- ```
241
+ ```
242
+
243
+ To enable qBittorrent integration, follow the setup guide [here](https://github.com/lgallard/qBittorrent-Controller/wiki/How-to-enable-the-qBittorrent-Web-UI).
226
244
 
227
- To enable qBittorrent integration, follow the setup guide [here](https://github.com/lgallard/qBittorrent-Controller/wiki/How-to-enable-the-qBittorrent-Web-UI).
245
+ <br>
228
246
 
229
- ### REQUESTS Settings
247
+ ## REQUESTS Settings
230
248
 
231
249
  ```json
232
250
  {
@@ -238,7 +256,9 @@ To enable qBittorrent integration, follow the setup guide [here](https://github.
238
256
  - `timeout`: Maximum timeout (in seconds) for each request
239
257
  - `max_retry`: Number of retry attempts per segment during M3U8 index download
240
258
 
241
- ### BROWSER Settings
259
+ <br>
260
+
261
+ ## BROWSER Settings
242
262
 
243
263
  ```json
244
264
  {
@@ -248,7 +268,9 @@ To enable qBittorrent integration, follow the setup guide [here](https://github.
248
268
 
249
269
  - `headless`: Controls whether to run browser in headless mode
250
270
 
251
- ### M3U8_DOWNLOAD Settings
271
+ <br>
272
+
273
+ ## M3U8_DOWNLOAD Settings
252
274
 
253
275
  ```json
254
276
  {
@@ -266,7 +288,10 @@ To enable qBittorrent integration, follow the setup guide [here](https://github.
266
288
  - `default_audio_workser`: Number of threads for audio download
267
289
  - `cleanup_tmp_folder`: Remove temporary .ts files after download
268
290
 
269
- #### Language Settings
291
+
292
+ <br>
293
+
294
+ ### Language Settings
270
295
 
271
296
  The following codes can be used for `specific_list_audio` and `specific_list_subtitles`:
272
297
 
@@ -301,7 +326,7 @@ forced-ita hin - Hindi pol - Polish tur - Turkish
301
326
  > "specific_list_subtitles": ["ita", "eng", "spa"]
302
327
  > ```
303
328
 
304
- ### M3U8_PARSER Settings
329
+ ## M3U8_PARSER Settings
305
330
 
306
331
  ```json
307
332
  {
@@ -313,8 +338,42 @@ forced-ita hin - Hindi pol - Polish tur - Turkish
313
338
  - `force_resolution`: Force specific resolution (-1 for best available, or specify 1080, 720, 360)
314
339
  - `get_only_link`: Return M3U8 playlist/index URL instead of downloading
315
340
 
341
+ <br>
342
+
343
+ # Docker
316
344
 
317
- ## 🌐 Website Status
345
+ You can run the script in a docker container, to build the image just run
346
+
347
+ ```
348
+ docker build -t streaming-community-api .
349
+ ```
350
+
351
+ and to run it use
352
+
353
+ ```
354
+ docker run -it -p 8000:8000 streaming-community-api
355
+ ```
356
+
357
+ By default the videos will be saved in `/app/Video` inside the container, if you want to to save them in your machine instead of the container just run
358
+
359
+ ```
360
+ docker run -it -p 8000:8000 -v /path/to/download:/app/Video streaming-community-api
361
+ ```
362
+
363
+ ### Docker quick setup with Make
364
+
365
+ Inside the Makefile (install `make`) are already configured two commands to build and run the container:
366
+
367
+ ```
368
+ make build-container
369
+
370
+ # set your download directory as ENV variable
371
+ make LOCAL_DIR=/path/to/download run-container
372
+ ```
373
+
374
+ The `run-container` command mounts also the `config.json` file, so any change to the configuration file is reflected immediately without having to rebuild the image.
375
+
376
+ # Website Status
318
377
 
319
378
  | Website | Status |
320
379
  |:-------------------|:------:|
@@ -329,16 +388,18 @@ forced-ita hin - Hindi pol - Polish tur - Turkish
329
388
  | PirateBays | ✅ |
330
389
  | StreamingCommunity | ✅ |
331
390
 
332
- ## 📖 Tutorials
391
+ # Tutorials
333
392
 
334
393
  - [Windows Tutorial](https://www.youtube.com/watch?v=mZGqK4wdN-k)
335
394
  - [Linux Tutorial](https://www.youtube.com/watch?v=0qUNXPE_mTg)
395
+ - [Pypy Tutorial](https://www.youtube.com/watch?v=C6m9ZKOK0p4)
396
+ - [Compiled .exe Tutorial](https://www.youtube.com/watch?v=pm4lqsxkTVo)
336
397
 
337
- ## 📝 To Do
398
+ # To Do
338
399
 
339
400
  - Create website API
340
401
 
341
- ## 🤝 Contributing
402
+ # Contributing
342
403
 
343
404
  Contributions are welcome! Steps:
344
405
  1. Fork the repository
@@ -346,3 +407,8 @@ Contributions are welcome! Steps:
346
407
  3. Commit changes (`git commit -m 'Add some AmazingFeature'`)
347
408
  4. Push to branch (`git push origin feature/AmazingFeature`)
348
409
  5. Open Pull Request
410
+
411
+
412
+ # Disclaimer
413
+
414
+ This software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software.
@@ -0,0 +1,95 @@
1
+ StreamingCommunity/run.py,sha256=65eHdAXNZD5FWSIUARHTco84SMYrhhjiRerxZWuDtNw,6764
2
+ StreamingCommunity/Api/Player/ddl.py,sha256=cRPb3sfX5o_rkJ33qe7rDGmlgRgYMr0LTmdZLCsbO90,2409
3
+ StreamingCommunity/Api/Player/maxstream.py,sha256=w4PBjJIsznfdfZMvDj3b-m9-mRBbQDiIsuxQviqWLhg,5418
4
+ StreamingCommunity/Api/Player/supervideo.py,sha256=gNoAo_LVZWycfIzmK28erWRTXwNDV6FKJSLJ2Lrw_Ok,6118
5
+ StreamingCommunity/Api/Player/vixcloud.py,sha256=P3R05Gy9CtbVwgWjtI4jDAQ_GB0Ob3G00DGRJ4yn5Xs,7439
6
+ StreamingCommunity/Api/Player/Helper/Vixcloud/js_parser.py,sha256=HniFPpcF1qtMAT8z5bf4noHJO85x8wRke6KUxB5r-F0,4438
7
+ StreamingCommunity/Api/Player/Helper/Vixcloud/util.py,sha256=hTX4LGqEK9nnRIuGYPfNDY83V837-BHfLuBbXHUp8hA,5556
8
+ StreamingCommunity/Api/Site/1337xx/__init__.py,sha256=7p49dTuAma56y6dUHKeY-gtV964RlsAjL9shW1uWqKk,1173
9
+ StreamingCommunity/Api/Site/1337xx/costant.py,sha256=3jDI0qlysmtfiZIAciNA-pBLSza5GBYKZlONyMpb-FI,451
10
+ StreamingCommunity/Api/Site/1337xx/site.py,sha256=nJ1VY0_0fkNgw8vWZ3DvI4gHgUwOiRfq5S4v3Bok31g,2623
11
+ StreamingCommunity/Api/Site/1337xx/title.py,sha256=luZsS5nrH0gzkDScGexmtFXJZvRWbFRs5yYR7Ch3HYA,1991
12
+ StreamingCommunity/Api/Site/altadefinizione/__init__.py,sha256=5B0dt15lWGP20E7OIwF9HNBFUWySwh3iNj-_YTWHZac,1164
13
+ StreamingCommunity/Api/Site/altadefinizione/costant.py,sha256=bxFBx_dljZM8x4nxig8pg35ylDQnR4NNr2SV3_S7Lg0,451
14
+ StreamingCommunity/Api/Site/altadefinizione/film.py,sha256=Lijal7JShc3d2DTyFu8L7_SMVkRmZ7dk5Xa0zh_y_Yo,2172
15
+ StreamingCommunity/Api/Site/altadefinizione/site.py,sha256=mL-DSlOnr9HGEOW9gZZswhH2uPg2xWqT1F3IfxrjhBY,2827
16
+ StreamingCommunity/Api/Site/animeunity/__init__.py,sha256=eaooEesg_Dx_2Fy3nk3G0eoyL1buZWVRTkz3gBsHhd4,1254
17
+ StreamingCommunity/Api/Site/animeunity/costant.py,sha256=bxFBx_dljZM8x4nxig8pg35ylDQnR4NNr2SV3_S7Lg0,451
18
+ StreamingCommunity/Api/Site/animeunity/film_serie.py,sha256=JXJjmKb-3D474TziuUf33wnfLVM_MIB8p1Zqd-Pkntw,4085
19
+ StreamingCommunity/Api/Site/animeunity/site.py,sha256=HHQphMg6fct2u_ZVbUV0ZrX-wfmYpvb9q1fgMcgbf9U,5240
20
+ StreamingCommunity/Api/Site/animeunity/util/ScrapeSerie.py,sha256=Gv0xvTJMHru3YExAqQ-ZFfwIxs_227mB3d0JpsI3oAY,2983
21
+ StreamingCommunity/Api/Site/bitsearch/__init__.py,sha256=2duJtu9SJOnU5KVZLDaHUILnYX9DE7n4eodvEQv5tnU,1174
22
+ StreamingCommunity/Api/Site/bitsearch/costant.py,sha256=rMr5QlsdODtRciM-rUYgVY2RhyeIc40oZxQJfyKGDYQ,453
23
+ StreamingCommunity/Api/Site/bitsearch/site.py,sha256=Uiq4ry3s3ZzBOtae6Q9IFFs21cUNoT2mrp9eHiFJlqE,2759
24
+ StreamingCommunity/Api/Site/bitsearch/title.py,sha256=A40APeed81rSVPJjWvSSZSz1b4afEvrjx9ewInGM0uo,1363
25
+ StreamingCommunity/Api/Site/cb01new/__init__.py,sha256=zyg-ScpiphpgTCSI8LnCvJL-E7fGupTBmKqtfHwDSi4,1184
26
+ StreamingCommunity/Api/Site/cb01new/costant.py,sha256=EcUm_oH28CGbi5Dm2sBBAHJ1ywzn6R6mwk-Rx8mj7aQ,453
27
+ StreamingCommunity/Api/Site/cb01new/film.py,sha256=MJc84TrvN6vAOVswAx3PmONsCTtKYE-uJjD4yQE12tE,2205
28
+ StreamingCommunity/Api/Site/cb01new/site.py,sha256=xGzLjWOfu4i0vDk0cl6gdSswMoIj_s8Frd4O_4wMazM,2089
29
+ StreamingCommunity/Api/Site/ddlstreamitaly/__init__.py,sha256=2dS8z1LSVbZqG11CPOedek2Iu1dUDNHE8nfLZOzT2AM,1410
30
+ StreamingCommunity/Api/Site/ddlstreamitaly/costant.py,sha256=hzzLdsJPDnyz553_lOH7_ZPrQjVAnvBQAY19qcAzhNM,516
31
+ StreamingCommunity/Api/Site/ddlstreamitaly/series.py,sha256=yJ8v3jBttqrby0-GX-g3jC_o8vtNzuPXgJps8YVM8Tk,4200
32
+ StreamingCommunity/Api/Site/ddlstreamitaly/site.py,sha256=wDqbTLWm8iMuDTkx5N38Ay-zpmRUnNpyoeTw-2zaIFs,2837
33
+ StreamingCommunity/Api/Site/ddlstreamitaly/util/ScrapeSerie.py,sha256=f7uA3VTANmWnLvYhjxMjzKRxU6FTgH2H8MSntWgc8jw,2652
34
+ StreamingCommunity/Api/Site/guardaserie/__init__.py,sha256=PUFDUFI4AXDWrSB50_vxOvHQioFNsySCYVp9z5NPzZE,1257
35
+ StreamingCommunity/Api/Site/guardaserie/costant.py,sha256=OOxqZVqlZ9XcdrOLLOz4U7MA2SrRbZ_qvvlGpuQzczo,453
36
+ StreamingCommunity/Api/Site/guardaserie/series.py,sha256=20rsbmFTgenI2X-CYHW0pm94Yt3KF2BTTWeub5HK9SY,6802
37
+ StreamingCommunity/Api/Site/guardaserie/site.py,sha256=ZT6uq5v914HO64WLp3PPpVxiC-w9PYOk8_1BjpHjh98,2568
38
+ StreamingCommunity/Api/Site/guardaserie/util/ScrapeSerie.py,sha256=Os4lKYQB8PT1b-jzozRIpdovGh4gUQuXrPEHyLriYio,3399
39
+ StreamingCommunity/Api/Site/mostraguarda/__init__.py,sha256=efd8iJ2v6UtMAvdVqH9772CDtiOIaHhdppRRlAzG7mQ,1131
40
+ StreamingCommunity/Api/Site/mostraguarda/costant.py,sha256=bxFBx_dljZM8x4nxig8pg35ylDQnR4NNr2SV3_S7Lg0,451
41
+ StreamingCommunity/Api/Site/mostraguarda/film.py,sha256=eCizCCTanFxYXjS6-oMJSqaauW9PeYDHx4OkNggInac,2848
42
+ StreamingCommunity/Api/Site/piratebays/__init__.py,sha256=7p49dTuAma56y6dUHKeY-gtV964RlsAjL9shW1uWqKk,1173
43
+ StreamingCommunity/Api/Site/piratebays/costant.py,sha256=3jDI0qlysmtfiZIAciNA-pBLSza5GBYKZlONyMpb-FI,451
44
+ StreamingCommunity/Api/Site/piratebays/site.py,sha256=xpNRT9cB-ElUTz7yFafy8bu601CldIZCXMlbcV5_-JA,2930
45
+ StreamingCommunity/Api/Site/piratebays/title.py,sha256=9pNBCVt-4OVFB_m2X2jqq_ms_jiRi3y6Atx9h7zTtWo,1347
46
+ StreamingCommunity/Api/Site/streamingcommunity/__init__.py,sha256=rqaY_poudWLCK8rZ93QIgetG4PjNg7aDH5tGse0Co_4,1437
47
+ StreamingCommunity/Api/Site/streamingcommunity/costant.py,sha256=XEksndtxSC8As-r15f0hRuFAum-CjseegrVjFYOc_XY,436
48
+ StreamingCommunity/Api/Site/streamingcommunity/film.py,sha256=5v8Tack3ZNpRh9Rjut1Lefvmsiwrsozf2xml8n3pxNE,2248
49
+ StreamingCommunity/Api/Site/streamingcommunity/series.py,sha256=BXCOsdUEsn2I_WfGpTYvCJly8qPN49PLpJU6v9TnCaI,7576
50
+ StreamingCommunity/Api/Site/streamingcommunity/site.py,sha256=yH6y50EqES0s6vng79MxPXgUngxbvzlYMkPIr8albHA,3594
51
+ StreamingCommunity/Api/Site/streamingcommunity/util/ScrapeSerie.py,sha256=XBLtKuV4j0rrfYovvlSOn_3rNoaeYokewAUpB7YxQYI,3958
52
+ StreamingCommunity/Api/Template/__init__.py,sha256=lhVpudlILM1L9iBZ_7vfYwgKyrdR1OWeLvk364-fJpU,48
53
+ StreamingCommunity/Api/Template/site.py,sha256=Xk_XpZ97xDUhGeiwo-52b7h1kOVsRQVdCqoXcMs2zHk,2995
54
+ StreamingCommunity/Api/Template/Class/SearchType.py,sha256=lJ054oi7baFU8HoXzq_mO4foRz0wtF9GIGOOFS8VpmY,2632
55
+ StreamingCommunity/Api/Template/Util/__init__.py,sha256=e-206LT2iAnL9I21fR_1FRm8F3WsbBRrUmraPP2Xfzo,202
56
+ StreamingCommunity/Api/Template/Util/get_domain.py,sha256=gstMBdhevDhsmQUGHLlaUXBrSptKWE9bDXZbHfatrKs,4793
57
+ StreamingCommunity/Api/Template/Util/manage_ep.py,sha256=7f14X2SG__84qCZxb4uki1mZj8H2PDUGzfNZ0Hz8oLU,5163
58
+ StreamingCommunity/Api/Template/Util/recall_search.py,sha256=N-h00R2S8rQud3mNtUmaakK_8d9e5YxgHv4QwcJ4aZw,1184
59
+ StreamingCommunity/Lib/Downloader/__init__.py,sha256=vAn-rpmlSmojvz4Quv47A5HLq4yBR_7noy4r6hqk0OQ,144
60
+ StreamingCommunity/Lib/Downloader/HLS/downloader.py,sha256=jbST25w0GBea0GFTSNWWQEgkpSM0yEwjcBv7lo6uPeI,40554
61
+ StreamingCommunity/Lib/Downloader/HLS/proxyes.py,sha256=Mrs5Mr6ATv-6BUS7CLcZjw3JNH7g_XOz7boeB1oQAQ8,3385
62
+ StreamingCommunity/Lib/Downloader/HLS/segments.py,sha256=BCXF5iVLJJjA8gd3H7atk2zZvUpW317dMg6ODQSZWZ8,21122
63
+ StreamingCommunity/Lib/Downloader/MP4/downloader.py,sha256=gDQJ-jrlq2DumFVgzeb_2OuBTZt7NTSxtnIDQEhEn1w,6097
64
+ StreamingCommunity/Lib/Downloader/TOR/downloader.py,sha256=-N2jNapkoxjakkgFnohvJJZlAYkrdNB29dIC9lLli0Q,8677
65
+ StreamingCommunity/Lib/Driver/driver_1.py,sha256=O13w--ntumH9431IO33T3WsyeOigLve0n4zqnfHyJ9c,1936
66
+ StreamingCommunity/Lib/FFmpeg/__init__.py,sha256=e0Mxmza8bLXwGRjVl7zs1NtZYzq177LRCyMtoMnTO2o,137
67
+ StreamingCommunity/Lib/FFmpeg/capture.py,sha256=pgYsJGnC90dNZm6bBgdlXGhkJWDS-aDvZNzbP8hCJYY,5623
68
+ StreamingCommunity/Lib/FFmpeg/command.py,sha256=LaLGqYwzWNG6NxJ1s88AEkPlkUBj2zpabtMZTPe63g8,10153
69
+ StreamingCommunity/Lib/FFmpeg/util.py,sha256=sVcCKH4hV2mu63I0pvQDjqNKzNIAAYNXLZ-X-MspDYA,8142
70
+ StreamingCommunity/Lib/M3U8/__init__.py,sha256=sD2VIslF43OrudA1r-9xkSfUvSblr1LOZpaIM89F6M4,175
71
+ StreamingCommunity/Lib/M3U8/decryptor.py,sha256=jorB5n-5qWEUXjHWG1_x3NP_Sg7kt1p6bIHDIwn2sGg,6493
72
+ StreamingCommunity/Lib/M3U8/estimator.py,sha256=aaOLtrTtFwGEVxu76DPy4ACJ4kSBUJqc9sH-N6Ch2wc,6655
73
+ StreamingCommunity/Lib/M3U8/parser.py,sha256=xmyCU4AYGIOUheTZ4OBPmQl_R4dJ3Y72i9UUa6_aErA,23553
74
+ StreamingCommunity/Lib/M3U8/url_fixer.py,sha256=6NVKhc8R5CqarDM5TLWy6QU05qXPouW31gyilQszwbI,1675
75
+ StreamingCommunity/Lib/TMBD/__init__.py,sha256=b3yUqfeBFpnKH-MScrZ3r90cpXc2ufCC-El3whK1zk8,55
76
+ StreamingCommunity/Lib/TMBD/obj_tmbd.py,sha256=HEL3jAqUYtVgX7GCaw60EAD3JGvEJLOQXfD6lRYEjxA,1968
77
+ StreamingCommunity/Lib/TMBD/tmdb.py,sha256=3UO_0uzi8xtrokX8Y_vO8vx_V8XHSkOVCqtgT-289GM,12000
78
+ StreamingCommunity/Upload/update.py,sha256=junnLvvGIKS7ZUvlRVzUf_pT9bgtBivJi-hjoLMLS4s,2294
79
+ StreamingCommunity/Upload/version.py,sha256=wBV7itxoocpvedQgscpMCnz-wd0naOLmskeN3CdrJos,176
80
+ StreamingCommunity/Util/_jsonConfig.py,sha256=CLvk6HWxUklZztoy55SzEOvdsbNo-pFcVQVanwixXCc,7001
81
+ StreamingCommunity/Util/call_stack.py,sha256=zuYbO8dV8bCa7fCdtaKQYuheA5K7BkTm3Oj8JA6GCpM,1417
82
+ StreamingCommunity/Util/color.py,sha256=1iQUf5xDp5XKKbXl9MvKEXJvv44Zf0P4J2Nu5ATIId8,479
83
+ StreamingCommunity/Util/console.py,sha256=bXP_iibXMpRIJ_zs03xFmSbkvMP3SguIuEUJZovoOqw,230
84
+ StreamingCommunity/Util/ffmpeg_installer.py,sha256=yxPaeh5Altzw9xDVYOBtZS0WoflK53HWGa2ffVbJ7Bs,9993
85
+ StreamingCommunity/Util/headers.py,sha256=r5hK8HVF-y6dQzCQpDnpbDGP02n29OYlzgaZAorcmG0,4565
86
+ StreamingCommunity/Util/logger.py,sha256=5XmFquGYt4FjvKNyYKa21mLLKARmzGWk-mBo05ezlHQ,1914
87
+ StreamingCommunity/Util/message.py,sha256=Q8FDpJ6S7W2BN23JPrZaFkP956y8NF425wqfC8VdoAY,1662
88
+ StreamingCommunity/Util/os.py,sha256=O18WB8krIcr_dnVbpabSsduO6IhmOIcPfjxnudnFkDA,18257
89
+ StreamingCommunity/Util/table.py,sha256=_mYECkWQDFlYT5jG-HW_w_OLCWrlH9TG_x5pxevBKzY,6008
90
+ StreamingCommunity-1.9.1.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
91
+ StreamingCommunity-1.9.1.dist-info/METADATA,sha256=jiXnIv4ZRhzbLznTzrr3_marXJmlwz0hVi2zQB_NWpE,10773
92
+ StreamingCommunity-1.9.1.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
93
+ StreamingCommunity-1.9.1.dist-info/entry_points.txt,sha256=Qph9XYfDC8n4LfDLOSl6gJGlkb9eFb5f-JOr_Wb_5rk,67
94
+ StreamingCommunity-1.9.1.dist-info/top_level.txt,sha256=YsOcxKP-WOhWpIWgBlh0coll9XUx7aqmRPT7kmt3fH0,19
95
+ StreamingCommunity-1.9.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.6.0)
2
+ Generator: setuptools (75.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,126 +0,0 @@
1
- # 11.03.24
2
-
3
- import os
4
- import sys
5
- import logging
6
-
7
-
8
- # Internal utilities
9
- from StreamingCommunity.Src.Util.console import console, msg
10
- from StreamingCommunity.Src.Util.os import os_manager
11
- from StreamingCommunity.Src.Util.message import start_message
12
- from StreamingCommunity.Src.Lib.Downloader import MP4_downloader
13
-
14
-
15
- # Logic class
16
- from StreamingCommunity.Src.Api.Template.Util import manage_selection
17
- from StreamingCommunity.Src.Api.Template.Class.SearchType import MediaItem
18
-
19
-
20
- # Player
21
- from StreamingCommunity.Src.Api.Player.vixcloud import AnimeVideoSource as VideoSource
22
-
23
-
24
- # Variable
25
- from .costant import ROOT_PATH, SITE_NAME, SERIES_FOLDER, MOVIE_FOLDER
26
- video_source = VideoSource(site_name=SITE_NAME)
27
-
28
-
29
- def download_episode(index_select: int):
30
- """
31
- Downloads the selected episode.
32
-
33
- Parameters:
34
- - index_select (int): Index of the episode to download.
35
- """
36
-
37
- # Get information about the selected episode
38
- obj_episode = video_source.get_info_episode(index_select)
39
-
40
- if obj_episode is not None:
41
-
42
- start_message()
43
- console.print(f"[yellow]Download: [red]EP_{obj_episode.number} \n")
44
-
45
- # Get the js script from the episode
46
- js_script = video_source.get_embed(obj_episode.id)
47
-
48
- # Parse parameter in embed text
49
- video_source.parse_script(js_script)
50
-
51
- # Create output path
52
- title_name = f"{obj_episode.number}.mp4"
53
-
54
- if video_source.is_series:
55
- mp4_path = os_manager.get_sanitize_path(
56
- os.path.join(ROOT_PATH, SITE_NAME, SERIES_FOLDER, video_source.series_name)
57
- )
58
- else:
59
- mp4_path = os_manager.get_sanitize_path(
60
- os.path.join(ROOT_PATH, SITE_NAME, MOVIE_FOLDER, video_source.series_name)
61
- )
62
-
63
- # Create output folder
64
- os_manager.create_path(mp4_path)
65
-
66
- # Start downloading
67
- r_proc = MP4_downloader(
68
- url = str(video_source.src_mp4).strip(),
69
- path = os.path.join(mp4_path, title_name)
70
- )
71
-
72
- if r_proc != None:
73
- console.print("[green]Result: ")
74
- console.print(r_proc)
75
-
76
- else:
77
- logging.error(f"Skip index: {index_select} cant find info with api.")
78
-
79
-
80
- def download_series(select_title: MediaItem):
81
- """
82
- Function to download episodes of a TV series.
83
-
84
- Parameters:
85
- - tv_id (int): The ID of the TV series.
86
- - tv_name (str): The name of the TV series.
87
- """
88
-
89
- # Set up video source
90
- video_source.setup(select_title.id, select_title.slug)
91
-
92
- # Get the count of episodes for the TV series
93
- episoded_count = video_source.get_count_episodes()
94
- console.log(f"[cyan]Episodes find: [red]{episoded_count}")
95
-
96
- # Prompt user to select an episode index
97
- last_command = msg.ask("\n[cyan]Insert media [red]index [yellow]or [red](*) [cyan]to download all media [yellow]or [red][1-2] [cyan]or [red][3-*] [cyan]for a range of media")
98
-
99
- # Manage user selection
100
- list_episode_select = manage_selection(last_command, episoded_count)
101
-
102
- # Download selected episodes
103
- if len(list_episode_select) == 1 and last_command != "*":
104
- download_episode(list_episode_select[0]-1)
105
-
106
- # Download all other episodes selecter
107
- else:
108
- for i_episode in list_episode_select:
109
- download_episode(i_episode-1)
110
-
111
-
112
- def download_film(select_title: MediaItem):
113
- """
114
- Function to download a film.
115
-
116
- Parameters:
117
- - id_film (int): The ID of the film.
118
- - title_name (str): The title of the film.
119
- """
120
-
121
- # Set up video source
122
- video_source.setup(select_title.id, select_title.slug)
123
- video_source.is_series = False
124
-
125
- # Start download
126
- download_episode(0)