StreamingCommunity 2.9.1__py3-none-any.whl → 2.9.2__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.
- StreamingCommunity/Api/Player/Helper/Vixcloud/util.py +1 -6
- StreamingCommunity/Api/Site/1337xx/__init__.py +1 -1
- StreamingCommunity/Api/Site/cb01new/__init__.py +1 -1
- StreamingCommunity/Api/Site/ddlstreamitaly/__init__.py +1 -1
- StreamingCommunity/Api/Site/guardaserie/__init__.py +1 -1
- StreamingCommunity/Api/Site/mostraguarda/__init__.py +1 -1
- StreamingCommunity/Lib/FFmpeg/command.py +1 -1
- StreamingCommunity/Upload/version.py +1 -1
- {StreamingCommunity-2.9.1.dist-info → StreamingCommunity-2.9.2.dist-info}/METADATA +1 -1
- {StreamingCommunity-2.9.1.dist-info → StreamingCommunity-2.9.2.dist-info}/RECORD +14 -14
- {StreamingCommunity-2.9.1.dist-info → StreamingCommunity-2.9.2.dist-info}/LICENSE +0 -0
- {StreamingCommunity-2.9.1.dist-info → StreamingCommunity-2.9.2.dist-info}/WHEEL +0 -0
- {StreamingCommunity-2.9.1.dist-info → StreamingCommunity-2.9.2.dist-info}/entry_points.txt +0 -0
- {StreamingCommunity-2.9.1.dist-info → StreamingCommunity-2.9.2.dist-info}/top_level.txt +0 -0
|
@@ -8,14 +8,12 @@ class Episode:
|
|
|
8
8
|
self.data = data
|
|
9
9
|
|
|
10
10
|
self.id: int = data.get('id', 0)
|
|
11
|
-
self.scws_id: int = data.get('scws_id', 0)
|
|
12
11
|
self.number: int = data.get('number', 1)
|
|
13
12
|
self.name: str = data.get('name', '')
|
|
14
|
-
self.plot: str = data.get('plot', '')
|
|
15
13
|
self.duration: int = data.get('duration', 0)
|
|
16
14
|
|
|
17
15
|
def __str__(self):
|
|
18
|
-
return f"Episode(id={self.id}, number={self.number}, name='{self.name}',
|
|
16
|
+
return f"Episode(id={self.id}, number={self.number}, name='{self.name}', duration={self.duration} sec)"
|
|
19
17
|
|
|
20
18
|
class EpisodeManager:
|
|
21
19
|
def __init__(self):
|
|
@@ -89,12 +87,9 @@ class Season:
|
|
|
89
87
|
self.season_data = season_data
|
|
90
88
|
|
|
91
89
|
self.id: int = season_data.get('id', 0)
|
|
92
|
-
self.scws_id: int = season_data.get('scws_id', 0)
|
|
93
|
-
self.imdb_id: int = season_data.get('imdb_id', 0)
|
|
94
90
|
self.number: int = season_data.get('number', 0)
|
|
95
91
|
self.name: str = season_data.get('name', '')
|
|
96
92
|
self.slug: str = season_data.get('slug', '')
|
|
97
|
-
self.plot: str = season_data.get('plot', '')
|
|
98
93
|
self.type: str = season_data.get('type', '')
|
|
99
94
|
self.seasons_count: int = season_data.get('seasons_count', 0)
|
|
100
95
|
|
|
@@ -242,7 +242,7 @@ def join_audios(video_path: str, audio_tracks: List[Dict[str, str]], out_path: s
|
|
|
242
242
|
|
|
243
243
|
# Use shortest input path for video and audios
|
|
244
244
|
if not video_audio_same_duration:
|
|
245
|
-
|
|
245
|
+
console.log("[red]Use shortest input ...")
|
|
246
246
|
ffmpeg_cmd.extend(['-shortest', '-strict', 'experimental'])
|
|
247
247
|
|
|
248
248
|
# Overwrite
|
|
@@ -5,26 +5,26 @@ StreamingCommunity/Api/Player/maxstream.py,sha256=lQ6sbhBqMR9e6N-03nWZ3qsUlRT9l6
|
|
|
5
5
|
StreamingCommunity/Api/Player/supervideo.py,sha256=owyoSkLDJwASNYQw77ZbJ5ptCXOFsAC5ghN-o0RaML0,5001
|
|
6
6
|
StreamingCommunity/Api/Player/vixcloud.py,sha256=NOZhW59hyBnG5FfmppcnIudAztr7seWzQBzAN3KC_3M,6317
|
|
7
7
|
StreamingCommunity/Api/Player/Helper/Vixcloud/js_parser.py,sha256=U-8QlD5kGzIk3-4t4D6QyYmiDe8UBrSuVi1YHRQb7AU,4295
|
|
8
|
-
StreamingCommunity/Api/Player/Helper/Vixcloud/util.py,sha256=
|
|
9
|
-
StreamingCommunity/Api/Site/1337xx/__init__.py,sha256=
|
|
8
|
+
StreamingCommunity/Api/Player/Helper/Vixcloud/util.py,sha256=dnyVxZTjjV3C6PUCu2OMeHI4NbiioBWhixlY2Ol9I74,5206
|
|
9
|
+
StreamingCommunity/Api/Site/1337xx/__init__.py,sha256=pyaQ3QlLdiqLcyNyfE6jKhOR5BXUiKLfPcIBHbk8U8U,1378
|
|
10
10
|
StreamingCommunity/Api/Site/1337xx/site.py,sha256=u6a453wVy3vJrGcLlSUhErKzr63lv-o9cx36RjFpPRs,2647
|
|
11
11
|
StreamingCommunity/Api/Site/1337xx/title.py,sha256=lGb-IbWEIfg9Eu3XIu6IfxTOjvXkFL_NO9UEZcxOAfE,1831
|
|
12
12
|
StreamingCommunity/Api/Site/animeunity/__init__.py,sha256=Lz9trBzQZL11wGyIT2Y4CWe3JxOkDUPzTQXXO76s0oQ,2278
|
|
13
13
|
StreamingCommunity/Api/Site/animeunity/film_serie.py,sha256=noYqH5NHUk_JO6GeqN7-PQy3tplDRKYWYI_cgT1SzqI,5771
|
|
14
14
|
StreamingCommunity/Api/Site/animeunity/site.py,sha256=7NX59B89xpZ6Tj96a_ZCsVMDwOq8fxdw81vrlnvNjn4,5912
|
|
15
15
|
StreamingCommunity/Api/Site/animeunity/util/ScrapeSerie.py,sha256=6Vbw5KVwUbgooGjUIRAuXr9cWSkHDkAFP7EiXF2T4OM,2709
|
|
16
|
-
StreamingCommunity/Api/Site/cb01new/__init__.py,sha256=
|
|
16
|
+
StreamingCommunity/Api/Site/cb01new/__init__.py,sha256=jw-eyJunemd3uNwpow75_8s7TX8bYyiRA-zkF5NZ75w,1393
|
|
17
17
|
StreamingCommunity/Api/Site/cb01new/film.py,sha256=trrEGcklB6FhqpJvGaEwHI0EThK__e9O6DuknKAFNHw,1628
|
|
18
18
|
StreamingCommunity/Api/Site/cb01new/site.py,sha256=q9bHKgHkXWE0vOcfQ9bKU0QDzbLassfSN2im2O4EYiI,2523
|
|
19
|
-
StreamingCommunity/Api/Site/ddlstreamitaly/__init__.py,sha256=
|
|
19
|
+
StreamingCommunity/Api/Site/ddlstreamitaly/__init__.py,sha256=XkpTFeb-yFI_bJCIph72cVE8GVoJP7Tby-NqkZNNDM4,1533
|
|
20
20
|
StreamingCommunity/Api/Site/ddlstreamitaly/series.py,sha256=z3te51do5C_O77rDTR1N01aQ76BIGe5pm5i_PWJepQ4,3369
|
|
21
21
|
StreamingCommunity/Api/Site/ddlstreamitaly/site.py,sha256=_I4fZuzE5DnwAGOBOJK_IYW04RETwl3N2J0FUJAjQqg,2913
|
|
22
22
|
StreamingCommunity/Api/Site/ddlstreamitaly/util/ScrapeSerie.py,sha256=HY8YEvzWp3sy1q07rFLXLZhGYvapA1amMZByYvs0iJM,2553
|
|
23
|
-
StreamingCommunity/Api/Site/guardaserie/__init__.py,sha256=
|
|
23
|
+
StreamingCommunity/Api/Site/guardaserie/__init__.py,sha256=NjMn1EFWdFi9P89qpKNg3Dc84DDOSyuSBX0V5K24OjQ,1385
|
|
24
24
|
StreamingCommunity/Api/Site/guardaserie/series.py,sha256=52OjjItPuVglqlpFFVeJiSXrUL5WFhC-GfyRo7yWnsM,5665
|
|
25
25
|
StreamingCommunity/Api/Site/guardaserie/site.py,sha256=5Y5svAT4QYZrNDPM9couf6M94g0g320NfoAuJt4dp94,2538
|
|
26
26
|
StreamingCommunity/Api/Site/guardaserie/util/ScrapeSerie.py,sha256=4sZRWm8r5X80q285hemRf7MAWeaN5yfOU6i1SjKU4Tg,3268
|
|
27
|
-
StreamingCommunity/Api/Site/mostraguarda/__init__.py,sha256=
|
|
27
|
+
StreamingCommunity/Api/Site/mostraguarda/__init__.py,sha256=6oGv_Q6pXFERkbpKjYjFJFblvDYSfe1zZph6_Ch8gNY,1234
|
|
28
28
|
StreamingCommunity/Api/Site/mostraguarda/film.py,sha256=dA7Vo9bU7g8eY8Vaj06_n2MHlKBMHh4B_MIw2sO872A,2719
|
|
29
29
|
StreamingCommunity/Api/Site/streamingcommunity/__init__.py,sha256=FV3ch-farw3tN_-Ay3JV_-TIoHzgQzxEJWPlFibE62Y,2351
|
|
30
30
|
StreamingCommunity/Api/Site/streamingcommunity/film.py,sha256=LaZzEQms9t7r30_PjHPgIOUkVDyotX0qFDBMKMVNSWo,2530
|
|
@@ -45,7 +45,7 @@ StreamingCommunity/Lib/Downloader/MP4/downloader.py,sha256=KTNivIvVwn72rA34fNPxT
|
|
|
45
45
|
StreamingCommunity/Lib/Downloader/TOR/downloader.py,sha256=KVZxCl1VB1-OuTjUhVS5Ycog_P0vCGTfRzhZPv8O7Ps,11267
|
|
46
46
|
StreamingCommunity/Lib/FFmpeg/__init__.py,sha256=6PBsZdE1jrD2EKOVyx3JEHnyDZzVeKlPkH5T0zyfOgU,130
|
|
47
47
|
StreamingCommunity/Lib/FFmpeg/capture.py,sha256=73BEpTijksErZOu46iRxwl3idKzZ-sVXXRr4nocIGY0,5168
|
|
48
|
-
StreamingCommunity/Lib/FFmpeg/command.py,sha256=
|
|
48
|
+
StreamingCommunity/Lib/FFmpeg/command.py,sha256=fVBm1wmzxIPzZEl4oPJG_u0nmlgxuk01hLSO4RB_TnM,10642
|
|
49
49
|
StreamingCommunity/Lib/FFmpeg/util.py,sha256=Yyo-z9TOPGFdD_VscWi35Kcw88y4loGNLpNOzy7ADm8,7063
|
|
50
50
|
StreamingCommunity/Lib/M3U8/__init__.py,sha256=H_KS2eDd3kVXMziFJnD0FCPvPHEizaqfoA36ElTv_r8,170
|
|
51
51
|
StreamingCommunity/Lib/M3U8/decryptor.py,sha256=kuxxsd3eN0VGRrMJWXzHo8gCpT0u3fSZs_lwxlE5Fqs,2948
|
|
@@ -58,7 +58,7 @@ StreamingCommunity/Lib/TMBD/tmdb.py,sha256=LjO21d7iexnSwKBYjgXFECojVSE8WCspQszJJ
|
|
|
58
58
|
StreamingCommunity/TelegramHelp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
59
59
|
StreamingCommunity/TelegramHelp/telegram_bot.py,sha256=Qe1__aoK4PpDuing8JtWgdHzLee8LuYYyfeLNA7yADU,26307
|
|
60
60
|
StreamingCommunity/Upload/update.py,sha256=TXWAOfvZr1So_oME11YvX_L5zRy2tM-ijF-_g1jf87o,2548
|
|
61
|
-
StreamingCommunity/Upload/version.py,sha256=
|
|
61
|
+
StreamingCommunity/Upload/version.py,sha256=19h6dsdmBu3Dx_-ippgpAeTPW1Xq3eP7nA0tCWVk3V4,171
|
|
62
62
|
StreamingCommunity/Util/color.py,sha256=NvD0Eni-25oOOkY-szCEoc0lGvzQxyL7xhM0RE4EvUM,458
|
|
63
63
|
StreamingCommunity/Util/config_json.py,sha256=dmo7FTboEuEs1nYf17RYaTyT03qRvOLJzGgBitYHXs4,19379
|
|
64
64
|
StreamingCommunity/Util/ffmpeg_installer.py,sha256=q5yb_ZXKe9PhcG7JbKLfo1AZa8DNukgHqymPbudDuAY,13585
|
|
@@ -67,9 +67,9 @@ StreamingCommunity/Util/logger.py,sha256=9kGD6GmWj2pM8ADpJc85o7jm8DD0c5Aguqnq-9k
|
|
|
67
67
|
StreamingCommunity/Util/message.py,sha256=SJaIPLvWeQqsIODVUKw3TgYRmBChovmlbcF6OUxqMI8,1425
|
|
68
68
|
StreamingCommunity/Util/os.py,sha256=MUGJKQbNMWeoUrnJ2Ug3hoyYlrPDqU9BY94UmiUbxfA,14858
|
|
69
69
|
StreamingCommunity/Util/table.py,sha256=X1t9VPYl9GemLMk_-x_WfpysQ-3Iv8vh0aTIJKm0fK0,8565
|
|
70
|
-
StreamingCommunity-2.9.
|
|
71
|
-
StreamingCommunity-2.9.
|
|
72
|
-
StreamingCommunity-2.9.
|
|
73
|
-
StreamingCommunity-2.9.
|
|
74
|
-
StreamingCommunity-2.9.
|
|
75
|
-
StreamingCommunity-2.9.
|
|
70
|
+
StreamingCommunity-2.9.2.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
71
|
+
StreamingCommunity-2.9.2.dist-info/METADATA,sha256=dVNxX8cApTrcnubwEphjTfjaai2YBqz2KnzNBPPlnn4,21498
|
|
72
|
+
StreamingCommunity-2.9.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
73
|
+
StreamingCommunity-2.9.2.dist-info/entry_points.txt,sha256=Qph9XYfDC8n4LfDLOSl6gJGlkb9eFb5f-JOr_Wb_5rk,67
|
|
74
|
+
StreamingCommunity-2.9.2.dist-info/top_level.txt,sha256=YsOcxKP-WOhWpIWgBlh0coll9XUx7aqmRPT7kmt3fH0,19
|
|
75
|
+
StreamingCommunity-2.9.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|