-
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
6d8660d
commit b127051
Showing
3 changed files
with
91 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,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> |