add tmdb link to result

This commit is contained in:
2022-03-28 19:36:08 -04:00
parent 543fa9734b
commit 6a9aed30d1

View File

@@ -116,6 +116,7 @@ def main():
tmdb_url, tmdb_headers, movie, args) tmdb_url, tmdb_headers, movie, args)
print(f"\n{movie_title} ({movie_release})") print(f"\n{movie_title} ({movie_release})")
print(f"https://themoviedb.org/movie/{movie_id}")
print(f"Rating: {movie_rating}\n") print(f"Rating: {movie_rating}\n")
sa_response, services = sa_lookup(sa_url, sa_headers, movie_id) sa_response, services = sa_lookup(sa_url, sa_headers, movie_id)