Skip to content

Commit 3fa6184

Browse files
authored
Update series.py
1 parent ec6a95f commit 3fa6184

File tree

1 file changed

+2
-2
lines changed
  • StreamingCommunity/Api/Service/discoveryeu

1 file changed

+2
-2
lines changed

StreamingCommunity/Api/Service/discoveryeu/series.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# Variables
3434
msg = Prompt()
3535
console = Console()
36-
extension_output = config_manager.get("M3U8_CONVERSION", "extension")
36+
extension_output = config_manager.config.get("M3U8_CONVERSION", "extension")
3737

3838

3939
def download_video(index_season_selected: int, index_episode_selected: int, scrape_serie: GetSerieInfo) -> Tuple[str, bool]:
@@ -187,4 +187,4 @@ def download_series(select_season: MediaItem, season_selection: str = None, epis
187187
if len(list_season_select) > 1 or index_season_selected == "*":
188188
download_episode(i_season, scrape_serie, download_all=True)
189189
else:
190-
download_episode(i_season, scrape_serie, download_all=False, episode_selection=episode_selection)
190+
download_episode(i_season, scrape_serie, download_all=False, episode_selection=episode_selection)

0 commit comments

Comments
 (0)