-
Notifications
You must be signed in to change notification settings - Fork 303
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
New site (showup.tv) #764
Comments
We do accept headers (see https://github.com/WebBreacher/WhatsMyName/blob/main/CONTRIBUTING.md#format-of-the-json-file). Cookies....that is something the checker scripts need to handle. But you can add the header content into the JSON. |
What script you use to check sites? On dev branch is old version i think. |
Yes. We removed the python checker from our repo earlier this year. We leave it to the developer/user to select the tool they use. Our README has a bunch you can choose from. |
I tried to use C3n7ral051nt4g3ncy/WhatsMyName-Python but this tool not support headers. I could make a fork (and add headers), but I want to be sure that the implementation will be the same as yours. |
The #748 issue was recently closed. I'm not sure who has implemented headers in their checker. |
Ok, that's clear to me. So the implementation logic is on the user/tool side. The only important thing is to adapt to the schema (schema.json). Thanks for the information. I will adapt one of the python tools to test sites |
Exactly. We moved from being an all-in-one JSON + python tool project to just focus on the JSON and deferring to the coders out there to make awesome checker tools. Makes our lives simpler to focus on detections. |
Pull request opened with new site. To test I used my new tool. I made my own tool in which I implemented all the requirements from the wmn-data-schema.json file. My tool also supports:
|
Trying it out right now! Thanks for making this and sharing it. Would you want to add it to the README? |
If it's ok for you, I'll be happy to add it to the README |
Closing issue due to merge of #766 |
Hello,
I'm trying to set up a request to showup.tv. This is a Polish NFSW sex cam site. This site has a process acceptance policy. Upon first request, the user must agree to the terms.
I found a solution to fix this case. It is necessary to set the header to set the cookie.
Existing profiles: LunaVee, Jane_Frou, Love_S
If found: in html "<title>Profil"
HTTP: 200
If not found: in html "<title>Darmowe"
HTTP: 404
The question is: there is an option to add a header to set cookies? If so, I can implement this page.
The text was updated successfully, but these errors were encountered: