StreamingCommunity 2.7.0__py3-none-any.whl → 2.8.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 (71) hide show
  1. StreamingCommunity/Api/Player/ddl.py +2 -2
  2. StreamingCommunity/Api/Player/maxstream.py +7 -13
  3. StreamingCommunity/Api/Player/supervideo.py +7 -33
  4. StreamingCommunity/Api/Player/vixcloud.py +8 -80
  5. StreamingCommunity/Api/Site/1337xx/__init__.py +8 -1
  6. StreamingCommunity/Api/Site/1337xx/site.py +10 -16
  7. StreamingCommunity/Api/Site/1337xx/title.py +4 -1
  8. StreamingCommunity/Api/Site/animeunity/__init__.py +9 -2
  9. StreamingCommunity/Api/Site/animeunity/film_serie.py +7 -1
  10. StreamingCommunity/Api/Site/animeunity/site.py +8 -10
  11. StreamingCommunity/Api/Site/animeunity/util/ScrapeSerie.py +1 -1
  12. StreamingCommunity/Api/Site/cb01new/__init__.py +8 -1
  13. StreamingCommunity/Api/Site/cb01new/film.py +7 -1
  14. StreamingCommunity/Api/Site/cb01new/site.py +16 -15
  15. StreamingCommunity/Api/Site/ddlstreamitaly/__init__.py +9 -2
  16. StreamingCommunity/Api/Site/ddlstreamitaly/series.py +7 -1
  17. StreamingCommunity/Api/Site/ddlstreamitaly/site.py +10 -15
  18. StreamingCommunity/Api/Site/ddlstreamitaly/util/ScrapeSerie.py +1 -1
  19. StreamingCommunity/Api/Site/guardaserie/__init__.py +9 -2
  20. StreamingCommunity/Api/Site/guardaserie/series.py +9 -1
  21. StreamingCommunity/Api/Site/guardaserie/site.py +12 -17
  22. StreamingCommunity/Api/Site/guardaserie/util/ScrapeSerie.py +1 -1
  23. StreamingCommunity/Api/Site/mostraguarda/__init__.py +6 -2
  24. StreamingCommunity/Api/Site/mostraguarda/film.py +7 -3
  25. StreamingCommunity/Api/Site/streamingcommunity/__init__.py +9 -2
  26. StreamingCommunity/Api/Site/streamingcommunity/film.py +8 -1
  27. StreamingCommunity/Api/Site/streamingcommunity/series.py +14 -5
  28. StreamingCommunity/Api/Site/streamingcommunity/site.py +10 -15
  29. StreamingCommunity/Api/Site/streamingcommunity/util/ScrapeSerie.py +2 -2
  30. StreamingCommunity/Api/Template/Util/__init__.py +0 -1
  31. StreamingCommunity/Api/Template/Util/get_domain.py +24 -66
  32. StreamingCommunity/Api/Template/Util/manage_ep.py +10 -5
  33. StreamingCommunity/Api/Template/config_loader.py +8 -8
  34. StreamingCommunity/Api/Template/site.py +3 -6
  35. StreamingCommunity/Lib/Downloader/HLS/downloader.py +10 -13
  36. StreamingCommunity/Lib/Downloader/HLS/segments.py +11 -31
  37. StreamingCommunity/Lib/Downloader/MP4/downloader.py +12 -9
  38. StreamingCommunity/Lib/Downloader/TOR/downloader.py +109 -101
  39. StreamingCommunity/Lib/FFmpeg/__init__.py +1 -1
  40. StreamingCommunity/Lib/FFmpeg/capture.py +10 -12
  41. StreamingCommunity/Lib/FFmpeg/command.py +15 -14
  42. StreamingCommunity/Lib/FFmpeg/util.py +9 -38
  43. StreamingCommunity/Lib/M3U8/decryptor.py +72 -146
  44. StreamingCommunity/Lib/M3U8/estimator.py +8 -16
  45. StreamingCommunity/Lib/M3U8/parser.py +1 -17
  46. StreamingCommunity/Lib/M3U8/url_fixer.py +1 -4
  47. StreamingCommunity/Lib/TMBD/__init__.py +2 -0
  48. StreamingCommunity/Lib/TMBD/obj_tmbd.py +3 -17
  49. StreamingCommunity/Lib/TMBD/tmdb.py +4 -9
  50. StreamingCommunity/TelegramHelp/telegram_bot.py +50 -50
  51. StreamingCommunity/Upload/update.py +3 -2
  52. StreamingCommunity/Upload/version.py +1 -1
  53. StreamingCommunity/Util/color.py +1 -1
  54. StreamingCommunity/Util/{_jsonConfig.py → config_json.py} +148 -54
  55. StreamingCommunity/Util/headers.py +2 -38
  56. StreamingCommunity/Util/logger.py +72 -42
  57. StreamingCommunity/Util/message.py +8 -3
  58. StreamingCommunity/Util/os.py +41 -93
  59. StreamingCommunity/Util/table.py +8 -17
  60. StreamingCommunity/run.py +26 -34
  61. {StreamingCommunity-2.7.0.dist-info → StreamingCommunity-2.8.0.dist-info}/METADATA +165 -92
  62. StreamingCommunity-2.8.0.dist-info/RECORD +75 -0
  63. StreamingCommunity/Api/Template/Util/recall_search.py +0 -37
  64. StreamingCommunity/Lib/Downloader/HLS/proxyes.py +0 -110
  65. StreamingCommunity/Util/call_stack.py +0 -42
  66. StreamingCommunity/Util/console.py +0 -12
  67. StreamingCommunity-2.7.0.dist-info/RECORD +0 -79
  68. {StreamingCommunity-2.7.0.dist-info → StreamingCommunity-2.8.0.dist-info}/LICENSE +0 -0
  69. {StreamingCommunity-2.7.0.dist-info → StreamingCommunity-2.8.0.dist-info}/WHEEL +0 -0
  70. {StreamingCommunity-2.7.0.dist-info → StreamingCommunity-2.8.0.dist-info}/entry_points.txt +0 -0
  71. {StreamingCommunity-2.7.0.dist-info → StreamingCommunity-2.8.0.dist-info}/top_level.txt +0 -0
@@ -1,79 +0,0 @@
1
- StreamingCommunity/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- StreamingCommunity/run.py,sha256=-WHY68Kg6ZG13nVKyoRrm1FbW7QIPlEkxne8xKL17UE,12669
3
- StreamingCommunity/Api/Player/ddl.py,sha256=CYcPDbraNQkLUmammfP_Jw_KVk3xSD-LXdcw2MCFXFQ,2262
4
- StreamingCommunity/Api/Player/maxstream.py,sha256=u8t1L2k5wR4hs_CvgUXjeYP3kwQvNgEEaHuSf91pETw,5159
5
- StreamingCommunity/Api/Player/supervideo.py,sha256=XhQvcFJBb19r7ice9hLmQ8TaIAKeXEad8BQcGyLKEhU,5929
6
- StreamingCommunity/Api/Player/vixcloud.py,sha256=HeoBUrCgeQTy7S_rDvDzl5MKqu2Xgb_wFBXYBHIbHcc,8927
7
- StreamingCommunity/Api/Player/Helper/Vixcloud/js_parser.py,sha256=U-8QlD5kGzIk3-4t4D6QyYmiDe8UBrSuVi1YHRQb7AU,4295
8
- StreamingCommunity/Api/Player/Helper/Vixcloud/util.py,sha256=xt96JIbfE5W4Y59W888Cp-baRwnQVEDQO_x7Wq5iyNQ,5492
9
- StreamingCommunity/Api/Site/1337xx/__init__.py,sha256=AmvsV_jANao_agPGOrV8WFbGEjNlTCTk86Jec5RdRbs,1314
10
- StreamingCommunity/Api/Site/1337xx/site.py,sha256=eWCBZPSgA3uGaya762ny-4jiwKEzEwP-XzHQsNqe1Js,2882
11
- StreamingCommunity/Api/Site/1337xx/title.py,sha256=DWjqUKqXuM_LB0NXkI735_eXOeWb9PpwHEP69_f2BQo,1818
12
- StreamingCommunity/Api/Site/animeunity/__init__.py,sha256=2dul294DW-VnYGQeo5-WYlRZj1LjPbpL-bhlyuUl6WI,2219
13
- StreamingCommunity/Api/Site/animeunity/film_serie.py,sha256=rclq_eojNZgGbZNxgavle46gY79scpsw93ZU-qPbkJA,5708
14
- StreamingCommunity/Api/Site/animeunity/site.py,sha256=LUVIBXRvjS6iFwgL26emYtknYI7R8wvmmvV5u4b8Uhg,6116
15
- StreamingCommunity/Api/Site/animeunity/util/ScrapeSerie.py,sha256=c280B0xelyYhju6gXk83VFAmsN7K9S_QG84hxudYMSI,2709
16
- StreamingCommunity/Api/Site/cb01new/__init__.py,sha256=-243pVwMjuAAPk7j7BjLL1SXIAK5ZHVHrsZ8hGhDIic,1329
17
- StreamingCommunity/Api/Site/cb01new/film.py,sha256=KtFPGQSc9hbmasBiz8dDfILC41iu-AlWiYVVHTVqUWg,1615
18
- StreamingCommunity/Api/Site/cb01new/site.py,sha256=ln5WTO_FqLiH_P09Kak0p_dEbbd7NtxnFSboR4SMpI0,2513
19
- StreamingCommunity/Api/Site/ddlstreamitaly/__init__.py,sha256=kyYJErCiMmlI549SFkcjjhVXcInwgDAyKxJJsNEI88A,1469
20
- StreamingCommunity/Api/Site/ddlstreamitaly/series.py,sha256=cLKRb1cq7LHveDFIpdbhgpSIJFeIhgsbvPeerVQh-LM,3335
21
- StreamingCommunity/Api/Site/ddlstreamitaly/site.py,sha256=YPeS4Tcl9XdbUzs3RHwVS7KkKI_K-K8bg3ymz7sUTDw,3095
22
- StreamingCommunity/Api/Site/ddlstreamitaly/util/ScrapeSerie.py,sha256=Zy3XAsw2HJwJ1d_T2nn9WTlmIaWP_zvK1wMm1722apc,2553
23
- StreamingCommunity/Api/Site/guardaserie/__init__.py,sha256=xCuKD72yOjazCF3GsIWLSeTzFpwr-8W33AgVKT5PFUU,1321
24
- StreamingCommunity/Api/Site/guardaserie/series.py,sha256=f5-5Fy-Bh1QF9zA4zr-DJRgoQCO8sQ0Af0v5VEleHFg,5619
25
- StreamingCommunity/Api/Site/guardaserie/site.py,sha256=YCibipP15QmGpuPRmn9FVofY4U_1Dze2AgLS3mTzeVg,2806
26
- StreamingCommunity/Api/Site/guardaserie/util/ScrapeSerie.py,sha256=fpDXGRf8GMNqRu8vNBM_ao6qRktIySaEyvC4mK1Fvg0,3268
27
- StreamingCommunity/Api/Site/mostraguarda/__init__.py,sha256=Z4SpSr4OpNJYfhqxkNENZehk09jh72_D1cXTuoXNnVI,1184
28
- StreamingCommunity/Api/Site/mostraguarda/film.py,sha256=AcsCdLqMsilGxuuZlFoYV5njyMj0NT-ZX9wV6iD-0lw,2726
29
- StreamingCommunity/Api/Site/streamingcommunity/__init__.py,sha256=A9TYTo0ULdLvIT3gchCwWEASGwQnZ29Re_3lDKZrSvE,2292
30
- StreamingCommunity/Api/Site/streamingcommunity/film.py,sha256=qodORXTbUoJcOxgDXc82tcBDE7BBCr-_m7hG2v0fkq8,2516
31
- StreamingCommunity/Api/Site/streamingcommunity/series.py,sha256=nUzMfdt_brqAeCOEb4AFIrh2apB-F070N-iXFpb3j7s,7862
32
- StreamingCommunity/Api/Site/streamingcommunity/site.py,sha256=owqOj4zoCGx0Kbyd-IN0sybWrxC_kONbCrFju9kxdsM,3117
33
- StreamingCommunity/Api/Site/streamingcommunity/util/ScrapeSerie.py,sha256=CEe9rwqG8ewgFxDuXrhCuwaG5hGoAsCS7lsRDktBMmU,3570
34
- StreamingCommunity/Api/Template/__init__.py,sha256=oyfd_4_g5p5q6mxb_rKwSsudZnTM3W3kg1tLwxg-v-Q,46
35
- StreamingCommunity/Api/Template/config_loader.py,sha256=lQPdhg-ipevdsZucb9DNErmphmZyKRoklmAo8e6v1sY,2145
36
- StreamingCommunity/Api/Template/site.py,sha256=BNff60a8TWhg8yRnpGQPXtR8UKAVI2Kn3M-Wf1XIeE8,2934
37
- StreamingCommunity/Api/Template/Class/SearchType.py,sha256=FtO8xDUGEeJgMWsK2Ab7ZzAFsncalTYL2oEYi8uCnuk,2531
38
- StreamingCommunity/Api/Template/Util/__init__.py,sha256=lIP-Of79FzENknlgllwHloFAnuNbozjKCDIFk5L5KRw,276
39
- StreamingCommunity/Api/Template/Util/get_domain.py,sha256=IAFuR_XLAMqZJRan-Pz_UjAL_Ii8OqKIo2ZnKy1sQ-g,4486
40
- StreamingCommunity/Api/Template/Util/manage_ep.py,sha256=CQp7A4KatIpSczSEWZE6RR7_85XVdbqtspSDEIDKifw,8091
41
- StreamingCommunity/Api/Template/Util/recall_search.py,sha256=QSKDI4fyQfKF8C2eZXW6lBrAp1HTuhWQeA6g8ybDQYQ,1147
42
- StreamingCommunity/Lib/Downloader/__init__.py,sha256=JhbBh5hOnSM7VmtkxJ7zZ_FtWEC1JdnKThsSBjLV5FY,140
43
- StreamingCommunity/Lib/Downloader/HLS/downloader.py,sha256=bTMU21GjXCRNffgL5BOhsPw8SaqbQRg-I6jLO8SDbVo,21049
44
- StreamingCommunity/Lib/Downloader/HLS/proxyes.py,sha256=ilDp8NDs0npn8V8GO_jj5F1maPhM4DuT9zQZ9reuWQk,3279
45
- StreamingCommunity/Lib/Downloader/HLS/segments.py,sha256=ioxUo5fMpXIUJcRrVkJw6NigMdL_A84XC5X8Qu_ywwU,18807
46
- StreamingCommunity/Lib/Downloader/MP4/downloader.py,sha256=boVwcmyqnBqX7rHKZImEOW59ELpqj4IBZ2eKLWsRW_k,7573
47
- StreamingCommunity/Lib/Downloader/TOR/downloader.py,sha256=n8-56EoGpe3-FO72zL66ovLGTAZRJwzmNqeRGe8VSO8,11212
48
- StreamingCommunity/Lib/FFmpeg/__init__.py,sha256=pFt6A1gD2tZ8REEXa8QgM7_CsenrmBLQXDh_I1bwZvM,131
49
- StreamingCommunity/Lib/FFmpeg/capture.py,sha256=GjzT2BNtGL75A9scJNX1RqiRn4cy39dFeHnz2b_Ocw8,5431
50
- StreamingCommunity/Lib/FFmpeg/command.py,sha256=dRAgpn3sLDNfq6FJ5AD9eAmClVJh0eIna0xyJIGcpfI,10663
51
- StreamingCommunity/Lib/FFmpeg/util.py,sha256=lTWA9KuK8KWYymuNL_-YMW1WB6Y4aLTsItk9ezPD0NU,8093
52
- StreamingCommunity/Lib/M3U8/__init__.py,sha256=H_KS2eDd3kVXMziFJnD0FCPvPHEizaqfoA36ElTv_r8,170
53
- StreamingCommunity/Lib/M3U8/decryptor.py,sha256=yD94xUhGHx4-RcrHguarpmfTeSxtpkfsH1id6sUrOw0,6365
54
- StreamingCommunity/Lib/M3U8/estimator.py,sha256=3JTo9dRzukSgxAyhnBfqdEa5lyL_jqYFurHcmuJ2rNw,6124
55
- StreamingCommunity/Lib/M3U8/parser.py,sha256=5cwrIdG5xpNh8UKKi3Qmr6r0vALUa9gP-Utz1eZeFHE,21410
56
- StreamingCommunity/Lib/M3U8/url_fixer.py,sha256=VKc9j6rXHQ9wEdn6IN5Sn_Gi-fGhCZOMv7SGOq-2a3E,1789
57
- StreamingCommunity/Lib/TMBD/__init__.py,sha256=jSNsLuW4fBf1tGtIdz6fcRv1d5A-NiNnM_O0G6Hj30s,54
58
- StreamingCommunity/Lib/TMBD/obj_tmbd.py,sha256=SsvxM4z0xU1IsSrB9o2dpRfuRDUYQk3uRs7AseftPPI,1929
59
- StreamingCommunity/Lib/TMBD/tmdb.py,sha256=Nq06TDLpBgShd1mzOxujGfeiRHldiqtCh70w5poK484,10822
60
- StreamingCommunity/TelegramHelp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
61
- StreamingCommunity/TelegramHelp/telegram_bot.py,sha256=jqyo_1cc8ZPGaurHcTZPvrMDnbCLD7I4WhGPXNCt7Fo,26544
62
- StreamingCommunity/Upload/update.py,sha256=J1HoYX00am_Eee7ya5Hi6pA6JhI86l5lRxMch665fuI,2547
63
- StreamingCommunity/Upload/version.py,sha256=vo1R5JdZFFEkyRqjVz6SuCQzUvQ1dFu8oPle4QY8YzE,171
64
- StreamingCommunity/Util/_jsonConfig.py,sha256=u6w-xfA2AErSYnLKqaoyoXg6L5ONI_mHWKOiEE13DqI,14565
65
- StreamingCommunity/Util/call_stack.py,sha256=bVYEjwLJnRNJ1tgfwClpyVcLKCTeTMHM2S6-HM2Ibfo,1375
66
- StreamingCommunity/Util/color.py,sha256=TWvoellnYd-oCTeU3bnXqkMf864KgF9YXwzjtI6rd4g,459
67
- StreamingCommunity/Util/console.py,sha256=xdGMbH38By9d4ugYMVJFaUrcMJW2krKZh0zbptA3SVQ,218
68
- StreamingCommunity/Util/ffmpeg_installer.py,sha256=q5yb_ZXKe9PhcG7JbKLfo1AZa8DNukgHqymPbudDuAY,13585
69
- StreamingCommunity/Util/headers.py,sha256=KoGHCd1Xd2vxZLjbeL5TScZQs71DALrUSYAieWrgVoQ,1350
70
- StreamingCommunity/Util/logger.py,sha256=ekHO3tryCwo5zqSe2RoI6s3qZsZx9ghinTchipMEovg,2112
71
- StreamingCommunity/Util/message.py,sha256=F2QKjkcCBl6TjsaM5G6iDck0IhxBnDkKV3itwUebr5c,1403
72
- StreamingCommunity/Util/os.py,sha256=xF8wfjI8aLfIN6DwKYc0g2CMkj6PNtJUd4LCNJVCZY4,17426
73
- StreamingCommunity/Util/table.py,sha256=Ca0bQWwfq_Tfx9ESHeQQgu3tAXTGaR7ku7VlJyr7R8I,8902
74
- StreamingCommunity-2.7.0.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
75
- StreamingCommunity-2.7.0.dist-info/METADATA,sha256=dQkAKA--AEeshuY0ACDOKBc_I-dO60vFWAwyESgVjoU,19640
76
- StreamingCommunity-2.7.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
77
- StreamingCommunity-2.7.0.dist-info/entry_points.txt,sha256=Qph9XYfDC8n4LfDLOSl6gJGlkb9eFb5f-JOr_Wb_5rk,67
78
- StreamingCommunity-2.7.0.dist-info/top_level.txt,sha256=YsOcxKP-WOhWpIWgBlh0coll9XUx7aqmRPT7kmt3fH0,19
79
- StreamingCommunity-2.7.0.dist-info/RECORD,,