StreamingCommunity 2.9.6__py3-none-any.whl → 2.9.7__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.

@@ -68,7 +68,7 @@ def update():
68
68
 
69
69
  # Check installed version
70
70
  if str(__version__).replace('v', '') != str(last_version).replace('v', '') :
71
- console.print(f"\n[red]New version available: [yellow]{last_version}")
71
+ console.print(f"\n[cyan]New version available: [yellow]{last_version}")
72
72
 
73
73
  console.print(f"\n[red]{__title__} has been downloaded [yellow]{total_download_count} [red]times, but only [yellow]{percentual_stars}% [red]of users have starred it.\n\
74
74
  [cyan]Help the repository grow today by leaving a [yellow]star [cyan]and [yellow]sharing [cyan]it with others online!")
@@ -1,5 +1,5 @@
1
1
  __title__ = 'StreamingCommunity'
2
- __version__ = '2.9.6'
2
+ __version__ = '2.9.7'
3
3
  __author__ = 'Arrowar'
4
4
  __description__ = 'A command-line program to download film'
5
5
  __copyright__ = 'Copyright 2024'
StreamingCommunity/run.py CHANGED
@@ -143,7 +143,7 @@ def initialize():
143
143
  sys.exit(0)
144
144
 
145
145
  # Trending tmbd
146
- """if SHOW_TRENDING:
146
+ if SHOW_TRENDING:
147
147
  print()
148
148
  tmdb.display_trending_films()
149
149
  tmdb.display_trending_tv_shows()
@@ -152,7 +152,7 @@ def initialize():
152
152
  try:
153
153
  git_update()
154
154
  except:
155
- console.log("[red]Error with loading github.")"""
155
+ console.log("[red]Error with loading github.")
156
156
 
157
157
  def restart_script():
158
158
  """Riavvia lo script con gli stessi argomenti della riga di comando."""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: StreamingCommunity
3
- Version: 2.9.6
3
+ Version: 2.9.7
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
@@ -34,7 +34,7 @@ Dynamic: requires-dist
34
34
  Dynamic: requires-python
35
35
 
36
36
  <p align="center">
37
- <img src="https://i.ibb.co/v6RnT0wY/s2.jpg" alt="Project Logo" width="700"/>
37
+ <img src="https://i.ibb.co/v6RnT0wY/s2.jpg" alt="Project Logo" width="600"/>
38
38
  </p>
39
39
 
40
40
  <p align="center">
@@ -67,6 +67,7 @@ Dynamic: requires-python
67
67
  # 📋 Table of Contents
68
68
 
69
69
  - 🔄 [Update Domains](#update-domains)
70
+ - 🌐 [Available Sites](https://arrowar.github.io/StreamingDirectory/)
70
71
  - 🛠️ [Installation](#installation)
71
72
  - 📦 [PyPI Installation](#1-pypi-installation)
72
73
  - 🔄 [Automatic Installation](#2-automatic-installation)
@@ -95,18 +96,23 @@ Dynamic: requires-python
95
96
  # Installation
96
97
 
97
98
  <p align="center">
98
- <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_win.exe" style="margin: 0 20px;">
99
+ <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_win.exe">
99
100
  <img src="https://img.shields.io/badge/-Windows-blue.svg?style=for-the-badge&logo=windows" alt="Windows">
100
101
  </a>
101
- <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_mac" style="margin: 0 20px;">
102
+ <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_mac">
102
103
  <img src="https://img.shields.io/badge/-macOS-black.svg?style=for-the-badge&logo=apple" alt="macOS">
103
104
  </a>
104
- <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_linux" style="margin: 0 20px;">
105
+ <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_linux">
105
106
  <img src="https://img.shields.io/badge/-Linux-orange.svg?style=for-the-badge&logo=linux" alt="Linux">
106
107
  </a>
108
+ <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_linux_previous">
109
+ <img src="https://img.shields.io/badge/-Linux Previous-gray.svg?style=for-the-badge&logo=linux" alt="Linux Previous">
110
+ </a>
111
+ <a href="https://github.com/Arrowar/StreamingCommunity/releases">
112
+ <img src="https://img.shields.io/badge/-All Versions-lightgrey.svg?style=for-the-badge&logo=github" alt="All Versions">
113
+ </a>
107
114
  </p>
108
115
 
109
-
110
116
  ## 1. PyPI Installation
111
117
 
112
118
  Install directly from PyPI:
@@ -384,7 +390,9 @@ The configuration file is divided into several main sections:
384
390
  "show_trending": true,
385
391
  "use_api": true,
386
392
  "not_close": false,
387
- "telegram_bot": false
393
+ "telegram_bot": false,
394
+ "download_site_data": false,
395
+ "validate_github_config": false
388
396
  }
389
397
  }
390
398
  ```
@@ -397,6 +405,8 @@ The configuration file is divided into several main sections:
397
405
  - `not_close`: If set to true, keeps the program running after download is complete
398
406
  * Can be changed from terminal with `--not_close true/false`
399
407
  - `telegram_bot`: Enables Telegram bot integration
408
+ - `download_site_data`: If set to false, disables automatic site data download
409
+ - `validate_github_config`: If set to false, disables validation and updating of configuration from GitHub
400
410
 
401
411
  ## OUT_FOLDER Settings
402
412
 
@@ -1,6 +1,6 @@
1
1
  StreamingCommunity/__init__.py,sha256=Cw-N0VCg7sef1WqdtvVwrhs1zc4LoUhs5C8k7vpM1lQ,207
2
2
  StreamingCommunity/global_search.py,sha256=1U74JtXLWDGC_r5KCsQt4kC-XRO76QIWk3QnUz-1AqY,12126
3
- StreamingCommunity/run.py,sha256=a9JpV4nT7qBqsolkPB85M_wGFoY2tEcwDwOIZ5LA7WY,13219
3
+ StreamingCommunity/run.py,sha256=OgHnX1bdAFDLEou7pclpDIKXRFhIiqkZaLlYgHuhf0E,13213
4
4
  StreamingCommunity/Api/Player/ddl.py,sha256=M_ePETCMBpIHr5K5Yb7EML5VXwqkR7vJHQcGIv4AEQw,2261
5
5
  StreamingCommunity/Api/Player/maxstream.py,sha256=WXg8xncFXFiaUmTVXxB3NyknQtbvd0sF1eRaoDO24bU,4822
6
6
  StreamingCommunity/Api/Player/supervideo.py,sha256=hr9QViI-XD0Dqhcx90oaH8_j0d6cxpVaf-EuCjMs6hI,5199
@@ -67,8 +67,8 @@ StreamingCommunity/Lib/TMBD/obj_tmbd.py,sha256=dRSvJFS5yqmsBZcw2wqbStcBtXNjU_3n5
67
67
  StreamingCommunity/Lib/TMBD/tmdb.py,sha256=byg0EFnlmd9JeLvn1N9K3QkB1KEfeMuFa7OVfGqks1Y,10685
68
68
  StreamingCommunity/TelegramHelp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
69
69
  StreamingCommunity/TelegramHelp/telegram_bot.py,sha256=Qe1__aoK4PpDuing8JtWgdHzLee8LuYYyfeLNA7yADU,26307
70
- StreamingCommunity/Upload/update.py,sha256=TXWAOfvZr1So_oME11YvX_L5zRy2tM-ijF-_g1jf87o,2548
71
- StreamingCommunity/Upload/version.py,sha256=1EAKx1YZrCCqZkr1uhvD32WQIJlVs8V0I8pcBOutNMs,171
70
+ StreamingCommunity/Upload/update.py,sha256=qViEz--kqt7Z9Zxc9z9RyvhLOl22cTfnu9VSAwqn4y0,2549
71
+ StreamingCommunity/Upload/version.py,sha256=LgWw3GKanaUE__hA3sUm7n2w8P7ROnP4GdXw9KpaH2c,171
72
72
  StreamingCommunity/Util/color.py,sha256=NvD0Eni-25oOOkY-szCEoc0lGvzQxyL7xhM0RE4EvUM,458
73
73
  StreamingCommunity/Util/config_json.py,sha256=ocf1wsC1o0Nq8UStHUwj_QryMi_2O0yPpLEAkaMZPGg,18978
74
74
  StreamingCommunity/Util/ffmpeg_installer.py,sha256=q5yb_ZXKe9PhcG7JbKLfo1AZa8DNukgHqymPbudDuAY,13585
@@ -77,9 +77,9 @@ StreamingCommunity/Util/logger.py,sha256=9kGD6GmWj2pM8ADpJc85o7jm8DD0c5Aguqnq-9k
77
77
  StreamingCommunity/Util/message.py,sha256=SJaIPLvWeQqsIODVUKw3TgYRmBChovmlbcF6OUxqMI8,1425
78
78
  StreamingCommunity/Util/os.py,sha256=MUGJKQbNMWeoUrnJ2Ug3hoyYlrPDqU9BY94UmiUbxfA,14858
79
79
  StreamingCommunity/Util/table.py,sha256=QDVCVewMQ2JIQV3yDxQEL7Ac_m7NyRmynFg11BDeSBQ,9621
80
- streamingcommunity-2.9.6.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
81
- streamingcommunity-2.9.6.dist-info/METADATA,sha256=k91PwnAvkgzYIHAJZyfOJ7LnQo5NE6e4UYVBG8jpvvI,24303
82
- streamingcommunity-2.9.6.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
83
- streamingcommunity-2.9.6.dist-info/entry_points.txt,sha256=Qph9XYfDC8n4LfDLOSl6gJGlkb9eFb5f-JOr_Wb_5rk,67
84
- streamingcommunity-2.9.6.dist-info/top_level.txt,sha256=YsOcxKP-WOhWpIWgBlh0coll9XUx7aqmRPT7kmt3fH0,19
85
- streamingcommunity-2.9.6.dist-info/RECORD,,
80
+ streamingcommunity-2.9.7.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
81
+ streamingcommunity-2.9.7.dist-info/METADATA,sha256=KJWhvPLrNBpfTP_as7jq6-L1ibdLRylY7q2FUb-wtaM,25012
82
+ streamingcommunity-2.9.7.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
83
+ streamingcommunity-2.9.7.dist-info/entry_points.txt,sha256=Qph9XYfDC8n4LfDLOSl6gJGlkb9eFb5f-JOr_Wb_5rk,67
84
+ streamingcommunity-2.9.7.dist-info/top_level.txt,sha256=YsOcxKP-WOhWpIWgBlh0coll9XUx7aqmRPT7kmt3fH0,19
85
+ streamingcommunity-2.9.7.dist-info/RECORD,,