approver
This commit is contained in:
@@ -25,7 +25,7 @@ def generate_netscape_cookies():
|
||||
print(f"Error parsing cookies: {e}")
|
||||
return False
|
||||
|
||||
def fetch_recommendations_sync(video_id: str, limit: int = 5):
|
||||
def fetch_recommendations_sync(video_id: str, limit: int = 30):
|
||||
ydl_opts_recs = {
|
||||
'quiet': True,
|
||||
'extract_flat': True,
|
||||
|
||||
Reference in New Issue
Block a user