Skip to content

Commit

Permalink
add tut ui
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadForoutan committed Sep 24, 2024
1 parent 6d8660d commit b127051
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 0 deletions.
91 changes: 91 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<!DOCTYPE html>
<html lang="en" dir="rtl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Bootstrap Page</title>
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
/>
</head>
<body>
<div class="container">
<h1 class="mt-5">آموزش استفاده از gfw-py</h1>
<p>
<li>
<a class="fs-3" href="#download">دانلود از یوتیوب</a>
</li>
<li>
<a class="fs-3" href="#watch">دیدن ویدیو در یوتیوب</a>
</li>
</p>

<br />
<hr />
<br />

<div>
<h2 id="download">دانلود از یوتیوب</h2>
<div class="d-lg-flex justify-content-center">
<ol class="col">
<li>لینک ویدیو یوتیوب یا پلی لیست</li>
<li>
پروکسی یوتیوب
<p>به صورت پیشفرض از پروکسی gfw استفاده میشه و برای یوتیوبه</p>
</li>
<li>اگه پلی لیست بود تیک این گزینه رو بزنید</li>
<li>
اگه فقط فایل صدا رو میخواید دانلود کنید تیک این گزینه رو بزنید
</li>
<li>
مسیر دانلود
<p>به صورت پیشفرض پوشه دانلودها</p>
</li>
<li>
کلیک روی دکمه دانلود
<p>همونطور که نوشته شده دوبار به صد درصد میرسه</p>
</li>
</ol>
<img class="col" src="sc.png" />
</div>
</div>
<div>
<h2 id="watch">دیدن ویدیو در یوتیوب</h2>
<div>
<ol>
<li>
دانلود افزونه foxyproxy
<ul>
<li>
<a
href="https://chromewebstore.google.com/detail/foxyproxy/gcknhkkoolaabfmlnjonogaaifnjlfnp"
>
chrome
</a>
</li>
<li>
<a
href="https://addons.mozilla.org/en-US/firefox/addon/foxyproxy-standard//"
>firefox
</a>
</li>
</ul>
</li>
<li>
<p>اضافه کردن پروکسی gfw به foxyproxy</p>
<img src="v1.gif" width="100%" class="d-block" />
</li>
<li>
با فعال بودن این گزینه میتونید یوتیوب رو بدون فیلتر باز کنید.
</li>
</ol>
</div>
</div>
</div>

<!-- Bootstrap JS Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>
Binary file added sc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b127051

Please sign in to comment.