This commit is contained in:
IshaAtteri
2026-03-19 12:32:56 -04:00
parent a435592f75
commit db645f3bbe
5 changed files with 57 additions and 10 deletions

View File

@@ -73,7 +73,7 @@ def extract_movie_info(file_path):
plot = plot.strip()
return title, directed_by, cast, genre, plot
return title, directed_by, cast, genre, plot #image url
# -----------------------------
# Print results