mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 12:05:35 +00:00
Update series.py
This commit is contained in:
parent
89e8ffb23c
commit
ace77c6f7a
@ -155,7 +155,7 @@ def download_series(select_season: MediaItem, season_selection: str = None, epis
|
|||||||
|
|
||||||
# Init class
|
# Init class
|
||||||
video_source = VideoSource(site_constant.FULL_URL, True, select_season.id)
|
video_source = VideoSource(site_constant.FULL_URL, True, select_season.id)
|
||||||
scrape_serie = GetSerieInfo(site_constant.FULL_URL, select_season.id, select_season.name)
|
scrape_serie = GetSerieInfo(site_constant.FULL_URL, select_season.id, select_season.slug)
|
||||||
|
|
||||||
# Collect information about season
|
# Collect information about season
|
||||||
scrape_serie.getNumberSeason()
|
scrape_serie.getNumberSeason()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user