Files
my-website/web-scraping.html
2022-06-04 16:51:30 +05:30

95 lines
4.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web Scraping</title>
</head>
<body style="background-color: rgba(0,0,0,0.85);color: rgb(187, 187, 187);font-size: 20px;">
<h1 id="top" style="text-align: center;text-decoration:double;font-size: 60px;">Web Scraping</h1>
<hr>
<p>Web scraping is an automatic method to obtain large amounts of data from websites. Most of this data is unstructured data in an HTML format which is then converted into structured data in a spreadsheet or a database so that it can be used in various applications. </p>
<p>There are many different ways to perform web scraping to obtain data from websites. These include using online services, particular APIs or even creating your code for web scraping from scratch. (Source:<a href="https://www.geeksforgeeks.org/what-is-web-scraping-and-how-to-use-it" style="color:green;">Geeks for geeks</a>)</p>
<h3 id="repos"><a href="https://github.com/CoolnsX/and-scripts" style="color:green;">Repository link</a></h3>
<h2>Websites which I scraped successfully >></h2>
<table border="2" cellpadding="8" align="center">
<tr>
<th>Website Name</th>
<th>Video Qualities</th>
<th>STATUS</th>
</tr>
<tr>
<td><h3 align="center"><a href="https://goload.pro" style="color:green;">Gogoanime</a></h3></td>
<td><ul>
<li>Auto</li>
</ul></td>
<td><img src="https://github.com/CoolnsX/ani-cli-status/blob/main/images/gogoplay.jpg?raw=true" width="250" height="40"></td>
</tr>
<tr>
<td><h3 align="center"><a href="https://animixplay.to" style="color:green;">Animixplay</a></h3></td>
<td><ul>
<li>Auto</li>
</ul></td>
<td><img src="https://github.com/CoolnsX/ani-cli-status/blob/main/images/animixplay.jpg?raw=true" width="250" height="40"></td>
</tr>
<tr>
<td><h3 align="center"><a href="https://www.fembed.net/" style="color:green;">Xstreamcdn</a></h3></td>
<td><ul>
<li>480p</li>
<li>720p</li>
<li>1080p</li>
</ul></td>
<td><img src="https://github.com/CoolnsX/ani-cli-status/blob/main/images/xstreamcdn.jpg?raw=true" width="250" height="40"></td>
</tr>
<tr>
<td><h3 align="center"><a href="https://dood.ws" style="color:green;">Doodstream</a></h3></td>
<td><ul>
<li>High</li>
</ul></td>
<td><img src="https://github.com/CoolnsX/ani-cli-status/blob/main/images/doodstream.jpg?raw=true" width="250" height="40"></td>
</tr>
<tr>
<td><h3 align="center"><a href="https://www.mp4upload.com/" style="color:green;">Mp4Upload</a></h3></td>
<td><ul>
<li>High</li>
</ul></td>
<td><img src="https://github.com/CoolnsX/ani-cli-status/blob/main/images/mp4upload.jpg?raw=true" width="250" height="40"></td>
</tr>
<tr>
<td><h3 align="center"><a href="https://odnoklassniki.ru" style="color:green;">Odnoklassniki(okru)</a></h3></td>
<td><ul>
<li>144p</li>
<li>240p</li>
<li>360p</li>
<li>480p</li>
<li>720p</li>
<li>1080p</li>
</ul></td>
<td><img src="https://github.com/CoolnsX/ani-cli-status/blob/main/images/okru.jpg?raw=true" width="250" height="40"></td>
</tr>
<tr>
<td><h3 align="center"><a href="https://streamlare.com/" style="color:green;">Streamlare</a></h3></td>
<td><ul>
<li>High</li>
</ul></td>
<td><img src="https://github.com/CoolnsX/ani-cli-status/blob/main/images/streamlare.jpg?raw=true" width="250" height="40"></td>
</tr>
<tr>
<td><h3 align="center"><a href="https://hentaimama.io" style="color:green;">Hentaimama(NSFW)</a></h3></td>
<td><ul>
<li>Auto</li>
</ul></td>
<td><img src="https://github.com/CoolnsX/ani-cli-status/blob/main/images/hentaimama.jpg?raw=true" width="250" height="40"></td>
</tr>
<tr>
<td><h3 align="center"><a href="https://theflix.to" style="color:green;">Theflix</a></h3></td>
<td><ul>
<li>High</li>
</ul></td>
<td><img src="https://github.com/CoolnsX/ani-cli-status/blob/main/images/theflix.jpg?raw=true" width="250" height="40"></td>
</tr>
</table>
</body>
</html>