How to Scrape Websites with GPT-3.5 (Web Scraping with ChatGPT)

  Рет қаралды 292,393

The PyCoach

The PyCoach

Күн бұрын

Пікірлер: 164
@ThePyCoach
@ThePyCoach Жыл бұрын
If you'd like to know how I'd use ChatGPT to learn to code, check out my new video 👉kzbin.info/www/bejne/e5nCfKKshNKEiLM
@AEON.
@AEON. Жыл бұрын
Can you make a video of getting ChatGPT to Google Dork or to write a code to do so for any website?
@lhcsouth
@lhcsouth Жыл бұрын
This is awesome, thank you! I have been trying to use this video to help me scrape certain aspects of flippa and apparently the commands I'm giving ChatGPT aren't correct. lol I want to scrape flippa every 5 minutes after the hour and I want it to scrape the site for site name, type, industry, monetization, age, net profit, and the site description. Any help would be highly appreciated. Thank you!
@ollieroddy
@ollieroddy Жыл бұрын
Thanks for posting the video. Is there any way to do this for a site that requires a sign in? I have a sign in for a site and want to use a scraping tool to scrape all of the data from it. The data is behind a click, i.e. you have to click the listing in the contacts database to see the email address. Any idea how to do this?
@oxtharhino9784
@oxtharhino9784 Жыл бұрын
what website did you past that in to get the test to print?
@ThePyCoach
@ThePyCoach Жыл бұрын
Due to the many questions and comments about ChatGPT and OpenAI Playground, here are some notes. 1. Yes, ChatGPT and OpenAI Playground are not exactly the same. That said, if you use the prompts I created in this video on ChatGPT, it'd generate code that scrapes the website just like with Playground. 2. Why did I use Playground instead of ChatGPT? Speed. I only wanted to get the code and not the bla bla bla you get with ChatGPT. I like the explanation ChatGPT gives, but, when recording the video it's a bit annoying. 3. Some people say Playground isn't free. At least, it was free for me at the moment I recorded the video. I never gave credit card information and it's still working fine for me today. 4. ChatGPT/Playground currently generates code for Selenium 3 and not for the last version (Selenium 4), so keep that in mind when using its generated code.
@ESSARGEE
@ESSARGEE Жыл бұрын
this is insane! TY for the videos, chat gpt3 is basically the next internet lol
@abhijeetdhumal7385
@abhijeetdhumal7385 Жыл бұрын
Bcoz it doesn't know about world after 2021
@maskman4821
@maskman4821 Жыл бұрын
@@abhijeetdhumal7385 yeah, I wonder why openAI team does this, if AI can't tell us the latest info, then it is no better than Google, you know 🤔
@sheetai
@sheetai Жыл бұрын
The SOME REASON is it was trained on data on the internet, there is more data about the older version than the new one, have you tried asking it specifically to write for selenium 4?
@Privacyking
@Privacyking Жыл бұрын
@@maskman4821 so that u will pay subscription when they launch the latest dataset :P
@psocretes8183
@psocretes8183 Жыл бұрын
I have never uderstood how bots work. Like many people I have dabbled with code but haven't needed to go further. I didn't realise that the classes and IDs etc were to help others acess your ste data. It all makes so much more sense. Thanks.👍
@mrtn5882
@mrtn5882 Жыл бұрын
So basically you tell ChatGPT all the things that you'd tell any other web scraping tool as well. How genius! ChatGPT is now as intelligent as Scrapinghub was 10 years ago. 😅
@thesteffan5766
@thesteffan5766 Жыл бұрын
hich free tool would u recommend?
@maskman4821
@maskman4821 Жыл бұрын
Wow, this is really amazing, thank you for showing us how to tell ChatGPT to scrape the web page to get the content we need, this is a valuable lesson, than you so much 🙏
@navin346
@navin346 Жыл бұрын
The projects shown in this video were once used to be to pass a whole examination or certification
@pavel9652
@pavel9652 Жыл бұрын
Twitter loads only so many tweets at once, so when you scroll too far, it will remove the objects from HTML on the top. I learned it when I was searching for something with ctrl+f in the browser.
@mamneo2
@mamneo2 Жыл бұрын
Incroyable.
@NiruBhat1
@NiruBhat1 Жыл бұрын
@@mamneo2 Excroblagaxyable
@seanzhang3873
@seanzhang3873 Жыл бұрын
good video, I think this is going to be the future of coding. Human don't need to do low-level coding, but giving high-level instruction.
@KCM25NJL
@KCM25NJL Жыл бұрын
That low-level code you speak of, is high-level code. GPT just adds a higher level :)
@seanzhang3873
@seanzhang3873 Жыл бұрын
@@KCM25NJL The low-level code I mention, means the actual codes, like python, c or c++. The higher level code I mention means the natural language which explain the fundamental logic of the program. But I do get what you mean.
@pavel9652
@pavel9652 Жыл бұрын
This is a high-level code. Languages such as Python or Ruby are amongst the least verbose. Create a code snippet once and use it later. What is the point writing essays in English? ;) Great for learning, though.
@Aru8675
@Aru8675 Жыл бұрын
Hey brother can you tell me why i am getting only [ ] this in output whenever I try to scrap data of some websites? Does this happen due to they use javascript? Or it happens because javascript is not supported by beautiful soup? So is selenium best for all types of javascript, css and html websites? Also please make a video or provide your email i am facing issues in installation of chrome webdriver.
@magicsmoke0
@magicsmoke0 Жыл бұрын
It loses a bit of usefulness when you have to go look at the source and figure out for the ai where and how to scrape. Is there no ai that can "search" the html structure for the content you want?
@Mesut.e
@Mesut.e Жыл бұрын
It's a very simple and understandable educational video, thank you... I have a few questions. Is it possible to scan current ASINs (product identification numbers used by Amazon)? Of course, I need to enter location information to fetch data from the Amazon website. My other question is, how can I select the current profiles in my Chrome browser while using chromedriver?
@disrael2101
@disrael2101 Жыл бұрын
Best video of 2023 so far
@jareda8943
@jareda8943 Жыл бұрын
This is exactly what I needed. Thank you!
@JesusChinoMagris
@JesusChinoMagris Жыл бұрын
Great tutuorial. Thank you. Question, i am trying to create a chrome extension to scrape products in every category that have no videos. Will this be possible using this same approach? TIA
@joshsowin
@joshsowin Жыл бұрын
You’re using “text-davinci” GPT model but “code-divinici” will probably work better for these kinds of things and will work more consistently
@k-c
@k-c Жыл бұрын
Pretty useful and time saving. Thanks again.
@lokesh9322
@lokesh9322 Жыл бұрын
Just 1 or 2 mins. It won't take more time to Google and copy from stack over flow.
@txreal2
@txreal2 Жыл бұрын
Got error at Playground OpenAI You've reached your usage limit. See your usage dashboard and billing settings for more details. You got to pay to play :(
@alexandermartens192
@alexandermartens192 Жыл бұрын
I dint see a use case for it in the real world. When you first need to dive into the source code to find the right divs, or scc, what is the point using ai. The code itself can be written in 5 mins manually and probably in 1 min with github copilot.
@FaycalAZIB
@FaycalAZIB Жыл бұрын
I'm stuck to scrape data related to this query on Google maps : Hotels near city name and getting the price of each hotel in detail view
@MangalFaisal
@MangalFaisal Жыл бұрын
what if I want to scrape the movie title, but also, the info inside each movie/url that leads to the info of the movie?
@davidinark
@davidinark Жыл бұрын
So how do you tell it to scrape the subsequent pages?
@TheWorldFamousBeaverpedia
@TheWorldFamousBeaverpedia Жыл бұрын
I just asked the same thing two months after your question. I guess he either missed your question or I just won't get an answer. Your question is all I really care about :)
@TheTalidi
@TheTalidi Жыл бұрын
Thanks Please there is any method to know keyword that use on some products on amazon with ChatGPT??
@kottinaresh89
@kottinaresh89 Жыл бұрын
But chatgpt says it cannot connect to internet, no real time access as its an ai model. Is this something other than chatgpt?
@Oliverqueen
@Oliverqueen Жыл бұрын
will this work on gambling websites that provide live stats? could you code it to constantly check the website for updated info? or would you need auth api for that.
@shameemahamed1031
@shameemahamed1031 Жыл бұрын
Everyone says the name as Amazon at the start but the tutorial is about a different website scraping. The real part is you can not scrape Amazon content easily and if you go by this same method it'll fail as the DOM element won't be available and no one is telling you this.
@HQ-OnlyFans-Traffic
@HQ-OnlyFans-Traffic Жыл бұрын
Can this work on a website that requires log in to access any data I want to scrape? Thanks!
@DVSHORTS21
@DVSHORTS21 9 ай бұрын
Hello bro how to scrape a running website which will change all the time
@hariniavula5748
@hariniavula5748 Жыл бұрын
what if we have pagination or if the data is in api?
@Comic_Book_Creator
@Comic_Book_Creator Жыл бұрын
I need to scrap video links from a website? can I do ?
@DJPapzin
@DJPapzin Жыл бұрын
Thank you for this great tutorial. I tried to scrape on tweeter by scrolling but i always get the same results
@kamel3d
@kamel3d Жыл бұрын
Great video, could you do an example to scrape facebook pages and get post? I was trying this the other day and it seem there no way to scrape public data from fb
@ThePyCoach
@ThePyCoach Жыл бұрын
I’ve never tried to scrape fb. What’s the issue? There are websites like LinkedIn though that have strong anti scraper systems that make web scraper very challenging. As I mentioned in another comment, this AI tool gives you the code, then you have to come up with something like proxy rotation to deal with anti scraping systems
@soccergalsara
@soccergalsara Жыл бұрын
bit weird
@filmydhamaka4401
@filmydhamaka4401 Жыл бұрын
After getting the script of code. Where did you pasted it to run?
@annapetmikel4356
@annapetmikel4356 Жыл бұрын
you are SO good. Learn much from you
@aiexplains
@aiexplains Жыл бұрын
You can tell chatgpt to scrape for example items in items name just leave the selector empty then you can just fill out the selectors
@imhugeinjapan7
@imhugeinjapan7 Жыл бұрын
What can you do once you scrap a list? Like can you show more possibilities?
@NiruBhat1
@NiruBhat1 Жыл бұрын
you can save it!!!!!! & delete, recyclin bin - restore and again again, infinite possibilities instead of reading directly from the web!
@AEON.
@AEON. Жыл бұрын
Can you make a video of getting ChatGPT to Google Dork or to write a code to do so for any website??
@jason_v12345
@jason_v12345 Жыл бұрын
I see zero point in using Chat GPT as merely a direct, 1-to-1 translator from natural language to code. If I need to write the instructions at the same level of abstraction as the code, I might as well just write the code. That's largely why programming languages exist! They are specialized languages that, unlike natural languages, can precisely and succinctly express low-level technical requirements in a human readable form.
@kami2496
@kami2496 Жыл бұрын
Es para ahorrar tiempo. Personalmente no he tocado HTML hace años, como electronico no me era necesario hasta el momento. Podria retomar los cursos, actualizarme, pero es otro tiempo adicional. Esto estrecha esos tiempos. Y de que maneras, refresca la memoria en los diversos lenguajes.
@satepestage3599
@satepestage3599 Жыл бұрын
I guess it's just more about batching those instructions.
@mamneo2
@mamneo2 Жыл бұрын
​@@kami2496 Hola Miguel, veo que has estado contestando varios comentarios en inglés, con respuestas en español 😂
@kami2496
@kami2496 Жыл бұрын
@@mamneo2 bueno, asumo que si hay algun problema, el traductor lo soluciona. No es una barrera necesariamente.
@plasmaawakened4785
@plasmaawakened4785 Жыл бұрын
How would i scrape website for ad copy on there home page? 🤔
@subhamsaha2235
@subhamsaha2235 Жыл бұрын
Thankssssssssssssssssssssssssssssssssssssssssssssssssssssss, for the first time I scraped a website by writing the exact code and also understood it completely, what was happening inside it
@sftinpakistan7766
@sftinpakistan7766 Жыл бұрын
Can you do that product asin and product price like products finding for Amazon fba
@happyfreeky
@happyfreeky Жыл бұрын
Isn't what you're using (playground) running GPT-3, not chatGPT? You said yourself that chatGPT doesn't have Web access (which is correct). But GPT-3 does. You keep saying chatGPT in your video (and title), which doesn't make sense. Or is playground a special version of chatGPT (aka GPT-3.5) that has Web access?
@smanzoli
@smanzoli Жыл бұрын
Playground is another AI, a much less capable one (davinci)… NOT ChatGPT.
@simpsonsmagazine
@simpsonsmagazine Жыл бұрын
Davinci is actually a bigger model that’s more capable but you need to give it more instruction
@bezillions
@bezillions Жыл бұрын
Chatgpt is gpt3 3.5 fine tuned to have discourse, "playground" is all of their models which are all based off go t3.5 at the moment and fine tune to do specific things like codex writes code, davinci does embedding and generation of tex
@MohammedAli-tq8ln
@MohammedAli-tq8ln Жыл бұрын
Yes he keeps saying ChatGPT.. anyway his tutorial is very useful 🌹
@xWe2s
@xWe2s Жыл бұрын
No, it's not. The text davinci 003 is the latest model, which actually is the so called gpt3.5 and ChatGPT. 🤦‍♂️
@smanzoli
@smanzoli Жыл бұрын
@@xWe2s Chat GPT is NOT the same da vinci you get in the Playground by ANY means.
@spicer41282
@spicer41282 Жыл бұрын
Much like the other comment by a Lance below? This is NOT ChatGPT! You're misleading your Viewers. This is GPT-3 using the Davinci Text 3 option. Maybe you're going for more Views by saying "ChatGPT" ? But you are going to Confuse those that are Not too familiar with this technology. However, having said All of the above? Just wanted to make sure everyone knows. All in all.... This is an Excellent tutorial !!
@ThePyCoach
@ThePyCoach Жыл бұрын
I shouldn't have used the terms ChatGPT/Playground interchangeably. That said, the prompts I used generated the same code in both ChatGPT/Playground. I just decided to use the latter because it generated the code way faster than ChatGPT without wasting time explaining the code.
@onurerdogan6725
@onurerdogan6725 Жыл бұрын
How can web scraping all pages from spesific website ?
@sayednab
@sayednab Жыл бұрын
how to integrate chatgpt to email, excel and messages?
@learnwitharbia3477
@learnwitharbia3477 Жыл бұрын
thank you so much, that's really helpful!
@Nabilh17
@Nabilh17 Жыл бұрын
thank you for the video, it was interesting use cases 😊
@El.Desarrollador
@El.Desarrollador Жыл бұрын
I love you so much I really love you months and months trying to figure it out finally I was able to complete a project
@avamaria8447
@avamaria8447 Жыл бұрын
what project have you been working on months and months?
@chuckrussell3804
@chuckrussell3804 Жыл бұрын
What if I need to Log in first?
@futuregootecks
@futuregootecks Жыл бұрын
Bro this is genius!!! Thank you
@ttff-bd2yf
@ttff-bd2yf Жыл бұрын
I can't get it to scrape Amazon.
@13579Josiah
@13579Josiah Жыл бұрын
Waittt is the ai actually going to that link and looking at the html of the page? No right? Then how is it knowing from the url how to scrape the website?
@ThePyCoach
@ThePyCoach Жыл бұрын
In the case of books.to.scrape, it simple takes a script already built from the internet. In case on Amazon/Twitter, we're simply giving instructions on how to build the scraper. The tool never gets to see the HTML (at least not in this tutorial)
@nichandesign
@nichandesign Жыл бұрын
Can you make chatgpt learn something about the actual data and updates by giving it informations
@nfaza80
@nfaza80 Жыл бұрын
text davinci is not optimized for coding. use other model
@pleabargain
@pleabargain Жыл бұрын
Which model do you recommend?
@seanzhang3873
@seanzhang3873 Жыл бұрын
@@pleabargain codex?
@ThePyCoach
@ThePyCoach Жыл бұрын
I didn't know that. Which one do you use for coding? 🤔
@deep2mixer
@deep2mixer Жыл бұрын
@@ThePyCoach OpenAI Codex
@greengoblin9567
@greengoblin9567 Жыл бұрын
@@deep2mixer chat gpt is actually better at coding than codex.
@adamgdev
@adamgdev Жыл бұрын
Solid video!
@th-xd9xv
@th-xd9xv Жыл бұрын
Great video! Is this also usefull for Instagram? They have a very strong Bot detector.
@ThePyCoach
@ThePyCoach Жыл бұрын
The tool simply gives you the code. The rest is up to you. In this particular case, you’d probably need to rotate proxies
@th-xd9xv
@th-xd9xv Жыл бұрын
@@ThePyCoach yeah thought so. Thanks for clarifying. Love your content. Keep it going!
@ghayethbouraoui50
@ghayethbouraoui50 Жыл бұрын
what about scraping with facebook????
@baghi536
@baghi536 Жыл бұрын
Thank you!
@mnali
@mnali Жыл бұрын
Thank you for the tips
@Wolfoffreedom111
@Wolfoffreedom111 Жыл бұрын
Dude you can scrap with beautifulsoup, why you saying you can’t scrap amazon with it lol
@iammcqwory
@iammcqwory Жыл бұрын
Asante Sana
@kevinkurnia2259
@kevinkurnia2259 Жыл бұрын
thanks bro i need this
@magatsu82
@magatsu82 Жыл бұрын
isn't playground a paid service?
@whitechasp
@whitechasp Жыл бұрын
what kind of use does this have?
@kami2496
@kami2496 Жыл бұрын
Yo tenia en mente, aplicar un generador de resumenes. Imagina para un chat cualquiera, poder pedir generar un resumen de ## tiempo atras. Supongamos una conversacion que duro 30 minutos, para no leer todo, poder analizarla primero en forma de resumen, poder extraer las palabras claves, y determinar si resulta relevante revisar el contenido, o no... Asi omito el tiempo de leer comentarios de relleno. Felicitaciones, Saludos, repeticion de contenido, cosas fuera de contexto... Pero el primer paso es extraer la informacion de una pagina, luego procesarla con tecnologias NLP [GPT3], y obtenemos resultados que nos ahorran mucho tiempo....
@eggmanaegman
@eggmanaegman Жыл бұрын
Hello, I used the exactly same code but it gave a syntax error. I asked chatGPT the same question and it gave me a different code that worked.
@knoopx
@knoopx Жыл бұрын
sorry but it's actually faster to write a scraper from scratch... try pasting the whole html and asking it to write a scraper by example instead...
@aleksd286
@aleksd286 Жыл бұрын
I think I would be more quicker with Copilot
@xWingzTV
@xWingzTV Жыл бұрын
What is copilot?
@aleksd286
@aleksd286 Жыл бұрын
@@xWingzTV Microsofts AI tool specifically for programming. Been using it since the beginning
@vishalharihar238
@vishalharihar238 Жыл бұрын
How can we ask ChatGPT to do pagination and scrape data for multiple pages within the same website?
@ThePyCoach
@ThePyCoach Жыл бұрын
The pages are usually in a navigation bar ( tag). Just tell ChatGPT to locate an element that has the nav tag and add the class name of the element.
@pavel9652
@pavel9652 Жыл бұрын
The ai will replace programmers bro, they say. Just ask on chat overflow how to write English question ;) I didn't intend to be mean, just found it funny ;)
@__d.y
@__d.y Жыл бұрын
You’re just pseudo coding at that point. You’ll need to know how the code will look to ask the question in the first place. I don’t really see a point in doing this. What would be useful is dropping in html code and giving examples of what you want scraped
@s.baskaravishnu22
@s.baskaravishnu22 Жыл бұрын
Many thanks
@NiruBhat1
@NiruBhat1 Жыл бұрын
Change heading as "How to scrape any website content using Python"
@DerClaudius
@DerClaudius Жыл бұрын
"loophole" ....
@joshsowin
@joshsowin Жыл бұрын
This is not ChatGPT, why do you keep saying that 😢
@ThePyCoach
@ThePyCoach Жыл бұрын
Yeah, I shouldn't have used the terms interchangeably. That said, you'd generate the same code with both ChatGPT/Playground. I know because I tried both. I've just made the video with Playground because it was faster.
@MyBakedTurtle
@MyBakedTurtle Жыл бұрын
I’m tryna make a program where I can give a python script a bunch of top 20-50 ad agency website list and then it gets each of those websites and then scrapes for all their email so I can contact them offering my video editing services
@israelp
@israelp Жыл бұрын
Up
@Mr.nice.
@Mr.nice. Жыл бұрын
Why bother using gpt or anything if i know how it works i could just write the code myself and its will be more fun than talking to a robot
@mohamedde2583
@mohamedde2583 Жыл бұрын
Chomedriver ain’t working no more ?
@howarja
@howarja Жыл бұрын
You need to have the Chromedriver version that matches your Chrome Browser release version. So, as your Chrome browser updates, you'll need up update your Chromedriver.
@johnpower1458
@johnpower1458 Жыл бұрын
Use Mozilla driver
@1996Pinocchio
@1996Pinocchio Жыл бұрын
Just tell ChatGPT what error you are getting, and it will tell you what you could do.
@willowwood6798
@willowwood6798 Жыл бұрын
:) now I have to Google scrape website so I can know what he is doing…Context gets me 60% there.
@FRANKWHITE1996
@FRANKWHITE1996 Жыл бұрын
Subscribed
@schmetterling4477
@schmetterling4477 Жыл бұрын
That's cool... lets enable blatant copyright violations with AI. ;-)
@arnabchatterjee1611
@arnabchatterjee1611 Жыл бұрын
Script?
@mrbinix3573
@mrbinix3573 Жыл бұрын
Cant scrape twitter no more
@Ozla102
@Ozla102 Жыл бұрын
simple version of Github copilot
@ThinkwithLex
@ThinkwithLex Жыл бұрын
I think typing code is much faster
@iamisobe
@iamisobe Жыл бұрын
Amazon Ip bans for this
@akramxgamer6574
@akramxgamer6574 Жыл бұрын
what the idea
@mrthompson5084
@mrthompson5084 Жыл бұрын
Won’t scrape LinkedIn correctly. Fuck I hate LinkedIn.
@CaterpillarOGM
@CaterpillarOGM Жыл бұрын
This' no loophole
@Business099
@Business099 Жыл бұрын
Bro scrap telegram
@MagicNoThief
@MagicNoThief Жыл бұрын
Warning!! The OpenAI Playground ISN'T FREE.
@ThePyCoach
@ThePyCoach Жыл бұрын
I think they give you free credit each month. I never put any credit card info and I've used it for free so far
@MagicNoThief
@MagicNoThief Жыл бұрын
You only get some credits when you register, for a month
@MagicNoThief
@MagicNoThief Жыл бұрын
Also "Playground chatGPT" is not chatGPT. It's another language model, that's called GPT-3. ChatGPT is a GPT-3 based model that can communicate in conversations.
@Meleeman011
@Meleeman011 Жыл бұрын
wtf it can do this too? XD
@kimbapslayer1995
@kimbapslayer1995 Жыл бұрын
Lol chat gpt is not connected to the internet 😂
@bangaruvarun3750
@bangaruvarun3750 Жыл бұрын
Jobs are at stake!!!!
@proxyscrape
@proxyscrape Жыл бұрын
@oxylabs we better watch out. ChatGPT is going to put everyone out of business. 😁
@Sammyli99
@Sammyli99 Жыл бұрын
whats more amazing is guess how much the Ai has grown in the last 4 weeks....now it knows what every hustler and hacker wants...feeds it back to: Google, Facebook, Insta, and the FBI and hey presto, secured loop. All for a fee sure, MS servers don't run themselves.
3 Python automation projects you can finish in a weekend
55:56
The PyCoach
Рет қаралды 3,9 М.
отомстил?
00:56
История одного вокалиста
Рет қаралды 7 МЛН
OYUNCAK MİKROFON İLE TRAFİK LAMBASINI DEĞİŞTİRDİ 😱
00:17
Melih Taşçı
Рет қаралды 11 МЛН
POV: Your kids ask to play the claw machine
00:20
Hungry FAM
Рет қаралды 18 МЛН
Automate Boring Office Tasks with ChatGPT and Python
10:06
Coding Is Fun
Рет қаралды 520 М.
This AI Agent can Scrape ANY WEBSITE!!!
17:44
Reda Marzouk
Рет қаралды 57 М.
This is the best web scraping method
19:05
The PyCoach
Рет қаралды 2,6 М.
Automate Excel with ChatGPT (and Python)
13:34
The PyCoach
Рет қаралды 245 М.
Scraping Professors Contact Information Using Python
32:41
CodeMate TV
Рет қаралды 229
Web Scraping with ChatGPT is mind blowing 🤯
8:03
Code Bear
Рет қаралды 49 М.
Web Scraping with ChatGPT Mentions is Mind Blowing!
8:42
The PyCoach
Рет қаралды 30 М.
How To Get FREE Leads Using ChatGPT in 2024
17:04
Charlie Barber
Рет қаралды 134 М.
отомстил?
00:56
История одного вокалиста
Рет қаралды 7 МЛН