blob: c58799820fdff77cc24e8acb7c215b61efedc0f0 (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>OwORadio</title>
<link href="/static/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://cdn.jsdelivr.net/gh/foobar404/wave.js/dist/bundle.iife.js"></script>
</head>
<body style="background:#111;">
<nav style="background-color: #2222228a !important;color:white !important;backdrop-filter: blur(10px);"
class="navbar navbar-fixed navbar-expand-lg navbar-dark bg-light">
<div class="container-fluid">
<a class="navbar-brand" style="text-align: center;" href="#">
OwORadio
</a>
<span class="navbar-text">
Copyright/DMCA report page
</span>
</div>
</nav>
<div class="container text-white">
<br>
<h1>How OwORadio handles DMCA takedown requests?</h1>
<p>If you deem a content streamed through the OwORadio service is infringing copyright laws, you can ask us to
remove the aforementioned content. All your reports should be diriged to <a
href="mailto:nekostarfan+dmca@gmail.com">nekostarfan+dmca@gmail.com</a>.</p>
<p>If you are the owner of the content (and you can prove being so), you can kindly ask us to remove the content
without a DMCA takedown request. <b>The following content is ONLY for DMCA requests and don't apply to simpler
requests.</b></p>
<p>Since the content is hosted in Europe, and that the service is operating within the European Union, we will not
consider any DMCA requests that didn't received an order from an European tribunal. OwORadio must not be
required to restrict content unless an order has been issued by an independant and impartial judicial
authority that has determined that the material at issue is unlawful.</p>
<p>No information that you provide through your DMCA request (even without respecting the aforementioned rules) will
be disclosed outside of the legal procedure.</p>
</div>
</body>
</html>
|