mirror of
https://github.com/vinefeeder/TwinVine.git
synced 2026-07-15 18:10:04 +02:00
Correction
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user