StreamingCommunity 3.0.9__py3-none-any.whl → 3.2.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 (28) hide show
  1. StreamingCommunity/Api/Player/ddl.py +4 -2
  2. StreamingCommunity/Api/Player/hdplayer.py +2 -1
  3. StreamingCommunity/Api/Player/maxstream.py +7 -7
  4. StreamingCommunity/Api/Player/mediapolisvod.py +4 -4
  5. StreamingCommunity/Api/Player/mixdrop.py +6 -5
  6. StreamingCommunity/Api/Player/supervideo.py +7 -5
  7. StreamingCommunity/Api/Player/sweetpixel.py +4 -3
  8. StreamingCommunity/Api/Player/vixcloud.py +20 -14
  9. StreamingCommunity/Api/Site/altadefinizione/film.py +9 -1
  10. StreamingCommunity/Api/Site/altadefinizione/util/ScrapeSerie.py +35 -21
  11. StreamingCommunity/Api/Site/animeunity/site.py +43 -71
  12. StreamingCommunity/Api/Site/streamingcommunity/film.py +4 -0
  13. StreamingCommunity/Lib/Downloader/HLS/downloader.py +17 -8
  14. StreamingCommunity/Lib/Downloader/HLS/segments.py +5 -4
  15. StreamingCommunity/Lib/Downloader/MP4/downloader.py +3 -3
  16. StreamingCommunity/Upload/update.py +8 -3
  17. StreamingCommunity/Upload/version.py +2 -2
  18. StreamingCommunity/Util/config_json.py +5 -7
  19. StreamingCommunity/Util/message.py +1 -3
  20. StreamingCommunity/Util/os.py +5 -2
  21. StreamingCommunity/global_search.py +2 -2
  22. StreamingCommunity/run.py +71 -36
  23. {streamingcommunity-3.0.9.dist-info → streamingcommunity-3.2.0.dist-info}/METADATA +43 -58
  24. {streamingcommunity-3.0.9.dist-info → streamingcommunity-3.2.0.dist-info}/RECORD +28 -28
  25. {streamingcommunity-3.0.9.dist-info → streamingcommunity-3.2.0.dist-info}/WHEEL +0 -0
  26. {streamingcommunity-3.0.9.dist-info → streamingcommunity-3.2.0.dist-info}/entry_points.txt +0 -0
  27. {streamingcommunity-3.0.9.dist-info → streamingcommunity-3.2.0.dist-info}/licenses/LICENSE +0 -0
  28. {streamingcommunity-3.0.9.dist-info → streamingcommunity-3.2.0.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: StreamingCommunity
3
- Version: 3.0.9
3
+ Version: 3.2.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
@@ -17,6 +17,7 @@ Requires-Dist: m3u8
17
17
  Requires-Dist: certifi
18
18
  Requires-Dist: psutil
19
19
  Requires-Dist: unidecode
20
+ Requires-Dist: curl_cffi
20
21
  Requires-Dist: dnspython
21
22
  Requires-Dist: jsbeautifier
22
23
  Requires-Dist: pathvalidate
@@ -24,6 +25,7 @@ Requires-Dist: pycryptodomex
24
25
  Requires-Dist: ua-generator
25
26
  Requires-Dist: qbittorrent-api
26
27
  Requires-Dist: pyTelegramBotAPI
28
+ Requires-Dist: beautifulsoup4
27
29
  Dynamic: author
28
30
  Dynamic: description
29
31
  Dynamic: description-content-type
@@ -34,36 +36,32 @@ Dynamic: project-url
34
36
  Dynamic: requires-dist
35
37
  Dynamic: requires-python
36
38
 
37
- <p align="center">
38
- <img src="https://i.ibb.co/v6RnT0wY/s2.jpg" alt="Project Logo" width="450"/>
39
- </p>
40
-
41
- <p align="center">
42
- <a href="https://pypi.org/project/streamingcommunity">
43
- <img src="https://img.shields.io/pypi/v/streamingcommunity?logo=pypi&labelColor=555555&style=for-the-badge" alt="PyPI"/>
44
- </a>
45
- <a href="https://www.paypal.com/donate/?hosted_button_id=UXTWMT8P6HE2C">
46
- <img src="https://img.shields.io/badge/_-Donate-red.svg?logo=githubsponsors&labelColor=555555&style=for-the-badge" alt="Donate"/>
47
- </a>
48
- <a href="https://github.com/Arrowar/StreamingCommunity/commits">
49
- <img src="https://img.shields.io/github/commit-activity/m/Arrowar/StreamingCommunity?label=commits&style=for-the-badge" alt="Commits"/>
50
- </a>
51
- <a href="https://github.com/Arrowar/StreamingCommunity/commits">
52
- <img src="https://img.shields.io/github/last-commit/Arrowar/StreamingCommunity/main?label=&style=for-the-badge&display_timestamp=committer" alt="Last Commit"/>
53
- </a>
54
- </p>
55
-
56
- <p align="center">
57
- <a href="https://github.com/Arrowar/StreamingCommunity/blob/main/LICENSE">
58
- <img src="https://img.shields.io/badge/License-GPL_3.0-blue.svg?style=for-the-badge" alt="License"/>
59
- </a>
60
- <a href="https://pypi.org/project/streamingcommunity">
61
- <img src="https://img.shields.io/pypi/dm/streamingcommunity?style=for-the-badge" alt="PyPI Downloads"/>
62
- </a>
63
- <a href="https://github.com/Arrowar/StreamingCommunity">
64
- <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Arrowar/StreamingCommunity/main/.github/media/loc-badge.json&style=for-the-badge" alt="Lines of Code"/>
65
- </a>
66
- </p>
39
+ <div align="center">
40
+
41
+ ## 📊 Project Status & Info
42
+
43
+ [![PyPI Version](https://img.shields.io/pypi/v/streamingcommunity?logo=pypi&logoColor=white&labelColor=2d3748&color=3182ce&style=for-the-badge)](https://pypi.org/project/streamingcommunity)
44
+ [![Downloads](https://img.shields.io/pypi/dm/streamingcommunity?logo=pypi&logoColor=white&labelColor=2d3748&color=38a169&style=for-the-badge)](https://pypi.org/project/streamingcommunity)
45
+ [![License](https://img.shields.io/github/license/Arrowar/StreamingCommunity?logo=gnu&logoColor=white&labelColor=2d3748&color=e53e3e&style=for-the-badge)](https://github.com/Arrowar/StreamingCommunity/blob/main/LICENSE)
46
+
47
+ [![Code Lines](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Arrowar/StreamingCommunity/main/.github/.domain/loc-badge.json&style=for-the-badge&labelColor=2d3748)](https://github.com/Arrowar/StreamingCommunity)
48
+ [![Last Commit](https://img.shields.io/github/last-commit/Arrowar/StreamingCommunity?logo=git&logoColor=white&labelColor=2d3748&color=805ad5&style=for-the-badge)](https://github.com/Arrowar/StreamingCommunity/commits)
49
+ [![Issues](https://img.shields.io/github/issues/Arrowar/StreamingCommunity?logo=github&logoColor=white&labelColor=2d3748&color=ed8936&style=for-the-badge)](https://github.com/Arrowar/StreamingCommunity/issues)
50
+
51
+ ## 💝 Support the Project
52
+
53
+ [![Donate PayPal](https://img.shields.io/badge/💳_Donate-PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white&labelColor=2d3748)](https://www.paypal.com/donate/?hosted_button_id=UXTWMT8P6HE2C)
54
+ ## 🚀 Download & Install
55
+
56
+ [![Windows](https://img.shields.io/badge/🪟_Windows-0078D4?style=for-the-badge&logo=windows&logoColor=white&labelColor=2d3748)](https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_win.exe)
57
+ [![macOS](https://img.shields.io/badge/🍎_macOS-000000?style=for-the-badge&logo=apple&logoColor=white&labelColor=2d3748)](https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_mac)
58
+ [![Linux latest](https://img.shields.io/badge/🐧_Linux_latest-FCC624?style=for-the-badge&logo=linux&logoColor=black&labelColor=2d3748)](https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_linux_latest)
59
+ [![Linux 22.04](https://img.shields.io/badge/🐧_Linux_22.04-FCC624?style=for-the-badge&logo=linux&logoColor=black&labelColor=2d3748)](https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_linux_previous)
60
+ ---
61
+
62
+ *⚡ **Quick Start:** `pip install streamingcommunity` or download the executable for your platform above*
63
+
64
+ </div>
67
65
 
68
66
  # 📋 Table of Contents
69
67
 
@@ -112,24 +110,6 @@ Dynamic: requires-python
112
110
 
113
111
  # Installation
114
112
 
115
- <p align="center">
116
- <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_win.exe">
117
- <img src="https://img.shields.io/badge/-Windows-blue.svg?style=for-the-badge&logo=windows" alt="Windows">
118
- </a>
119
- <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_mac">
120
- <img src="https://img.shields.io/badge/-macOS-black.svg?style=for-the-badge&logo=apple" alt="macOS">
121
- </a>
122
- <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_linux">
123
- <img src="https://img.shields.io/badge/-Linux-orange.svg?style=for-the-badge&logo=linux" alt="Linux">
124
- </a>
125
- <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_linux_previous">
126
- <img src="https://img.shields.io/badge/-Linux Previous-gray.svg?style=for-the-badge&logo=linux" alt="Linux Previous">
127
- </a>
128
- <a href="https://github.com/Arrowar/StreamingCommunity/releases">
129
- <img src="https://img.shields.io/badge/-All Versions-lightgrey.svg?style=for-the-badge&logo=github" alt="All Versions">
130
- </a>
131
- </p>
132
-
133
113
  ## 1. PyPI Installation
134
114
 
135
115
  Install directly from PyPI:
@@ -554,7 +534,7 @@ To enable qBittorrent integration, follow the setup guide [here](https://github.
554
534
  "download_subtitle": true,
555
535
  "merge_subs": true,
556
536
  "specific_list_subtitles": [
557
- "ita",
537
+ "ita", // Specify language codes or use ["*"] to download all available subtitles
558
538
  "eng"
559
539
  ],
560
540
  "cleanup_tmp_folder": true
@@ -580,6 +560,8 @@ To enable qBittorrent integration, follow the setup guide [here](https://github.
580
560
  - `download_subtitle`: Whether to download subtitles
581
561
  - `merge_subs`: Whether to merge subtitles with video
582
562
  - `specific_list_subtitles`: List of subtitle languages to download
563
+ * Use `["*"]` to download all available subtitles
564
+ * Or specify individual languages like `["ita", "eng"]`
583
565
  * Can be changed with `--specific_list_subtitles ita,eng`
584
566
 
585
567
  #### Cleanup
@@ -731,8 +713,14 @@ python test_run.py --specific_list_audio ita,eng --specific_list_subtitles eng,s
731
713
  # Keep console open after download
732
714
  python test_run.py --not_close true
733
715
 
734
- # Use global search
716
+ # Use global searchAdd commentMore actions
735
717
  python test_run.py --global -s "cars"
718
+
719
+ # Select specific category
720
+ python test_run.py --category 1 # Search in anime category
721
+ python test_run.py --category 2 # Search in movies & series
722
+ python test_run.py --category 3 # Search in series
723
+ python test_run.py --category 4 # Search in torrent category
736
724
  ```
737
725
 
738
726
  # Docker
@@ -826,10 +814,10 @@ python3 telegram_bot.py
826
814
 
827
815
  # Tutorials
828
816
 
829
- - [Windows Tutorial](https://www.youtube.com/watch?v=mZGqK4wdN-k)
830
- - [Linux Tutorial](https://www.youtube.com/watch?v=0qUNXPE_mTg)
831
- - [Pypy Tutorial](https://www.youtube.com/watch?v=C6m9ZKOK0p4)
832
- - [Compiled .exe Tutorial](https://www.youtube.com/watch?v=pm4lqsxkTVo)
817
+ - [Windows](https://www.youtube.com/watch?v=mZGqK4wdN-k)
818
+ - [Linux](https://www.youtube.com/watch?v=0qUNXPE_mTg)
819
+ - [Pypy](https://www.youtube.com/watch?v=C6m9ZKOK0p4)
820
+ - [Compiled](https://www.youtube.com/watch?v=pm4lqsxkTVo)
833
821
 
834
822
  # To Do
835
823
 
@@ -848,9 +836,6 @@ Addon per Stremio che consente lo streaming HTTPS di film, serie, anime e TV in
848
836
  ### 🧩 [streamingcommunity-unofficialapi](https://github.com/Blu-Tiger/streamingcommunity-unofficialapi)
849
837
  API non ufficiale per accedere ai contenuti del sito italiano StreamingCommunity.
850
838
 
851
- ### 🎥 [stream-buddy](https://github.com/Bbalduzz/stream-buddy)
852
- Tool per guardare o scaricare film dalla piattaforma StreamingCommunity.
853
-
854
839
  # Disclaimer
855
840
 
856
841
  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.
@@ -1,28 +1,28 @@
1
1
  StreamingCommunity/__init__.py,sha256=Cw-N0VCg7sef1WqdtvVwrhs1zc4LoUhs5C8k7vpM1lQ,207
2
- StreamingCommunity/global_search.py,sha256=fAl_tRCP8SeQoBifXs7hGX9-7Bd9FlJw69NjsWNUUL0,12396
3
- StreamingCommunity/run.py,sha256=IOMEMkfn4p5hoYbDO2JNt8kIxz3GvgXOn8puzkXjS4I,13067
4
- StreamingCommunity/Api/Player/ddl.py,sha256=S3UZFonJl3d3xU1fQrosRFXFhwAm8hGVQ8Ff8g-6xSI,2071
5
- StreamingCommunity/Api/Player/hdplayer.py,sha256=zfPcmtt8f-NfH9yapwwWpVSts-7s47vJ4_XHKJFg0i8,1875
6
- StreamingCommunity/Api/Player/maxstream.py,sha256=6y2h7cMSA_kmaeiOWqqyMVBMrtX6HTt2WT0QXxirCxg,4839
7
- StreamingCommunity/Api/Player/mediapolisvod.py,sha256=OcdnE1BMSwPZM-nw74GXNJ44E9RYwGnc_kFEA-G8XyY,2294
8
- StreamingCommunity/Api/Player/mixdrop.py,sha256=B5KEv-S0xg8b8X2doSxPVcjgwDIlB5TP3m35zfn3v5w,4968
9
- StreamingCommunity/Api/Player/supervideo.py,sha256=hr9QViI-XD0Dqhcx90oaH8_j0d6cxpVaf-EuCjMs6hI,5199
10
- StreamingCommunity/Api/Player/sweetpixel.py,sha256=gJSe1fop5J216CB3u8vstxLPP5YbcyoGUH4y3X3-JaQ,1643
11
- StreamingCommunity/Api/Player/vixcloud.py,sha256=I929S-n7h0zBT_4J8ScVVUJsqEHQgz0pVP5Ct_opdTw,6402
2
+ StreamingCommunity/global_search.py,sha256=ip3D0OKNRTXHpe_Wy7v2KM-yNZdnnbG5FOBYSSk6wB8,12401
3
+ StreamingCommunity/run.py,sha256=I-FXtuLuBOmn963vs9hkvURLRI6CdVhCsIuuoY8ALF4,14146
4
+ StreamingCommunity/Api/Player/ddl.py,sha256=cPinK99iX4ThvAHLlzcACcnFvM-M_NK0f4imh9PQY1I,2174
5
+ StreamingCommunity/Api/Player/hdplayer.py,sha256=0_qnBx1nepDMd4qwg3eZQlyT7GlSs7hW9jK_5af7Pus,1961
6
+ StreamingCommunity/Api/Player/maxstream.py,sha256=JlVTCAo9ze0wF2h0eNPYqdorhwK7DPXpmLAyHMnT7-Y,5017
7
+ StreamingCommunity/Api/Player/mediapolisvod.py,sha256=Npm3HHUO5Wav8c2QX9E2c3SSW6d1STJw-kK8kHRF-zo,2403
8
+ StreamingCommunity/Api/Player/mixdrop.py,sha256=XwGjI7aqxeyyY6Ft8AOhnEE4jfRH2Z1JUxLaArE9UUM,5134
9
+ StreamingCommunity/Api/Player/supervideo.py,sha256=AuAA6eXYODJN-ytdvKjqlzZLOHpwx3kwgy1CSiogs-o,5388
10
+ StreamingCommunity/Api/Player/sweetpixel.py,sha256=Qi4dcEDXbFjFPH9CHl0T0DfIJUfUXL0vyFdIUnIHkMI,1741
11
+ StreamingCommunity/Api/Player/vixcloud.py,sha256=7d6quxzA19hqT9C1gXMTkzM7zNELlX435s0ozW-RSD0,6687
12
12
  StreamingCommunity/Api/Player/Helper/Vixcloud/js_parser.py,sha256=U-8QlD5kGzIk3-4t4D6QyYmiDe8UBrSuVi1YHRQb7AU,4295
13
13
  StreamingCommunity/Api/Player/Helper/Vixcloud/util.py,sha256=QLUgbwQrpuPIVNzdBlAiEJXnd-eCj_JQFckZZEEL55w,5214
14
14
  StreamingCommunity/Api/Site/1337xx/__init__.py,sha256=-lZenAXIv69E38G1AssvRbdQ5ghZS-DjV-SifsLLpn8,2032
15
15
  StreamingCommunity/Api/Site/1337xx/site.py,sha256=5XVUMTQn1UqMYgo7tPAw7bGMA-tqhQnfeOGKkgGh9OA,2349
16
16
  StreamingCommunity/Api/Site/1337xx/title.py,sha256=8T3cVRb-Mt9QdOtKWVVFHz8iOHqspf7iw28E7bfTV78,1865
17
17
  StreamingCommunity/Api/Site/altadefinizione/__init__.py,sha256=6CF9MCh3AstetNlTqG_uzRUQEmMR4iix2vPzGbl3EWM,4180
18
- StreamingCommunity/Api/Site/altadefinizione/film.py,sha256=nSAko9sWZWAdAZ_bSr0S3tEPJYyLmzNzUmUD8Zuq_eo,3493
18
+ StreamingCommunity/Api/Site/altadefinizione/film.py,sha256=sEPIZFU0Tvvgkk3-KD6yypmvISqLuQWNzl6Q2F76a00,3716
19
19
  StreamingCommunity/Api/Site/altadefinizione/series.py,sha256=-rCYx-Fa7aZiYepcIne7OdH1aaUFZZAPX-ToBv6mxFs,8192
20
20
  StreamingCommunity/Api/Site/altadefinizione/site.py,sha256=2kUNQ8ebYlX5dkSql-CvEhU01TOTNtuyEMIAD6SC3lg,2865
21
- StreamingCommunity/Api/Site/altadefinizione/util/ScrapeSerie.py,sha256=bSApjfY9xd5dw0tZ1t7vB6ifAo5vAkeeEwX6IS7yH1o,3756
21
+ StreamingCommunity/Api/Site/altadefinizione/util/ScrapeSerie.py,sha256=9iulNlnNAhTfI5iKNW3I6pZqYeYwovAswa13L3LPGDM,4251
22
22
  StreamingCommunity/Api/Site/animeunity/__init__.py,sha256=3T-F9Hsq1wlELOAHqYWCxNYHfDeYsQLRYifmQATjh0A,4063
23
23
  StreamingCommunity/Api/Site/animeunity/film.py,sha256=Vqg6yag2siR-Y3ougBsV8mzdQXChxg6ghz_KVXFQ3pE,998
24
24
  StreamingCommunity/Api/Site/animeunity/serie.py,sha256=ib86sLXYsYbrvrFNbzKdhlwMUO3DT7JS5yTTrrSr2jk,5711
25
- StreamingCommunity/Api/Site/animeunity/site.py,sha256=iRFMUdtHricrc09gmVS1kUOQ-EqH_8zafh8ag4HHiUA,5672
25
+ StreamingCommunity/Api/Site/animeunity/site.py,sha256=GLULPQATMHcXiH99d772v1ICH-PnnZgSM3q5__eN-gs,4977
26
26
  StreamingCommunity/Api/Site/animeunity/util/ScrapeSerie.py,sha256=UladSvOlTEVLiV0-rAz45zrET5qRHMuTGuKEpeQoumU,3872
27
27
  StreamingCommunity/Api/Site/animeworld/__init__.py,sha256=fjStJyOl6VBVDgoi6wr2yA0CQ_UQ4atTBzal0gOBgRM,2822
28
28
  StreamingCommunity/Api/Site/animeworld/film.py,sha256=W9KOS9Wvx3Mlqx5WojR-NgnF9WX8mI79JZPS7UwG-dc,1763
@@ -42,7 +42,7 @@ StreamingCommunity/Api/Site/raiplay/series.py,sha256=uQVbeA_g3Z1Ciqeq99gsY2F8mC5
42
42
  StreamingCommunity/Api/Site/raiplay/site.py,sha256=kWo2YPcUOPgsThJU_RahnDwJP4QpkmgzdzRqtoubR5U,3166
43
43
  StreamingCommunity/Api/Site/raiplay/util/ScrapeSerie.py,sha256=V7fFP9KLuMXitRsHtInxUJBcGClfSk_tOUNWFC8pG5A,5807
44
44
  StreamingCommunity/Api/Site/streamingcommunity/__init__.py,sha256=Qgy8nNtC05uwpSF6e0EE0WvsZkLKSKuqjWD1kligaPg,5977
45
- StreamingCommunity/Api/Site/streamingcommunity/film.py,sha256=HMfDve_4xuxeYbenDt9H5MEf1FwQBZNAkpcJEbiMRqA,2609
45
+ StreamingCommunity/Api/Site/streamingcommunity/film.py,sha256=bt6g0c20eQux_cAz-FfobvkIF0wnFhVlBreRxhzV17E,2764
46
46
  StreamingCommunity/Api/Site/streamingcommunity/series.py,sha256=W1KHSrF_rVl757dtLugvqVm7HCjovCHaHZXoGSRjOoI,8903
47
47
  StreamingCommunity/Api/Site/streamingcommunity/site.py,sha256=cqaVM4cNXVqN_5ImeS_c7FI6go3TZPKkDi3XbD93MSQ,4019
48
48
  StreamingCommunity/Api/Site/streamingcommunity/util/ScrapeSerie.py,sha256=Q05e8k2xvWd66jv3jlBtvpTau2J1C0zXw5uHvcimzxY,5664
@@ -58,9 +58,9 @@ StreamingCommunity/Api/Template/Class/SearchType.py,sha256=LOlE8UgraEM0UAVeNCThD
58
58
  StreamingCommunity/Api/Template/Util/__init__.py,sha256=ZWQQd6iymNFDol9HaKPhVBoRX1W-xHJZgU_mZvLVdsM,196
59
59
  StreamingCommunity/Api/Template/Util/manage_ep.py,sha256=FYe2DC9SXIXzlRYI7fW4ieBpfrxYzsUgt2C47tYRk7U,9252
60
60
  StreamingCommunity/Lib/Downloader/__init__.py,sha256=JhbBh5hOnSM7VmtkxJ7zZ_FtWEC1JdnKThsSBjLV5FY,140
61
- StreamingCommunity/Lib/Downloader/HLS/downloader.py,sha256=wlujaWn5I5KtP0m61iYExtnEhwmsy_jdFqd9cM1A-2E,21588
62
- StreamingCommunity/Lib/Downloader/HLS/segments.py,sha256=Q_YZxkWfUqd6TRkHoYt58Iy-xMWVLH6fCnBnQImQK2I,18059
63
- StreamingCommunity/Lib/Downloader/MP4/downloader.py,sha256=L03fpjaJ2pvZ_McaOShv3iCsdbefCGW3WM1QIa2TGJo,7514
61
+ StreamingCommunity/Lib/Downloader/HLS/downloader.py,sha256=kU7DN7cqdU5Uwo8d3TGXMIdep7QQhtU71Oe0s-Kks1k,22117
62
+ StreamingCommunity/Lib/Downloader/HLS/segments.py,sha256=SY5bwvECVg0xGLlAYIBieWk2_y3QXRR2VjH2bVdWWYc,18150
63
+ StreamingCommunity/Lib/Downloader/MP4/downloader.py,sha256=U3kARWZXNUvZLy6nm4pcbUHwBSvy5bMqBUBz6Vc9w90,7546
64
64
  StreamingCommunity/Lib/Downloader/TOR/downloader.py,sha256=CrRGdLGI_45AnhtTZm8r7KO7uGmU9k6pywy-qO18LG8,19242
65
65
  StreamingCommunity/Lib/FFmpeg/__init__.py,sha256=6PBsZdE1jrD2EKOVyx3JEHnyDZzVeKlPkH5T0zyfOgU,130
66
66
  StreamingCommunity/Lib/FFmpeg/capture.py,sha256=QZYtuUG3L5_BsHFdzBU-5pZrX1PYxfCTx8bXShGF_bs,5029
@@ -78,19 +78,19 @@ StreamingCommunity/Lib/TMBD/tmdb.py,sha256=byg0EFnlmd9JeLvn1N9K3QkB1KEfeMuFa7OVf
78
78
  StreamingCommunity/TelegramHelp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
79
79
  StreamingCommunity/TelegramHelp/config.json,sha256=x1rtclDIrlnFcmiAmCQnV3WpnlTl5ds1LRRqECIF7xk,1581
80
80
  StreamingCommunity/TelegramHelp/telegram_bot.py,sha256=zCqj7xBofh9FYfEYl55mgT945jqtKo7qJhn-SMLvAvA,26455
81
- StreamingCommunity/Upload/update.py,sha256=Tp7PdU49rk1bga76_DiaghrbE7Fb3p4iq5S4CqZZy2A,3462
82
- StreamingCommunity/Upload/version.py,sha256=aTDk5HZGG-MlYRi76ZutQ0dPdPG1Lsm1cLMGSfgy38A,171
81
+ StreamingCommunity/Upload/update.py,sha256=ZGQHcnTLAfXla_PqvykDeg2-WKOYfX9zX2I3KrdKHpc,3814
82
+ StreamingCommunity/Upload/version.py,sha256=mWUalfzzk89wwGI_TzqFuccaBZMhYGl-h6E4Ce5FeMs,170
83
83
  StreamingCommunity/Util/color.py,sha256=NvD0Eni-25oOOkY-szCEoc0lGvzQxyL7xhM0RE4EvUM,458
84
- StreamingCommunity/Util/config_json.py,sha256=bC55i7nJuBQSsdnqQo9QtW4l-Ho2BaF0pJhIVr0nJjA,24321
84
+ StreamingCommunity/Util/config_json.py,sha256=Q1V1Umrp4LEkelNQ638_ANAsGEioHzYnvy3FfQOJAHs,24227
85
85
  StreamingCommunity/Util/ffmpeg_installer.py,sha256=yRVIPwbh05tZ-duZmXkH0qasLNxaQCAT_E4cTP79Z3c,14890
86
86
  StreamingCommunity/Util/headers.py,sha256=TItkaFMx1GqsVNEIS3Tr0BGU5EHyF-HkZVliHORT3P8,308
87
87
  StreamingCommunity/Util/logger.py,sha256=9kGD6GmWj2pM8ADpJc85o7jm8DD0c5Aguqnq-9kmxos,3314
88
- StreamingCommunity/Util/message.py,sha256=SJaIPLvWeQqsIODVUKw3TgYRmBChovmlbcF6OUxqMI8,1425
89
- StreamingCommunity/Util/os.py,sha256=zCPlV9hb8hbBJglwnrJU0XGhBu538x3zgdNO5sLQ73c,17176
88
+ StreamingCommunity/Util/message.py,sha256=81vPmsGBusovIhheIO4Ec6p7BYvMj1wE_CthtRyp6OM,1333
89
+ StreamingCommunity/Util/os.py,sha256=8mAZhYsFJ9ZDt9hdFcDqBzAZ0Fv8tM3aqRkdiewK9ok,17330
90
90
  StreamingCommunity/Util/table.py,sha256=Nw5PlsvfEIOQZWy5VhsU5OK3heuBXGwsqmLl0k8yQzc,9813
91
- streamingcommunity-3.0.9.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
92
- streamingcommunity-3.0.9.dist-info/METADATA,sha256=6QMVwuzxoNs3c1xmUXEe_XjNHDBK1_Wb2a70rJQOHqc,24958
93
- streamingcommunity-3.0.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
94
- streamingcommunity-3.0.9.dist-info/entry_points.txt,sha256=Qph9XYfDC8n4LfDLOSl6gJGlkb9eFb5f-JOr_Wb_5rk,67
95
- streamingcommunity-3.0.9.dist-info/top_level.txt,sha256=YsOcxKP-WOhWpIWgBlh0coll9XUx7aqmRPT7kmt3fH0,19
96
- streamingcommunity-3.0.9.dist-info/RECORD,,
91
+ streamingcommunity-3.2.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
92
+ streamingcommunity-3.2.0.dist-info/METADATA,sha256=qyR_qHvyfigIxwFMt7vnmUCL7Bo9yOu6cTSVVCdZxME,25190
93
+ streamingcommunity-3.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
94
+ streamingcommunity-3.2.0.dist-info/entry_points.txt,sha256=Qph9XYfDC8n4LfDLOSl6gJGlkb9eFb5f-JOr_Wb_5rk,67
95
+ streamingcommunity-3.2.0.dist-info/top_level.txt,sha256=YsOcxKP-WOhWpIWgBlh0coll9XUx7aqmRPT7kmt3fH0,19
96
+ streamingcommunity-3.2.0.dist-info/RECORD,,