StreamingCommunity 3.3.7__tar.gz → 3.3.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.

Potentially problematic release.


This version of StreamingCommunity might be problematic. Click here for more details.

Files changed (118) hide show
  1. {streamingcommunity-3.3.7/StreamingCommunity.egg-info → streamingcommunity-3.3.8}/PKG-INFO +1 -3
  2. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/animeunity/serie.py +1 -1
  3. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/animeworld/serie.py +1 -1
  4. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Template/loader.py +13 -4
  5. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Upload/version.py +1 -1
  6. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Util/config_json.py +0 -3
  7. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8/StreamingCommunity.egg-info}/PKG-INFO +1 -3
  8. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity.egg-info/requires.txt +0 -2
  9. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/requirements.txt +1 -3
  10. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/LICENSE +0 -0
  11. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/MANIFEST.in +0 -0
  12. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/README.md +0 -0
  13. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Player/Helper/Vixcloud/js_parser.py +0 -0
  14. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Player/Helper/Vixcloud/util.py +0 -0
  15. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Player/hdplayer.py +0 -0
  16. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Player/mediapolisvod.py +0 -0
  17. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Player/supervideo.py +0 -0
  18. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Player/sweetpixel.py +0 -0
  19. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Player/vixcloud.py +0 -0
  20. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/altadefinizione/__init__.py +0 -0
  21. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/altadefinizione/film.py +0 -0
  22. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/altadefinizione/series.py +0 -0
  23. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/altadefinizione/site.py +0 -0
  24. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/altadefinizione/util/ScrapeSerie.py +0 -0
  25. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/animeunity/__init__.py +0 -0
  26. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/animeunity/film.py +0 -0
  27. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/animeunity/site.py +0 -0
  28. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/animeunity/util/ScrapeSerie.py +0 -0
  29. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/animeworld/__init__.py +0 -0
  30. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/animeworld/film.py +0 -0
  31. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/animeworld/site.py +0 -0
  32. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/animeworld/util/ScrapeSerie.py +0 -0
  33. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/crunchyroll/__init__.py +0 -0
  34. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/crunchyroll/film.py +0 -0
  35. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/crunchyroll/series.py +0 -0
  36. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/crunchyroll/site.py +0 -0
  37. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/crunchyroll/util/ScrapeSerie.py +0 -0
  38. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/crunchyroll/util/get_license.py +0 -0
  39. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/guardaserie/__init__.py +0 -0
  40. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/guardaserie/series.py +0 -0
  41. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/guardaserie/site.py +0 -0
  42. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/guardaserie/util/ScrapeSerie.py +0 -0
  43. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/mediasetinfinity/__init__.py +0 -0
  44. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/mediasetinfinity/film.py +0 -0
  45. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/mediasetinfinity/series.py +0 -0
  46. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/mediasetinfinity/site.py +0 -0
  47. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/mediasetinfinity/util/ScrapeSerie.py +0 -0
  48. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/mediasetinfinity/util/fix_mpd.py +0 -0
  49. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/mediasetinfinity/util/get_license.py +0 -0
  50. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/raiplay/__init__.py +0 -0
  51. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/raiplay/film.py +0 -0
  52. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/raiplay/series.py +0 -0
  53. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/raiplay/site.py +0 -0
  54. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/raiplay/util/ScrapeSerie.py +0 -0
  55. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/raiplay/util/get_license.py +0 -0
  56. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/streamingcommunity/__init__.py +0 -0
  57. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/streamingcommunity/film.py +0 -0
  58. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/streamingcommunity/series.py +0 -0
  59. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/streamingcommunity/site.py +0 -0
  60. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/streamingcommunity/util/ScrapeSerie.py +0 -0
  61. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/streamingwatch/__init__.py +0 -0
  62. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/streamingwatch/film.py +0 -0
  63. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/streamingwatch/series.py +0 -0
  64. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/streamingwatch/site.py +0 -0
  65. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Site/streamingwatch/util/ScrapeSerie.py +0 -0
  66. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Template/Class/SearchType.py +0 -0
  67. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Template/Util/__init__.py +0 -0
  68. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Template/Util/manage_ep.py +0 -0
  69. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Template/__init__.py +0 -0
  70. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Template/config_loader.py +0 -0
  71. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Api/Template/site.py +0 -0
  72. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Lib/Downloader/DASH/cdm_helpher.py +0 -0
  73. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Lib/Downloader/DASH/decrypt.py +0 -0
  74. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Lib/Downloader/DASH/downloader.py +0 -0
  75. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Lib/Downloader/DASH/parser.py +0 -0
  76. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Lib/Downloader/DASH/segments.py +0 -0
  77. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Lib/Downloader/HLS/downloader.py +0 -0
  78. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Lib/Downloader/HLS/segments.py +0 -0
  79. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Lib/Downloader/MP4/downloader.py +0 -0
  80. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Lib/Downloader/TOR/downloader.py +0 -0
  81. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Lib/Downloader/__init__.py +0 -0
  82. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Lib/FFmpeg/__init__.py +0 -0
  83. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Lib/FFmpeg/capture.py +0 -0
  84. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Lib/FFmpeg/command.py +0 -0
  85. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Lib/FFmpeg/util.py +0 -0
  86. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Lib/M3U8/__init__.py +0 -0
  87. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Lib/M3U8/decryptor.py +0 -0
  88. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Lib/M3U8/estimator.py +0 -0
  89. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Lib/M3U8/parser.py +0 -0
  90. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Lib/M3U8/url_fixer.py +0 -0
  91. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Lib/TMBD/__init__.py +0 -0
  92. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Lib/TMBD/obj_tmbd.py +0 -0
  93. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Lib/TMBD/tmdb.py +0 -0
  94. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/TelegramHelp/__init__.py +0 -0
  95. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/TelegramHelp/config.json +0 -0
  96. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/TelegramHelp/telegram_bot.py +0 -0
  97. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Upload/update.py +0 -0
  98. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Util/color.py +0 -0
  99. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Util/headers.py +0 -0
  100. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Util/http_client.py +0 -0
  101. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Util/installer/__init__.py +0 -0
  102. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Util/installer/bento4_install.py +0 -0
  103. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Util/installer/binary_paths.py +0 -0
  104. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Util/installer/device_install.py +0 -0
  105. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Util/installer/ffmpeg_install.py +0 -0
  106. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Util/logger.py +0 -0
  107. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Util/message.py +0 -0
  108. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Util/os.py +0 -0
  109. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/Util/table.py +0 -0
  110. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/__init__.py +0 -0
  111. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/global_search.py +0 -0
  112. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity/run.py +0 -0
  113. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity.egg-info/SOURCES.txt +0 -0
  114. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity.egg-info/dependency_links.txt +0 -0
  115. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity.egg-info/entry_points.txt +0 -0
  116. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/StreamingCommunity.egg-info/top_level.txt +0 -0
  117. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/setup.cfg +0 -0
  118. {streamingcommunity-3.3.7 → streamingcommunity-3.3.8}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: StreamingCommunity
3
- Version: 3.3.7
3
+ Version: 3.3.8
4
4
  Home-page: https://github.com/Arrowar/StreamingCommunity
5
5
  Author: Arrowar
6
6
  Project-URL: Bug Reports, https://github.com/Arrowar/StreamingCommunity/issues
@@ -14,7 +14,6 @@ Requires-Dist: bs4
14
14
  Requires-Dist: rich
15
15
  Requires-Dist: tqdm
16
16
  Requires-Dist: m3u8
17
- Requires-Dist: certifi
18
17
  Requires-Dist: psutil
19
18
  Requires-Dist: unidecode
20
19
  Requires-Dist: curl_cffi
@@ -25,7 +24,6 @@ Requires-Dist: ua-generator
25
24
  Requires-Dist: qbittorrent-api
26
25
  Requires-Dist: pyTelegramBotAPI
27
26
  Requires-Dist: pywidevine
28
- Requires-Dist: seleniumbase
29
27
  Dynamic: author
30
28
  Dynamic: description
31
29
  Dynamic: description-content-type
@@ -104,7 +104,7 @@ def download_series(select_title: MediaItem, season_selection: str = None, episo
104
104
 
105
105
  # Get episode information
106
106
  episoded_count = scrape_serie.get_count_episodes()
107
- console.print(f"[green]Episodes count:[/green] [red]{episoded_count}[/red]")
107
+ console.print(f"\n[green]Episodes count:[/green] [red]{episoded_count}[/red]")
108
108
 
109
109
  # Telegram bot integration
110
110
  if episode_selection is None:
@@ -84,7 +84,7 @@ def download_series(select_title: MediaItem, episode_selection: str = None):
84
84
  episodes = scrape_serie.get_episodes()
85
85
 
86
86
  # Get episode count
87
- console.print(f"[green]Episodes found:[/green] [red]{len(episodes)}[/red]")
87
+ console.print(f"\n[green]Episodes count:[/green] [red]{len(episodes)}[/red]")
88
88
 
89
89
  # Display episodes list and get user selection
90
90
  if episode_selection is None:
@@ -105,10 +105,17 @@ def load_search_functions() -> Dict[str, LazySearchModule]:
105
105
  loaded_functions = {}
106
106
 
107
107
  # Determine base path (calculated once)
108
- base_path = os.path.join(
109
- sys._MEIPASS, "StreamingCommunity"
110
- ) if getattr(sys, 'frozen', False) else os.path.dirname(os.path.dirname(__file__))
111
- api_dir = os.path.join(base_path, 'Site')
108
+ if getattr(sys, 'frozen', False):
109
+
110
+ # When frozen (exe), sys._MEIPASS points to temporary extraction directory
111
+ base_path = os.path.join(sys._MEIPASS, "StreamingCommunity")
112
+ api_dir = os.path.join(base_path, 'Api', 'Site')
113
+
114
+ else:
115
+ # When not frozen, __file__ is in StreamingCommunity/Api/Template/loader.py
116
+ # Go up two levels to get to StreamingCommunity/Api
117
+ base_path = os.path.dirname(os.path.dirname(__file__))
118
+ api_dir = os.path.join(base_path, 'Site')
112
119
 
113
120
  # Quick scan: just read directory structure and module metadata
114
121
  modules_metadata = []
@@ -138,6 +145,7 @@ def load_search_functions() -> Dict[str, LazySearchModule]:
138
145
 
139
146
  if indice is not None:
140
147
  modules_metadata.append((module_name, indice))
148
+ logging.info(f"Found module: {module_name} (index: {indice})")
141
149
 
142
150
  except Exception as e:
143
151
  console.print(f"[yellow]Warning: Could not read metadata from {module_name}: {str(e)}")
@@ -146,4 +154,5 @@ def load_search_functions() -> Dict[str, LazySearchModule]:
146
154
  for module_name, indice in sorted(modules_metadata, key=lambda x: x[1]):
147
155
  loaded_functions[f'{module_name}_search'] = LazySearchModule(module_name, indice)
148
156
 
157
+ logging.info(f"Loaded {len(loaded_functions)} search modules")
149
158
  return loaded_functions
@@ -1,5 +1,5 @@
1
1
  __title__ = 'StreamingCommunity'
2
- __version__ = '3.3.7'
2
+ __version__ = '3.3.8'
3
3
  __author__ = 'Arrowar'
4
4
  __description__ = 'A command-line program to download film'
5
5
  __copyright__ = 'Copyright 2025'
@@ -155,9 +155,6 @@ class ConfigManager:
155
155
  # Determine which file to save to
156
156
  self._save_domains_to_appropriate_location()
157
157
 
158
- site_count = len(self.configSite) if isinstance(self.configSite, dict) else 0
159
- console.print(f"[bold green]Domains loaded from GitHub:[/bold green] {site_count} streaming services found.")
160
-
161
158
  else:
162
159
  console.print(f"[bold red]GitHub request failed:[/bold red] HTTP {response.status_code}, {response.text[:100]}")
163
160
  self._handle_site_data_fallback()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: StreamingCommunity
3
- Version: 3.3.7
3
+ Version: 3.3.8
4
4
  Home-page: https://github.com/Arrowar/StreamingCommunity
5
5
  Author: Arrowar
6
6
  Project-URL: Bug Reports, https://github.com/Arrowar/StreamingCommunity/issues
@@ -14,7 +14,6 @@ Requires-Dist: bs4
14
14
  Requires-Dist: rich
15
15
  Requires-Dist: tqdm
16
16
  Requires-Dist: m3u8
17
- Requires-Dist: certifi
18
17
  Requires-Dist: psutil
19
18
  Requires-Dist: unidecode
20
19
  Requires-Dist: curl_cffi
@@ -25,7 +24,6 @@ Requires-Dist: ua-generator
25
24
  Requires-Dist: qbittorrent-api
26
25
  Requires-Dist: pyTelegramBotAPI
27
26
  Requires-Dist: pywidevine
28
- Requires-Dist: seleniumbase
29
27
  Dynamic: author
30
28
  Dynamic: description
31
29
  Dynamic: description-content-type
@@ -3,7 +3,6 @@ bs4
3
3
  rich
4
4
  tqdm
5
5
  m3u8
6
- certifi
7
6
  psutil
8
7
  unidecode
9
8
  curl_cffi
@@ -14,4 +13,3 @@ ua-generator
14
13
  qbittorrent-api
15
14
  pyTelegramBotAPI
16
15
  pywidevine
17
- seleniumbase
@@ -3,7 +3,6 @@ bs4
3
3
  rich
4
4
  tqdm
5
5
  m3u8
6
- certifi
7
6
  psutil
8
7
  unidecode
9
8
  curl_cffi
@@ -13,5 +12,4 @@ pycryptodomex
13
12
  ua-generator
14
13
  qbittorrent-api
15
14
  pyTelegramBotAPI
16
- pywidevine
17
- seleniumbase
15
+ pywidevine