StreamingCommunity 3.2.0__py3-none-any.whl → 3.2.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.

@@ -66,7 +66,7 @@ def process_search_result(select_title, selections=None):
66
66
  selections (dict, optional): Dictionary containing selection inputs that bypass manual input
67
67
  {'season': season_selection, 'episode': episode_selection}
68
68
  """
69
- if select_title.type == 'Movie' or select_title.type == 'OVA':
69
+ if select_title.type == 'Movie':
70
70
  download_film(select_title)
71
71
 
72
72
  else:
@@ -120,4 +120,4 @@ def search(string_to_search: str = None, get_onlyDatabase: bool = False, direct_
120
120
 
121
121
  # If no results are found, ask again
122
122
  string_to_search = get_user_input()
123
- search(string_to_search, get_onlyDatabase, None, selections)
123
+ search(string_to_search, get_onlyDatabase, None, selections)
@@ -49,7 +49,8 @@ def title_search(query: str, proxy: str) -> int:
49
49
  f"{site_constant.FULL_URL}/it",
50
50
  headers={'user-agent': get_userAgent()},
51
51
  timeout=max_timeout,
52
- proxy=proxy
52
+ proxy=proxy,
53
+ follow_redirects=True
53
54
  )
54
55
  response.raise_for_status()
55
56
 
@@ -1,5 +1,5 @@
1
1
  __title__ = 'StreamingCommunity'
2
- __version__ = '3.2.0'
2
+ __version__ = '3.2.1'
3
3
  __author__ = 'Arrowar'
4
4
  __description__ = 'A command-line program to download film'
5
- __copyright__ = 'Copyright 2025'
5
+ __copyright__ = 'Copyright 2025'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: StreamingCommunity
3
- Version: 3.2.0
3
+ Version: 3.2.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
@@ -19,7 +19,7 @@ StreamingCommunity/Api/Site/altadefinizione/film.py,sha256=sEPIZFU0Tvvgkk3-KD6yy
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
21
  StreamingCommunity/Api/Site/altadefinizione/util/ScrapeSerie.py,sha256=9iulNlnNAhTfI5iKNW3I6pZqYeYwovAswa13L3LPGDM,4251
22
- StreamingCommunity/Api/Site/animeunity/__init__.py,sha256=3T-F9Hsq1wlELOAHqYWCxNYHfDeYsQLRYifmQATjh0A,4063
22
+ StreamingCommunity/Api/Site/animeunity/__init__.py,sha256=cLuZOgtQ-1vKIKf3iJjznBu3ET1Q3WZtO0UoK9U0YPU,4034
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
25
  StreamingCommunity/Api/Site/animeunity/site.py,sha256=GLULPQATMHcXiH99d772v1ICH-PnnZgSM3q5__eN-gs,4977
@@ -44,7 +44,7 @@ StreamingCommunity/Api/Site/raiplay/util/ScrapeSerie.py,sha256=V7fFP9KLuMXitRsHt
44
44
  StreamingCommunity/Api/Site/streamingcommunity/__init__.py,sha256=Qgy8nNtC05uwpSF6e0EE0WvsZkLKSKuqjWD1kligaPg,5977
45
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
- StreamingCommunity/Api/Site/streamingcommunity/site.py,sha256=cqaVM4cNXVqN_5ImeS_c7FI6go3TZPKkDi3XbD93MSQ,4019
47
+ StreamingCommunity/Api/Site/streamingcommunity/site.py,sha256=V5BD4BkMX2F3h7ZCRm_7XE750vxIHpbxBBm4LI3prMY,4047
48
48
  StreamingCommunity/Api/Site/streamingcommunity/util/ScrapeSerie.py,sha256=Q05e8k2xvWd66jv3jlBtvpTau2J1C0zXw5uHvcimzxY,5664
49
49
  StreamingCommunity/Api/Site/streamingwatch/__init__.py,sha256=UCE61tSwyvC4Gg9XqcembOWulD8vKEQk__g7VXeVgcA,3723
50
50
  StreamingCommunity/Api/Site/streamingwatch/film.py,sha256=QWE4e7Z9c0oTidP76cZPWdOKFU77_RbMXOHOlLRtPFk,1664
@@ -79,7 +79,7 @@ StreamingCommunity/TelegramHelp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
79
79
  StreamingCommunity/TelegramHelp/config.json,sha256=x1rtclDIrlnFcmiAmCQnV3WpnlTl5ds1LRRqECIF7xk,1581
80
80
  StreamingCommunity/TelegramHelp/telegram_bot.py,sha256=zCqj7xBofh9FYfEYl55mgT945jqtKo7qJhn-SMLvAvA,26455
81
81
  StreamingCommunity/Upload/update.py,sha256=ZGQHcnTLAfXla_PqvykDeg2-WKOYfX9zX2I3KrdKHpc,3814
82
- StreamingCommunity/Upload/version.py,sha256=mWUalfzzk89wwGI_TzqFuccaBZMhYGl-h6E4Ce5FeMs,170
82
+ StreamingCommunity/Upload/version.py,sha256=uY88yYCeCFzq7v48aPyy5SKjMHy8GKMM_wfQwnlxe4c,171
83
83
  StreamingCommunity/Util/color.py,sha256=NvD0Eni-25oOOkY-szCEoc0lGvzQxyL7xhM0RE4EvUM,458
84
84
  StreamingCommunity/Util/config_json.py,sha256=Q1V1Umrp4LEkelNQ638_ANAsGEioHzYnvy3FfQOJAHs,24227
85
85
  StreamingCommunity/Util/ffmpeg_installer.py,sha256=yRVIPwbh05tZ-duZmXkH0qasLNxaQCAT_E4cTP79Z3c,14890
@@ -88,9 +88,9 @@ StreamingCommunity/Util/logger.py,sha256=9kGD6GmWj2pM8ADpJc85o7jm8DD0c5Aguqnq-9k
88
88
  StreamingCommunity/Util/message.py,sha256=81vPmsGBusovIhheIO4Ec6p7BYvMj1wE_CthtRyp6OM,1333
89
89
  StreamingCommunity/Util/os.py,sha256=8mAZhYsFJ9ZDt9hdFcDqBzAZ0Fv8tM3aqRkdiewK9ok,17330
90
90
  StreamingCommunity/Util/table.py,sha256=Nw5PlsvfEIOQZWy5VhsU5OK3heuBXGwsqmLl0k8yQzc,9813
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,,
91
+ streamingcommunity-3.2.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
92
+ streamingcommunity-3.2.1.dist-info/METADATA,sha256=3Ad6fEfe9g_gCaZgH27-5LBUVTibRZ8Yo2ANovo6Qas,25190
93
+ streamingcommunity-3.2.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
94
+ streamingcommunity-3.2.1.dist-info/entry_points.txt,sha256=Qph9XYfDC8n4LfDLOSl6gJGlkb9eFb5f-JOr_Wb_5rk,67
95
+ streamingcommunity-3.2.1.dist-info/top_level.txt,sha256=YsOcxKP-WOhWpIWgBlh0coll9XUx7aqmRPT7kmt3fH0,19
96
+ streamingcommunity-3.2.1.dist-info/RECORD,,