diff --git a/README.md b/README.md
index c76d084..fc11ec2 100644
--- a/README.md
+++ b/README.md
@@ -1,92 +1,172 @@
+
-
A library to bypass links
+
A python library to bypass links
+
-![PyBypass](https://telegra.ph/file/bfa59154e186c0ef3f3cf.jpg)
-
+------
+**Note: New and Stable Version of this library is available. Please upgrade it by command**
+```
+python -m pip install --upgrade PyBypass
+```
+**You can read the Changelogs [here](https://github.com/sanjit-sinha/PyBypass/blob/main/CHANGELOGS.md)**
+_____
-# PyBypass [BETA]
+
+
PyBypass
+
-PyBasser is a python library wich can bypass various type of links and give you direct access to the content of the given link without getting bothered by annoying ads and shortlinks.
+PyBasser is a python library wich can bypass various type of links and give you direct access to the content of the link without getting bothered by annoying ads websites redirection.
Currently it can bypass various types of shortlinks, filehosters, videoservers and gdrive sharer links.
-https://pypi.org/project/PyBypass/
+you can also find PyBypass n pypi.org https://pypi.org/project/PyBypass/
+-----
-# Supported Website links
+
+
Supported website links
+
#### Shortners
-try2link.com, adf.ly, bit.ly, ouo.io, ouo.press, shareus.in, shortly.xyz, tinyurl.com, thinfi.com, hypershort.com ,safeurl.sirigan.my.id, gtlinks.me, loan.kinemaster.cc, theforyou.in, linkvertise.com, shorte.st, earn4link.in, tekcrypt.in, link.short2url.in, go.rocklinks.net, rocklinks.net, earn.moneykamalo.com, m.easysky.in, indianshortner.in, open.crazyblog.in, link.tnvalue.in, shortingly.me, open2get.in, dulink.in, bindaaslinks.com, za.uy, pdiskshortener.com, mdiskshortner.link, go.earnl.xyz, g.rewayatcafe.com, ser2.crazyblog.in, bitshorten.com, rocklink.in, droplink.co, tnlink.in, ez4short.com, xpshort.com, vearnl.in, adrinolinks.in, techymozo.com, linkbnao.com, linksxyz.in, short-jambo.com, ads.droplink.co.in, linkpays.in, pi-l.ink, link.tnlink.in
+> try2link.com, adf.ly, bit.ly, ouo.io, ouo.press, shareus.in, shortly.xyz, tinyurl.com, thinfi.com, hypershort.com ,safeurl.sirigan.my.id, gtlinks.me, loan.kinemaster.cc, theforyou.in, linkvertise.com, shorte.st, earn4link.in, tekcrypt.in, link.short2url.in, go.rocklinks.net, rocklinks.net, earn.moneykamalo.com, m.easysky.in, indianshortner.in, open.crazyblog.in, link.tnvalue.in, shortingly.me, open2get.in, dulink.in, bindaaslinks.com, za.uy, pdiskshortener.com, mdiskshortner.link, go.earnl.xyz, g.rewayatcafe.com, ser2.crazyblog.in, bitshorten.com, rocklink.in, droplink.co, tnlink.in, ez4short.com, xpshort.com, vearnl.in, adrinolinks.in, techymozo.com, linkbnao.com, linksxyz.in, short-jambo.com, ads.droplink.co.in, linkpays.in, pi-l.ink, link.tnlink.in , pkin.me
### Filehoster
-anonfiles.com, antfiles.com, 1fichier.com, gofile.io, hxfile.co, krakenfiles.com, mdisk.me, mediafire.com, pixeldrain.com, racaty.net, send.cm, sfile.mobi, solidfiles.com, sourceforge.net, uploadbaz.me, upload.ee, uppit.com, userscloud.com, we.tl, disk.yandex.com, zippyshare.com
-
+> nonfiles.com, antfiles.com, 1fichier.com, gofile.io, hxfile.co, krakenfiles.com, mdisk.me, mediafire.com, pixeldrain.com, racaty.net, send.cm, sfile.mobi, solidfiles.com, sourceforge.net, uploadbaz.me, upload.ee, uppit.com, userscloud.com, we.tl, disk.yandex.com, zippyshare.com, wetransfer.com
-#### VideoServers
-fembed-hd.com, mp4upload.com, sltube.org, watchsb.com, streamtape.com
### Gdrivesharer
-appdrive.info, new2.gdtot.sbs, hubdrive.me, sharer.pw
+> appdrive.info, new2.gdtot.sbs, hubdrive.me, sharer.pw
( appdrive lookalike dmains: driveapp.in, drivehub.in, gdflix.pro, drivesharer.in, drivebit.in, drivelinks.in, driveace.in, drivepro.in, gdflix.top )
-# Installation Guide and How to use?
-### Installation
+### VideoServers
+> fembed-hd.com, mp4upload.com, sltube.org, watchsb.com, streamtape.com
+
+------
+
+
+
Installation Guide and How to use?
+
+
+**Installation**
```bash
python -m pip install PyBypass
```
-Updating Library
+**Updating Library**
```bash
python -m pip install --upgrade PyBypass
```
-### How to use?
-PyBypass is an library wich mean you can import them into your own application and use it accordingly.
+------
+
+
+
How to use?
+
+
+- PyBypass is an library wich mean you can import it into your own code and use it accordingly.
```python
import PyBypass as bypasser
-bypassed_link = bypasser.bypass("https://www.mediafire.com/download/8nqmnblivkv6tk2")
+bypassed_link = bypasser.bypass("https://www40.zippyshare.com/v/DkywSXEu/file.html")
+
+print(bypassed_link)
```
-#### To bypass gdrivesharer links you have to provide required parameters.
-- gdtot take parameter gdtot_crypt
-- hubdrive take parameter hubdrive_crypt
-- sharer.pw take parameter sharerpw_xsrf_token and sharerpw_larvel_token
-- appdive and it's lookalike doamins take parameter appdrive_email and appdrive_password. ( drive_id and folder_id are optional parameters)
-- ( read comments of gdrivesharer scripts in https://github.com/sanjit-sinha/PyBypass/tree/main/PyBypass/GdriveSharer )
+- some website have so many subdomains so it is hard to auto detect every link. use parameter `name` to bypass those type of links.
+- ( some common website like those are adfly, linkvertise, short.st, appdrive etc. )
+- you can find the list on `name` parameter wich can be used for diferent websites [here](https://katb.in/abefuqetoxe)
```python
import PyBypass as bypasser
-bypassed_link = bypasser.bypass("https://new2.gdtot.sbs/file/105111102182", gdtot_crypt="b0lDek5LSCt6ZjVRR2EwZnY4T1EvVndqeDRtbCtTWmMwcGNuKy8wYWpDaz0%3D")
+bypassed_link = bypasser.bypass("https://link-center.net/209924/ofbulk", name="linkvertise")
+
```
-#### some website have so many subdomains so it is hard to auto detect every link. use parameter name to bypass those type of links.
-- some common website like those are adfly, linkvertise, short.st, appdrive
+
+
+- To bypass gdrivesharer links you have to provide some parameters wich are required to bypass the link.
```python
import PyBypass as bypasser
-bypassed_link = bypasser.bypass("https://shorte.st/", name="shortest")
+bypassed_link = bypasser.bypass("https://new2.gdtot.sbs/file/105111102182", gdtot_crypt="b0lDek5LSCt6ZjVRR2EwZnY4T1EvVndqeDRtbCtTWmMwcGNuKy8wYWpDaz0%3D")
+
+```
+
+To know more about parameters click here.
+
+
+ - GDTOT parameters.
+ GDTOT links take required parameter gdtot_crypt to bypass the gdtot links.
+ You can find Your gdtot_crypt by login in gdtot account > open developer mode > go to cookies > copy crypt value.
+ Always use a new google account for doing this. keep only one TD in that drive because after reaching 15gb limit Gdtot, Hubdrive, sharer.pw will copy the file in the first TD in wich you have write access.
+
+
+ - APPDRIVE parameters.
+ Appdrive and it's lookalike domains take required parameters appdrive_email and appdrive_password
+ appdrive_email and appdrive_password params should be of website not GOOGLE ACCOUNT.
+You can also configure custom drive_id and folder_id from dashboard to save file in that destination.
+ Each appdrive lookalike Domain require login email and password. You have to login in all website separately to bypass that website link.
+( Tip use same email to login all website and go to dashboard and create same password of all domain )
+
+ - HUBDRIVE parameters.
+ Hubdrive links take required parameter hubdrive_crypt to bypass the hubdrive links.
+
+
+ - Sharer.pw parameters.
+ sharer.pw links take required parameter sharerpw_xsrf_token and sharerpw_larvel_token to bypass the sharer.pw links. You can find these parameters in developer tool of browser after logging in with your google account.
+
+
+
+
+
+- You can add try and catch exceptions while bypassing the inks to get better information.
+```python
+from PyBypass import bypass
+
+try:
+ print(bypass("https://www40.zippyshare.com/v/DkywSXEu/file.html", name="zippyshare"))
+
+except Exception as error:
+ print(error)
```
+_____
-# Notes
+
+
Some important points
+
-- some website change their code frequently so it is possible that this script stop bypasing those website link, i will try to keep it updated if possible
-- you have to provide required params like ( gdtot_crypt, appdrive_email, appdrive_password, hubdrive_crypt, sharerepw_xsrf_token, sharerpw_larvel_token) to bypass gdrive sharer links.
-- i intentionally created different file for each bypassing scripts so that other user can easily copy paste that specific code if they want to use in their code.
-- please give proper credits and link this repo if you are using this library in any of your projects/bot.
+- Some website change their code frequently so it is possible that this script stop bypasing those website link, i will try to keep it updated if possible.
+- You have to provide required params like ( gdtot_crypt, appdrive_email, appdrive_password, hubdrive_crypt, sharerepw_xsrf_token, sharerpw_larvel_token) to bypass gdrive sharer links.
+- I intentionally created different file for each bypassing scripts so that other user can easily copy paste that specific code if they want to use in their code.
+- Please give proper credits and link this repo if you are using this library in any of your projects/bot.
+______
-# credits and contribution
+
+
Credits and Contribution
+
This library used multiple scripts from [@YukkiSenpai](https://github.com/xcscxr) github profile and [@zevtyardt](https://github.com/zevtyardt/lk21) lk21 respository.
-# About License
-PyBypass is licensed under ![MIT License](https://img.shields.io/badge/License-MIT-green.svg)
+------
+
+
+
+
Copyright and License
+
+
+
+
+
+* copyright (C) 2022 by [Sanjit sinha](https://github.com/sanjit-sinha)
+* Licensed under the terms of the [The MIT License](https://github.com/sanjit-sinha/Telegram-Bot-Boilerplate/blob/main/LICENSE)
+
+------