From 6a9aed30d1f3a43244b8c4e6215ccf26a14dbfb4 Mon Sep 17 00:00:00 2001 From: Ray Lyon Date: Mon, 28 Mar 2022 19:36:08 -0400 Subject: [PATCH] add tmdb link to result --- movie-check/movie_check.py | 1 + 1 file changed, 1 insertion(+) diff --git a/movie-check/movie_check.py b/movie-check/movie_check.py index 604ee7b..4d66ef5 100644 --- a/movie-check/movie_check.py +++ b/movie-check/movie_check.py @@ -116,6 +116,7 @@ def main(): tmdb_url, tmdb_headers, movie, args) print(f"\n{movie_title} ({movie_release})") + print(f"https://themoviedb.org/movie/{movie_id}") print(f"Rating: {movie_rating}\n") sa_response, services = sa_lookup(sa_url, sa_headers, movie_id)