StreamingCommunity 2.3.0__tar.gz → 2.5.0__tar.gz

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 (107) hide show
  1. {StreamingCommunity-2.3.0 → StreamingCommunity-2.5.0}/PKG-INFO +86 -16
  2. {StreamingCommunity-2.3.0 → StreamingCommunity-2.5.0}/README.md +85 -15
  3. {StreamingCommunity-2.3.0 → StreamingCommunity-2.5.0}/StreamingCommunity/run.py +61 -7
  4. {StreamingCommunity-2.3.0 → StreamingCommunity-2.5.0}/StreamingCommunity.egg-info/PKG-INFO +86 -16
  5. StreamingCommunity-2.5.0/StreamingCommunity.egg-info/SOURCES.txt +10 -0
  6. {StreamingCommunity-2.3.0 → StreamingCommunity-2.5.0}/StreamingCommunity.egg-info/requires.txt +2 -2
  7. {StreamingCommunity-2.3.0 → StreamingCommunity-2.5.0}/setup.py +1 -1
  8. StreamingCommunity-2.3.0/MANIFEST.in +0 -4
  9. StreamingCommunity-2.3.0/StreamingCommunity/Api/Player/Helper/Vixcloud/js_parser.py +0 -143
  10. StreamingCommunity-2.3.0/StreamingCommunity/Api/Player/Helper/Vixcloud/util.py +0 -136
  11. StreamingCommunity-2.3.0/StreamingCommunity/Api/Player/ddl.py +0 -89
  12. StreamingCommunity-2.3.0/StreamingCommunity/Api/Player/maxstream.py +0 -151
  13. StreamingCommunity-2.3.0/StreamingCommunity/Api/Player/supervideo.py +0 -194
  14. StreamingCommunity-2.3.0/StreamingCommunity/Api/Player/vixcloud.py +0 -273
  15. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/1337xx/__init__.py +0 -51
  16. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/1337xx/costant.py +0 -15
  17. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/1337xx/site.py +0 -89
  18. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/1337xx/title.py +0 -66
  19. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/altadefinizione/__init__.py +0 -51
  20. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/altadefinizione/costant.py +0 -19
  21. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/altadefinizione/film.py +0 -74
  22. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/altadefinizione/site.py +0 -95
  23. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/animeunity/__init__.py +0 -51
  24. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/animeunity/costant.py +0 -19
  25. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/animeunity/film_serie.py +0 -135
  26. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/animeunity/site.py +0 -175
  27. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/animeunity/util/ScrapeSerie.py +0 -97
  28. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/cb01new/__init__.py +0 -52
  29. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/cb01new/costant.py +0 -19
  30. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/cb01new/film.py +0 -73
  31. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/cb01new/site.py +0 -83
  32. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/ddlstreamitaly/__init__.py +0 -56
  33. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/ddlstreamitaly/costant.py +0 -20
  34. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/ddlstreamitaly/series.py +0 -146
  35. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/ddlstreamitaly/site.py +0 -99
  36. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/ddlstreamitaly/util/ScrapeSerie.py +0 -85
  37. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/guardaserie/__init__.py +0 -51
  38. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/guardaserie/costant.py +0 -19
  39. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/guardaserie/series.py +0 -198
  40. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/guardaserie/site.py +0 -90
  41. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/guardaserie/util/ScrapeSerie.py +0 -110
  42. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/ilcorsaronero/__init__.py +0 -52
  43. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/ilcorsaronero/costant.py +0 -19
  44. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/ilcorsaronero/site.py +0 -72
  45. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/ilcorsaronero/title.py +0 -46
  46. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/ilcorsaronero/util/ilCorsarScraper.py +0 -149
  47. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/mostraguarda/__init__.py +0 -49
  48. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/mostraguarda/costant.py +0 -19
  49. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/mostraguarda/film.py +0 -101
  50. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/streamingcommunity/__init__.py +0 -56
  51. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/streamingcommunity/costant.py +0 -19
  52. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/streamingcommunity/film.py +0 -75
  53. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/streamingcommunity/series.py +0 -206
  54. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/streamingcommunity/site.py +0 -139
  55. StreamingCommunity-2.3.0/StreamingCommunity/Api/Site/streamingcommunity/util/ScrapeSerie.py +0 -123
  56. StreamingCommunity-2.3.0/StreamingCommunity/Api/Template/Class/SearchType.py +0 -101
  57. StreamingCommunity-2.3.0/StreamingCommunity/Api/Template/Util/__init__.py +0 -5
  58. StreamingCommunity-2.3.0/StreamingCommunity/Api/Template/Util/get_domain.py +0 -137
  59. StreamingCommunity-2.3.0/StreamingCommunity/Api/Template/Util/manage_ep.py +0 -179
  60. StreamingCommunity-2.3.0/StreamingCommunity/Api/Template/Util/recall_search.py +0 -37
  61. StreamingCommunity-2.3.0/StreamingCommunity/Api/Template/__init__.py +0 -3
  62. StreamingCommunity-2.3.0/StreamingCommunity/Api/Template/site.py +0 -87
  63. StreamingCommunity-2.3.0/StreamingCommunity/Lib/Downloader/HLS/downloader.py +0 -955
  64. StreamingCommunity-2.3.0/StreamingCommunity/Lib/Downloader/HLS/proxyes.py +0 -110
  65. StreamingCommunity-2.3.0/StreamingCommunity/Lib/Downloader/HLS/segments.py +0 -564
  66. StreamingCommunity-2.3.0/StreamingCommunity/Lib/Downloader/MP4/downloader.py +0 -155
  67. StreamingCommunity-2.3.0/StreamingCommunity/Lib/Downloader/TOR/downloader.py +0 -296
  68. StreamingCommunity-2.3.0/StreamingCommunity/Lib/Downloader/__init__.py +0 -5
  69. StreamingCommunity-2.3.0/StreamingCommunity/Lib/FFmpeg/__init__.py +0 -4
  70. StreamingCommunity-2.3.0/StreamingCommunity/Lib/FFmpeg/capture.py +0 -170
  71. StreamingCommunity-2.3.0/StreamingCommunity/Lib/FFmpeg/command.py +0 -296
  72. StreamingCommunity-2.3.0/StreamingCommunity/Lib/FFmpeg/util.py +0 -249
  73. StreamingCommunity-2.3.0/StreamingCommunity/Lib/M3U8/__init__.py +0 -6
  74. StreamingCommunity-2.3.0/StreamingCommunity/Lib/M3U8/decryptor.py +0 -164
  75. StreamingCommunity-2.3.0/StreamingCommunity/Lib/M3U8/estimator.py +0 -229
  76. StreamingCommunity-2.3.0/StreamingCommunity/Lib/M3U8/parser.py +0 -666
  77. StreamingCommunity-2.3.0/StreamingCommunity/Lib/M3U8/url_fixer.py +0 -52
  78. StreamingCommunity-2.3.0/StreamingCommunity/Lib/TMBD/__init__.py +0 -2
  79. StreamingCommunity-2.3.0/StreamingCommunity/Lib/TMBD/obj_tmbd.py +0 -39
  80. StreamingCommunity-2.3.0/StreamingCommunity/Lib/TMBD/tmdb.py +0 -346
  81. StreamingCommunity-2.3.0/StreamingCommunity/Upload/update.py +0 -67
  82. StreamingCommunity-2.3.0/StreamingCommunity/Upload/version.py +0 -5
  83. StreamingCommunity-2.3.0/StreamingCommunity/Util/_jsonConfig.py +0 -204
  84. StreamingCommunity-2.3.0/StreamingCommunity/Util/call_stack.py +0 -42
  85. StreamingCommunity-2.3.0/StreamingCommunity/Util/color.py +0 -20
  86. StreamingCommunity-2.3.0/StreamingCommunity/Util/console.py +0 -12
  87. StreamingCommunity-2.3.0/StreamingCommunity/Util/ffmpeg_installer.py +0 -351
  88. StreamingCommunity-2.3.0/StreamingCommunity/Util/headers.py +0 -147
  89. StreamingCommunity-2.3.0/StreamingCommunity/Util/logger.py +0 -53
  90. StreamingCommunity-2.3.0/StreamingCommunity/Util/message.py +0 -64
  91. StreamingCommunity-2.3.0/StreamingCommunity/Util/os.py +0 -545
  92. StreamingCommunity-2.3.0/StreamingCommunity/Util/table.py +0 -229
  93. StreamingCommunity-2.3.0/StreamingCommunity.egg-info/SOURCES.txt +0 -104
  94. StreamingCommunity-2.3.0/Test/Download/HLS.py +0 -25
  95. StreamingCommunity-2.3.0/Test/Download/MP4.py +0 -23
  96. StreamingCommunity-2.3.0/Test/Download/TOR.py +0 -27
  97. StreamingCommunity-2.3.0/Test/Player/helper/vixcloud.py +0 -40
  98. StreamingCommunity-2.3.0/Test/Player/maxtream.py +0 -22
  99. StreamingCommunity-2.3.0/Test/Player/supervideo.py +0 -22
  100. StreamingCommunity-2.3.0/Test/Player/vixcloud.py +0 -26
  101. StreamingCommunity-2.3.0/Test/big_search.py +0 -116
  102. StreamingCommunity-2.3.0/Test/call_updateDomain.py +0 -133
  103. {StreamingCommunity-2.3.0 → StreamingCommunity-2.5.0}/StreamingCommunity/__init__.py +0 -0
  104. {StreamingCommunity-2.3.0 → StreamingCommunity-2.5.0}/StreamingCommunity.egg-info/dependency_links.txt +0 -0
  105. {StreamingCommunity-2.3.0 → StreamingCommunity-2.5.0}/StreamingCommunity.egg-info/entry_points.txt +0 -0
  106. {StreamingCommunity-2.3.0 → StreamingCommunity-2.5.0}/StreamingCommunity.egg-info/top_level.txt +0 -0
  107. {StreamingCommunity-2.3.0 → StreamingCommunity-2.5.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: StreamingCommunity
3
- Version: 2.3.0
3
+ Version: 2.5.0
4
4
  Summary: UNKNOWN
5
5
  Home-page: https://github.com/Lovi-0/StreamingCommunity
6
6
  Author: Lovi-0
@@ -18,9 +18,6 @@ Description: <p align="center">
18
18
  <a href="https://www.paypal.com/donate/?hosted_button_id=UXTWMT8P6HE2C">
19
19
  <img src="https://img.shields.io/badge/_-Donate-red.svg?logo=githubsponsors&labelColor=555555&style=for-the-badge" alt="Donate"/>
20
20
  </a>
21
- <a href="https://github.com/Lovi-0/StreamingCommunity/blob/main/LICENSE">
22
- <img src="https://img.shields.io/badge/License-GPL_3.0-blue.svg?style=for-the-badge" alt="License"/>
23
- </a>
24
21
  <a href="https://github.com/Lovi-0/StreamingCommunity/commits">
25
22
  <img src="https://img.shields.io/github/commit-activity/m/Lovi-0/StreamingCommunity?label=commits&style=for-the-badge" alt="Commits"/>
26
23
  </a>
@@ -30,17 +27,14 @@ Description: <p align="center">
30
27
  </p>
31
28
 
32
29
  <p align="center">
30
+ <a href="https://github.com/Lovi-0/StreamingCommunity/blob/main/LICENSE">
31
+ <img src="https://img.shields.io/badge/License-GPL_3.0-blue.svg?style=for-the-badge" alt="License"/>
32
+ </a>
33
33
  <a href="https://pypi.org/project/streamingcommunity">
34
34
  <img src="https://img.shields.io/pypi/dm/streamingcommunity?style=for-the-badge" alt="PyPI Downloads"/>
35
35
  </a>
36
- <a href="https://github.com/Lovi-0/StreamingCommunity/network/members">
37
- <img src="https://img.shields.io/github/forks/Lovi-0/StreamingCommunity?style=for-the-badge" alt="Forks"/>
38
- </a>
39
- <a href="https://github.com/Lovi-0/StreamingCommunity">
40
- <img src="https://img.shields.io/github/languages/code-size/Lovi-0/StreamingCommunity?style=for-the-badge" alt="Code Size"/>
41
- </a>
42
36
  <a href="https://github.com/Lovi-0/StreamingCommunity">
43
- <img src="https://img.shields.io/github/repo-size/Lovi-0/StreamingCommunity?style=for-the-badge" alt="Repo Size"/>
37
+ <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Lovi-0/StreamingCommunity/main/Test/Util/loc-badge.json&style=for-the-badge" alt="Lines of Code"/>
44
38
  </a>
45
39
  </p>
46
40
 
@@ -50,6 +44,7 @@ Description: <p align="center">
50
44
  - 🛠️ [Installation](#installation)
51
45
  - 📦 [PyPI Installation](#1-pypi-installation)
52
46
  - 🔄 [Automatic Installation](#2-automatic-installation)
47
+ - 🔧 [Binary Location](#binary-location)
53
48
  - 📝 [Manual Installation](#3-manual-installation)
54
49
  - 💻 [Win 7](https://github.com/Ghost6446/StreamingCommunity_api/wiki/Installation#win-7)
55
50
  - 📱 [Termux](https://github.com/Ghost6446/StreamingCommunity_api/wiki/Termux)
@@ -108,7 +103,7 @@ Description: <p align="center">
108
103
  python run_streaming.py
109
104
  ```
110
105
 
111
- ## Updating via PyPI
106
+ ### Updating via PyPI
112
107
 
113
108
  ```bash
114
109
  pip install --upgrade StreamingCommunity
@@ -163,6 +158,69 @@ Description: <p align="center">
163
158
  ./test_run.py
164
159
  ```
165
160
 
161
+ ## Binary Location
162
+
163
+ ### Default Locations
164
+ - **Windows**: `C:\binary`
165
+ - **MacOS**: `~/Applications/binary`
166
+ - **Linux**: `~/.local/bin/binary`
167
+
168
+ You can customize these locations by following these steps for your operating system:
169
+
170
+ #### Windows
171
+ 1. Move the binary folder from `C:\binary` to your desired location
172
+ 2. Add the new path to Windows environment variables:
173
+ - Open Start menu and search for "Environment Variables"
174
+ - Click "Edit the system environment variables"
175
+ - Click "Environment Variables" button
176
+ - Under "System Variables", find and select "Path"
177
+ - Click "Edit"
178
+ - Add the new binary folder path
179
+ - Click "OK" to save changes
180
+
181
+ For detailed Windows PATH instructions, see the [Windows PATH guide](https://www.eukhost.com/kb/how-to-add-to-the-path-on-windows-10-and-windows-11/).
182
+
183
+ #### MacOS
184
+ 1. Move the binary folder from `~/Applications/binary` to your desired location
185
+ 2. Add the new path to your shell's configuration file:
186
+ ```bash
187
+ # For bash (edit ~/.bash_profile)
188
+ export PATH="/your/custom/path:$PATH"
189
+
190
+ # For zsh (edit ~/.zshrc)
191
+ export PATH="/your/custom/path:$PATH"
192
+ ```
193
+ 3. Reload your shell configuration:
194
+ ```bash
195
+ # For bash
196
+ source ~/.bash_profile
197
+
198
+ # For zsh
199
+ source ~/.zshrc
200
+ ```
201
+
202
+ #### Linux
203
+ 1. Move the binary folder from `~/.local/bin/binary` to your desired location
204
+ 2. Add the new path to your shell's configuration file:
205
+ ```bash
206
+ # For bash (edit ~/.bashrc)
207
+ export PATH="/your/custom/path:$PATH"
208
+
209
+ # For zsh (edit ~/.zshrc)
210
+ export PATH="/your/custom/path:$PATH"
211
+ ```
212
+ 3. Apply the changes:
213
+ ```bash
214
+ source ~/.bashrc # for bash
215
+ # or
216
+ source ~/.zshrc # for zsh
217
+ ```
218
+
219
+ > [!IMPORTANT]
220
+ > After moving the binary folder, ensure that all executables (ffmpeg, ffprobe, ffplay) are present in the new location and have the correct permissions:
221
+ > - Windows: `.exe` extensions required
222
+ > - MacOS/Linux: Ensure files have execute permissions (`chmod +x filename`)
223
+
166
224
  ## 3. Manual Installation
167
225
 
168
226
  ### Requirements 📋
@@ -327,6 +385,10 @@ Description: <p align="center">
327
385
  ind - Indonesian vie - Vietnamese
328
386
  ```
329
387
 
388
+ > [!NOTE]
389
+ > When using subtitles on Windows, please note that the default Windows Media Player may not display them correctly. We recommend using VLC Media Player for proper subtitle display and optimal playback experience.
390
+
391
+
330
392
  > [!IMPORTANT]
331
393
  > Language code availability may vary by site. Some platforms might:
332
394
  >
@@ -344,6 +406,14 @@ Description: <p align="center">
344
406
  > "specific_list_subtitles": ["ita", "eng", "spa"]
345
407
  > ```
346
408
 
409
+ For the best viewing experience, we recommend using VLC Media Player:
410
+ - Supports all video formats and codecs
411
+ - Properly displays embedded subtitles
412
+ - Available for all major operating systems
413
+ - Free and open-source
414
+
415
+ You can download VLC Media Player from the [official website](https://www.videolan.org/vlc/).
416
+
347
417
  ## M3U8_PARSER Settings
348
418
 
349
419
  ```json
@@ -410,14 +480,14 @@ Description: <p align="center">
410
480
  | Website | Status |
411
481
  |:-------------------|:------:|
412
482
  | [1337xx](https://1337xx.to/) | ✅ |
413
- | [Altadefinizione](https://altadefinizione.prof/) | ✅ |
483
+ | [AltadefinizioneGratis](https://altadefinizionegratis.site/) | ✅ |
414
484
  | [AnimeUnity](https://animeunity.so/) | ✅ |
415
485
  | [Ilcorsaronero](https://ilcorsaronero.link/) | ✅ |
416
- | [CB01New](https://cb01new.pics/) | ✅ |
486
+ | [CB01New](https://cb01new.video/) | ✅ |
417
487
  | [DDLStreamItaly](https://ddlstreamitaly.co/) | ✅ |
418
- | [GuardaSerie](https://guardaserie.academy/) | ✅ |
488
+ | [GuardaSerie](https://guardaserie.meme/) | ✅ |
419
489
  | [MostraGuarda](https://mostraguarda.stream/) | ✅ |
420
- | [StreamingCommunity](https://streamingcommunity.prof/) | ✅ |
490
+ | [StreamingCommunity](https://streamingcommunity.paris/) | ✅ |
421
491
 
422
492
 
423
493
  # Tutorials
@@ -9,9 +9,6 @@
9
9
  <a href="https://www.paypal.com/donate/?hosted_button_id=UXTWMT8P6HE2C">
10
10
  <img src="https://img.shields.io/badge/_-Donate-red.svg?logo=githubsponsors&labelColor=555555&style=for-the-badge" alt="Donate"/>
11
11
  </a>
12
- <a href="https://github.com/Lovi-0/StreamingCommunity/blob/main/LICENSE">
13
- <img src="https://img.shields.io/badge/License-GPL_3.0-blue.svg?style=for-the-badge" alt="License"/>
14
- </a>
15
12
  <a href="https://github.com/Lovi-0/StreamingCommunity/commits">
16
13
  <img src="https://img.shields.io/github/commit-activity/m/Lovi-0/StreamingCommunity?label=commits&style=for-the-badge" alt="Commits"/>
17
14
  </a>
@@ -21,17 +18,14 @@
21
18
  </p>
22
19
 
23
20
  <p align="center">
21
+ <a href="https://github.com/Lovi-0/StreamingCommunity/blob/main/LICENSE">
22
+ <img src="https://img.shields.io/badge/License-GPL_3.0-blue.svg?style=for-the-badge" alt="License"/>
23
+ </a>
24
24
  <a href="https://pypi.org/project/streamingcommunity">
25
25
  <img src="https://img.shields.io/pypi/dm/streamingcommunity?style=for-the-badge" alt="PyPI Downloads"/>
26
26
  </a>
27
- <a href="https://github.com/Lovi-0/StreamingCommunity/network/members">
28
- <img src="https://img.shields.io/github/forks/Lovi-0/StreamingCommunity?style=for-the-badge" alt="Forks"/>
29
- </a>
30
- <a href="https://github.com/Lovi-0/StreamingCommunity">
31
- <img src="https://img.shields.io/github/languages/code-size/Lovi-0/StreamingCommunity?style=for-the-badge" alt="Code Size"/>
32
- </a>
33
27
  <a href="https://github.com/Lovi-0/StreamingCommunity">
34
- <img src="https://img.shields.io/github/repo-size/Lovi-0/StreamingCommunity?style=for-the-badge" alt="Repo Size"/>
28
+ <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Lovi-0/StreamingCommunity/main/Test/Util/loc-badge.json&style=for-the-badge" alt="Lines of Code"/>
35
29
  </a>
36
30
  </p>
37
31
 
@@ -41,6 +35,7 @@
41
35
  - 🛠️ [Installation](#installation)
42
36
  - 📦 [PyPI Installation](#1-pypi-installation)
43
37
  - 🔄 [Automatic Installation](#2-automatic-installation)
38
+ - 🔧 [Binary Location](#binary-location)
44
39
  - 📝 [Manual Installation](#3-manual-installation)
45
40
  - 💻 [Win 7](https://github.com/Ghost6446/StreamingCommunity_api/wiki/Installation#win-7)
46
41
  - 📱 [Termux](https://github.com/Ghost6446/StreamingCommunity_api/wiki/Termux)
@@ -99,7 +94,7 @@ Run the script:
99
94
  python run_streaming.py
100
95
  ```
101
96
 
102
- ## Updating via PyPI
97
+ ### Updating via PyPI
103
98
 
104
99
  ```bash
105
100
  pip install --upgrade StreamingCommunity
@@ -154,6 +149,69 @@ source .venv/bin/activate && python test_run.py && deactivate
154
149
  ./test_run.py
155
150
  ```
156
151
 
152
+ ## Binary Location
153
+
154
+ ### Default Locations
155
+ - **Windows**: `C:\binary`
156
+ - **MacOS**: `~/Applications/binary`
157
+ - **Linux**: `~/.local/bin/binary`
158
+
159
+ You can customize these locations by following these steps for your operating system:
160
+
161
+ #### Windows
162
+ 1. Move the binary folder from `C:\binary` to your desired location
163
+ 2. Add the new path to Windows environment variables:
164
+ - Open Start menu and search for "Environment Variables"
165
+ - Click "Edit the system environment variables"
166
+ - Click "Environment Variables" button
167
+ - Under "System Variables", find and select "Path"
168
+ - Click "Edit"
169
+ - Add the new binary folder path
170
+ - Click "OK" to save changes
171
+
172
+ For detailed Windows PATH instructions, see the [Windows PATH guide](https://www.eukhost.com/kb/how-to-add-to-the-path-on-windows-10-and-windows-11/).
173
+
174
+ #### MacOS
175
+ 1. Move the binary folder from `~/Applications/binary` to your desired location
176
+ 2. Add the new path to your shell's configuration file:
177
+ ```bash
178
+ # For bash (edit ~/.bash_profile)
179
+ export PATH="/your/custom/path:$PATH"
180
+
181
+ # For zsh (edit ~/.zshrc)
182
+ export PATH="/your/custom/path:$PATH"
183
+ ```
184
+ 3. Reload your shell configuration:
185
+ ```bash
186
+ # For bash
187
+ source ~/.bash_profile
188
+
189
+ # For zsh
190
+ source ~/.zshrc
191
+ ```
192
+
193
+ #### Linux
194
+ 1. Move the binary folder from `~/.local/bin/binary` to your desired location
195
+ 2. Add the new path to your shell's configuration file:
196
+ ```bash
197
+ # For bash (edit ~/.bashrc)
198
+ export PATH="/your/custom/path:$PATH"
199
+
200
+ # For zsh (edit ~/.zshrc)
201
+ export PATH="/your/custom/path:$PATH"
202
+ ```
203
+ 3. Apply the changes:
204
+ ```bash
205
+ source ~/.bashrc # for bash
206
+ # or
207
+ source ~/.zshrc # for zsh
208
+ ```
209
+
210
+ > [!IMPORTANT]
211
+ > After moving the binary folder, ensure that all executables (ffmpeg, ffprobe, ffplay) are present in the new location and have the correct permissions:
212
+ > - Windows: `.exe` extensions required
213
+ > - MacOS/Linux: Ensure files have execute permissions (`chmod +x filename`)
214
+
157
215
  ## 3. Manual Installation
158
216
 
159
217
  ### Requirements 📋
@@ -318,6 +376,10 @@ forced-ita hin - Hindi pol - Polish tur - Turkish
318
376
  ind - Indonesian vie - Vietnamese
319
377
  ```
320
378
 
379
+ > [!NOTE]
380
+ > When using subtitles on Windows, please note that the default Windows Media Player may not display them correctly. We recommend using VLC Media Player for proper subtitle display and optimal playback experience.
381
+
382
+
321
383
  > [!IMPORTANT]
322
384
  > Language code availability may vary by site. Some platforms might:
323
385
  >
@@ -335,6 +397,14 @@ forced-ita hin - Hindi pol - Polish tur - Turkish
335
397
  > "specific_list_subtitles": ["ita", "eng", "spa"]
336
398
  > ```
337
399
 
400
+ For the best viewing experience, we recommend using VLC Media Player:
401
+ - Supports all video formats and codecs
402
+ - Properly displays embedded subtitles
403
+ - Available for all major operating systems
404
+ - Free and open-source
405
+
406
+ You can download VLC Media Player from the [official website](https://www.videolan.org/vlc/).
407
+
338
408
  ## M3U8_PARSER Settings
339
409
 
340
410
  ```json
@@ -401,14 +471,14 @@ The `run-container` command mounts also the `config.json` file, so any change to
401
471
  | Website | Status |
402
472
  |:-------------------|:------:|
403
473
  | [1337xx](https://1337xx.to/) | ✅ |
404
- | [Altadefinizione](https://altadefinizione.prof/) | ✅ |
474
+ | [AltadefinizioneGratis](https://altadefinizionegratis.site/) | ✅ |
405
475
  | [AnimeUnity](https://animeunity.so/) | ✅ |
406
476
  | [Ilcorsaronero](https://ilcorsaronero.link/) | ✅ |
407
- | [CB01New](https://cb01new.pics/) | ✅ |
477
+ | [CB01New](https://cb01new.video/) | ✅ |
408
478
  | [DDLStreamItaly](https://ddlstreamitaly.co/) | ✅ |
409
- | [GuardaSerie](https://guardaserie.academy/) | ✅ |
479
+ | [GuardaSerie](https://guardaserie.meme/) | ✅ |
410
480
  | [MostraGuarda](https://mostraguarda.stream/) | ✅ |
411
- | [StreamingCommunity](https://streamingcommunity.prof/) | ✅ |
481
+ | [StreamingCommunity](https://streamingcommunity.paris/) | ✅ |
412
482
 
413
483
 
414
484
  # Tutorials
@@ -125,7 +125,6 @@ def initialize():
125
125
 
126
126
 
127
127
  def main():
128
-
129
128
  start = time.time()
130
129
 
131
130
  # Create logger
@@ -136,9 +135,39 @@ def main():
136
135
  search_functions = load_search_functions()
137
136
  logging.info(f"Load module in: {time.time() - start} s")
138
137
 
139
- # Create dynamic argument parser
140
- parser = argparse.ArgumentParser(description='Script to download film and series from the internet.')
141
-
138
+ # Create argument parser
139
+ parser = argparse.ArgumentParser(
140
+ description='Script to download movies and series from the internet. Use these commands to configure the script and control its behavior.'
141
+ )
142
+
143
+ # Add arguments for the main configuration parameters
144
+ parser.add_argument(
145
+ '--add_siteName', type=bool, help='Enable or disable adding the site name to the file name (e.g., true/false).'
146
+ )
147
+ parser.add_argument(
148
+ '--disable_searchDomain', type=bool, help='Enable or disable searching in configured domains (e.g., true/false).'
149
+ )
150
+ parser.add_argument(
151
+ '--not_close', type=bool, help='If set to true, the script will not close the console after execution (e.g., true/false).'
152
+ )
153
+
154
+ # Add arguments for M3U8 configuration
155
+ parser.add_argument(
156
+ '--default_video_worker', type=int, help='Number of workers for video during M3U8 download (default: 12).'
157
+ )
158
+ parser.add_argument(
159
+ '--default_audio_worker', type=int, help='Number of workers for audio during M3U8 download (default: 12).'
160
+ )
161
+
162
+ # Add options for audio and subtitles
163
+ parser.add_argument(
164
+ '--specific_list_audio', type=str, help='Comma-separated list of specific audio languages to download (e.g., ita,eng).'
165
+ )
166
+ parser.add_argument(
167
+ '--specific_list_subtitles', type=str, help='Comma-separated list of specific subtitle languages to download (e.g., eng,spa).'
168
+ )
169
+
170
+ # Add arguments for search functions
142
171
  color_map = {
143
172
  "anime": "red",
144
173
  "film_serie": "yellow",
@@ -153,10 +182,35 @@ def main():
153
182
  long_option = alias
154
183
  parser.add_argument(f'-{short_option}', f'--{long_option}', action='store_true', help=f'Search for {alias.split("_")[0]} on streaming platforms.')
155
184
 
156
- # Parse command line arguments
185
+ # Parse command-line arguments
157
186
  args = parser.parse_args()
158
187
 
159
- # Mapping command-line arguments to functions
188
+ # Map command-line arguments to the config values
189
+ config_updates = {}
190
+
191
+ if args.add_siteName is not None:
192
+ config_updates['DEFAULT.add_siteName'] = args.add_siteName
193
+ if args.disable_searchDomain is not None:
194
+ config_updates['DEFAULT.disable_searchDomain'] = args.disable_searchDomain
195
+ if args.not_close is not None:
196
+ config_updates['DEFAULT.not_close'] = args.not_close
197
+ if args.default_video_worker is not None:
198
+ config_updates['M3U8_DOWNLOAD.default_video_worker'] = args.default_video_worker
199
+ if args.default_audio_worker is not None:
200
+ config_updates['M3U8_DOWNLOAD.default_audio_worker'] = args.default_audio_worker
201
+ if args.specific_list_audio is not None:
202
+ config_updates['M3U8_DOWNLOAD.specific_list_audio'] = args.specific_list_audio.split(',')
203
+ if args.specific_list_subtitles is not None:
204
+ config_updates['M3U8_DOWNLOAD.specific_list_subtitles'] = args.specific_list_subtitles.split(',')
205
+
206
+ # Apply the updates to the config file
207
+ for key, value in config_updates.items():
208
+ section, option = key.split('.')
209
+ config_manager.set_key(section, option, value)
210
+
211
+ config_manager.write_config()
212
+
213
+ # Map command-line arguments to functions
160
214
  arg_to_function = {alias: func for alias, (func, _) in search_functions.items()}
161
215
 
162
216
  # Check which argument is provided and run the corresponding function
@@ -188,4 +242,4 @@ def main():
188
242
  run_function(input_to_function[category])
189
243
  else:
190
244
  console.print("[red]Invalid category.")
191
- sys.exit(0)
245
+ sys.exit(0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: StreamingCommunity
3
- Version: 2.3.0
3
+ Version: 2.5.0
4
4
  Summary: UNKNOWN
5
5
  Home-page: https://github.com/Lovi-0/StreamingCommunity
6
6
  Author: Lovi-0
@@ -18,9 +18,6 @@ Description: <p align="center">
18
18
  <a href="https://www.paypal.com/donate/?hosted_button_id=UXTWMT8P6HE2C">
19
19
  <img src="https://img.shields.io/badge/_-Donate-red.svg?logo=githubsponsors&labelColor=555555&style=for-the-badge" alt="Donate"/>
20
20
  </a>
21
- <a href="https://github.com/Lovi-0/StreamingCommunity/blob/main/LICENSE">
22
- <img src="https://img.shields.io/badge/License-GPL_3.0-blue.svg?style=for-the-badge" alt="License"/>
23
- </a>
24
21
  <a href="https://github.com/Lovi-0/StreamingCommunity/commits">
25
22
  <img src="https://img.shields.io/github/commit-activity/m/Lovi-0/StreamingCommunity?label=commits&style=for-the-badge" alt="Commits"/>
26
23
  </a>
@@ -30,17 +27,14 @@ Description: <p align="center">
30
27
  </p>
31
28
 
32
29
  <p align="center">
30
+ <a href="https://github.com/Lovi-0/StreamingCommunity/blob/main/LICENSE">
31
+ <img src="https://img.shields.io/badge/License-GPL_3.0-blue.svg?style=for-the-badge" alt="License"/>
32
+ </a>
33
33
  <a href="https://pypi.org/project/streamingcommunity">
34
34
  <img src="https://img.shields.io/pypi/dm/streamingcommunity?style=for-the-badge" alt="PyPI Downloads"/>
35
35
  </a>
36
- <a href="https://github.com/Lovi-0/StreamingCommunity/network/members">
37
- <img src="https://img.shields.io/github/forks/Lovi-0/StreamingCommunity?style=for-the-badge" alt="Forks"/>
38
- </a>
39
- <a href="https://github.com/Lovi-0/StreamingCommunity">
40
- <img src="https://img.shields.io/github/languages/code-size/Lovi-0/StreamingCommunity?style=for-the-badge" alt="Code Size"/>
41
- </a>
42
36
  <a href="https://github.com/Lovi-0/StreamingCommunity">
43
- <img src="https://img.shields.io/github/repo-size/Lovi-0/StreamingCommunity?style=for-the-badge" alt="Repo Size"/>
37
+ <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Lovi-0/StreamingCommunity/main/Test/Util/loc-badge.json&style=for-the-badge" alt="Lines of Code"/>
44
38
  </a>
45
39
  </p>
46
40
 
@@ -50,6 +44,7 @@ Description: <p align="center">
50
44
  - 🛠️ [Installation](#installation)
51
45
  - 📦 [PyPI Installation](#1-pypi-installation)
52
46
  - 🔄 [Automatic Installation](#2-automatic-installation)
47
+ - 🔧 [Binary Location](#binary-location)
53
48
  - 📝 [Manual Installation](#3-manual-installation)
54
49
  - 💻 [Win 7](https://github.com/Ghost6446/StreamingCommunity_api/wiki/Installation#win-7)
55
50
  - 📱 [Termux](https://github.com/Ghost6446/StreamingCommunity_api/wiki/Termux)
@@ -108,7 +103,7 @@ Description: <p align="center">
108
103
  python run_streaming.py
109
104
  ```
110
105
 
111
- ## Updating via PyPI
106
+ ### Updating via PyPI
112
107
 
113
108
  ```bash
114
109
  pip install --upgrade StreamingCommunity
@@ -163,6 +158,69 @@ Description: <p align="center">
163
158
  ./test_run.py
164
159
  ```
165
160
 
161
+ ## Binary Location
162
+
163
+ ### Default Locations
164
+ - **Windows**: `C:\binary`
165
+ - **MacOS**: `~/Applications/binary`
166
+ - **Linux**: `~/.local/bin/binary`
167
+
168
+ You can customize these locations by following these steps for your operating system:
169
+
170
+ #### Windows
171
+ 1. Move the binary folder from `C:\binary` to your desired location
172
+ 2. Add the new path to Windows environment variables:
173
+ - Open Start menu and search for "Environment Variables"
174
+ - Click "Edit the system environment variables"
175
+ - Click "Environment Variables" button
176
+ - Under "System Variables", find and select "Path"
177
+ - Click "Edit"
178
+ - Add the new binary folder path
179
+ - Click "OK" to save changes
180
+
181
+ For detailed Windows PATH instructions, see the [Windows PATH guide](https://www.eukhost.com/kb/how-to-add-to-the-path-on-windows-10-and-windows-11/).
182
+
183
+ #### MacOS
184
+ 1. Move the binary folder from `~/Applications/binary` to your desired location
185
+ 2. Add the new path to your shell's configuration file:
186
+ ```bash
187
+ # For bash (edit ~/.bash_profile)
188
+ export PATH="/your/custom/path:$PATH"
189
+
190
+ # For zsh (edit ~/.zshrc)
191
+ export PATH="/your/custom/path:$PATH"
192
+ ```
193
+ 3. Reload your shell configuration:
194
+ ```bash
195
+ # For bash
196
+ source ~/.bash_profile
197
+
198
+ # For zsh
199
+ source ~/.zshrc
200
+ ```
201
+
202
+ #### Linux
203
+ 1. Move the binary folder from `~/.local/bin/binary` to your desired location
204
+ 2. Add the new path to your shell's configuration file:
205
+ ```bash
206
+ # For bash (edit ~/.bashrc)
207
+ export PATH="/your/custom/path:$PATH"
208
+
209
+ # For zsh (edit ~/.zshrc)
210
+ export PATH="/your/custom/path:$PATH"
211
+ ```
212
+ 3. Apply the changes:
213
+ ```bash
214
+ source ~/.bashrc # for bash
215
+ # or
216
+ source ~/.zshrc # for zsh
217
+ ```
218
+
219
+ > [!IMPORTANT]
220
+ > After moving the binary folder, ensure that all executables (ffmpeg, ffprobe, ffplay) are present in the new location and have the correct permissions:
221
+ > - Windows: `.exe` extensions required
222
+ > - MacOS/Linux: Ensure files have execute permissions (`chmod +x filename`)
223
+
166
224
  ## 3. Manual Installation
167
225
 
168
226
  ### Requirements 📋
@@ -327,6 +385,10 @@ Description: <p align="center">
327
385
  ind - Indonesian vie - Vietnamese
328
386
  ```
329
387
 
388
+ > [!NOTE]
389
+ > When using subtitles on Windows, please note that the default Windows Media Player may not display them correctly. We recommend using VLC Media Player for proper subtitle display and optimal playback experience.
390
+
391
+
330
392
  > [!IMPORTANT]
331
393
  > Language code availability may vary by site. Some platforms might:
332
394
  >
@@ -344,6 +406,14 @@ Description: <p align="center">
344
406
  > "specific_list_subtitles": ["ita", "eng", "spa"]
345
407
  > ```
346
408
 
409
+ For the best viewing experience, we recommend using VLC Media Player:
410
+ - Supports all video formats and codecs
411
+ - Properly displays embedded subtitles
412
+ - Available for all major operating systems
413
+ - Free and open-source
414
+
415
+ You can download VLC Media Player from the [official website](https://www.videolan.org/vlc/).
416
+
347
417
  ## M3U8_PARSER Settings
348
418
 
349
419
  ```json
@@ -410,14 +480,14 @@ Description: <p align="center">
410
480
  | Website | Status |
411
481
  |:-------------------|:------:|
412
482
  | [1337xx](https://1337xx.to/) | ✅ |
413
- | [Altadefinizione](https://altadefinizione.prof/) | ✅ |
483
+ | [AltadefinizioneGratis](https://altadefinizionegratis.site/) | ✅ |
414
484
  | [AnimeUnity](https://animeunity.so/) | ✅ |
415
485
  | [Ilcorsaronero](https://ilcorsaronero.link/) | ✅ |
416
- | [CB01New](https://cb01new.pics/) | ✅ |
486
+ | [CB01New](https://cb01new.video/) | ✅ |
417
487
  | [DDLStreamItaly](https://ddlstreamitaly.co/) | ✅ |
418
- | [GuardaSerie](https://guardaserie.academy/) | ✅ |
488
+ | [GuardaSerie](https://guardaserie.meme/) | ✅ |
419
489
  | [MostraGuarda](https://mostraguarda.stream/) | ✅ |
420
- | [StreamingCommunity](https://streamingcommunity.prof/) | ✅ |
490
+ | [StreamingCommunity](https://streamingcommunity.paris/) | ✅ |
421
491
 
422
492
 
423
493
  # Tutorials
@@ -0,0 +1,10 @@
1
+ README.md
2
+ setup.py
3
+ StreamingCommunity/__init__.py
4
+ StreamingCommunity/run.py
5
+ StreamingCommunity.egg-info/PKG-INFO
6
+ StreamingCommunity.egg-info/SOURCES.txt
7
+ StreamingCommunity.egg-info/dependency_links.txt
8
+ StreamingCommunity.egg-info/entry_points.txt
9
+ StreamingCommunity.egg-info/requires.txt
10
+ StreamingCommunity.egg-info/top_level.txt
@@ -8,7 +8,7 @@ unidecode
8
8
  jsbeautifier
9
9
  pathvalidate
10
10
  pycryptodomex
11
- fake-useragent==1.1.3
11
+ googlesearch-python
12
+ fake-useragent
12
13
  qbittorrent-api
13
14
  python-qbittorrent
14
- googlesearch-python
@@ -10,7 +10,7 @@ with open("requirements.txt", "r", encoding="utf-8-sig") as f:
10
10
 
11
11
  setup(
12
12
  name="StreamingCommunity",
13
- version="2.3.0",
13
+ version="2.5.0",
14
14
  long_description=read_readme(),
15
15
  long_description_content_type="text/markdown",
16
16
  author="Lovi-0",
@@ -1,4 +0,0 @@
1
- recursive-include StreamingCommunity *.py
2
- recursive-include StreamingCommunity *.md
3
- recursive-include StreamingCommunity *.txt
4
- recursive-include Test *