mirror of
https://github.com/skoobasteeve/useful-scripts.git
synced 2026-03-20 07:28:57 +00:00
add tmdb link to result
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user