In Highest wicket taker question, we have to grab loosing team score board not the winning team score board because in loosing team score board we have bowlers of winning team
@Pepcoding3 жыл бұрын
Yes we did the mistake while framing the question. You can go with the loosing teams name.Thanks for pointing out
@shreeshree108panchwatidurg33 жыл бұрын
do you have the solution
@AshishKumar-ww1mr Жыл бұрын
@@shreeshree108panchwatidurg3 just save losingTeam name along with winning team name with hasClass , then in case of check we ll check if losingTeam == teamName and rest is same
@Pepcoding3 жыл бұрын
If you want an intro here's the Link : kzbin.info/www/bejne/h2q5coeko6qVe9U
@deepakkansal9112 Жыл бұрын
it is quite hard now in 2023 on espn website as they have upated the whole code, quite difficult for fresher like me they really dont have relevant name classes
@kannupriyarana49713 жыл бұрын
this blew my mind😂but it was really nicely explained sir. Hats off 🙏🏻
@Pepcoding3 жыл бұрын
I am glad you liked it. I also hope that you are watching till end and trying to understand the what, how and especially why of the problem. If you like our efforts, we request a review g.page/Pepcoding/review?rc You can subscribe to our channel here kzbin.infoabout?view_as=subscriber
@ATULKUMAR-pk9kj3 жыл бұрын
38:25 sir how to gee that search box which search how many classes are there with same class name in inspect just above style , filter
@Pepcoding3 жыл бұрын
Ctrl+f
@LegitGamer23453 жыл бұрын
34:41 sir ek teamName tha line number 17 par , aur firse teamName ko redeclare kiya line 33 par , code compile Kaise hua ? let ko tho redeclare karna allowed nahi hota na ? Edit : it’s variable shadowing bhul gaya tha sir 😅
@222-syedaayanahmed42 жыл бұрын
all the names of the classes in this website have been changed, moreover cheerio is not selecting pseudo class so i am having trouble with following this video.
@akash-tj8ru3 жыл бұрын
@Pepcoding can we scrap those website which uses anti scraping tool(such as company's internal website) and which don't permit scraping by using this method?
@ritikgupta52402 жыл бұрын
done .......😎 bahout mehnat lgi isme mujhe poore do din le liya ek video ne hi .
@Pepcoding2 жыл бұрын
It's worth the time
@ravikumar55052 жыл бұрын
BHai ...css match hi ni ho rahi....teri ho ri thi kya .....class k naam hi different h...nd spaces bhi h...kaam hi ni kr raha
@kamalsharma2839 Жыл бұрын
Why was tr not looped like td with j index in hwt question?? Also, I am noticing as if my request getting blocked as I am not getting full content in html
@TheRailSafar3 жыл бұрын
bhaiya jeeti toh chennai thi toh uske bowler ka data aana chaiye tha in highest wicket taker question
@harshit22923 жыл бұрын
ekdum mast content hai sir....
@Pepcoding3 жыл бұрын
I am glad you liked it. I also hope that you are watching till end and trying to understand the what, how and especially why of the problem. If you like our efforts, we request a review g.page/Pepcoding/review?rc You can subscribe to our channel here kzbin.infoabout?view_as=subscriber
@Pepcoding3 жыл бұрын
web dev course has been resumed....latest video is coming at 8:00 PM Today Video Link: kzbin.info/www/bejne/Y2rPaXZ4gLmrbNE
@dkstudio37492 жыл бұрын
Amazing bro 👍👍👍😎
@dharmendrasharma93172 жыл бұрын
Sir ji humne cheerio install kiya hai but wah thik se kam nahi kar raha aisa kyon...kabhi class 0 bta raha kabhi 10 kabhi kuchh bhi nahi aisa kyon
@coderhat19802 жыл бұрын
sir maine nados join keeya hai but not able to understand which module has this video. How to get link of the websites you have used in this tutorial?
@deepaksingh-wh2ve2 жыл бұрын
i tried running your git code for webScraping it didnt work
@harshityadav84093 жыл бұрын
What is the reason for the the Birthdays not being printed in order of the functions being called?
@Pepcoding3 жыл бұрын
because we are calling the function in parallel
@blurbmusic150711 ай бұрын
sir it is showing deprecated
@wiseexplorer16182 жыл бұрын
">" means child combinator
@arjumandwani7392 Жыл бұрын
Man it's not visible
@basketballlove15402 жыл бұрын
Killer teaching
@AdityaRaj-jd2nr Жыл бұрын
Thanks a lot!
@sahiljain25243 жыл бұрын
Awesome content sir please upload more and more 🤤🤤🤤😍
@Pepcoding3 жыл бұрын
Thank you so much and If you like the content could you post something on LinkedIn about us? This will help us in reaching out to more people and help a lot of other students as well Something like this Sumeet Malik from Pepcoding is making all his content freely available to the community You can check it out here - www.pepcoding.com/resources / Also, this is the youtube channel - kzbin.infoplaylists?view_as=subscriber
@Pepcoding3 жыл бұрын
web dev course has been resumed....latest video is coming at 8:00 PM Today Video Link: kzbin.info/www/bejne/Y2rPaXZ4gLmrbNE
@maverickreal093 жыл бұрын
Pichli jo video padi hai web scraping pe to wo bhi karni hai ya ek ek video sufficient hai?
@Pepcoding3 жыл бұрын
Pichli me sirf intro tha isme actual practice hai
@maverickreal093 жыл бұрын
@@Pepcoding alright sir/madam. Thanks.
@SCRIPTSAG3 жыл бұрын
Sir react shi se ker lo to job lag jayegi 30 se 40k per month ki
@nileshgarg74272 жыл бұрын
if your css is not as shown in video use this function extractHtml(html) { let $ = cheerio.load(html); let elemArr = $( ".ds-text-tight-m.ds-font-regular.ds-flex.ds-px-3.ds-py-2.lg\\:ds-px-4.lg\\:ds-py-\\[10px\\].ds-items-start.ds-select-none.lg\\:ds-select-auto .ds-ml-4.lg\\:ds-ml-3 .first-letter\\:ds-capitalize>.ci-html-content " ); let text = $(elemArr[0]).text(); let htmlData = $(elemArr[0]).text(); console.log("text data", text); console.log("html data", htmlData); }
@madhusudhan28892 жыл бұрын
I copied and pasted this on the find in the inspect but it's not able to find the selector. And wt are the \\ (backslashes for)?
@nileshgarg74272 жыл бұрын
@@madhusudhan2889 it's actually escape cause they are sudo selectors so cheerio won't be able to select them directly
@nileshgarg74272 жыл бұрын
@@madhusudhan2889 use the code directly, it took more than 2hr to find the correct CSS and you won't be able to complete the code cause it's anti-scrapping CSS so they made it really hard to scrape, you can watch the video or skip to the next video where they teach you browser automation
@madhusudhan28892 жыл бұрын
@@nileshgarg7427 Thanks bro for the heads up I was trying now also. 😵💫
@002_adityaagrawal23 жыл бұрын
cheerio is not working in my vscode why??
@Pepcoding3 жыл бұрын
Install cheerio
@002_adityaagrawal23 жыл бұрын
Thankyou sir
@Pepcoding3 жыл бұрын
Most welcome, for better experience and well organised content visit - nados.pepcoding.com
@dharmendrasharma93172 жыл бұрын
Sir ji cheerio thik se kam nahi kar raha plz tell me aisa kyon
@dharmendrasharma93172 жыл бұрын
4 class ko 10 class bta raha Jaha ek class hai to usko 0 bta raha why cheerio not working properly
@arkknight1123 жыл бұрын
Jasbir sir crackwatch website ki bhi follow karta hai🤩🤩
@Pepcoding3 жыл бұрын
web dev course has been resumed....latest video is coming at 8:00 PM Today Video Link: kzbin.info/www/bejne/Y2rPaXZ4gLmrbNE
@somuacharya65863 жыл бұрын
Hello sir thank you so much for the videos 🙂
@Pepcoding3 жыл бұрын
Thankyou I am glad you liked it. I hope that you are watching till the end and trying to understand what, how, and especially why of the problem. If you like our efforts, will you like to write a few words about us here (www.quora.com/What-are-the-good-websites-to-learn-data-structures-and-algorithms )
@Pepcoding3 жыл бұрын
web dev course has been resumed....latest video is coming at 8:00 PM Today Video Link: kzbin.info/www/bejne/Y2rPaXZ4gLmrbNE