-
Notifications
You must be signed in to change notification settings - Fork 31
/
index.html
131 lines (115 loc) · 6.67 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="manifest" href="/manifest.json">
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png">
<link rel="shortcut icon" href="icons/icon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#4285f4" />
<meta name="robots" content="index, follow">
<meta property="og:image" content="https://netflix-1uh.pages.dev/og.jpg"/>
<meta name="description"
content="Discover and stream your favorite movies and TV shows with NETFLIX KE PITAJI - an open source content search and watch website. Enjoy unlimited access to a vast library of content for free.">
<title>NETFLIX KE PITAJI</title>
<link rel="preload stylesheet" href="style.min.css" as="style">
<link rel="preload stylesheet" href="center-atom.min.css" as="style">
<!-- Google tag (gtag.js) -->
<script defer src="https://www.googletagmanager.com/gtag/js?id=G-THTQ9GZQ0J">
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-THTQ9GZQ0J');
</script>
<!-- Serviceworker code for PWA -->
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function() {
navigator.serviceWorker.register('/sw.js').then(function(registration) {
console.log('Service worker registered: ', registration.scope);
}).catch(function(error) {
console.log('Service worker registration failed: ', error);
});
});
}
</script>
<script type="text/javascript" src="https://platform-api.sharethis.com/js/sharethis.js#property=64c60eb01734a80012bd61d3&product=video-share-buttons&source=platform" async="async"></script>
</head>
<body>
<div class="search-container">
<input type="search" id="search-input" placeholder="Search any Movie/Webseries/Anime">
<button id="search-button">Search</button>
</div>
<center>
<div id="video" class="video">
<iframe id="iframe" scrolling="no" src="" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<p style="color: rgb(79, 221, 221); font-weight: 500;">In case of any Error or Too Much Buffering click again on
your Movie poster down below or just change the Player from the right corner in video player. </p>
<!-- ShareThis BEGIN --><div class="sharethis-inline-share-buttons"></div><!-- ShareThis END -->
<div id="webSeriesData"></div>
</div>
</center>
<div id="results"></div>
<center style="margin-top: 2vh;">
<div class="alwaysVisibleContent">
<h1><u>NETFLIX KE PITAJI</u></h1>
<h2 style="color: rgb(55, 255, 255);">Netflix, on us. Free</h2>
<h3>Search any Movie/Webseries/Anime</h3>
<div class="pagelinks">
<a href="/privacy-policy.html" target="_blank">Privacy Policy</a>
<a href="/terms-and-conditions.html" target="_blank">Terms And Conditions</a>
<a href="https://github.com/pulkitpareek18/netflix" target="_blank">Source Code</a>
<a href="/contact.html" target="_blank">Contact</a>
</div>
</div>
<div class="information">
<h2><u>PROJECT INFORMATION</u></h2>
<h3>Introduction</h3>
<p>Netflix ke Pitaji is a one-of-a-kind, open-source project that allows users to search and retrieve data about
Movies and Web Shows available on the Internet. This documentation provides a comprehensive overview of the
features and functionality of the website, including its data sources, user interface, and community features.
</p>
<h3>Data Sources</h3>
<p>Netflix ke Pitaji retrieves data from two of the largest movie and TV databases on the internet: IMDB (Internet
Movie Database) and TMDB (The Movie Database). This combination of data sources provides a comprehensive and
up-to-date movie and TV show library, ensuring that users have access to the latest information on their
favorite movies and TV shows.</p>
<h3>User Interface</h3>
<p>The website has a simple and user-friendly interface, making it easy for users to navigate and search for
movies and TV shows. The no reload feature of this website makes it very unique and super fast. The page load
speed of this website is approximately 0.1 Seconds.</p>
<h3>Movie and TV Show Information</h3>
<p>The movie and TV show pages on Netflix ke Pitaji provide users with a wealth of information about the movie or
TV show. The page includes the poster thumbnail, and information about cast and crew. More information about the
Movies and Shows is intentionally not displayed, If you want to display that information then you can modify
that in the source code.</p>
<h3>Single Page Website</h3>
<p>It is important to note that Netflix ke Pitaji is a single page client side website and does not store any
information on
its servers. All data is retrieved from IMDB and TMDB and is displayed on the website in real-time. Despite of
being a single page website the Url's in addres bar are updated and their event is also handled. Means if you
enter a url which contains some data about movies/webseries/search_query the website will load that data same as
a normal website with backend does. This means
that the website is fast and responsive, providing a seamless user experience for its users.</p>
<h3>Source Code</h3>
<p>The Source Code of this Tool is available at Github repository by Pulkit Pareek. You can access the repository
at <a style="color:rgb(0, 140, 255);margin:0%" title="Link to Github Repository" href="https://github.com/pulkitpareek18/netflix"
target="_blank">Here(Link to Github Repository)</a>.</p>
<h3>Conclusion</h3>
<p>In conclusion, Netflix ke Pitaji is an open-source project that provides a comprehensive movie and TV show
library and a unique movie-watching experience. With its simple and user-friendly interface, comprehensive movie
and TV show information, and the ability to watch movies and TV shows that are available on the internet for
free.</p>
<h3>Libraries Used</h3>
<div class="footerLinks">
<a href="https://embed.smashystream.com/" target="_blank">Smashy Stream</a>
<a href="https://codebyzach.github.io/pace/" target="_blank">PACE</a>
<a href="https://tmdb.com" target="_blank">TMDB</a>
<a href="https://imdb.com" target="_blank">IMDB</a>
</div>
</div>
</center>
<script src="https://cdn.jsdelivr.net/npm/pace-js@latest/pace.min.js"></script>
<script src="script.min.js"></script>
</body>
</html>