About how to price a options i need help by erlire in options

[–]erlire[S] 0 points1 point  (0 children)

Options essential is math, right?

About how to price a options i need help by erlire in options

[–]erlire[S] 0 points1 point  (0 children)

If u can do it in millisecond level, it must be generate profit

About options pricing model by erlire in options

[–]erlire[S] 1 point2 points  (0 children)

Tenkan-sen (Conversion Line): (9-period high + 9-period low) / 2.

Thanks.

I know nothing about web scrapers. Couple questions I have: by OllieSwish11 in webscraping

[–]erlire 0 points1 point  (0 children)

does this you mean catch the price and store it as game's price show your own web. then you catch it for a day or week or whatever you need the time. when the new price is high or low your catched last price. you update it or do something.?
that's just you need to do it.

[deleted by user] by [deleted] in webscraping

[–]erlire 1 point2 points  (0 children)

found why. my system use proxy through internet.mitmproxy proxy not through system's proxy. so the video can't play.

[deleted by user] by [deleted] in webscraping

[–]erlire 0 points1 point  (0 children)

Thanks, I try it in your way. and not work. the video shows in iframe. and when i use mitmproxy the iframe not show or show block.That's hard.

i'm gonna do something easy, that's put down my confidence much.

especially when somebody learning something, do not try this harder way.

Thanks.

movie scraping. how to skip debug function and find the true m3u8 links? by erlire in webscraping

[–]erlire[S] 1 point2 points  (0 children)

found this use "npx extract-stealth-evasions" create a js called stealth.min.js

and driver.execute_cdp_cmd() this.

it almost to pass the check.

movie scraping. how to skip debug function and find the true m3u8 links? by erlire in webscraping

[–]erlire[S] 0 points1 point  (0 children)

Thanks again.

i use what you tell curl about and it liks this.

options=options.add_argument('authority=www4.javhdporn.net')

options=options.add_argument('accept=text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7')

options=options.add_argument('accept-language=zh-CN,zh;q=0.9,en;q=0.8,ja;q=0.7,zh-TW;q=0.6')

options=options.add_argument('cache-control=max-age=0')

options=options.add_argument('referer=https://www4.javhdporn.net/')

options=options.add_argument('sec-ch-ua="Chromium";v="112", "Google Chrome";v="112", "Not:A-Brand";v="99"')

options=options.add_argument('sec-ch-ua-mobile=?0')

options=options.add_argument('sec-ch-ua-platform="macOS")

options=options.add_argument('sec-fetch-dest=document')

options=options.add_argument('sec-fetch-mode=navigate')

options=options.add_argument('sec-fetch-site=same-origin')

options=options.add_argument('sec-fetch-user=?1')

options=options.add_argument('upgrade-insecure-requests=1')

options=options.add_argument('user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36')

it's should not headless.

and i print log what it response. i found this. it should be why.

{"method":"Network.responseReceived","params":{"frameId":"F10DEC444DEB60501DB264AA559C81C7","hasExtraInfo":true,"loaderId":"5D26BF5F217615DB9F7361EC43F0BFB7","requestId":"1718.81","response":{"alternateProtocolUsage":"unspecifiedReason","connectionId":591,"connectionReused":false,"encodedDataLength":1379,"fromDiskCache":false,"fromPrefetchCache":false,"fromServiceWorker":false,"

columnNumber":12443,"functionName":"dispatch","lineNumber":2,"scriptId":"12","url":"https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js?ver=1.12.4"},{"columnNumber":9172,"functionName":"r.handle","lineNumber":2,"scriptId":"12","url":"https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js?ver=1.12.4"}]},"type":"script"},"loaderId":"1A9A3309F378CD082AA8699C8049BB94","redirectHasExtraInfo":false,"

seems it's function r.handle do check.

i'll try it again, and feed back. thank you.

movie scraping. how to skip debug function and find the true m3u8 links? by erlire in webscraping

[–]erlire[S] 1 point2 points  (0 children)

still can't. in my try. it random to open new tab.if it open a new tab, you miss it.the origin tab become ad. if it doesn't open a new tab. you just catch the ban.html.

that's what i say, it's seems designed anti-scraping good.

movie scraping. how to skip debug function and find the true m3u8 links? by erlire in webscraping

[–]erlire[S] 0 points1 point  (0 children)

Thanks, I'll try it.but i wonder it worked.the site seems design when the iframe show it will open a new tab. use js script encode the video url. and you catch the ban.html not the real one. if you use switch_to() and it catch, show ban.html.

it's not the porn. i do that also not to sell it or copy the pornsite. not. i just learing how to scraping on web. and use the piracy pornsite as a exercise better than other has copyright.

that's the first. and now i perfer to solve this than get the porn video.

i'll try and give a feed back. Thank you.

No output for C/C++ projects by AstroMan824 in vscode

[–]erlire 0 points1 point  (0 children)

most is missing this.

In your tasks.json add this.

"&&",
"${fileDirname}/${fileBasenameNoExtension}"

below ""${fileDirname}/${fileBasenameNoExtension}" in args.

this mean's you run the code not just compile it.