Skip to content

Commit

Permalink
Add link to IMDb 250 TV Shows in README.md
Browse files Browse the repository at this point in the history
IMDb.py
  • Loading branch information
crazyuploader committed Oct 30, 2024
1 parent db1e162 commit 0ee4a5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions IMDb.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ def save_to_md(fetched_data):
file.write(
"**Top 50 TV Shows:** [CSV File](/data/top50/shows.csv), [JSON File](/data/top50/shows.json)\n\n"
)
file.write(
"**Top 250 TV Shows:** [CSV File](/data/top250/shows.csv), [JSON File](/data/top250/shows.json)\n\n"
)
file.write("---\n\n")
file.write("## IMDb Top 50 Movies List\n\n")

Expand Down

0 comments on commit 0ee4a5d

Please sign in to comment.