StreamingCommunity 2.9.6__tar.gz → 2.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.
Files changed (93) hide show
  1. {streamingcommunity-2.9.6/StreamingCommunity.egg-info → streamingcommunity-2.9.8}/PKG-INFO +17 -7
  2. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/README.md +16 -6
  3. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Upload/update.py +1 -1
  4. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Upload/version.py +1 -1
  5. streamingcommunity-2.9.8/StreamingCommunity/Util/config_json.py +577 -0
  6. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/run.py +3 -3
  7. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8/StreamingCommunity.egg-info}/PKG-INFO +17 -7
  8. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/setup.py +1 -1
  9. streamingcommunity-2.9.6/StreamingCommunity/Util/config_json.py +0 -426
  10. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/LICENSE +0 -0
  11. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/MANIFEST.in +0 -0
  12. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Player/Helper/Vixcloud/js_parser.py +0 -0
  13. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Player/Helper/Vixcloud/util.py +0 -0
  14. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Player/ddl.py +0 -0
  15. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Player/maxstream.py +0 -0
  16. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Player/supervideo.py +0 -0
  17. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Player/sweetpixel.py +0 -0
  18. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Player/vixcloud.py +0 -0
  19. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/1337xx/__init__.py +0 -0
  20. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/1337xx/site.py +0 -0
  21. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/1337xx/title.py +0 -0
  22. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/altadefinizione/__init__.py +0 -0
  23. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/altadefinizione/film.py +0 -0
  24. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/altadefinizione/series.py +0 -0
  25. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/altadefinizione/site.py +0 -0
  26. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/altadefinizione/util/ScrapeSerie.py +0 -0
  27. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/animeunity/__init__.py +0 -0
  28. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/animeunity/film_serie.py +0 -0
  29. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/animeunity/site.py +0 -0
  30. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/animeunity/util/ScrapeSerie.py +0 -0
  31. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/animeworld/__init__.py +0 -0
  32. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/animeworld/serie.py +0 -0
  33. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/animeworld/site.py +0 -0
  34. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/animeworld/util/ScrapeSerie.py +0 -0
  35. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/cb01new/__init__.py +0 -0
  36. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/cb01new/film.py +0 -0
  37. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/cb01new/site.py +0 -0
  38. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/ddlstreamitaly/__init__.py +0 -0
  39. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/ddlstreamitaly/series.py +0 -0
  40. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/ddlstreamitaly/site.py +0 -0
  41. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/ddlstreamitaly/util/ScrapeSerie.py +0 -0
  42. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/guardaserie/__init__.py +0 -0
  43. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/guardaserie/series.py +0 -0
  44. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/guardaserie/site.py +0 -0
  45. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/guardaserie/util/ScrapeSerie.py +0 -0
  46. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/mostraguarda/__init__.py +0 -0
  47. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/mostraguarda/film.py +0 -0
  48. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/streamingcommunity/__init__.py +0 -0
  49. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/streamingcommunity/film.py +0 -0
  50. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/streamingcommunity/series.py +0 -0
  51. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/streamingcommunity/site.py +0 -0
  52. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Site/streamingcommunity/util/ScrapeSerie.py +0 -0
  53. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Template/Class/SearchType.py +0 -0
  54. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Template/Util/__init__.py +0 -0
  55. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Template/Util/manage_ep.py +0 -0
  56. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Template/__init__.py +0 -0
  57. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Template/config_loader.py +0 -0
  58. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Api/Template/site.py +0 -0
  59. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Lib/Downloader/HLS/downloader.py +0 -0
  60. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Lib/Downloader/HLS/segments.py +0 -0
  61. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Lib/Downloader/MP4/downloader.py +0 -0
  62. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Lib/Downloader/TOR/downloader.py +0 -0
  63. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Lib/Downloader/__init__.py +0 -0
  64. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Lib/FFmpeg/__init__.py +0 -0
  65. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Lib/FFmpeg/capture.py +0 -0
  66. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Lib/FFmpeg/command.py +0 -0
  67. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Lib/FFmpeg/util.py +0 -0
  68. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Lib/M3U8/__init__.py +0 -0
  69. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Lib/M3U8/decryptor.py +0 -0
  70. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Lib/M3U8/estimator.py +0 -0
  71. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Lib/M3U8/parser.py +0 -0
  72. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Lib/M3U8/url_fixer.py +0 -0
  73. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Lib/TMBD/__init__.py +0 -0
  74. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Lib/TMBD/obj_tmbd.py +0 -0
  75. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Lib/TMBD/tmdb.py +0 -0
  76. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/TelegramHelp/__init__.py +0 -0
  77. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/TelegramHelp/telegram_bot.py +0 -0
  78. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Util/color.py +0 -0
  79. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Util/ffmpeg_installer.py +0 -0
  80. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Util/headers.py +0 -0
  81. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Util/logger.py +0 -0
  82. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Util/message.py +0 -0
  83. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Util/os.py +0 -0
  84. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/Util/table.py +0 -0
  85. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/__init__.py +0 -0
  86. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity/global_search.py +0 -0
  87. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity.egg-info/SOURCES.txt +0 -0
  88. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity.egg-info/dependency_links.txt +0 -0
  89. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity.egg-info/entry_points.txt +0 -0
  90. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity.egg-info/requires.txt +0 -0
  91. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/StreamingCommunity.egg-info/top_level.txt +0 -0
  92. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/requirements.txt +0 -0
  93. {streamingcommunity-2.9.6 → streamingcommunity-2.9.8}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: StreamingCommunity
3
- Version: 2.9.6
3
+ Version: 2.9.8
4
4
  Home-page: https://github.com/Lovi-0/StreamingCommunity
5
5
  Author: Lovi-0
6
6
  Project-URL: Bug Reports, https://github.com/Lovi-0/StreamingCommunity/issues
@@ -34,7 +34,7 @@ Dynamic: requires-dist
34
34
  Dynamic: requires-python
35
35
 
36
36
  <p align="center">
37
- <img src="https://i.ibb.co/v6RnT0wY/s2.jpg" alt="Project Logo" width="700"/>
37
+ <img src="https://i.ibb.co/v6RnT0wY/s2.jpg" alt="Project Logo" width="600"/>
38
38
  </p>
39
39
 
40
40
  <p align="center">
@@ -67,6 +67,7 @@ Dynamic: requires-python
67
67
  # 📋 Table of Contents
68
68
 
69
69
  - 🔄 [Update Domains](#update-domains)
70
+ - 🌐 [Available Sites](https://arrowar.github.io/StreamingDirectory/)
70
71
  - 🛠️ [Installation](#installation)
71
72
  - 📦 [PyPI Installation](#1-pypi-installation)
72
73
  - 🔄 [Automatic Installation](#2-automatic-installation)
@@ -95,18 +96,23 @@ Dynamic: requires-python
95
96
  # Installation
96
97
 
97
98
  <p align="center">
98
- <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_win.exe" style="margin: 0 20px;">
99
+ <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_win.exe">
99
100
  <img src="https://img.shields.io/badge/-Windows-blue.svg?style=for-the-badge&logo=windows" alt="Windows">
100
101
  </a>
101
- <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_mac" style="margin: 0 20px;">
102
+ <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_mac">
102
103
  <img src="https://img.shields.io/badge/-macOS-black.svg?style=for-the-badge&logo=apple" alt="macOS">
103
104
  </a>
104
- <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_linux" style="margin: 0 20px;">
105
+ <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_linux">
105
106
  <img src="https://img.shields.io/badge/-Linux-orange.svg?style=for-the-badge&logo=linux" alt="Linux">
106
107
  </a>
108
+ <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_linux_previous">
109
+ <img src="https://img.shields.io/badge/-Linux Previous-gray.svg?style=for-the-badge&logo=linux" alt="Linux Previous">
110
+ </a>
111
+ <a href="https://github.com/Arrowar/StreamingCommunity/releases">
112
+ <img src="https://img.shields.io/badge/-All Versions-lightgrey.svg?style=for-the-badge&logo=github" alt="All Versions">
113
+ </a>
107
114
  </p>
108
115
 
109
-
110
116
  ## 1. PyPI Installation
111
117
 
112
118
  Install directly from PyPI:
@@ -384,7 +390,9 @@ The configuration file is divided into several main sections:
384
390
  "show_trending": true,
385
391
  "use_api": true,
386
392
  "not_close": false,
387
- "telegram_bot": false
393
+ "telegram_bot": false,
394
+ "download_site_data": false,
395
+ "validate_github_config": false
388
396
  }
389
397
  }
390
398
  ```
@@ -397,6 +405,8 @@ The configuration file is divided into several main sections:
397
405
  - `not_close`: If set to true, keeps the program running after download is complete
398
406
  * Can be changed from terminal with `--not_close true/false`
399
407
  - `telegram_bot`: Enables Telegram bot integration
408
+ - `download_site_data`: If set to false, disables automatic site data download
409
+ - `validate_github_config`: If set to false, disables validation and updating of configuration from GitHub
400
410
 
401
411
  ## OUT_FOLDER Settings
402
412
 
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="https://i.ibb.co/v6RnT0wY/s2.jpg" alt="Project Logo" width="700"/>
2
+ <img src="https://i.ibb.co/v6RnT0wY/s2.jpg" alt="Project Logo" width="600"/>
3
3
  </p>
4
4
 
5
5
  <p align="center">
@@ -32,6 +32,7 @@
32
32
  # 📋 Table of Contents
33
33
 
34
34
  - 🔄 [Update Domains](#update-domains)
35
+ - 🌐 [Available Sites](https://arrowar.github.io/StreamingDirectory/)
35
36
  - 🛠️ [Installation](#installation)
36
37
  - 📦 [PyPI Installation](#1-pypi-installation)
37
38
  - 🔄 [Automatic Installation](#2-automatic-installation)
@@ -60,18 +61,23 @@
60
61
  # Installation
61
62
 
62
63
  <p align="center">
63
- <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_win.exe" style="margin: 0 20px;">
64
+ <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_win.exe">
64
65
  <img src="https://img.shields.io/badge/-Windows-blue.svg?style=for-the-badge&logo=windows" alt="Windows">
65
66
  </a>
66
- <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_mac" style="margin: 0 20px;">
67
+ <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_mac">
67
68
  <img src="https://img.shields.io/badge/-macOS-black.svg?style=for-the-badge&logo=apple" alt="macOS">
68
69
  </a>
69
- <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_linux" style="margin: 0 20px;">
70
+ <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_linux">
70
71
  <img src="https://img.shields.io/badge/-Linux-orange.svg?style=for-the-badge&logo=linux" alt="Linux">
71
72
  </a>
73
+ <a href="https://github.com/Arrowar/StreamingCommunity/releases/latest/download/StreamingCommunity_linux_previous">
74
+ <img src="https://img.shields.io/badge/-Linux Previous-gray.svg?style=for-the-badge&logo=linux" alt="Linux Previous">
75
+ </a>
76
+ <a href="https://github.com/Arrowar/StreamingCommunity/releases">
77
+ <img src="https://img.shields.io/badge/-All Versions-lightgrey.svg?style=for-the-badge&logo=github" alt="All Versions">
78
+ </a>
72
79
  </p>
73
80
 
74
-
75
81
  ## 1. PyPI Installation
76
82
 
77
83
  Install directly from PyPI:
@@ -349,7 +355,9 @@ The configuration file is divided into several main sections:
349
355
  "show_trending": true,
350
356
  "use_api": true,
351
357
  "not_close": false,
352
- "telegram_bot": false
358
+ "telegram_bot": false,
359
+ "download_site_data": false,
360
+ "validate_github_config": false
353
361
  }
354
362
  }
355
363
  ```
@@ -362,6 +370,8 @@ The configuration file is divided into several main sections:
362
370
  - `not_close`: If set to true, keeps the program running after download is complete
363
371
  * Can be changed from terminal with `--not_close true/false`
364
372
  - `telegram_bot`: Enables Telegram bot integration
373
+ - `download_site_data`: If set to false, disables automatic site data download
374
+ - `validate_github_config`: If set to false, disables validation and updating of configuration from GitHub
365
375
 
366
376
  ## OUT_FOLDER Settings
367
377
 
@@ -68,7 +68,7 @@ def update():
68
68
 
69
69
  # Check installed version
70
70
  if str(__version__).replace('v', '') != str(last_version).replace('v', '') :
71
- console.print(f"\n[red]New version available: [yellow]{last_version}")
71
+ console.print(f"\n[cyan]New version available: [yellow]{last_version}")
72
72
 
73
73
  console.print(f"\n[red]{__title__} has been downloaded [yellow]{total_download_count} [red]times, but only [yellow]{percentual_stars}% [red]of users have starred it.\n\
74
74
  [cyan]Help the repository grow today by leaving a [yellow]star [cyan]and [yellow]sharing [cyan]it with others online!")
@@ -1,5 +1,5 @@
1
1
  __title__ = 'StreamingCommunity'
2
- __version__ = '2.9.6'
2
+ __version__ = '2.9.8'
3
3
  __author__ = 'Arrowar'
4
4
  __description__ = 'A command-line program to download film'
5
5
  __copyright__ = 'Copyright 2024'