StreamingCommunity 3.2.9__py3-none-any.whl → 3.3.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.

Files changed (38) hide show
  1. StreamingCommunity/Api/Site/altadefinizione/__init__.py +67 -30
  2. StreamingCommunity/Api/Site/animeunity/__init__.py +65 -29
  3. StreamingCommunity/Api/Site/animeworld/__init__.py +80 -10
  4. StreamingCommunity/Api/Site/crunchyroll/__init__.py +75 -15
  5. StreamingCommunity/Api/Site/crunchyroll/site.py +7 -1
  6. StreamingCommunity/Api/Site/guardaserie/__init__.py +80 -10
  7. StreamingCommunity/Api/Site/mediasetinfinity/__init__.py +78 -15
  8. StreamingCommunity/Api/Site/mediasetinfinity/film.py +1 -1
  9. StreamingCommunity/Api/Site/mediasetinfinity/site.py +12 -2
  10. StreamingCommunity/Api/Site/mediasetinfinity/util/ScrapeSerie.py +6 -7
  11. StreamingCommunity/Api/Site/mediasetinfinity/util/get_license.py +162 -0
  12. StreamingCommunity/Api/Site/raiplay/__init__.py +78 -12
  13. StreamingCommunity/Api/Site/raiplay/film.py +2 -1
  14. StreamingCommunity/Api/Site/raiplay/series.py +21 -7
  15. StreamingCommunity/Api/Site/streamingcommunity/__init__.py +12 -9
  16. StreamingCommunity/Api/Site/streamingcommunity/site.py +4 -1
  17. StreamingCommunity/Api/Site/streamingcommunity/util/ScrapeSerie.py +5 -2
  18. StreamingCommunity/Api/Site/streamingwatch/__init__.py +76 -12
  19. StreamingCommunity/Lib/Downloader/DASH/cdm_helpher.py +8 -0
  20. StreamingCommunity/Lib/Downloader/DASH/downloader.py +109 -75
  21. StreamingCommunity/Lib/Downloader/HLS/downloader.py +18 -6
  22. StreamingCommunity/Lib/Downloader/HLS/segments.py +1 -1
  23. StreamingCommunity/Lib/Downloader/MP4/downloader.py +21 -3
  24. StreamingCommunity/Lib/FFmpeg/command.py +66 -7
  25. StreamingCommunity/Lib/FFmpeg/util.py +16 -13
  26. StreamingCommunity/Upload/update.py +2 -2
  27. StreamingCommunity/Upload/version.py +2 -2
  28. StreamingCommunity/Util/os.py +4 -1
  29. StreamingCommunity/run.py +4 -4
  30. {streamingcommunity-3.2.9.dist-info → streamingcommunity-3.3.1.dist-info}/METADATA +2 -7
  31. {streamingcommunity-3.2.9.dist-info → streamingcommunity-3.3.1.dist-info}/RECORD +35 -38
  32. StreamingCommunity/Api/Site/cb01new/__init__.py +0 -72
  33. StreamingCommunity/Api/Site/cb01new/film.py +0 -64
  34. StreamingCommunity/Api/Site/cb01new/site.py +0 -78
  35. {streamingcommunity-3.2.9.dist-info → streamingcommunity-3.3.1.dist-info}/WHEEL +0 -0
  36. {streamingcommunity-3.2.9.dist-info → streamingcommunity-3.3.1.dist-info}/entry_points.txt +0 -0
  37. {streamingcommunity-3.2.9.dist-info → streamingcommunity-3.3.1.dist-info}/licenses/LICENSE +0 -0
  38. {streamingcommunity-3.2.9.dist-info → streamingcommunity-3.3.1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  StreamingCommunity/__init__.py,sha256=kOpFRfO3jz3gP2QjgPC_G85Z3rsMwMnsNa0POXMnDng,382
2
2
  StreamingCommunity/global_search.py,sha256=ip3D0OKNRTXHpe_Wy7v2KM-yNZdnnbG5FOBYSSk6wB8,12401
3
- StreamingCommunity/run.py,sha256=Ke07PVDBi3_yTVCYNFb_W7XAzxteooDtM9xLX3A8EEU,21123
3
+ StreamingCommunity/run.py,sha256=QKXm49zG8Q2STHk8Rx3uUJl5B8KEvJZnoBDkhigJR00,21122
4
4
  StreamingCommunity/Api/Player/ddl.py,sha256=cPinK99iX4ThvAHLlzcACcnFvM-M_NK0f4imh9PQY1I,2174
5
5
  StreamingCommunity/Api/Player/hdplayer.py,sha256=uQGU8ZVEk7qwwu1v4fjxScsP2x9NIHc7rRguXB1Fk2c,1942
6
6
  StreamingCommunity/Api/Player/maxstream.py,sha256=JlVTCAo9ze0wF2h0eNPYqdorhwK7DPXpmLAyHMnT7-Y,5017
@@ -11,53 +11,50 @@ StreamingCommunity/Api/Player/sweetpixel.py,sha256=AAdLSD7ASLuZNiBx6btr8S44Wkxtj
11
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
13
  StreamingCommunity/Api/Player/Helper/Vixcloud/util.py,sha256=WjpNA-ohE6AIwYOVzacYqy7CR3fXfdf7PfIp69vk8js,5343
14
- StreamingCommunity/Api/Site/altadefinizione/__init__.py,sha256=kk0kJ60nZ36-S8CvKmAtou4nkTpEZnma66a4bNsW8tw,4178
14
+ StreamingCommunity/Api/Site/altadefinizione/__init__.py,sha256=KCzeJZZ7rFu-64Zm7ik20XGFi8KK1wIeF6r7C3SHSkM,5553
15
15
  StreamingCommunity/Api/Site/altadefinizione/film.py,sha256=CQG1C9RGbPm_x89xgyTS8IqcP-lihNqCDY9ANghOlhE,3798
16
16
  StreamingCommunity/Api/Site/altadefinizione/series.py,sha256=--XPvUzL4K3KKaS41jZ9WToT3wxt2rUwblNoJOp8hs0,8280
17
17
  StreamingCommunity/Api/Site/altadefinizione/site.py,sha256=nrDmENnvWbW7iNO7OIGpQWJttzFGipZg0dsC8GiSEBU,2864
18
18
  StreamingCommunity/Api/Site/altadefinizione/util/ScrapeSerie.py,sha256=9iulNlnNAhTfI5iKNW3I6pZqYeYwovAswa13L3LPGDM,4251
19
- StreamingCommunity/Api/Site/animeunity/__init__.py,sha256=ohJl6qQ1aj90X0lUJEAUXo97OVDs-KWuT6zS1ZRqmL4,4032
19
+ StreamingCommunity/Api/Site/animeunity/__init__.py,sha256=pmFGKSwpgfCGAXRK-thm4xZGG-J3Yeu-wl83rBoSaBI,5426
20
20
  StreamingCommunity/Api/Site/animeunity/film.py,sha256=Vqg6yag2siR-Y3ougBsV8mzdQXChxg6ghz_KVXFQ3pE,998
21
21
  StreamingCommunity/Api/Site/animeunity/serie.py,sha256=2PfpXblRpIrHC6gURfKYo16Vx_ZDcQX4CX03wAo8SCQ,5694
22
22
  StreamingCommunity/Api/Site/animeunity/site.py,sha256=GLULPQATMHcXiH99d772v1ICH-PnnZgSM3q5__eN-gs,4977
23
23
  StreamingCommunity/Api/Site/animeunity/util/ScrapeSerie.py,sha256=UladSvOlTEVLiV0-rAz45zrET5qRHMuTGuKEpeQoumU,3872
24
- StreamingCommunity/Api/Site/animeworld/__init__.py,sha256=fjStJyOl6VBVDgoi6wr2yA0CQ_UQ4atTBzal0gOBgRM,2822
24
+ StreamingCommunity/Api/Site/animeworld/__init__.py,sha256=v5ZuJVJCZINxG6_nZ_EQxRAyXmD6V35AlRokgx4kS2U,5139
25
25
  StreamingCommunity/Api/Site/animeworld/film.py,sha256=Ysp0k5AlrOsl19S9LV4nwVg8cjFf5w0FZRO9CiO6NxA,1748
26
26
  StreamingCommunity/Api/Site/animeworld/serie.py,sha256=b1yuBnLNqJ-IWEVqLnQuYv6VbUQ60a5YFpZbJrS3lnI,3486
27
27
  StreamingCommunity/Api/Site/animeworld/site.py,sha256=Zdp6ayA1L6hS1t0q4fclHs7J1eiD16Ta9isTc13Zye8,3746
28
28
  StreamingCommunity/Api/Site/animeworld/util/ScrapeSerie.py,sha256=S6sLtQt4Wvp4IVDho1uAXL8_-bbdj-RTRA1D7x9V8n8,3591
29
- StreamingCommunity/Api/Site/cb01new/__init__.py,sha256=95M3DiNbLbZ6v1oFkPuAPEVJWf12W2JzJvxZKjZs_V8,2071
30
- StreamingCommunity/Api/Site/cb01new/film.py,sha256=GMeWhUaXEzNatedp8Wcjl-UtLgkRQ6bip9YjcqPsIMw,1736
31
- StreamingCommunity/Api/Site/cb01new/site.py,sha256=82GPxjOyY7Dlj1WbA0YNovgbKhuF3Vmca07IVXGh6lE,2139
32
- StreamingCommunity/Api/Site/crunchyroll/__init__.py,sha256=4RucBcJnPZFIXErTcpWC9UU8vuSEGTp-mCrDHhcuC1Q,3428
29
+ StreamingCommunity/Api/Site/crunchyroll/__init__.py,sha256=8CuiONjE2G9q1UFrvTvToI7DVKw7RrCGUT2aACDoy2s,5555
33
30
  StreamingCommunity/Api/Site/crunchyroll/film.py,sha256=MgA8bwJEf6unT_uBBsLpMqRdbctkLYLGeBB-_fX1wvk,2615
34
31
  StreamingCommunity/Api/Site/crunchyroll/series.py,sha256=0JnPc9Bw02Ys-wmdAvcIbAlkyGHbw7ELemWVizWPl1k,7265
35
- StreamingCommunity/Api/Site/crunchyroll/site.py,sha256=7-2W5f0emWkOSBJuEuLRwhu3Iiam40OpBBZwgt0E8_k,3595
32
+ StreamingCommunity/Api/Site/crunchyroll/site.py,sha256=udMWlEi4fVG-yVcrsEP2JXdRZeYB_xwETTpPDzyBOno,4072
36
33
  StreamingCommunity/Api/Site/crunchyroll/util/ScrapeSerie.py,sha256=ZY6z4pT5q7igiNZnJAvE9x0WiORTvFSH-U_CpqOzusA,7855
37
34
  StreamingCommunity/Api/Site/crunchyroll/util/get_license.py,sha256=KpVvJbGUTLeVD-tt8r7ajBPWVT7Tm6GrKwzpW8CS-tg,6881
38
- StreamingCommunity/Api/Site/guardaserie/__init__.py,sha256=vnbt1DVG6nmHaLSUOO_2NQYi9iTiOPLrwtvUd_DZDZg,2800
35
+ StreamingCommunity/Api/Site/guardaserie/__init__.py,sha256=_VTPh3wBh3v73pSOIBxNqRV-DyhxD9iKj7DC6gpgm3I,5179
39
36
  StreamingCommunity/Api/Site/guardaserie/series.py,sha256=Q5i_nCAy8zAnublmWuujxrDwvP9XP2D207vrtYOdl_I,6566
40
37
  StreamingCommunity/Api/Site/guardaserie/site.py,sha256=_AtrkOb5xUnIfqp212y3p7kWb7BKJYwQHleSRgDOSYA,2239
41
38
  StreamingCommunity/Api/Site/guardaserie/util/ScrapeSerie.py,sha256=4wk2TVb4YDoPrhR2uuNijYuOpSt9mhcxwcXhmwTHPUY,4396
42
- StreamingCommunity/Api/Site/mediasetinfinity/__init__.py,sha256=lPfRCywhSnyVz_A80TFIoWwGzC3znSr2wdytNmsFJ5A,3258
43
- StreamingCommunity/Api/Site/mediasetinfinity/film.py,sha256=L3jWSuxxO9SwRua9-zSF-nYfbwbmI4YG7YAM5yQlsDs,2308
39
+ StreamingCommunity/Api/Site/mediasetinfinity/__init__.py,sha256=ZmyJRjzdfnvlSsVG05IYCocvJsCyzfBiGPxjN1RAHmY,5428
40
+ StreamingCommunity/Api/Site/mediasetinfinity/film.py,sha256=ZfLbc3631UwmBThtA_X0nQew__hSl1l5ASOr9IdS71w,2334
44
41
  StreamingCommunity/Api/Site/mediasetinfinity/series.py,sha256=BtZaZmpJ7-tbMPmosRLbZG4-oaIMK3Q1CHV29A5xmng,6898
45
- StreamingCommunity/Api/Site/mediasetinfinity/site.py,sha256=vHEw4m3oHDyYkZCOX7gBKKkq46vUI-JkT0cS7SZy78g,3565
46
- StreamingCommunity/Api/Site/mediasetinfinity/util/ScrapeSerie.py,sha256=jZiSfwrvfdqu_dM0LG55VIsntM66OhRHGTP0o_78eUM,11174
42
+ StreamingCommunity/Api/Site/mediasetinfinity/site.py,sha256=qCpc02RaEzIJll9m3IJOgDLQdU58MnGIXlBY5_GqU84,4374
43
+ StreamingCommunity/Api/Site/mediasetinfinity/util/ScrapeSerie.py,sha256=-zzBI2ugkIXaqlwTfFIMcmzpIXIbQiimRk_j9UVxZ5E,11154
47
44
  StreamingCommunity/Api/Site/mediasetinfinity/util/fix_mpd.py,sha256=B7uZfQ8X4p8KsiPVangFSs5rKKKpA3tavjPCdNrqyCc,1712
48
- StreamingCommunity/Api/Site/mediasetinfinity/util/get_license.py,sha256=CK1gmXlARi83DLrJzUeaQoFUOYiJtagtmG4AGUi11rY,5584
49
- StreamingCommunity/Api/Site/raiplay/__init__.py,sha256=WqSmreOeygmTuKS8qZdHAWz5MMKd5ItIaVuZG_5A9VQ,3111
50
- StreamingCommunity/Api/Site/raiplay/film.py,sha256=VzpZFDfeJj-uSI6BFAo8O2tCLG7CjyUx_43rHp8CLjc,3018
51
- StreamingCommunity/Api/Site/raiplay/series.py,sha256=yLayo0Zd5uMsAiiGw3ZN9FZeHuB7XKSp1mPKyp49huE,7344
45
+ StreamingCommunity/Api/Site/mediasetinfinity/util/get_license.py,sha256=hwHOsdLznJ_KIS5F6PnfFNxqP4nxfoassATxoLHN60E,11872
46
+ StreamingCommunity/Api/Site/raiplay/__init__.py,sha256=ExPwFYzTxyF8giuUb_kNaYgLqsiKdJ2faYhYDmsH6CM,5433
47
+ StreamingCommunity/Api/Site/raiplay/film.py,sha256=Ep1Kcbvm2nZoHvaxW5Qbg4FBl9QZORM-NEi2obhQyos,3029
48
+ StreamingCommunity/Api/Site/raiplay/series.py,sha256=AojsVWqMk_o0i2zGVvXNVDeCUuNaPcyG-QUTtGquYkE,7829
52
49
  StreamingCommunity/Api/Site/raiplay/site.py,sha256=e0DoTIcSNLbk8uEBGgYCG6gbZ6yv-yo0Z-rT7PLNTlo,3182
53
50
  StreamingCommunity/Api/Site/raiplay/util/ScrapeSerie.py,sha256=KsEL8XSr_c1vvaPo-_AY9RGE7_eHZ8oN2iyZtB0ocrw,5880
54
51
  StreamingCommunity/Api/Site/raiplay/util/get_license.py,sha256=96Q5aSWhtxtmQl2yzylL-1x3jY24UpLLZlEE6YrO_gs,978
55
- StreamingCommunity/Api/Site/streamingcommunity/__init__.py,sha256=3mBR2qAMRJ3cYRq37W-F2IbSaso-5wzCWCRtv22054E,5541
52
+ StreamingCommunity/Api/Site/streamingcommunity/__init__.py,sha256=lLQKaDrHyxehXmjpyx7Zf2rLYsBG22xo45rC_4oJhKc,5618
56
53
  StreamingCommunity/Api/Site/streamingcommunity/film.py,sha256=aA0tsDc5GCFFkrn_s2QKNcnyBYhK2S5OnDx29P1_rhA,2779
57
54
  StreamingCommunity/Api/Site/streamingcommunity/series.py,sha256=eLCeVjur2w2J1PgYzhe8dIJYGZus6YEyQr5H0YXazH4,9055
58
- StreamingCommunity/Api/Site/streamingcommunity/site.py,sha256=6txWfWanZZjcvhRB8R2ekoQbocGjU4GOFKftsQk7P_Q,4010
59
- StreamingCommunity/Api/Site/streamingcommunity/util/ScrapeSerie.py,sha256=vnqVwDb4sxEXzMcr9B4ZZHFuADwcHSMCa3VMguKIe_U,5555
60
- StreamingCommunity/Api/Site/streamingwatch/__init__.py,sha256=Swp2KHYBH96W8yBbjGF5x-xjnoal7hNj1JE05CWMsz4,3337
55
+ StreamingCommunity/Api/Site/streamingcommunity/site.py,sha256=o1jdgF1nnUCnPnvybfc6a-0esHSYcRGjtUEOAXk6YAE,4131
56
+ StreamingCommunity/Api/Site/streamingcommunity/util/ScrapeSerie.py,sha256=b-PWO1fP68yfptLb5X3i4M1PFZHKkqJh32yHgKsoIGs,5684
57
+ StreamingCommunity/Api/Site/streamingwatch/__init__.py,sha256=Nx8fedFHn4Ewy4iFDutyMiTzdYQKhfkJYJ8KlZjBOhg,5583
61
58
  StreamingCommunity/Api/Site/streamingwatch/film.py,sha256=B_9z9xzfuqEbzv-eVHuadvOKTcEiHhRU92Gk_f2u7Zs,1693
62
59
  StreamingCommunity/Api/Site/streamingwatch/series.py,sha256=nxGef_djMUZLAEDbHG-hbbly0eWagxPm8xu5aFIlSrI,6245
63
60
  StreamingCommunity/Api/Site/streamingwatch/site.py,sha256=KEtm-TeTuryAODXdvJAGPHauaq8cVl8QxHV6CDT1mzo,3474
@@ -69,19 +66,19 @@ StreamingCommunity/Api/Template/Class/SearchType.py,sha256=LOlE8UgraEM0UAVeNCThD
69
66
  StreamingCommunity/Api/Template/Util/__init__.py,sha256=v23VkosPNOQG5XbDkyCx5shEVJvRJffgkAF_Am5zMQc,377
70
67
  StreamingCommunity/Api/Template/Util/manage_ep.py,sha256=JMGLj_SJY-K5YuvKISurEYyS-pa9jZ2EA-lshVS73z0,9268
71
68
  StreamingCommunity/Lib/Downloader/__init__.py,sha256=Zh92xTvBIEIjNQN22iXItG7_VqiDGbOpO5gOZDBdGxc,288
72
- StreamingCommunity/Lib/Downloader/DASH/cdm_helpher.py,sha256=OOrc176A5FX-GxSwnb_czlNylPF3QZ9OEp9eIkss2Ro,4490
69
+ StreamingCommunity/Lib/Downloader/DASH/cdm_helpher.py,sha256=-odu7Hc5dvzRXldQRlFalt6IVfvqi6XG_DCSyyqBGJ4,4767
73
70
  StreamingCommunity/Lib/Downloader/DASH/decrypt.py,sha256=y3F5zrED-FSQzwE9e5rTl07aWkg76qwFgxtziPpPVuQ,2352
74
- StreamingCommunity/Lib/Downloader/DASH/downloader.py,sha256=JYbf6VDyPtoEbccVlqo-cQnnkrDXW3G6LXNfN8h4Y_Y,8097
71
+ StreamingCommunity/Lib/Downloader/DASH/downloader.py,sha256=ioOWGidwsdU3WqayYZZ2N6sOPkrWxCgbZC0aoxCBL40,9341
75
72
  StreamingCommunity/Lib/Downloader/DASH/parser.py,sha256=QUyYhmu-zI2GieiNZaoOoDVPTclSKXsrdeToAtbC9yI,9858
76
73
  StreamingCommunity/Lib/Downloader/DASH/segments.py,sha256=oiip_q3QOY_c17_t66D0m974hyzsQXivhHY5-uE9dlQ,12747
77
- StreamingCommunity/Lib/Downloader/HLS/downloader.py,sha256=5ZOflDthkkmgZIGyLzL1Ao6ltyoJkQ7wAFe744Dyppk,21294
78
- StreamingCommunity/Lib/Downloader/HLS/segments.py,sha256=YqlG628N7I0STPQhchw5LM7kerv8XjTzdzh8N-dw2QM,17914
79
- StreamingCommunity/Lib/Downloader/MP4/downloader.py,sha256=boXO0zVE-P-3F3pg1WwOZkGbOaMN4ww99AhpaTo5cQE,7464
74
+ StreamingCommunity/Lib/Downloader/HLS/downloader.py,sha256=RqiLBZnKujbYqkmEAgqKnxmjJF2ar0nA__UEWFIDn68,21839
75
+ StreamingCommunity/Lib/Downloader/HLS/segments.py,sha256=SH1GCl4SObqqQoLiDwLDf3NTrjJoIgFby9Bqlt4s2Vo,17916
76
+ StreamingCommunity/Lib/Downloader/MP4/downloader.py,sha256=_z61uQVnlfh-ktWYTisfbg_a4C3tpK7MO8HUdgLhTpI,8060
80
77
  StreamingCommunity/Lib/Downloader/TOR/downloader.py,sha256=tYOCuKkKDcTIJ-2bGIeplovRkLTdp89i8lUvJs_N9jc,19133
81
78
  StreamingCommunity/Lib/FFmpeg/__init__.py,sha256=NZmOXpnc5jvdvjNnHPxvj5bzp0GUuNMXd00Fcy4rQPI,258
82
79
  StreamingCommunity/Lib/FFmpeg/capture.py,sha256=UUBaFK8WLkvqxsElqyEj-JvDvd9zUFZ2bRwRoUcGjVk,5039
83
- StreamingCommunity/Lib/FFmpeg/command.py,sha256=E8EuihojWwMdxWYgZOEcjd-EUkh9il24bQBtphEV2n0,10679
84
- StreamingCommunity/Lib/FFmpeg/util.py,sha256=_ep_Jxm1_TfNphemtgS2whd6BFqMtK_IQmW_jRmFys8,9297
80
+ StreamingCommunity/Lib/FFmpeg/command.py,sha256=WNPBgEy9I2JRGbO_c4wZzmu0Knx2tx08V2WCrUgAwpA,12654
81
+ StreamingCommunity/Lib/FFmpeg/util.py,sha256=enx5Z29A4aHkq09iaP80NVMttQn9PZ8ruGe6GvURjGk,9515
85
82
  StreamingCommunity/Lib/M3U8/__init__.py,sha256=Zxij4WFCxjwyfswUfBv0oys_o0vQpAL5PoK5TGG_StY,288
86
83
  StreamingCommunity/Lib/M3U8/decryptor.py,sha256=1IutV-rZm3XLWGw1sEkApa3VkdwBc7BcC8AfyJ_zrrg,2965
87
84
  StreamingCommunity/Lib/M3U8/estimator.py,sha256=S4pa4hBgtJsh11mmQcpQK_1_xhkb9fHrIZdfWBxEbAg,5592
@@ -93,8 +90,8 @@ StreamingCommunity/Lib/TMBD/tmdb.py,sha256=byg0EFnlmd9JeLvn1N9K3QkB1KEfeMuFa7OVf
93
90
  StreamingCommunity/TelegramHelp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
94
91
  StreamingCommunity/TelegramHelp/config.json,sha256=v7FjA4smyLWZxChATewmvxDjJcclOCRZ_BIFPJd8Jvc,1374
95
92
  StreamingCommunity/TelegramHelp/telegram_bot.py,sha256=KiurpTrgiUNyMcLfceseaxV4xGegCUSJ8YttSeGXhJM,26429
96
- StreamingCommunity/Upload/update.py,sha256=ZGQHcnTLAfXla_PqvykDeg2-WKOYfX9zX2I3KrdKHpc,3814
97
- StreamingCommunity/Upload/version.py,sha256=i8SzRBBUKI6bl1UfTQpq1VzrDkT__hAZKLLPxY0fndU,170
93
+ StreamingCommunity/Upload/update.py,sha256=9DStkCA_GGHjf47eDjUe-YeQ2mXhjmY-6E5C-HAwPlo,3829
94
+ StreamingCommunity/Upload/version.py,sha256=8GQwLbyQwIIaG_jRKVooDEaiM4x6UJJF-eo9SHw0G3A,171
98
95
  StreamingCommunity/Util/bento4_installer.py,sha256=P5ipziMCvezxan8GUh9vm8B1LXGyHusFVDf842LSwis,6966
99
96
  StreamingCommunity/Util/color.py,sha256=NvD0Eni-25oOOkY-szCEoc0lGvzQxyL7xhM0RE4EvUM,458
100
97
  StreamingCommunity/Util/config_json.py,sha256=vB6o6J5V874_bp9Y87VCCxp2wig0P3vwz4--zVokH4o,28576
@@ -103,11 +100,11 @@ StreamingCommunity/Util/headers.py,sha256=RP3A6Gr8UB8VU6uzw_yDOjEKkIFKpi7Gi6_w2A
103
100
  StreamingCommunity/Util/http_client.py,sha256=Z9537JZLoaPq3S9dfipe4nrWNL7QOyvxkqUlZHdSo40,6253
104
101
  StreamingCommunity/Util/logger.py,sha256=9kGD6GmWj2pM8ADpJc85o7jm8DD0c5Aguqnq-9kmxos,3314
105
102
  StreamingCommunity/Util/message.py,sha256=tstYQ9NxlfWupYkqPrOqOLqrKEb1iG5NsvIMNTUXXvA,1332
106
- StreamingCommunity/Util/os.py,sha256=gQ52ul2JGhbEWHX5NErxcziClUUv3ePmQpW4kzNP3Lw,16980
103
+ StreamingCommunity/Util/os.py,sha256=VgKPcQxFTU_aCDpIw-T-z61xl9sCCAWZZdc0UZBieu8,17135
107
104
  StreamingCommunity/Util/table.py,sha256=xXfgd09oIYSxpJwnnkPZdWJ0DcCihSqxfvYYAEo-YMA,9806
108
- streamingcommunity-3.2.9.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
109
- streamingcommunity-3.2.9.dist-info/METADATA,sha256=xclbr1x76yV8mt8BSxzsRAsmEQsFJq4Kev288JlPqeY,27320
110
- streamingcommunity-3.2.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
111
- streamingcommunity-3.2.9.dist-info/entry_points.txt,sha256=Qph9XYfDC8n4LfDLOSl6gJGlkb9eFb5f-JOr_Wb_5rk,67
112
- streamingcommunity-3.2.9.dist-info/top_level.txt,sha256=YsOcxKP-WOhWpIWgBlh0coll9XUx7aqmRPT7kmt3fH0,19
113
- streamingcommunity-3.2.9.dist-info/RECORD,,
105
+ streamingcommunity-3.3.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
106
+ streamingcommunity-3.3.1.dist-info/METADATA,sha256=JXI1Q9AzFDz0tbOn7gZd43PXslZDWM8sjj_fBoobMSU,27157
107
+ streamingcommunity-3.3.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
108
+ streamingcommunity-3.3.1.dist-info/entry_points.txt,sha256=Qph9XYfDC8n4LfDLOSl6gJGlkb9eFb5f-JOr_Wb_5rk,67
109
+ streamingcommunity-3.3.1.dist-info/top_level.txt,sha256=YsOcxKP-WOhWpIWgBlh0coll9XUx7aqmRPT7kmt3fH0,19
110
+ streamingcommunity-3.3.1.dist-info/RECORD,,
@@ -1,72 +0,0 @@
1
- # 09.06.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 .film import download_film
20
-
21
-
22
- # Variable
23
- indice = -1
24
- _useFor = "Film"
25
- _priority = 0
26
- _engineDownload = "mp4"
27
- _deprecate = True
28
-
29
- msg = Prompt()
30
- console = Console()
31
-
32
-
33
- def process_search_result(select_title):
34
- """
35
- Handles the search result and initiates the download for either a film or series.
36
- """
37
- # !!! ADD TYPE DONT WORK FOR SERIE
38
- download_film(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
- # Search on database
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
- process_search_result(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,64 +0,0 @@
1
- # 03.07.24
2
-
3
- import os
4
-
5
-
6
- # External library
7
- from rich.console import Console
8
-
9
-
10
- # Internal utilities
11
- from StreamingCommunity.Util.os import os_manager
12
- from StreamingCommunity.Util.message import start_message
13
-
14
-
15
- # Logic class
16
- from StreamingCommunity.Api.Template.config_loader import site_constant
17
- from StreamingCommunity.Api.Template.Class.SearchType import MediaItem
18
-
19
-
20
- # Player
21
- from StreamingCommunity import HLS_Downloader
22
- from StreamingCommunity.Api.Player.maxstream import VideoSource
23
-
24
-
25
- # Variable
26
- console = Console()
27
-
28
-
29
- def download_film(select_title: MediaItem) -> str:
30
- """
31
- Downloads a film using the provided obj.
32
-
33
- Parameters:
34
- - select_title (MediaItem): The media item to be downloaded. This should be an instance of the MediaItem class, containing attributes like `name` and `url`.
35
-
36
- Return:
37
- - str: output path
38
- """
39
- start_message()
40
- console.print(f"[bold yellow]Download:[/bold yellow] [red]{site_constant.SITE_NAME}[/red] → [cyan]{select_title.name}[/cyan] \n")
41
-
42
- # Setup api manger
43
- video_source = VideoSource(select_title.url)
44
-
45
- # Define output path
46
- title_name = os_manager.get_sanitize_file(select_title.name) +".mp4"
47
- mp4_path = os.path.join(site_constant.MOVIE_FOLDER, title_name.replace(".mp4", ""))
48
-
49
- # Get m3u8 master playlist
50
- master_playlist = video_source.get_playlist()
51
-
52
- # Download the film using the m3u8 playlist, and output filename
53
- hls_process = HLS_Downloader(
54
- m3u8_url=master_playlist,
55
- output_path=os.path.join(mp4_path, title_name)
56
- ).start()
57
-
58
- if hls_process['error'] is not None:
59
- try:
60
- os.remove(hls_process['path'])
61
- except Exception:
62
- pass
63
-
64
- return hls_process['path']
@@ -1,78 +0,0 @@
1
- # 03.07.24
2
-
3
- # External libraries
4
- import httpx
5
- from bs4 import BeautifulSoup
6
- from rich.console import Console
7
-
8
-
9
- # Internal utilities
10
- from StreamingCommunity.Util.config_json import config_manager
11
- from StreamingCommunity.Util.headers import get_userAgent
12
- from StreamingCommunity.Util.table import TVShowManager
13
-
14
-
15
- # Logic class
16
- from StreamingCommunity.Api.Template.config_loader import site_constant
17
- from StreamingCommunity.Api.Template.Class.SearchType import MediaManager
18
-
19
-
20
- # Variable
21
- console = Console()
22
- media_search_manager = MediaManager()
23
- table_show_manager = TVShowManager()
24
- max_timeout = config_manager.get_int("REQUESTS", "timeout")
25
-
26
-
27
- def title_search(query: str) -> int:
28
- """
29
- Search for titles based on a search query.
30
-
31
- Parameters:
32
- - query (str): The query to search for.
33
-
34
- Returns:
35
- - int: The number of titles found.
36
- """
37
- media_search_manager.clear()
38
- table_show_manager.clear()
39
-
40
- search_url = f"{site_constant.FULL_URL}/?s={query}"
41
- console.print(f"[cyan]Search url: [yellow]{search_url}")
42
-
43
- try:
44
- response = httpx.get(
45
- search_url,
46
- headers={'user-agent': get_userAgent()},
47
- timeout=max_timeout,
48
- follow_redirects=True,
49
- verify=False
50
- )
51
- response.raise_for_status()
52
-
53
- except Exception as e:
54
- console.print(f"Site: {site_constant.SITE_NAME}, request search error: {e}")
55
- return 0
56
-
57
- # Create soup and find table
58
- soup = BeautifulSoup(response.text, "html.parser")
59
-
60
- for card in soup.find_all("div", class_=["card", "mp-post", "horizontal"]):
61
- try:
62
- title_tag = card.find("h3", class_="card-title").find("a")
63
- url = title_tag.get("href")
64
- title = title_tag.get_text(strip=True)
65
-
66
- title_info = {
67
- 'name': title,
68
- 'url': url,
69
- 'type': 'film'
70
- }
71
-
72
- media_search_manager.add_media(title_info)
73
-
74
- except Exception as e:
75
- print(f"Error parsing a film entry: {e}")
76
-
77
- # Return the number of titles found
78
- return media_search_manager.get_length()