Correction

This commit is contained in:
VineFeeder
2026-01-17 08:59:36 +00:00
parent 8e56ac3687
commit 263967da67
2 changed files with 123 additions and 3 deletions
@@ -228,8 +228,8 @@ class RteLoader(BaseLoader):
"Error downloading video:",
e,
"Is devine/envied installed correctly via 'pip install <program name>?",
)
return None
)
return None
def fetch_videos_by_category(self, browse_url):
@@ -243,4 +243,4 @@ def normalize_url(url_string):
# Normalize and remove non-ASCII characters
normalized_url = unicodedata.normalize('NFKD', decoded_url).encode('ASCII', 'ignore').decode()
return(normalized_url)
return(normalized_url)