-
Notifications
You must be signed in to change notification settings - Fork 77
update websitebypass #2655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
update websitebypass #2655
Conversation
websitebypass has not beed update to 5 years, i cleaned it, update it and optimized it hope it will work out for every one who need it
|
There's no issue with the current implementation. |
|
these 2 get is testing to make sure that server is working |
|
i checked https://ero18x.com/manga/elusive-touch-raw/ |
|
Thanks for the explanation. |
|
Could you clean up the code? |
|
about rookiepy its nice python library , but i dont think its that much of use with cloudflare, as this library read that browser database and extract cookies from it, but some browser like chrome, keep sites data (cookies included) in memory and save them to user folder upon closing browser, and you know how short life cloudflare cookies. |
about 4spaces i'm used more for python coding, where to 4 spaces for indent rather than tab about this part should i keep it this way or change it to i will use your answer to edit the rest of the code |
|
The thing about rookiepy it's now require additional dependency when installing it which will take more spaces and I don't think it's still working as the library hasn't been updated since last year. If the styles are consistent, then it's fine either way. Perekaman.Layar.2025-12-05.132324.mp4Use one space for those like the original: local rooturl = url:match('(https?://[^/]+)') or url
local result = nil
local cookies_result = nil
local _status = 1
local parsed_result = {} |
1. Remove rookiepy as its don't help with cloudflare. 2. Use session in flaresolverr to, that minimize requests and save cookies. 3. Kill flaresolverr sessions every 60 min. 4. Change flaresolverr checking method, to check if flaresolverr server is up rather than checking if flaresolverr.exe exites. 5. Add --debug option to cloudflare.py, this option will save png for solved site page. 6. Add --testing option to cloudflare.py, this option will test the flaresoverr cookies before sending FMD(cloudflare.lua will send --testing by default). 7. cloudflare.py result will show up in log
|
about https://ero18x.com/manga/elusive-touch-raw/ |
|
Now it doesn't work for everything. https://dragontea.ink/novel/attracting-ghost/ Perekaman.Layar.2025-12-08.010236.mp4 |
|
are you sure you are using my lastest changed files? or like |
|
Yeah I forgot to refresh the git but it still give the same result with the latest changes. |
|
can you you check website setting for Dragon Tea |

websitebypass has not beed update to 5 years, i cleaned it, update it and optimized it hope it will work out for every one who need it