diff --git a/StreamingCommunity/Api/Site/1337xx/site.py b/StreamingCommunity/Api/Site/1337xx/site.py index 4941df5..db2b63d 100644 --- a/StreamingCommunity/Api/Site/1337xx/site.py +++ b/StreamingCommunity/Api/Site/1337xx/site.py @@ -71,6 +71,7 @@ def title_search(word_to_search: str) -> int: 'date': tr.find_all("td")[-3].get_text(strip=True).replace("'", ""), 'size': tr.find_all("td")[-2].get_text(strip=True) } + media_search_manager.add_media(title_info) except Exception as e: print(f"Error parsing a film entry: {e}") diff --git a/StreamingCommunity/Api/Site/streamingcommunity/__init__.py b/StreamingCommunity/Api/Site/streamingcommunity/__init__.py index bbba379..1fe8855 100644 --- a/StreamingCommunity/Api/Site/streamingcommunity/__init__.py +++ b/StreamingCommunity/Api/Site/streamingcommunity/__init__.py @@ -50,7 +50,7 @@ def search(string_to_search: str = None, get_onylDatabase: bool = False): else: if string_to_search is None: - string_to_search = msg.ask(f"\n[purple]Insert word to search in [green]{SITE_NAME}").strip() + string_to_search = msg.ask(f"\n[purple]Insert word to search in [green]{site_constant.SITE_NAME}").strip() # Get site domain and version and get result of the search site_version, domain = get_version_and_domain() diff --git a/Test/Player/maxtream.py b/Test/Player/maxtream.py index cc529bd..ef4b8b0 100644 --- a/Test/Player/maxtream.py +++ b/Test/Player/maxtream.py @@ -19,4 +19,4 @@ start_message() logger = Logger() video_source = VideoSource("https://cb01new.biz/what-the-waters-left-behind-scars-hd-2023") master_playlist = video_source.get_playlist() -print(master_playlist) +print(master_playlist) \ No newline at end of file diff --git a/Test/Player/supervideo.py b/Test/Player/supervideo.py index 301b054..b485ab1 100644 --- a/Test/Player/supervideo.py +++ b/Test/Player/supervideo.py @@ -19,4 +19,4 @@ start_message() logger = Logger() video_source = VideoSource("https://supervideo.tv/78np7kfiyklu") master_playlist = video_source.get_playlist() -print(master_playlist) +print(master_playlist) \ No newline at end of file diff --git a/Test/Player/vixcloud.py b/Test/Player/vixcloud.py index 2a3a88f..65e026c 100644 --- a/Test/Player/vixcloud.py +++ b/Test/Player/vixcloud.py @@ -23,4 +23,4 @@ video_source.get_iframe() video_source.get_content() master_playlist = video_source.get_playlist() -print(master_playlist) +print(master_playlist) \ No newline at end of file