StreamingCommunity 3.2.0__py3-none-any.whl → 3.2.5__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 (54) hide show
  1. StreamingCommunity/Api/Player/Helper/Vixcloud/util.py +4 -0
  2. StreamingCommunity/Api/Player/hdplayer.py +2 -2
  3. StreamingCommunity/Api/Player/mixdrop.py +1 -1
  4. StreamingCommunity/Api/Player/vixcloud.py +4 -5
  5. StreamingCommunity/Api/Site/animeunity/__init__.py +2 -2
  6. StreamingCommunity/Api/Site/crunchyroll/__init__.py +103 -0
  7. StreamingCommunity/Api/Site/crunchyroll/film.py +83 -0
  8. StreamingCommunity/Api/Site/crunchyroll/series.py +182 -0
  9. StreamingCommunity/Api/Site/crunchyroll/site.py +113 -0
  10. StreamingCommunity/Api/Site/crunchyroll/util/ScrapeSerie.py +218 -0
  11. StreamingCommunity/Api/Site/crunchyroll/util/get_license.py +227 -0
  12. StreamingCommunity/Api/Site/guardaserie/site.py +1 -2
  13. StreamingCommunity/Api/Site/guardaserie/util/ScrapeSerie.py +9 -8
  14. StreamingCommunity/Api/Site/mediasetinfinity/__init__.py +96 -0
  15. StreamingCommunity/Api/Site/mediasetinfinity/film.py +76 -0
  16. StreamingCommunity/Api/Site/mediasetinfinity/series.py +177 -0
  17. StreamingCommunity/Api/Site/mediasetinfinity/site.py +112 -0
  18. StreamingCommunity/Api/Site/mediasetinfinity/util/ScrapeSerie.py +259 -0
  19. StreamingCommunity/Api/Site/mediasetinfinity/util/fix_mpd.py +64 -0
  20. StreamingCommunity/Api/Site/mediasetinfinity/util/get_license.py +217 -0
  21. StreamingCommunity/Api/Site/streamingcommunity/__init__.py +6 -17
  22. StreamingCommunity/Api/Site/streamingcommunity/film.py +2 -2
  23. StreamingCommunity/Api/Site/streamingcommunity/series.py +9 -9
  24. StreamingCommunity/Api/Site/streamingcommunity/site.py +3 -4
  25. StreamingCommunity/Api/Site/streamingcommunity/util/ScrapeSerie.py +3 -6
  26. StreamingCommunity/Api/Site/streamingwatch/__init__.py +6 -14
  27. StreamingCommunity/Api/Site/streamingwatch/film.py +2 -2
  28. StreamingCommunity/Api/Site/streamingwatch/series.py +9 -9
  29. StreamingCommunity/Api/Site/streamingwatch/site.py +5 -7
  30. StreamingCommunity/Api/Site/streamingwatch/util/ScrapeSerie.py +2 -2
  31. StreamingCommunity/Lib/Downloader/DASH/cdm_helpher.py +131 -0
  32. StreamingCommunity/Lib/Downloader/DASH/decrypt.py +79 -0
  33. StreamingCommunity/Lib/Downloader/DASH/downloader.py +220 -0
  34. StreamingCommunity/Lib/Downloader/DASH/parser.py +249 -0
  35. StreamingCommunity/Lib/Downloader/DASH/segments.py +332 -0
  36. StreamingCommunity/Lib/Downloader/HLS/downloader.py +1 -14
  37. StreamingCommunity/Lib/Downloader/HLS/segments.py +3 -3
  38. StreamingCommunity/Lib/Downloader/MP4/downloader.py +0 -5
  39. StreamingCommunity/Lib/FFmpeg/capture.py +3 -3
  40. StreamingCommunity/Lib/FFmpeg/command.py +1 -1
  41. StreamingCommunity/TelegramHelp/config.json +3 -5
  42. StreamingCommunity/Upload/version.py +2 -2
  43. StreamingCommunity/Util/os.py +21 -0
  44. StreamingCommunity/run.py +1 -1
  45. {streamingcommunity-3.2.0.dist-info → streamingcommunity-3.2.5.dist-info}/METADATA +4 -2
  46. {streamingcommunity-3.2.0.dist-info → streamingcommunity-3.2.5.dist-info}/RECORD +50 -36
  47. StreamingCommunity/Api/Site/1337xx/__init__.py +0 -72
  48. StreamingCommunity/Api/Site/1337xx/site.py +0 -82
  49. StreamingCommunity/Api/Site/1337xx/title.py +0 -61
  50. StreamingCommunity/Lib/Proxies/proxy.py +0 -72
  51. {streamingcommunity-3.2.0.dist-info → streamingcommunity-3.2.5.dist-info}/WHEEL +0 -0
  52. {streamingcommunity-3.2.0.dist-info → streamingcommunity-3.2.5.dist-info}/entry_points.txt +0 -0
  53. {streamingcommunity-3.2.0.dist-info → streamingcommunity-3.2.5.dist-info}/licenses/LICENSE +0 -0
  54. {streamingcommunity-3.2.0.dist-info → streamingcommunity-3.2.5.dist-info}/top_level.txt +0 -0
@@ -1,25 +1,22 @@
1
1
  StreamingCommunity/__init__.py,sha256=Cw-N0VCg7sef1WqdtvVwrhs1zc4LoUhs5C8k7vpM1lQ,207
2
2
  StreamingCommunity/global_search.py,sha256=ip3D0OKNRTXHpe_Wy7v2KM-yNZdnnbG5FOBYSSk6wB8,12401
3
- StreamingCommunity/run.py,sha256=I-FXtuLuBOmn963vs9hkvURLRI6CdVhCsIuuoY8ALF4,14146
3
+ StreamingCommunity/run.py,sha256=zMNYMPXBNlsZzctuE3aZmteZ7GASd9w62AL0ErIlgoY,14143
4
4
  StreamingCommunity/Api/Player/ddl.py,sha256=cPinK99iX4ThvAHLlzcACcnFvM-M_NK0f4imh9PQY1I,2174
5
- StreamingCommunity/Api/Player/hdplayer.py,sha256=0_qnBx1nepDMd4qwg3eZQlyT7GlSs7hW9jK_5af7Pus,1961
5
+ StreamingCommunity/Api/Player/hdplayer.py,sha256=TTI_DNR9swFlUayJPfZBwqcH2pmw-oLk9PHu725wxnY,1936
6
6
  StreamingCommunity/Api/Player/maxstream.py,sha256=JlVTCAo9ze0wF2h0eNPYqdorhwK7DPXpmLAyHMnT7-Y,5017
7
7
  StreamingCommunity/Api/Player/mediapolisvod.py,sha256=Npm3HHUO5Wav8c2QX9E2c3SSW6d1STJw-kK8kHRF-zo,2403
8
- StreamingCommunity/Api/Player/mixdrop.py,sha256=XwGjI7aqxeyyY6Ft8AOhnEE4jfRH2Z1JUxLaArE9UUM,5134
8
+ StreamingCommunity/Api/Player/mixdrop.py,sha256=rZOE14yFdQM0l7ZNRMzFtOpaedgXUo6gdvoBu24y7IE,5127
9
9
  StreamingCommunity/Api/Player/supervideo.py,sha256=AuAA6eXYODJN-ytdvKjqlzZLOHpwx3kwgy1CSiogs-o,5388
10
10
  StreamingCommunity/Api/Player/sweetpixel.py,sha256=Qi4dcEDXbFjFPH9CHl0T0DfIJUfUXL0vyFdIUnIHkMI,1741
11
- StreamingCommunity/Api/Player/vixcloud.py,sha256=7d6quxzA19hqT9C1gXMTkzM7zNELlX435s0ozW-RSD0,6687
11
+ StreamingCommunity/Api/Player/vixcloud.py,sha256=0DnukAIBqGqTmL9I6JkpAkHLMf1UG1D_J8c7zt6KDmU,6609
12
12
  StreamingCommunity/Api/Player/Helper/Vixcloud/js_parser.py,sha256=U-8QlD5kGzIk3-4t4D6QyYmiDe8UBrSuVi1YHRQb7AU,4295
13
- StreamingCommunity/Api/Player/Helper/Vixcloud/util.py,sha256=QLUgbwQrpuPIVNzdBlAiEJXnd-eCj_JQFckZZEEL55w,5214
14
- StreamingCommunity/Api/Site/1337xx/__init__.py,sha256=-lZenAXIv69E38G1AssvRbdQ5ghZS-DjV-SifsLLpn8,2032
15
- StreamingCommunity/Api/Site/1337xx/site.py,sha256=5XVUMTQn1UqMYgo7tPAw7bGMA-tqhQnfeOGKkgGh9OA,2349
16
- StreamingCommunity/Api/Site/1337xx/title.py,sha256=8T3cVRb-Mt9QdOtKWVVFHz8iOHqspf7iw28E7bfTV78,1865
13
+ StreamingCommunity/Api/Player/Helper/Vixcloud/util.py,sha256=mTEAND-KepqRHRYlAorJ1mc6ICB-f0Whhp5OZ8R4MJ8,5306
17
14
  StreamingCommunity/Api/Site/altadefinizione/__init__.py,sha256=6CF9MCh3AstetNlTqG_uzRUQEmMR4iix2vPzGbl3EWM,4180
18
15
  StreamingCommunity/Api/Site/altadefinizione/film.py,sha256=sEPIZFU0Tvvgkk3-KD6yypmvISqLuQWNzl6Q2F76a00,3716
19
16
  StreamingCommunity/Api/Site/altadefinizione/series.py,sha256=-rCYx-Fa7aZiYepcIne7OdH1aaUFZZAPX-ToBv6mxFs,8192
20
17
  StreamingCommunity/Api/Site/altadefinizione/site.py,sha256=2kUNQ8ebYlX5dkSql-CvEhU01TOTNtuyEMIAD6SC3lg,2865
21
18
  StreamingCommunity/Api/Site/altadefinizione/util/ScrapeSerie.py,sha256=9iulNlnNAhTfI5iKNW3I6pZqYeYwovAswa13L3LPGDM,4251
22
- StreamingCommunity/Api/Site/animeunity/__init__.py,sha256=3T-F9Hsq1wlELOAHqYWCxNYHfDeYsQLRYifmQATjh0A,4063
19
+ StreamingCommunity/Api/Site/animeunity/__init__.py,sha256=cLuZOgtQ-1vKIKf3iJjznBu3ET1Q3WZtO0UoK9U0YPU,4034
23
20
  StreamingCommunity/Api/Site/animeunity/film.py,sha256=Vqg6yag2siR-Y3ougBsV8mzdQXChxg6ghz_KVXFQ3pE,998
24
21
  StreamingCommunity/Api/Site/animeunity/serie.py,sha256=ib86sLXYsYbrvrFNbzKdhlwMUO3DT7JS5yTTrrSr2jk,5711
25
22
  StreamingCommunity/Api/Site/animeunity/site.py,sha256=GLULPQATMHcXiH99d772v1ICH-PnnZgSM3q5__eN-gs,4977
@@ -32,25 +29,38 @@ StreamingCommunity/Api/Site/animeworld/util/ScrapeSerie.py,sha256=EDTouftxigb4oj
32
29
  StreamingCommunity/Api/Site/cb01new/__init__.py,sha256=95M3DiNbLbZ6v1oFkPuAPEVJWf12W2JzJvxZKjZs_V8,2071
33
30
  StreamingCommunity/Api/Site/cb01new/film.py,sha256=vjd1ftm4LhxxG0TTKEwlOXtx0AYgxBbV5ZlQH8aSxGU,1695
34
31
  StreamingCommunity/Api/Site/cb01new/site.py,sha256=82GPxjOyY7Dlj1WbA0YNovgbKhuF3Vmca07IVXGh6lE,2139
32
+ StreamingCommunity/Api/Site/crunchyroll/__init__.py,sha256=hBb29hfYD_rGMkhhAknnkBOB-oG_yE2rfUtbPw0wPLQ,3456
33
+ StreamingCommunity/Api/Site/crunchyroll/film.py,sha256=01WAHToRQdOkCJ1_eRgumR4ZGoJuhxvzUW7vBNn8K5g,2624
34
+ StreamingCommunity/Api/Site/crunchyroll/series.py,sha256=RSeqlhDNFrITfCGnvXYE5XMDt6digcmNpaRAz-DQHj8,7111
35
+ StreamingCommunity/Api/Site/crunchyroll/site.py,sha256=BmOQw060M7KvH_wL-V_x1s6918rxM_Pp54tuNgG5ju0,3210
36
+ StreamingCommunity/Api/Site/crunchyroll/util/ScrapeSerie.py,sha256=fH8W_LjI7upc3pZlKRdW0bRwyb-gfNy5CzxqmWFOxaQ,7290
37
+ StreamingCommunity/Api/Site/crunchyroll/util/get_license.py,sha256=KpVvJbGUTLeVD-tt8r7ajBPWVT7Tm6GrKwzpW8CS-tg,6881
35
38
  StreamingCommunity/Api/Site/guardaserie/__init__.py,sha256=vnbt1DVG6nmHaLSUOO_2NQYi9iTiOPLrwtvUd_DZDZg,2800
36
39
  StreamingCommunity/Api/Site/guardaserie/series.py,sha256=U9rMZCjRqHLFjo468vikxl-2RqO6DCJjebB-G8Y6LDg,6492
37
- StreamingCommunity/Api/Site/guardaserie/site.py,sha256=6PPp6qykuKZ3Sa2uY7E1xTwh1-8vHINsEpokGnathmw,2326
38
- StreamingCommunity/Api/Site/guardaserie/util/ScrapeSerie.py,sha256=_aXU-YcUtSwbC2b6QpNnWDZR8m6vp9xzBEx_zdu5tgI,4196
40
+ StreamingCommunity/Api/Site/guardaserie/site.py,sha256=z9PKJesarOFlIrCeaed5095poJWYroVoWRV1LYTR4E4,2252
41
+ StreamingCommunity/Api/Site/guardaserie/util/ScrapeSerie.py,sha256=hPul0-9sgi0IZplHn9UywtpAa3xhVKDC0lefb5l81-g,4413
42
+ StreamingCommunity/Api/Site/mediasetinfinity/__init__.py,sha256=dBKs42xEuIjHZ8mnqmjpdySjFYYuwDi6drWbBvzMzR8,3257
43
+ StreamingCommunity/Api/Site/mediasetinfinity/film.py,sha256=suOqSPA4852h5u33JONNwMONDGI-YB7-KaF0Rqp0kps,2294
44
+ StreamingCommunity/Api/Site/mediasetinfinity/series.py,sha256=c3s7J99ExNigrMAJmZtdI4dKzEpFf2VRuMXGq2z80iE,6879
45
+ StreamingCommunity/Api/Site/mediasetinfinity/site.py,sha256=SVNcqcQAOxAKw0mcUzeQqDbfcnRFEPtxKNjl2Xe7FlY,3240
46
+ StreamingCommunity/Api/Site/mediasetinfinity/util/ScrapeSerie.py,sha256=-PUhtJ1Umb1SjLh6Ujs0cOmOi-uC0WrSkIecv6XDhgQ,9382
47
+ StreamingCommunity/Api/Site/mediasetinfinity/util/fix_mpd.py,sha256=B7uZfQ8X4p8KsiPVangFSs5rKKKpA3tavjPCdNrqyCc,1712
48
+ StreamingCommunity/Api/Site/mediasetinfinity/util/get_license.py,sha256=Goqix4dExqJUL500ohdIi0R28kknaSz_rXXX288d6O0,6461
39
49
  StreamingCommunity/Api/Site/raiplay/__init__.py,sha256=6Hjkc_C0du_stc9cOKJIyWjW-YQPMmJLoLXZpiwX1S8,3106
40
50
  StreamingCommunity/Api/Site/raiplay/film.py,sha256=wBv5kQXx7-aCKhAZ5LABZ8zUzu_jPGdXOl9OM2p8dpY,1982
41
51
  StreamingCommunity/Api/Site/raiplay/series.py,sha256=uQVbeA_g3Z1Ciqeq99gsY2F8mC5DssH3ueGbCW8gd9Q,6161
42
52
  StreamingCommunity/Api/Site/raiplay/site.py,sha256=kWo2YPcUOPgsThJU_RahnDwJP4QpkmgzdzRqtoubR5U,3166
43
53
  StreamingCommunity/Api/Site/raiplay/util/ScrapeSerie.py,sha256=V7fFP9KLuMXitRsHtInxUJBcGClfSk_tOUNWFC8pG5A,5807
44
- StreamingCommunity/Api/Site/streamingcommunity/__init__.py,sha256=Qgy8nNtC05uwpSF6e0EE0WvsZkLKSKuqjWD1kligaPg,5977
45
- StreamingCommunity/Api/Site/streamingcommunity/film.py,sha256=bt6g0c20eQux_cAz-FfobvkIF0wnFhVlBreRxhzV17E,2764
46
- StreamingCommunity/Api/Site/streamingcommunity/series.py,sha256=W1KHSrF_rVl757dtLugvqVm7HCjovCHaHZXoGSRjOoI,8903
47
- StreamingCommunity/Api/Site/streamingcommunity/site.py,sha256=cqaVM4cNXVqN_5ImeS_c7FI6go3TZPKkDi3XbD93MSQ,4019
48
- StreamingCommunity/Api/Site/streamingcommunity/util/ScrapeSerie.py,sha256=Q05e8k2xvWd66jv3jlBtvpTau2J1C0zXw5uHvcimzxY,5664
49
- StreamingCommunity/Api/Site/streamingwatch/__init__.py,sha256=UCE61tSwyvC4Gg9XqcembOWulD8vKEQk__g7VXeVgcA,3723
50
- StreamingCommunity/Api/Site/streamingwatch/film.py,sha256=QWE4e7Z9c0oTidP76cZPWdOKFU77_RbMXOHOlLRtPFk,1664
51
- StreamingCommunity/Api/Site/streamingwatch/series.py,sha256=HF4SykhaOathLeCbYrRd1-BdCg30pDRQRCI43FnM2ck,6233
52
- StreamingCommunity/Api/Site/streamingwatch/site.py,sha256=C7rpHhfiBZFb-BVvXHvc6BRVqT6mFIkuHLm06mok_BM,3516
53
- StreamingCommunity/Api/Site/streamingwatch/util/ScrapeSerie.py,sha256=tEiwL7R5wI8F9ZLOiI-E7pEh72UJaNtswCjhx_wRlBY,4300
54
+ StreamingCommunity/Api/Site/streamingcommunity/__init__.py,sha256=q5F3e2h7fuYKGLMfXOzK71sGfPW38CYP-dfGjwFe3mQ,5577
55
+ StreamingCommunity/Api/Site/streamingcommunity/film.py,sha256=1hnKFm4Cw8YWp5FgGAVVlJrY_U8fzm5nBcjAWvCLcDk,2738
56
+ StreamingCommunity/Api/Site/streamingcommunity/series.py,sha256=twmRNl8urVx16HBz1ZlQsnPku2gtNTbidr2b4Dt583M,8994
57
+ StreamingCommunity/Api/Site/streamingcommunity/site.py,sha256=MMi4mcKu0iPhud685IVW4xc7hFkJe09OjT6L90tsRHk,3985
58
+ StreamingCommunity/Api/Site/streamingcommunity/util/ScrapeSerie.py,sha256=vnqVwDb4sxEXzMcr9B4ZZHFuADwcHSMCa3VMguKIe_U,5555
59
+ StreamingCommunity/Api/Site/streamingwatch/__init__.py,sha256=Swp2KHYBH96W8yBbjGF5x-xjnoal7hNj1JE05CWMsz4,3337
60
+ StreamingCommunity/Api/Site/streamingwatch/film.py,sha256=4tTatZSCMSkxEzhGD7PoexheBye_n2LByvfzfUlDNKE,1652
61
+ StreamingCommunity/Api/Site/streamingwatch/series.py,sha256=ak4RdpR2-IuAimP3x5ZqEv9CH2_RcTZGN1hXlpoixJo,6141
62
+ StreamingCommunity/Api/Site/streamingwatch/site.py,sha256=dHEL5_3nSBynlXz82IUbCHkxIpuvhmE2aRpdE1b6wq8,3448
63
+ StreamingCommunity/Api/Site/streamingwatch/util/ScrapeSerie.py,sha256=Ui_2Vccf6C_ZLLMxLbUL0r5n8mWQiQTl4YZQAhXRf0g,4268
54
64
  StreamingCommunity/Api/Template/__init__.py,sha256=oyfd_4_g5p5q6mxb_rKwSsudZnTM3W3kg1tLwxg-v-Q,46
55
65
  StreamingCommunity/Api/Template/config_loader.py,sha256=2RT_0mqQmWzXM4rYaqss-yhXztYAcfNkTalFPjzv270,2056
56
66
  StreamingCommunity/Api/Template/site.py,sha256=vUcHK4fuoBtDtO_Kgb4bQqfQDtVH5Jg9_-mVhZA3NTU,4919
@@ -58,39 +68,43 @@ StreamingCommunity/Api/Template/Class/SearchType.py,sha256=LOlE8UgraEM0UAVeNCThD
58
68
  StreamingCommunity/Api/Template/Util/__init__.py,sha256=ZWQQd6iymNFDol9HaKPhVBoRX1W-xHJZgU_mZvLVdsM,196
59
69
  StreamingCommunity/Api/Template/Util/manage_ep.py,sha256=FYe2DC9SXIXzlRYI7fW4ieBpfrxYzsUgt2C47tYRk7U,9252
60
70
  StreamingCommunity/Lib/Downloader/__init__.py,sha256=JhbBh5hOnSM7VmtkxJ7zZ_FtWEC1JdnKThsSBjLV5FY,140
61
- StreamingCommunity/Lib/Downloader/HLS/downloader.py,sha256=kU7DN7cqdU5Uwo8d3TGXMIdep7QQhtU71Oe0s-Kks1k,22117
62
- StreamingCommunity/Lib/Downloader/HLS/segments.py,sha256=SY5bwvECVg0xGLlAYIBieWk2_y3QXRR2VjH2bVdWWYc,18150
63
- StreamingCommunity/Lib/Downloader/MP4/downloader.py,sha256=U3kARWZXNUvZLy6nm4pcbUHwBSvy5bMqBUBz6Vc9w90,7546
71
+ StreamingCommunity/Lib/Downloader/DASH/cdm_helpher.py,sha256=at7_pYAbb_391PrQXWIxPZYT9gaS7qrVgKMdbQSMSyw,4714
72
+ StreamingCommunity/Lib/Downloader/DASH/decrypt.py,sha256=RuzxsXjJKKzdbbUESfujCXqg_t1brOJLAvVNFWej48o,2353
73
+ StreamingCommunity/Lib/Downloader/DASH/downloader.py,sha256=5Qo0pJXp6ttop_D7rodupkPpzl42ecIj9kDtAUx-zAI,8315
74
+ StreamingCommunity/Lib/Downloader/DASH/parser.py,sha256=QUyYhmu-zI2GieiNZaoOoDVPTclSKXsrdeToAtbC9yI,9858
75
+ StreamingCommunity/Lib/Downloader/DASH/segments.py,sha256=ZV9FYibbS8E722MHVxl16N6rN1tPioZTNqO4jWBpGGo,12672
76
+ StreamingCommunity/Lib/Downloader/HLS/downloader.py,sha256=035NFocH-wgAn1CPrC6zE1JfdU7c6Smp6G0WgCn_ecE,21630
77
+ StreamingCommunity/Lib/Downloader/HLS/segments.py,sha256=I0kQlpK_txi6p5zXwtueZxkYINfmCDcErdHIUxgOAHY,18099
78
+ StreamingCommunity/Lib/Downloader/MP4/downloader.py,sha256=OBObY930wrOG0IUlDRROOfgU_u6uYHvckED4nnPjXzs,7367
64
79
  StreamingCommunity/Lib/Downloader/TOR/downloader.py,sha256=CrRGdLGI_45AnhtTZm8r7KO7uGmU9k6pywy-qO18LG8,19242
65
80
  StreamingCommunity/Lib/FFmpeg/__init__.py,sha256=6PBsZdE1jrD2EKOVyx3JEHnyDZzVeKlPkH5T0zyfOgU,130
66
- StreamingCommunity/Lib/FFmpeg/capture.py,sha256=QZYtuUG3L5_BsHFdzBU-5pZrX1PYxfCTx8bXShGF_bs,5029
67
- StreamingCommunity/Lib/FFmpeg/command.py,sha256=ubpffE02nsZM7xch5gbwGlEiUzecpxcFOd63n2cqM1k,10708
81
+ StreamingCommunity/Lib/FFmpeg/capture.py,sha256=UUBaFK8WLkvqxsElqyEj-JvDvd9zUFZ2bRwRoUcGjVk,5039
82
+ StreamingCommunity/Lib/FFmpeg/command.py,sha256=Fy_vs1tqIeG8Mgtj5aZaUp7oLDAceBPN72pqqKViD8s,10716
68
83
  StreamingCommunity/Lib/FFmpeg/util.py,sha256=byM5DzAA-8Ts0FtviEPfbFJKN_PuxVFGjELgD_FEhsk,9287
69
84
  StreamingCommunity/Lib/M3U8/__init__.py,sha256=H_KS2eDd3kVXMziFJnD0FCPvPHEizaqfoA36ElTv_r8,170
70
85
  StreamingCommunity/Lib/M3U8/decryptor.py,sha256=kuxxsd3eN0VGRrMJWXzHo8gCpT0u3fSZs_lwxlE5Fqs,2948
71
86
  StreamingCommunity/Lib/M3U8/estimator.py,sha256=8gwTxJ3poRqZdHUTD9_oqXegiPWSXFuqLmqCZBnXS8A,5893
72
87
  StreamingCommunity/Lib/M3U8/parser.py,sha256=cSjXPOSgTewrfLgREyQ47wzoOeoYo3L4lOfEWZKxad8,22485
73
88
  StreamingCommunity/Lib/M3U8/url_fixer.py,sha256=zldE4yOuNBV6AAvL1KI6p7XdRI_R5YZRscbDgT1564M,1735
74
- StreamingCommunity/Lib/Proxies/proxy.py,sha256=KEaVWvstewt05x81AU7zQfOnMpI7tOdJfwAfMIpLiUE,2475
75
89
  StreamingCommunity/Lib/TMBD/__init__.py,sha256=XzE42tw3Ws59DD1PF8WmGtZ0D4D7Hk3Af8QthNE-22U,66
76
90
  StreamingCommunity/Lib/TMBD/obj_tmbd.py,sha256=dRSvJFS5yqmsBZcw2wqbStcBtXNjU_3n5czMyremAtU,1187
77
91
  StreamingCommunity/Lib/TMBD/tmdb.py,sha256=byg0EFnlmd9JeLvn1N9K3QkB1KEfeMuFa7OVfGqks1Y,10685
78
92
  StreamingCommunity/TelegramHelp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
79
- StreamingCommunity/TelegramHelp/config.json,sha256=x1rtclDIrlnFcmiAmCQnV3WpnlTl5ds1LRRqECIF7xk,1581
93
+ StreamingCommunity/TelegramHelp/config.json,sha256=VhZMgjueZGqAoNuysb7gsuNUtDNEF74JCl0z497raDY,1521
80
94
  StreamingCommunity/TelegramHelp/telegram_bot.py,sha256=zCqj7xBofh9FYfEYl55mgT945jqtKo7qJhn-SMLvAvA,26455
81
95
  StreamingCommunity/Upload/update.py,sha256=ZGQHcnTLAfXla_PqvykDeg2-WKOYfX9zX2I3KrdKHpc,3814
82
- StreamingCommunity/Upload/version.py,sha256=mWUalfzzk89wwGI_TzqFuccaBZMhYGl-h6E4Ce5FeMs,170
96
+ StreamingCommunity/Upload/version.py,sha256=uqq5tWhV2LPM2Z6StoTErOliammnmvGkcMB0hQLcrww,171
83
97
  StreamingCommunity/Util/color.py,sha256=NvD0Eni-25oOOkY-szCEoc0lGvzQxyL7xhM0RE4EvUM,458
84
98
  StreamingCommunity/Util/config_json.py,sha256=Q1V1Umrp4LEkelNQ638_ANAsGEioHzYnvy3FfQOJAHs,24227
85
99
  StreamingCommunity/Util/ffmpeg_installer.py,sha256=yRVIPwbh05tZ-duZmXkH0qasLNxaQCAT_E4cTP79Z3c,14890
86
100
  StreamingCommunity/Util/headers.py,sha256=TItkaFMx1GqsVNEIS3Tr0BGU5EHyF-HkZVliHORT3P8,308
87
101
  StreamingCommunity/Util/logger.py,sha256=9kGD6GmWj2pM8ADpJc85o7jm8DD0c5Aguqnq-9kmxos,3314
88
102
  StreamingCommunity/Util/message.py,sha256=81vPmsGBusovIhheIO4Ec6p7BYvMj1wE_CthtRyp6OM,1333
89
- StreamingCommunity/Util/os.py,sha256=8mAZhYsFJ9ZDt9hdFcDqBzAZ0Fv8tM3aqRkdiewK9ok,17330
103
+ StreamingCommunity/Util/os.py,sha256=rQZCZ2ZE7rOm_dalcao-FBAY9aM7mAnzfSK8cl8FEKs,18063
90
104
  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,,
105
+ streamingcommunity-3.2.5.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
106
+ streamingcommunity-3.2.5.dist-info/METADATA,sha256=k0hN5gZuISzNryn-yiqhBIfT8dDUYWZcAdPmEsuTEmg,25476
107
+ streamingcommunity-3.2.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
108
+ streamingcommunity-3.2.5.dist-info/entry_points.txt,sha256=Qph9XYfDC8n4LfDLOSl6gJGlkb9eFb5f-JOr_Wb_5rk,67
109
+ streamingcommunity-3.2.5.dist-info/top_level.txt,sha256=YsOcxKP-WOhWpIWgBlh0coll9XUx7aqmRPT7kmt3fH0,19
110
+ streamingcommunity-3.2.5.dist-info/RECORD,,
@@ -1,72 +0,0 @@
1
- # 02.07.24
2
-
3
- from urllib.parse import quote_plus
4
-
5
-
6
- # External library
7
- from rich.console import Console
8
- from rich.prompt import Prompt
9
-
10
-
11
- # Internal utilities
12
- from StreamingCommunity.Api.Template import get_select_title
13
- from StreamingCommunity.Api.Template.config_loader import site_constant
14
- from StreamingCommunity.Api.Template.Class.SearchType import MediaItem
15
-
16
-
17
- # Logic class
18
- from .site import title_search, media_search_manager, table_show_manager
19
- from .title import download_title
20
-
21
-
22
- # Variable
23
- indice = 3
24
- _useFor = "Torrent"
25
- _priority = 0
26
- _engineDownload = "Torrent"
27
- _deprecate = True
28
-
29
- console = Console()
30
- msg = Prompt()
31
-
32
-
33
-
34
- def process_search_result(select_title):
35
- """
36
- Handles the search result and initiates the download for either a film or series.
37
- """
38
- download_title(select_title)
39
-
40
- def search(string_to_search: str = None, get_onlyDatabase: bool = False, direct_item: dict = None):
41
- """
42
- Main function of the application for search.
43
-
44
- Parameters:
45
- string_to_search (str, optional): String to search for
46
- get_onylDatabase (bool, optional): If True, return only the database object
47
- direct_item (dict, optional): Direct item to process (bypass search)
48
- """
49
- if direct_item:
50
- select_title = MediaItem(**direct_item)
51
- process_search_result(select_title)
52
- return
53
-
54
- if string_to_search is None:
55
- string_to_search = msg.ask(f"\n[purple]Insert word to search in [green]{site_constant.SITE_NAME}").strip()
56
-
57
- # Perform the database search
58
- len_database = title_search(quote_plus(string_to_search))
59
-
60
- # If only the database is needed, return the manager
61
- if get_onlyDatabase:
62
- return media_search_manager
63
-
64
- if len_database > 0:
65
- select_title = get_select_title(table_show_manager, media_search_manager, len_database)
66
- download_title(select_title)
67
-
68
- else:
69
-
70
- # If no results are found, ask again
71
- console.print(f"\n[red]Nothing matching was found for[white]: [purple]{string_to_search}")
72
- search()
@@ -1,82 +0,0 @@
1
- # 02.07.24
2
-
3
- import sys
4
-
5
- # External libraries
6
- import httpx
7
- from bs4 import BeautifulSoup
8
- from rich.console import Console
9
-
10
-
11
- # Internal utilities
12
- from StreamingCommunity.Util.config_json import config_manager
13
- from StreamingCommunity.Util.headers import get_userAgent
14
- from StreamingCommunity.Util.table import TVShowManager
15
-
16
-
17
- # Logic class
18
- from StreamingCommunity.Api.Template.config_loader import site_constant
19
- from StreamingCommunity.Api.Template.Class.SearchType import MediaManager
20
-
21
-
22
- # Variable
23
- console = Console()
24
- media_search_manager = MediaManager()
25
- table_show_manager = TVShowManager()
26
- max_timeout = config_manager.get_int("REQUESTS", "timeout")
27
-
28
-
29
- def title_search(query: str) -> int:
30
- """
31
- Search for titles based on a search query.
32
-
33
- Parameters:
34
- - query (str): The query to search for.
35
-
36
- Returns:
37
- - int: The number of titles found.
38
- """
39
- media_search_manager.clear()
40
- table_show_manager.clear()
41
-
42
- search_url = f"{site_constant.FULL_URL}/search/{query}/1/"
43
- console.print(f"[cyan]Search url: [yellow]{search_url}")
44
-
45
- try:
46
- response = httpx.get(
47
- search_url,
48
- headers={'user-agent': get_userAgent()},
49
- timeout=max_timeout,
50
- follow_redirects=True
51
- )
52
- response.raise_for_status()
53
-
54
- except Exception as e:
55
- console.print(f"[red]Site: {site_constant.SITE_NAME}, request search error: {e}")
56
- return 0
57
-
58
- # Create soup and find table
59
- soup = BeautifulSoup(response.text, "html.parser")
60
-
61
- for i, tr in enumerate(soup.find_all('tr')):
62
- try:
63
-
64
- title_info = {
65
- 'name': tr.find_all("a")[1].get_text(strip=True),
66
- 'url': tr.find_all("a")[1].get("href"),
67
- 'seader': tr.find_all("td")[-5].get_text(strip=True),
68
- 'leacher': tr.find_all("td")[-4].get_text(strip=True),
69
- 'date': tr.find_all("td")[-3].get_text(strip=True).replace("'", ""),
70
- 'size': tr.find_all("td")[-2].get_text(strip=True),
71
- 'type': 'torrent'
72
- }
73
- media_search_manager.add_media(title_info)
74
-
75
- if i == 20:
76
- break
77
-
78
- except Exception as e:
79
- print(f"Error parsing a film entry: {e}")
80
-
81
- # Return the number of titles found
82
- return media_search_manager.get_length()
@@ -1,61 +0,0 @@
1
- # 02.07.24
2
-
3
- import os
4
-
5
-
6
- # External libraries
7
- import httpx
8
- from bs4 import BeautifulSoup
9
- from rich.console import Console
10
-
11
-
12
- # Internal utilities
13
- from StreamingCommunity.Util.os import os_manager
14
- from StreamingCommunity.Util.message import start_message
15
- from StreamingCommunity.Util.headers import get_userAgent
16
- from StreamingCommunity.Lib.Downloader import TOR_downloader
17
-
18
-
19
- # Logic class
20
- from StreamingCommunity.Api.Template.config_loader import site_constant
21
- from StreamingCommunity.Api.Template.Class.SearchType import MediaItem
22
-
23
-
24
- # Variable
25
- console = Console()
26
-
27
-
28
- def download_title(select_title: MediaItem):
29
- """
30
- Downloads a media item and saves it as an MP4 file.
31
-
32
- Parameters:
33
- - select_title (MediaItem): The media item to be downloaded. This should be an instance of the MediaItem class, containing attributes like `name` and `url`.
34
- """
35
- start_message()
36
- console.print(f"[bold yellow]Download:[/bold yellow] [red]{site_constant.SITE_NAME}[/red] → [cyan]{select_title.name}[/cyan] \n")
37
-
38
- # Define output path
39
- title_name = os_manager.get_sanitize_file(select_title.name)
40
- mp4_path = os.path.join(site_constant.MOVIE_FOLDER, title_name.replace(".mp4", ""))
41
-
42
- # Create output folder
43
- os_manager.create_path(mp4_path)
44
-
45
- # Make request to page with magnet
46
- response = httpx.get(
47
- url=f"{site_constant.FULL_URL}{select_title.url}",
48
- headers={
49
- 'user-agent': get_userAgent()
50
- },
51
- follow_redirects=True
52
- )
53
-
54
- # Create soup and find table
55
- soup = BeautifulSoup(response.text, "html.parser")
56
- final_url = soup.find("a", class_="torrentdown1").get("href")
57
-
58
- # Tor manager
59
- manager = TOR_downloader()
60
- manager.add_magnet_link(final_url, save_path=mp4_path)
61
- manager.start_download()
@@ -1,72 +0,0 @@
1
- # 29.04.25
2
-
3
- import sys
4
- import time
5
- import signal
6
- import warnings
7
- warnings.filterwarnings("ignore", category=UserWarning)
8
-
9
-
10
- # External library
11
- import httpx
12
- from rich import print
13
-
14
-
15
- # Internal utilities
16
- from StreamingCommunity.Util.config_json import config_manager
17
- from StreamingCommunity.Util.headers import get_headers
18
-
19
-
20
- # Variable
21
- MAX_TIMEOUT = config_manager.get_int("REQUESTS", "timeout")
22
-
23
-
24
- class ProxyFinder:
25
- def __init__(self, url, timeout_threshold: float = 7.0):
26
- self.url = url
27
- self.timeout_threshold = timeout_threshold
28
- self.shutdown_flag = False
29
- signal.signal(signal.SIGINT, self._handle_interrupt)
30
-
31
- def _test_single_request(self, proxy_info: tuple) -> tuple:
32
- proxy, source = proxy_info
33
- try:
34
- start = time.time()
35
- print(f"[yellow]Testing proxy for URL: {self.url}...")
36
-
37
- with httpx.Client(proxy=proxy, timeout=self.timeout_threshold) as client:
38
- response = client.get(self.url, headers=get_headers())
39
- if response.status_code == 200:
40
- return (True, time.time() - start, response, source)
41
- except Exception:
42
- pass
43
- return (False, self.timeout_threshold + 1, None, source)
44
-
45
- def test_proxy(self, proxy_info: tuple) -> tuple:
46
- proxy, source = proxy_info
47
- if self.shutdown_flag:
48
- return (proxy, False, 0, None, source)
49
-
50
- success1, time1, text1, source = self._test_single_request(proxy_info)
51
- if not success1 or time1 > self.timeout_threshold:
52
- return (proxy, False, time1, None, source)
53
-
54
- success2, time2, _, source = self._test_single_request(proxy_info)
55
- avg_time = (time1 + time2) / 2
56
- return (proxy, success2 and time2 <= self.timeout_threshold, avg_time, text1, source)
57
-
58
- def _handle_interrupt(self, sig, frame):
59
- print("\n[red]Received keyboard interrupt. Terminating...")
60
- self.shutdown_flag = True
61
- sys.exit(0)
62
-
63
- def find_fast_proxy(self) -> str:
64
- try:
65
- proxy_config = config_manager.get("REQUESTS", "proxy")
66
- if proxy_config and isinstance(proxy_config, dict) and 'http' in proxy_config:
67
- print("[cyan]Using configured proxy from config.json...[/cyan]")
68
- return proxy_config['http']
69
- except Exception as e:
70
- print(f"[red]Error getting configured proxy: {str(e)}[/red]")
71
-
72
- return None