Skip to content

Commit 8dbd9c9

Browse files
committed
v6
1 parent f046d6b commit 8dbd9c9

File tree

45 files changed

+121
-121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+121
-121
lines changed

StreamingCommunity/Api/Service/altadefinizione/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from StreamingCommunity.Api.Template import site_constants, MediaItem, get_select_title
1010

1111

12-
# Logic class
12+
# Logic
1313
from .site import title_search, table_show_manager, media_search_manager
1414
from .film import download_film
1515
from .series import download_series

StreamingCommunity/Api/Service/altadefinizione/film.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
# Internal utilities
1313
from StreamingCommunity.Util import os_manager, start_message, config_manager
1414
from StreamingCommunity.Util.http_client import create_client, get_headers
15+
from StreamingCommunity.Api.Template import site_constants, MediaItem
1516
from StreamingCommunity.Lib.HLS import HLS_Downloader
1617

1718

18-
# Logic class
19-
from StreamingCommunity.Api.Template import site_constants, MediaItem
19+
# Logic
2020
from StreamingCommunity.Api.Player.supervideo import VideoSource
2121

2222

StreamingCommunity/Api/Service/altadefinizione/series.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212
# Internal utilities
1313
from StreamingCommunity.Util.message import start_message, config_manager
1414
from StreamingCommunity.Lib.HLS import HLS_Downloader
15-
16-
17-
# Logic class
18-
from .util.ScrapeSerie import GetSerieInfo
15+
from StreamingCommunity.Api.Template import site_constants, MediaItem
1916
from StreamingCommunity.Api.Template.episode_manager import (
2017
manage_selection,
2118
map_episode_title,
@@ -24,7 +21,10 @@
2421
display_episodes_list,
2522
display_seasons_list
2623
)
27-
from StreamingCommunity.Api.Template import site_constants, MediaItem
24+
25+
26+
# Logic
27+
from .util.ScrapeSerie import GetSerieInfo
2828
from StreamingCommunity.Api.Player.supervideo import VideoSource
2929

3030

StreamingCommunity/Api/Service/altadefinizione/site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
# Internal utilities
1010
from StreamingCommunity.Util.http_client import create_client, get_userAgent
11-
from StreamingCommunity.Util.table import TVShowManager
1211
from StreamingCommunity.Api.Template import site_constants, MediaManager
12+
from StreamingCommunity.Util.table import TVShowManager
1313

1414

1515
# Variable

StreamingCommunity/Api/Service/animeunity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from StreamingCommunity.Api.Template import site_constants, MediaItem, get_select_title
1010

1111

12-
# Logic class
12+
# Logic
1313
from .site import title_search, media_search_manager, table_show_manager
1414
from .film import download_film
1515
from .serie import download_series

StreamingCommunity/Api/Service/animeunity/film.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@
44
from rich.console import Console
55

66

7-
# Logic class
7+
# Internal utilities
8+
from StreamingCommunity.Api.Template import site_constants
9+
from StreamingCommunity.Api.Template.object import MediaItem
10+
11+
12+
# Logic
813
from .serie import download_episode
914
from .util.ScrapeSerie import ScrapeSerieAnime
1015
from StreamingCommunity.Api.Player.vixcloud import VideoSourceAnime
11-
from StreamingCommunity.Api.Template import site_constants
12-
from StreamingCommunity.Api.Template.object import MediaItem
16+
1317

1418

1519
# Variable

StreamingCommunity/Api/Service/animeunity/serie.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@
1111

1212
# Internal utilities
1313
from StreamingCommunity.Util import os_manager, start_message
14+
from StreamingCommunity.Api.Template import site_constants, MediaItem
15+
from StreamingCommunity.Api.Template.episode_manager import manage_selection, dynamic_format_number
1416
from StreamingCommunity.Lib.MP4 import MP4_Downloader
1517

1618

17-
# Logic class
19+
# Logis
1820
from .util.ScrapeSerie import ScrapeSerieAnime
1921
from StreamingCommunity.Api.Player.vixcloud import VideoSourceAnime
20-
from StreamingCommunity.Api.Template import site_constants, MediaItem
21-
from StreamingCommunity.Api.Template.episode_manager import manage_selection, dynamic_format_number
22-
2322

2423

2524
# Variable

StreamingCommunity/Api/Service/animeworld/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from StreamingCommunity.Api.Template import site_constants, MediaItem, get_select_title
1010

1111

12-
# Logic class
12+
# Logic
1313
from .site import title_search, media_search_manager, table_show_manager
1414
from .serie import download_series
1515
from .film import download_film

StreamingCommunity/Api/Service/animeworld/film.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
# Internal utilities
1111
from StreamingCommunity.Util import os_manager, start_message
12+
from StreamingCommunity.Api.Template import site_constants, MediaItem
1213
from StreamingCommunity.Lib.MP4 import MP4_Downloader
1314

1415

15-
# Logic class
16+
# Logic
1617
from .util.ScrapeSerie import ScrapSerie
1718
from StreamingCommunity.Api.Player.sweetpixel import VideoSource
18-
from StreamingCommunity.Api.Template import site_constants, MediaItem
1919

2020

2121
# Variable

StreamingCommunity/Api/Service/animeworld/serie.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
# Internal utilities
1313
from StreamingCommunity.Util import os_manager, start_message
14+
from StreamingCommunity.Api.Template import site_constants, MediaItem
15+
from StreamingCommunity.Api.Template.episode_manager import manage_selection, dynamic_format_number
1416
from StreamingCommunity.Lib.MP4 import MP4_Downloader
1517

1618

17-
# Logic class
19+
# Logic
1820
from .util.ScrapeSerie import ScrapSerie
1921
from StreamingCommunity.Api.Player.sweetpixel import VideoSource
20-
from StreamingCommunity.Api.Template import site_constants, MediaItem
21-
from StreamingCommunity.Api.Template.episode_manager import manage_selection, dynamic_format_number
2222

2323

2424
# Variable

0 commit comments

Comments
 (0)