StreamingCommunity 1.9.5__tar.gz → 1.9.8__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: StreamingCommunity
3
- Version: 1.9.5
3
+ Version: 1.9.8
4
4
  Summary: UNKNOWN
5
5
  Home-page: https://github.com/Lovi-0/StreamingCommunity
6
6
  Author: Lovi-0
@@ -29,7 +29,6 @@ Description: # StreamingCommunity Downloader
29
29
  - [Configuration](#configuration)
30
30
  - [Default](#default-settings)
31
31
  - [Request](#requests-settings)
32
- - [Browser](#browser-settings)
33
32
  - [Download](#m3u8_download-settings)
34
33
  - [Parser](#m3u8_parser-settings)
35
34
  - [Docker](#docker)
@@ -182,8 +181,7 @@ Description: # StreamingCommunity Downloader
182
181
  "movie_folder_name": "Movie",
183
182
  "serie_folder_name": "TV",
184
183
  "map_episode_name": "%(tv_name)_S%(season)E%(episode)_%(episode_name)",
185
- "not_close": false,
186
- "show_trending": false
184
+ "not_close": false
187
185
  }
188
186
  ```
189
187
 
@@ -211,7 +209,6 @@ Description: # StreamingCommunity Downloader
211
209
  `<br/><br/>`
212
210
 
213
211
  - `not_close`: If true, continues running after downloading
214
- - `show_trending`: Display trending content on startup
215
212
 
216
213
  ### qBittorrent Configuration
217
214
 
@@ -244,18 +241,6 @@ Description: # StreamingCommunity Downloader
244
241
 
245
242
  <br>
246
243
 
247
- ## BROWSER Settings
248
-
249
- ```json
250
- {
251
- "headless": false
252
- }
253
- ```
254
-
255
- - `headless`: Controls whether to run browser in headless mode
256
-
257
- <br>
258
-
259
244
  ## M3U8_DOWNLOAD Settings
260
245
 
261
246
  ```json
@@ -20,7 +20,6 @@ Chat, contribute, and have fun in our **Git_StreamingCommunity** Discord [Server
20
20
  - [Configuration](#configuration)
21
21
  - [Default](#default-settings)
22
22
  - [Request](#requests-settings)
23
- - [Browser](#browser-settings)
24
23
  - [Download](#m3u8_download-settings)
25
24
  - [Parser](#m3u8_parser-settings)
26
25
  - [Docker](#docker)
@@ -173,8 +172,7 @@ The configuration file is divided into several main sections:
173
172
  "movie_folder_name": "Movie",
174
173
  "serie_folder_name": "TV",
175
174
  "map_episode_name": "%(tv_name)_S%(season)E%(episode)_%(episode_name)",
176
- "not_close": false,
177
- "show_trending": false
175
+ "not_close": false
178
176
  }
179
177
  ```
180
178
 
@@ -202,7 +200,6 @@ The configuration file is divided into several main sections:
202
200
  `<br/><br/>`
203
201
 
204
202
  - `not_close`: If true, continues running after downloading
205
- - `show_trending`: Display trending content on startup
206
203
 
207
204
  ### qBittorrent Configuration
208
205
 
@@ -235,18 +232,6 @@ The configuration file is divided into several main sections:
235
232
 
236
233
  <br>
237
234
 
238
- ## BROWSER Settings
239
-
240
- ```json
241
- {
242
- "headless": false
243
- }
244
- ```
245
-
246
- - `headless`: Controls whether to run browser in headless mode
247
-
248
- <br>
249
-
250
235
  ## M3U8_DOWNLOAD Settings
251
236
 
252
237
  ```json
@@ -17,13 +17,11 @@ from StreamingCommunity.Util.console import console, msg
17
17
  from StreamingCommunity.Util._jsonConfig import config_manager
18
18
  from StreamingCommunity.Upload.update import update as git_update
19
19
  from StreamingCommunity.Util.os import os_summary
20
- from StreamingCommunity.Lib.TMBD import tmdb
21
20
  from StreamingCommunity.Util.logger import Logger
22
21
 
23
22
 
24
23
  # Config
25
24
  CLOSE_CONSOLE = config_manager.get_bool('DEFAULT', 'not_close')
26
- SHOW_TRENDING = config_manager.get_bool('DEFAULT', 'show_trending')
27
25
 
28
26
 
29
27
  def run_function(func: Callable[..., None], close_console: bool = False) -> None:
@@ -126,13 +124,6 @@ def initialize():
126
124
  except:
127
125
  console.log("[red]Error with loading github.")
128
126
 
129
- # Show trending film and series
130
- if SHOW_TRENDING:
131
- tmdb.display_trending_films()
132
- print()
133
- tmdb.display_trending_tv_shows()
134
- print()
135
-
136
127
 
137
128
  def main():
138
129
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: StreamingCommunity
3
- Version: 1.9.5
3
+ Version: 1.9.8
4
4
  Summary: UNKNOWN
5
5
  Home-page: https://github.com/Lovi-0/StreamingCommunity
6
6
  Author: Lovi-0
@@ -29,7 +29,6 @@ Description: # StreamingCommunity Downloader
29
29
  - [Configuration](#configuration)
30
30
  - [Default](#default-settings)
31
31
  - [Request](#requests-settings)
32
- - [Browser](#browser-settings)
33
32
  - [Download](#m3u8_download-settings)
34
33
  - [Parser](#m3u8_parser-settings)
35
34
  - [Docker](#docker)
@@ -182,8 +181,7 @@ Description: # StreamingCommunity Downloader
182
181
  "movie_folder_name": "Movie",
183
182
  "serie_folder_name": "TV",
184
183
  "map_episode_name": "%(tv_name)_S%(season)E%(episode)_%(episode_name)",
185
- "not_close": false,
186
- "show_trending": false
184
+ "not_close": false
187
185
  }
188
186
  ```
189
187
 
@@ -211,7 +209,6 @@ Description: # StreamingCommunity Downloader
211
209
  `<br/><br/>`
212
210
 
213
211
  - `not_close`: If true, continues running after downloading
214
- - `show_trending`: Display trending content on startup
215
212
 
216
213
  ### qBittorrent Configuration
217
214
 
@@ -244,18 +241,6 @@ Description: # StreamingCommunity Downloader
244
241
 
245
242
  <br>
246
243
 
247
- ## BROWSER Settings
248
-
249
- ```json
250
- {
251
- "headless": false
252
- }
253
- ```
254
-
255
- - `headless`: Controls whether to run browser in headless mode
256
-
257
- <br>
258
-
259
244
  ## M3U8_DOWNLOAD Settings
260
245
 
261
246
  ```json
@@ -1,4 +1,5 @@
1
1
  httpx
2
+ cffi
2
3
  bs4
3
4
  rich
4
5
  tqdm
@@ -7,7 +8,7 @@ psutil
7
8
  unidecode
8
9
  jsbeautifier
9
10
  pathvalidate
10
- pycryptodome
11
+ pycryptodomex
11
12
  fake-useragent==1.1.3
12
13
  qbittorrent-api
13
14
  python-qbittorrent
@@ -1,4 +1,5 @@
1
1
  httpx
2
+ cffi
2
3
  bs4
3
4
  rich
4
5
  tqdm
@@ -7,7 +8,7 @@ psutil
7
8
  unidecode
8
9
  jsbeautifier
9
10
  pathvalidate
10
- pycryptodome
11
+ pycryptodomex
11
12
  fake-useragent==1.1.3
12
13
  qbittorrent-api
13
14
  python-qbittorrent
@@ -11,7 +11,7 @@ with open("requirements.txt", "r", encoding="utf-8-sig") as f:
11
11
 
12
12
  setup(
13
13
  name="StreamingCommunity",
14
- version="1.9.5",
14
+ version="1.9.8",
15
15
  long_description=read_readme(),
16
16
  long_description_content_type="text/markdown",
17
17
  author="Lovi-0",