-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e78c16d
commit 461bcaf
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<link type="text/css" media="screen" rel="stylesheet" href="../stylesheets/main.css" /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link rel="icon" href="https://netflix.com/favicon.ico" /> | ||
<title>Titoli Netflix in scadenza</title> | ||
</head> | ||
|
||
<body> | ||
<div class="header">Titoli in scadenza su Netflix</div> | ||
<div class="subheader"><img src="https://twitter.com/favicon.ico" class="icon"> <a href="https://twitter.com/gioxx">@gioxx</a> <span>|</span> <img src="https://gioxx.org/favicon.ico" class="icon"> <a href="https://gioxx.org">Gioxx's Wall</a></div> | ||
<div class="styled-table"> | ||
<table cellspacing="0" id="titlesdata"> | ||
<thead> | ||
<th>Poster</th> | ||
<th>Titolo</th> | ||
<th>Tipo</th> | ||
<th>IMDB</th> | ||
<th>Durata</th> | ||
<th>Rilasciato nel</th> | ||
<th>Scade il</th> | ||
</thead> | ||
<tbody> | ||
|
||
</tbody> | ||
</table> | ||
|
||
</div> | ||
|
||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"> </script> | ||
<script> | ||
$(function() { | ||
var titles = []; | ||
$.getJSON('20250107.json', function(data) { | ||
$.each(data.results, function(i, f) { | ||
var tblRow = "<tr>" + "<td><img src='" + f.img + "' /></td>" + | ||
"<td>" + f.title + "</td>" + "<td>" + f.title_type + "</td>" + "<td><a href='https://www.imdb.com/title/" + f.imdb_id + "/'>link</a></td>" + "<td>" + f.runtime + "</td>" + "<td>" + f.year + "</td>" + "<td>" + f.unogsdate + "</td>" + "</tr>" | ||
$(tblRow).appendTo("#titlesdata tbody"); | ||
}); | ||
}); | ||
}); | ||
</script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"Object": {"total": 19, "limit": 100, "offset": 0}, "results": [{"title": "My Little Pony: Friendship Is Magic", "img": "https://occ-0-2851-38.1.nflxso.net/dnm/api/v6/evlCitJPPCVCry0BZlEFb5-QjKc/AAAABVm_vaBKHtq7_B8XTXQ6L-REh7y2riC90VUCXlABb672XclBDP4-029p1Y7JqvweK-OBC5HOJx3MEktgEDFzUnUzBQ.jpg?r=2be", "title_type": "series", "netflix_id": 70234440, "synopsis": "Journey to the enchanted land of Equestria, where unicorn Twilight Sparkle and her pals have adventures and learn valuable lessons about friendship.", "rating": "7.6", "year": "2010", "runtime": "0", "imdb_id": "tt1751105", "poster": "https://images-na.ssl-images-amazon.com/images/M/MV5BMTU1NzQ1MDg5MV5BMl5BanBnXkFtZTcwMDIzODIxNw@@._V1_SX300.jpg", "top250": 0, "top250tv": 0, "title_date": "2015-04-14"}, {"title": "The Fairly OddParents", "img": "https://occ-0-2773-2774.1.nflxso.net/dnm/api/v6/evlCitJPPCVCry0BZlEFb5-QjKc/AAAABfvuimhRZ_KI4eNbymXjH6t_4TbswVFnfklKzBG8oZB1h3mda9jsCKLYiGnuMjHgxYLVSuhv9wYn3Qs_2YlVVMNI5Q.jpg?r=65c", "title_type": "series", "netflix_id": 70142394, "synopsis": "Anything's bound to happen when you've got fairy godparents, as 10-year-old Timmy Turner discovers when he wishes for cool parents.", "rating": "7.2", "year": "2001", "runtime": "0", "imdb_id": "tt0235918", "poster": "https://images-na.ssl-images-amazon.com/images/M/MV5BMjA1MzgzMzA4Nl5BMl5BanBnXkFtZTcwMDQ4NzIzMQ@@._V1_SX300.jpg", "top250": 0, "top250tv": 0, "title_date": "2015-04-14"}, {"title": "Skins", "img": "https://occ-0-2851-38.1.nflxso.net/dnm/api/v6/evlCitJPPCVCry0BZlEFb5-QjKc/AAAABQS-mcACj9BagTSVSNXH5FGXBmJg-G5N77WMNgZTPauFYHOI1f1hSkl1rGZC2txs52g4PiSS9nq2x0BZ49eTUTJUmw.jpg?r=b49", "title_type": "series", "netflix_id": 70140438, "synopsis": "This incisive series centers on the tense lives of a group of teenagers as the friends and wannabe lovers weather their final two years of school.", "rating": "8.2", "year": "2007", "runtime": "0", "imdb_id": "tt0840196", "poster": "https://images-na.ssl-images-amazon.com/images/M/MV5BMjE3MzMxNjUwMF5BMl5BanBnXkFtZTcwNTkwOTE2Mg@@._V1_SX300.jpg", "top250": 0, "top250tv": 0, "title_date": "2015-04-14"}, {"title": "Clueless", "img": "https://occ-0-2851-38.1.nflxso.net/dnm/api/v6/evlCitJPPCVCry0BZlEFb5-QjKc/AAAABTDB6-V0xz3JzlT_bK-Rw8mHDKfqEoHP1EbCzY5faoFjHTJSQIiVYh2v1ydijFyPJbPgT8S4bG5Ssawe7tqiPpW4Iw.jpg?r=372", "title_type": "movie", "netflix_id": 384406, "synopsis": "Meddlesome Beverly Hills high school student Cher gets more than she bargained for when she gives a fashion-challenged student a makeover.", "rating": "6.8", "year": "1995", "runtime": "5833", "imdb_id": "tt0112697", "poster": "https://images-na.ssl-images-amazon.com/images/M/MV5BMTgxODIxODE2MF5BMl5BanBnXkFtZTgwOTA4NjQxMTE@._V1_SX300.jpg", "top250": 0, "top250tv": 0, "title_date": "2015-04-14"}, {"title": "Conan, The Boy in Future", "img": "https://occ-0-1007-1360.1.nflxso.net/dnm/api/v6/evlCitJPPCVCry0BZlEFb5-QjKc/AAAABYSJDjS4j0ajxpG6ASMlkVNPYj_3UAhkk2Acfet0PZ_CFCUU9Luu-e55rrJuKlsIyWCCpTc8B2LI8_CAB-aJFB1KXQ.jpg?r=1fb", "title_type": "series", "netflix_id": 80083476, "synopsis": "In the 21st century, a devastating war has left only scattered islands of survivors, but a young boy and his sweetheart represent hope for the future.", "rating": "8.7", "year": "1978", "runtime": "0", "imdb_id": "tt0077013", "poster": "https://images-na.ssl-images-amazon.com/images/M/MV5BNjRhZDJkNjEtYzcwZS00NDJjLTljMTAtNTY1ZmYyYzQ2Njk0XkEyXkFqcGdeQXVyNDE2NjE1Njc@._V1_SX300.jpg", "top250": 0, "top250tv": 0, "title_date": "2016-01-02"}, {"title": "LEGO Friends: The Power of Friendship", "img": "https://occ-0-2851-38.1.nflxso.net/dnm/api/v6/evlCitJPPCVCry0BZlEFb5-QjKc/AAAABes1HWS1dcFtTABz6k_L4itQfstuMrUPE-TXbxfddYxJcp8RhyLtQfjAe3mT1PLvYNMdjlBIatcyMxcuYErvHsV3zg4PB3ifX3_h8qf1PooQjzEe4FViXs-sRDM.jpg?r=46b", "title_type": "series", "netflix_id": 80058427, "synopsis": "Five best friends face adventures side by side in their hometown. Zany antics, love and missteps are better with friends!", "rating": "6.3", "year": "2016", "runtime": "0", "imdb_id": "tt4049416", "poster": "https://images-na.ssl-images-amazon.com/images/M/MV5BMTEyNzIxODM3MzNeQTJeQWpwZ15BbWU4MDQ4NDk3MDMx._V1_SX300.jpg", "top250": 0, "top250tv": 0, "title_date": "2016-03-04"}, {"title": "Prison Playbook", "img": "https://occ-0-2773-2774.1.nflxso.net/dnm/api/v6/evlCitJPPCVCry0BZlEFb5-QjKc/AAAABUGhA-PWT1gtQF6WTsBAm_wXy6x4DQev38yHKYgZ-u8rsXlbkRk45pSf7v3qQ1FDMgj0Y73KidbeNCz_rQmM2aUIB8WFdDZqKeuWBhlv1mHRLPL3vPQPw9WDBIc.jpg?r=fca", "title_type": "series", "netflix_id": 80214406, "synopsis": "With his major league baseball debut right around the corner, a star pitcher lands in prison and must learn to navigate his new world.", "rating": "8.4", "year": "2017", "runtime": "0", "imdb_id": "tt7622902", "poster": "https://images-na.ssl-images-amazon.com/images/M/MV5BMTQzMzYwNzEtY2U1Zi00MTA1LWJhZTctZjE2NjMzYjlmNmQwXkEyXkFqcGdeQXVyMzE4MDkyNTA@._V1_SX300.jpg", "top250": 0, "top250tv": 0, "title_date": "2017-12-01"}, {"title": "Unauthorized Living", "img": "https://occ-0-2851-38.1.nflxso.net/dnm/api/v6/evlCitJPPCVCry0BZlEFb5-QjKc/AAAABeEcv7jyCPAghN0F3dJjkOp8S9--5iP7q3YmH1Mg7MPNdugqgcB9Tm1telk3MdNQkv9B8QyFBhkWJsbQ4KOLjIEuL3CBfLe25uF2OK85ztWSxwLYz_IpLlk9_Do.jpg?r=492", "title_type": "series", "netflix_id": 80241001, "synopsis": "When a Galician shipper and drug lord hiding his Alzheimer's disease plans to retire, his second-in-command plots to steal the empire from the heir.", "rating": "7.3", "year": "2018", "runtime": "0", "imdb_id": "tt6970700", "poster": "https://m.media-amazon.com/images/M/MV5BODc2ODU2MTYtMWM2OS00MjY3LWIyNmUtOTYyZGM2MTEwNmRkXkEyXkFqcGdeQXVyMTA0MjU0Ng@@._V1_SX300.jpg", "top250": 0, "top250tv": 0, "title_date": "2019-02-08"}, {"title": "Black Money Love", "img": "https://occ-0-2851-38.1.nflxso.net/dnm/api/v6/evlCitJPPCVCry0BZlEFb5-QjKc/AAAABac57PtfgMq5kh0VDY1WFtUmIsO_jwnrUtBj4aNtRPnb1l9p5VV-BtVZOVSipx9P_7q3jc4Y_ODy_QVTj8sFvxWfTQ.jpg?r=fcc", "title_type": "series", "netflix_id": 80176234, "synopsis": "After a cop's fianc\u00e9e and a jewelry designer's father are found dead together, the two bereaved ones face a perilous aftermath of a theft gone wrong.", "rating": "7.2", "year": "2014", "runtime": "0", "imdb_id": "tt3565486", "poster": "https://m.media-amazon.com/images/M/MV5BNDhlN2JlNDgtNTNjZC00YzcyLWIyN2ItNDkxMmQ3YzdjYTlhXkEyXkFqcGdeQXVyMjExNjgyMTc@._V1_SX300.jpg", "top250": 0, "top250tv": 0, "title_date": "2019-10-15"}, {"title": "Awaken", "img": "https://occ-0-2772-64.1.nflxso.net/dnm/api/v6/evlCitJPPCVCry0BZlEFb5-QjKc/AAAABRb8Qk0A5zenRjMLXVZcz0WQgHn_7vY3MpViqNh3SSFo-l7qgjHyCvW6_7v0d45xlNOmazZWlzxhb-LanIZNQ0fVyA.jpg?r=046", "title_type": "series", "netflix_id": 81357304, "synopsis": "Police officers investigate dark secrets that link a series of present-day murders with puzzling incidents that took place in a town 28 years ago.", "rating": "3.4", "year": "2020", "runtime": "0", "imdb_id": "tt3367686", "poster": "https://m.media-amazon.com/images/M/MV5BMTc3ODcxNTE3NV5BMl5BanBnXkFtZTgwNTI4NjY5NTE@._V1_SX300.jpg", "top250": 0, "top250tv": 0, "title_date": "2021-05-20"}, {"title": "Freaky", "img": "https://occ-0-3077-988.1.nflxso.net/dnm/api/v6/evlCitJPPCVCry0BZlEFb5-QjKc/AAAABaWAoevYJCWKLawwcllsIMJWJzNoKbPOJkQLFG_EKRuuudVXF4DYiwU9Fs-PPHD_pQ8C4C4hOPrd5-Dja1fj9KEemQ.jpg?r=69e", "title_type": "movie", "netflix_id": 81344002, "synopsis": "An unpopular high school senior magically switches bodies with a middle-aged serial killer and learns she only has 24 hours to reverse the curse.", "rating": "6.4", "year": "2020", "runtime": "0", "imdb_id": "tt10919380", "poster": "https://m.media-amazon.com/images/M/MV5BMTRkYmJlY2ItNmFlZi00OWVhLTg1ZTctOGE0MjM5ZGMwMmY4XkEyXkFqcGdeQXVyNjY1MTg4Mzc@._V1_SX300.jpg", "top250": 0, "top250tv": 0, "title_date": "2021-09-05"}, {"title": "Fatuma", "img": "https://occ-0-768-769.1.nflxso.net/dnm/api/v6/evlCitJPPCVCry0BZlEFb5-QjKc/AAAABT5U2IReo4WXVW_Z83zNlQWh6QyVM9YlweSDO1KCBEEeKXK1HyLdbKiUYiw2uSMhm_tGFMKUesxgulyjUUxT9Emn2A.jpg?r=7c2", "title_type": "movie", "netflix_id": 81505040, "synopsis": "This sequel film follows a woman and her daughter as they struggle to find equal recognition for their contributions to the family farm.", "rating": "0", "year": "2018", "runtime": "4735", "imdb_id": "tt8329296", "poster": "https://m.media-amazon.com/images/M/MV5BZjEyZDk2NGEtODA4NC00YzVlLWE3OWEtYTNlNDM5MDQzZWU0XkEyXkFqcGdeQXVyMjI3NjczMTE@._V1_SX300.jpg", "top250": 0, "top250tv": 0, "title_date": "2022-01-14"}, {"title": "Badanamu Stories", "img": "https://occ-0-4745-64.1.nflxso.net/dnm/api/v6/evlCitJPPCVCry0BZlEFb5-QjKc/AAAABS4d1-ykzxiq6mI-Rvj1OAT9GS824572qlBhXtM2ZOsAi8x5mH5Sb4_L_mHw2ttEmzhGu7isDyvnnnNWcIQtXBggkQ.jpg?r=003", "title_type": "series", "netflix_id": 81552664, "synopsis": "Play with curious, warm-hearted Bada and his adventurous animal buddies as they learn something new every day in this educational series.", "rating": "0", "year": "2020", "runtime": "0", "imdb_id": "tt14857600", "poster": "https://m.media-amazon.com/images/M/MV5BMzM3Yjc4MjItYzZjYy00YmY2LTgzOTgtZjFiZWU1YWUzMDNmXkEyXkFqcGdeQXVyMTMzNDk5ODcw._V1_SX300.jpg", "top250": 0, "top250tv": 0, "title_date": "2022-01-24"}, {"title": "Four Good Days", "img": "https://occ-0-395-988.1.nflxso.net/dnm/api/v6/evlCitJPPCVCry0BZlEFb5-QjKc/AAAABbwCVkvCSCDEX68vtM9VOLhwbxskEmaon6UhR7L3MjMY3FOHSEYqLekMm5MpZyiqpyVKsJ4EW9en7khWNk1o3T96E7w9IBlvqA.jpg?r=025", "title_type": "movie", "netflix_id": 81440801, "synopsis": "A mother must help her estranged daughter through a crucial four days of recovery from substance abuse. Based on a true story.", "rating": "6.4", "year": "2020", "runtime": "6048", "imdb_id": "tt10344522", "poster": "https://m.media-amazon.com/images/M/MV5BZDBhMDJkYjItODFlNi00NjMzLWE3MmQtZmUwNGQzMWE4NjMxXkEyXkFqcGdeQXVyNjY1MTg4Mzc@._V1_SX300.jpg", "top250": 0, "top250tv": 0, "title_date": "2022-05-09"}, {"title": "LEGO Friends: Heartlake Stories", "img": "https://occ-0-4039-1500.1.nflxso.net/dnm/api/v6/evlCitJPPCVCry0BZlEFb5-QjKc/AAAABaqvFaBKgdYWPUAa71E6bt0CVwAoiQ0rtOoD6d7inVNB_9hQbmjlEpLWZHr8KDap1lP26_nGeki1PQY3C7g6_lQqHJgJkzYG5w.jpg?r=363", "title_type": "series", "netflix_id": 81587731, "synopsis": "A group of big-hearted best friends go on adventures, solve problems and make the most of their beautiful home, Heartlake City.", "rating": "", "year": "2022", "runtime": "0", "imdb_id": "", "poster": "", "top250": 0, "top250tv": 0, "title_date": "2022-07-01"}, {"title": "Baby Shark's Big Show!", "img": "https://occ-0-4430-116.1.nflxso.net/dnm/api/v6/oQyw8Fv9eE41UPapt7zHvdUdzrE/AAAABdqqDkTV63fptcwYVRvratFmdMMls90hZb6bDWE9uKxhHuhML1wn7aC1wlmdkMcqLuZSoEGhQAEIFC2V9PduC996pcYgok24FA.jpg?r=4f5", "title_type": "series", "netflix_id": 81639120, "synopsis": "Baby Shark and his pilot fish best friend, William, sing and swim their way through all kinds of musical underwater adventures in Carnivore Cove.", "rating": "4.8", "year": "2022", "runtime": "0", "imdb_id": "tt0459672", "poster": "https://m.media-amazon.com/images/M/MV5BYTBkZDY0M2EtOTViMS00Y2U1LTg0ODMtYmIzYTk1NDc4ZThkXkEyXkFqcGdeQXVyNjk2MjkyOTQ@._V1_SX300.jpg", "top250": 0, "top250tv": 0, "title_date": "2022-12-02"}, {"title": "Andrew Santino: Cheeseburger", "img": "https://occ-0-6608-2567.1.nflxso.net/dnm/api/v6/WNk1mr9x_Cd_2itp6pUM7-lXMJg/AAAABShUbECzeJCdZAPie47_WoSuaVHNbBbSwMeDXDwBeQRDZGncb5HZPYGZY6JwkJR_kLIrxXzwIc5b_dCkhzagl0jpzaK1AKfG4aB4iB-ZctW1y30Z9TJrO4WorOAl5ehI7HQ.jpg?r=ed7", "title_type": "movie", "netflix_id": 81613448, "synopsis": "No topic is safe in this unfiltered stand-up set from Andrew Santino as he skewers everything from global warming to sex injuries to politics.", "rating": "0", "year": "2023", "runtime": "3536", "imdb_id": "tt24640480", "poster": "0", "top250": 0, "top250tv": 0, "title_date": "2023-01-10"}, {"title": "M3GAN", "img": "https://occ-0-7164-395.1.nflxso.net/dnm/api/v6/WNk1mr9x_Cd_2itp6pUM7-lXMJg/AAAABXnUD9mR4r3ntEBvUgjpF0ZWzKdac3aqWNW6I_bs3iFz77fvIEyThN5jLod1lnKKe8nKFSjzjNs8rEO4zJK6mHLKNHRYJh0HqQ.jpg?r=090", "title_type": "movie", "netflix_id": 81619948, "synopsis": "When a roboticist tests the lifelike companion doll she's invented on her orphaned niece, the android soon takes her childcare duties deadly seriously.", "rating": "6.4", "year": "2023", "runtime": "6118", "imdb_id": "tt8760708", "poster": "https://m.media-amazon.com/images/M/MV5BMDk4MTdhYzEtODk3OS00ZDBjLWFhNTQtMDI2ODdjNzQzZTA3XkEyXkFqcGdeQXVyMjMxOTE0ODA@._V1_SX300.jpg", "top250": 0, "top250tv": 0, "title_date": "2023-07-22"}, {"title": "Bla Bla Baby", "img": "https://occ-0-4513-778.1.nflxso.net/dnm/api/v6/WNk1mr9x_Cd_2itp6pUM7-lXMJg/AAAABVcDrcQ93oOjkCbT_45p2cZUic5Xs1AsnI6XLYDdtJMTNGDzibJAJgnU_mMPO_IgY6bIce7-9xfBhz4aEUDe279lLhfwqKj-iKkhbFQUI2E1_tW5rurUlvdeCbmomcGGGEUxrGLoCrCq9zDA7Kt9NTsflTElt1ZiNRrX9Co6Awiir1F5rd8YhK7EB3XGUWJykqyopuoPs5n-ENblD7df1TMYRVirJf3h16_7G-IhUTCezM0Gu25TKxXhCl9CcjI7tJ18Ft3JSXwAPDnbs1psrFMbS7U.jpg?r=729", "title_type": "movie", "netflix_id": 81733949, "synopsis": "A worker at a company's nursery gains the power to understand babies babbling, which could help him woo a colleague \u2014 and foil the CEO's greedy scheme.", "rating": "0", "year": "2022", "runtime": "5697", "imdb_id": "tt13349678", "poster": "https://m.media-amazon.com/images/M/MV5BYzc5MWU3OGItMDVmZS00NjZmLWJlYzItNGQ2NzAyMDgwM2FhXkEyXkFqcGdeQXVyMTkxNjIwMTk@._V1_SX300.jpg", "top250": 0, "top250tv": 0, "title_date": "2024-01-13"}]} |