Skip to content

Commit 71d3714

Browse files
committed
closed #236, random scroll, auto download new driver, bug fixes
1 parent 0780e73 commit 71d3714

File tree

4 files changed

+140
-90
lines changed

4 files changed

+140
-90
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ database.db
66
database_backup.db
77
config.json
88
chromedriver.exe
9+
version.txt
910
*.log

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Simple program to increase YouTube views written in Python. Works with live stre
2525

2626
**Disclaimer:** This has been developed for educational purposes only. Any action you take using this script is strictly at your own risk. I will not be liable for any losses or damages you face using this script.
2727

28-
**Cons:** Try not to use this script every day. Run this once or twice a week with newer proxies. Guess this will reduce the view decrease issue.
28+
**Cons:** There will be some view drop always.
2929

3030

3131
# Support
@@ -44,7 +44,7 @@ Simple program to increase YouTube views written in Python. Works with live stre
4444
# Features
4545
* YouTube default, live streaming and YouTube Music support
4646
* Multithreaded and Dynamic thread support
47-
* Auto download chrome driver
47+
* Auto download updated chrome driver whenever user's Google Chrome version is updated
4848
* Patch chrome driver on the start of every thread by undetected-chromedriver
4949
* Proxy support
5050
* location : text file (must be on path) / proxy API (should work with most of the proxy providers)
@@ -55,6 +55,7 @@ Simple program to increase YouTube views written in Python. Works with live stre
5555
* chrome v70+ randomized user agent based on platform
5656
* canvas,audio,font,webgl fingerprint defender and IP leak prevent by webrtc control
5757
* geolocation, timezone, referer spoofing
58+
* can add extra extensions in the `extension/custom_extension/` folder
5859
* direct link or search *keyword* on YouTube then watch the video by matching exact video *title*
5960
* modify urls.txt and search.txt on the fly without restarting program
6061
* HTTP api on localhost and a database to store view count
@@ -116,7 +117,7 @@ Simple program to increase YouTube views written in Python. Works with live stre
116117
# Windows
117118
* ## Binary Release
118119

119-
For windows you can download binary releases from **[Binary releases](https://github.com/MShawon/YouTube-Viewer/releases)** or you can install it from source. To do so keep reading.
120+
For windows you can download binary releases from **[Binary releases](https://github.com/MShawon/YouTube-Viewer/releases)**. Download this file named `YouTube-Viewer_win_x.x.x.zip`, unzip it and run the `youtube_viewer.exe`. Or you can install it from source. To do so keep reading.
120121

121122
* ## Installation
122123

@@ -180,15 +181,15 @@ Simple program to increase YouTube views written in Python. Works with live stre
180181
* Rest is self explanatory.
181182
182183
# Best Practices
183-
There will be some view drop always. To get the most out of this script you should maintain these things.
184+
To get the most out of this script you should maintain these things.
184185
* Don't use HEADLESS mode. Because no IP leak prevention, fingerprint defending, etc. can be done in headless mode.
185-
* Youtube doesn't count views from the same IP after a certain time. Like, don't expect to get 100 views from 10 proxies. If you want more views, try to use a lot of premium proxies(free proxies are flagged by most of the websites)
186+
* Youtube doesn't count views from the same IP after a certain time. Like, don't expect to get 100 views from 10 proxies. If you want more views, try to use a lot of premium proxies(free proxies are flagged by most websites). DO NOT use TOR proxies.
186187
* Use both [urls.txt](https://github.com/MShawon/YouTube-Viewer#urls) and [search.txt](https://github.com/MShawon/YouTube-Viewer#search)
187188
* And use as many [urls](https://github.com/MShawon/YouTube-Viewer#urls) and [keyword::::title](https://github.com/MShawon/YouTube-Viewer#search) as you can. Don't use just one video.
188189
189190
190191
# Issues
191-
Before opening an issue, please read this page thoroughly. Maybe someone already faced the same problem you have right now. So it's always a good idea to check the answer to issues first. If your problem isn't there, feel free to open an issue. Also, don't forget to give as many details as you can. config.json and a screenshot of terminal output provide a lot of information to resolve your problem.
192+
Before opening an issue, please read this page thoroughly. Maybe someone already faced the same problem you have right now. So it's always a good idea to check the answer to issues first. If your problem isn't there, feel free to open an issue. Also, don't forget to give as many details as you can. config.json and a screenshot of terminal output provide a handful of information to resolve your problem.
192193
193194
# Credits
194-
I want to thank all of you who have opened an issue or shared your code snippets or ideas with me!
195+
I want to thank all of you who have opened an issue or shared your code snippets or ideas with me!
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## Place all the extra extensions you want to use here. Both `.zip` and `.crx` extension is supported.

0 commit comments

Comments
 (0)