diff options
| author | alex <alex@pdp7.net> | 2025-12-29 03:34:41 +0100 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-12-29 03:35:40 +0100 |
| commit | 6fda29134f41968041ed0becef42b3f80a716614 (patch) | |
| tree | 8333e700cecf46e737d577726db4f54e2d44867f /blog | |
| parent | 67e8d8cea8cf122992e7cea33a78bc0fdc3c415a (diff) | |
Add IMDb ratings to list of links
Diffstat (limited to 'blog')
| -rw-r--r-- | blog/src/blog/meta.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/src/blog/meta.py b/blog/src/blog/meta.py index b6005456..673454f5 100644 --- a/blog/src/blog/meta.py +++ b/blog/src/blog/meta.py @@ -5,6 +5,7 @@ SCHEMA = None LINKS = ( ("@yo@alex.femto.pub", "https://alex.femto.pub/@yo@alex.femto.pub/"), + ("IMDb", "https://www.imdb.com/user/ur0633823/ratings/?sort=top_rated%2Cdesc"), ("GitHub", "https://github.com/alexpdp7/"), ("TVmaze", "https://www.tvmaze.com/users/35495/koala/stats"), ("LinkedIn", "https://es.linkedin.com/in/alexcorcoles"), |
