Skip to content

Commit

Permalink
small copy change in tmdb.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
eliduke committed Feb 19, 2024
1 parent 0a5ee3b commit b289b9a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tmdb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@
# https://www.themoviedb.org/movie/8193-napoleon-dynamite
#
# The id for Napolean Dynamite is right there: 8193. So I copy
# that and then paste it in with the script up above. The output
# from the script is the full content of one of the film files.
# Just copy and paste that into a slugified file name like:
# that and then paste it in with the script up above. The script
# then automatically creates the necessary file with the output.
#
# napoleon-dynamite.md
#
# Add your API KEY here, save the file, and give it a go!
#
###############################################################
your_api_key = "API_KEY"
###############################################################
Expand Down

0 comments on commit b289b9a

Please sign in to comment.