Тёмный

The Easiest Way to Scrape Web Data with VBA 

Excel Macro Mastery
Подписаться 84 тыс.
Просмотров 103 тыс.
50% 1

The Easiest Way to Scrape Web Data with VBA
In this video I show you how to scrape data using a little-known method. The method is powerful because it only requires a few lines of code and doesn't require any installation or browser.
SUBSCRIBE TO THE CHANNEL: bit.ly/36hpTCY
DOWNLOAD THE SOURCE CODE FOR THIS VIDEO: bit.ly/3NrfGt4
VBA RECIPES LIBRARY of 1000+ VBA code snippets(shorturl.at/dARW7)
Related Training
The Excel VBA Handbook Course(TheExcelVBAHandbook.com)
Webinar Archives - 60+ Hours of VBA training(excelmacromastery.com/excel-v...)
Free Excel VBA Resources
Excel VBA Articles (excelmacromastery.com/vba-art...)
Useful VBA Shortcut Keys
========================
Debugging:
Compile the code: Alt + D + L OR Alt + D + Enter
Run the code from the current sub: F5
Step into the code line by line: F8
Add a breakpoint to pause the code: F9(or click left margin)
Windows:
View the Immediate Window: Ctrl + G
View the Watch Window: Alt + V + H
View the Properties Window: F4
Switch between Excel and the VBA Editor: Alt + F11
View the Project Explorer Window: Ctrl + R
Writing Code:
Search keyword under cursor: Ctrl + F3
Search the word last searched for: F3
Auto complete word: Ctrl + Space
Get the definition of the item under the cursor: Shift + F2
Go to the last cursor position: Ctrl + Shift + F2
Get the current region on a worksheet: Ctrl + Shift + 8(or Ctrl + *)
To move lines of code to the right(Indent): Tab
To move lines of code to the left(Outdent): Shift + Tab
Delete a Line: Ctrl + Y(note: this clears the clipboard)

Наука

Опубликовано:

 

28 мар 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 166   
@Excelmacromastery
@Excelmacromastery 2 года назад
I hope you enjoy the video. Make sure to download the code from the description below.
@viveksharma4193
@viveksharma4193 2 года назад
how to fetch data from sql
@lesliebenjamin5487
@lesliebenjamin5487 2 года назад
How can you handle say PAGINATED web data? same using VBA?
@sammybenmenahem
@sammybenmenahem Год назад
But what if the page is not table elements, only divs and labels?
@vikrantchouhan9908
@vikrantchouhan9908 3 месяца назад
Hello sir, can one also load data on the html pages using the field ID (without relying on the sendkeys method). Any inputs will be valuable.
@bredmond812
@bredmond812 2 года назад
No kidding. I've been watching videos on VBA web scraping since yesterday and was going through RU-vid literally right now looking for more getting ready for a project. Then you post this new video in the middle of that. Thank you!
@Excelmacromastery
@Excelmacromastery 2 года назад
That's Great Brandon.
@bredmond812
@bredmond812 2 года назад
@@Excelmacromastery Say, while I got your attention, do you know if it is feasable to capture a whole website and all its assets to make a copy of it?
@serdip
@serdip 2 года назад
Another AMAZING video! Thanks very much for showing how easy it can be to scrape data from web pages. The solution presented is simple and elegant and easily adapted to a wide variety of use cases. Thank you!!
@AlejandroSerranoJuan
@AlejandroSerranoJuan 2 года назад
Really. You are the best VBA code professor I know. As you keep sharing we keep improving. Thanks for it.
@redfeather22sa
@redfeather22sa Год назад
Brilliant Paul !!! Thanks !! I've been using the same for years but glad there's an accessible reference to it on RU-vid now !!
@cristiano440
@cristiano440 Год назад
The most useful thing I've seen this year... man... you rock!
@CAP0NE
@CAP0NE 8 месяцев назад
Very good video and annotations. In about only 7 minutes I've learned more then in an hour of searching and reading. Many thanks for that!
@jenniferbabitzke9474
@jenniferbabitzke9474 10 месяцев назад
This video and code is going to save me countless hours on a research project. Thank you so much!!!
@compscript7973
@compscript7973 2 года назад
This was great. I have been watching videos all day and this is the first one that worked. I look forward to watching this same video using other methods besides tables.
@Excelmacromastery
@Excelmacromastery 2 года назад
Awesome, thank you!
@stevennevin7466
@stevennevin7466 2 года назад
Excellent explanation. You have made this task much less daunting. 👏.
@free3690
@free3690 2 года назад
Very helpful examples, thank you for the video!
@Excelmacromastery
@Excelmacromastery 2 года назад
Glad it was helpful karl!
@CanalInvestidor
@CanalInvestidor Год назад
Excellent tutorial, makes it possible to explore many fronts.
@hassanrozh6579
@hassanrozh6579 2 года назад
Great job, thanks for sharing this helpful way.
@MichaelWilliams-rf2jw
@MichaelWilliams-rf2jw Год назад
I love this video! Thanks for sharing this info.
@joaocustodio2094
@joaocustodio2094 2 года назад
As always... well done Paul. Thanks very much.
@Excelmacromastery
@Excelmacromastery 2 года назад
Thanks Joao
@deexcelguy
@deexcelguy 2 года назад
Mind-blowing... Best Web scrapping with VBA video ❤❤❤
@Excelmacromastery
@Excelmacromastery 2 года назад
Thanks a lot N'rele. Glad you liked it.
@KhalilYasser
@KhalilYasser 2 года назад
Awesome tutorial. Thanks a lot.
@Code___Play
@Code___Play 3 месяца назад
Very practical and helpful video with very detailed explanation!
@johnwayne8059
@johnwayne8059 2 года назад
Amazing video Paul!🥳🍀😁🤟😎
@Excelmacromastery
@Excelmacromastery 2 года назад
Thanks John, Glad you like it.
@turkaykoc8587
@turkaykoc8587 Год назад
Thank you very much for sharing valuable information.
@wayneedmondson1065
@wayneedmondson1065 2 года назад
Great one! Thanks Paul.
@Excelmacromastery
@Excelmacromastery 2 года назад
You're welcome Wayne.
@HectorAgostoOne
@HectorAgostoOne 2 года назад
Ahhh. This is excellent but I got so hooked to Power Automate for web scraping as it makes it sooo easy. Still, this tutorial is A+. Going to attempt this to have further hands on knowledge on vba
@js-cx8wk
@js-cx8wk 2 года назад
Thank you, nice video!!
@TheMisiekMisiek
@TheMisiekMisiek Год назад
Perfect. Very useful.
@danielmelo389
@danielmelo389 2 года назад
Best Excel channel on youtube
@Excelmacromastery
@Excelmacromastery 2 года назад
Thanks Daniel
@alexandrumoldovan9936
@alexandrumoldovan9936 2 года назад
Great video with lots of insights, which is really the norm for Paul at this point. Query tables look really powerful, maybe you could make a video more in detail about it in the future. I'm sure many, myself included, would find that very helpful. Thank you!
@Excelmacromastery
@Excelmacromastery 2 года назад
Thanks Alexandru
@vbaclasses3553
@vbaclasses3553 2 года назад
Great video, thanks for sharing. Another tool in the toolkit.
@Excelmacromastery
@Excelmacromastery 2 года назад
Thanks Andre!
@CollDott
@CollDott 2 года назад
👍 Amazing!!
@likhangsubok
@likhangsubok 2 года назад
thank you so much for this tutorial, so helpful and very informative. watching from abu dhabi uae
@Excelmacromastery
@Excelmacromastery 2 года назад
Glad you like it.
@Jocedu06
@Jocedu06 2 года назад
Awsome! This is the object used by powerquery when loaded in a table
@pbs36
@pbs36 2 года назад
Great video.
@dmp4096
@dmp4096 2 года назад
THIS!!! IS!!! AWESOME!!! I was looking for a way to let a workbook pull down data from a MySQL database on the web easily. I think with the right bit of code on my server I can make this happen with these tools. THANK YOU SO MUCH!
@jvdb5509
@jvdb5509 2 года назад
Have you tried using PowerQuery?
@dmp4096
@dmp4096 2 года назад
@@jvdb5509 no. I really am no Excel wizard. I’m an old school programmer trying to automate some stuff for a good friend and our ski race league. I’ve developed a bit of familiarity with VBA and this idea seems to get me around some other areas I have no familiarity with… LOL ….as well as not requiring total control over the server…
@Excelmacromastery
@Excelmacromastery 2 года назад
You're welcome
@Victor-ol1lo
@Victor-ol1lo 2 года назад
Awsome !! Thanks for sharing !!!
@Excelmacromastery
@Excelmacromastery 2 года назад
Thanks for watching!
@KhanhNguyen-bn4jx
@KhanhNguyen-bn4jx 2 года назад
thank you very helpful video.
@Excelmacromastery
@Excelmacromastery 2 года назад
Glad it was helpful!
@micheltw
@micheltw 2 года назад
Best web scraping video
@Excelmacromastery
@Excelmacromastery 2 года назад
Thanks Michel.
@user-ue9rh3xi3n
@user-ue9rh3xi3n Год назад
Thanks Paul. This video is very helpful. You should be canonized for your body of work.
@vikrantchouhan9908
@vikrantchouhan9908 2 года назад
Great one! Would it be possible to populate the data as well (on web pages) using this approach?
@knowledge2excel83
@knowledge2excel83 2 года назад
Excellent
@alanlamb6047
@alanlamb6047 2 года назад
Great video, well presented as always. As a long time excel user , I suspected this code was effectively the same as using the legacy data wizards (Data: GetData: Legacy Wizards: From Web. Note you may need to enable wizards: Excel Options: Data: Show legacy data import wizards: From Web) In some instances, I have found the legacy data connections are a lot faster than the modern PowerQuery methods Anyway, if you turn on the VBA recorder and then use the above wizard, you will get the same core VBA code generated as per the video However, in my quick performance check, the PQ method was substantially faster for this case
@Excelmacromastery
@Excelmacromastery 2 года назад
Thanks Alan. Good info.
@apbosh1
@apbosh1 2 года назад
You're showing the chrome examples saying don't have to use all this code, I'm thinking that looks neat as, already. Superb information as usual. Do you have a video on reading larger csv files 250k rows but managing memory and cleaning up afterwards. I will look as well .
@derekharmon6999
@derekharmon6999 Год назад
Great video! Would I be able to pull out all terms on a webpage that were bolded and list them on a column with this same code?
@s1ngularityxd64
@s1ngularityxd64 2 года назад
This is so fast, amazing. How would you fetch urls from a table instead of a hard coded url?
@mustafakurt3546
@mustafakurt3546 2 года назад
perfect bro
@golfmedic100
@golfmedic100 2 года назад
great video - just wondering if this method be used to scrape a table ?
@wojciechgebura3678
@wojciechgebura3678 Год назад
You're doing great job, Paul, thank you! One question: is it possible to scrape Web Data with VBA the exact way as follows? I define about hundred URLs and also three to five keywords/phrases to find on those websites. VBA does the search job and when found, it returns the results in a spreadsheet as links to the articles that content those keywords/phrases. The process would be repeated once a week. Is it doable with the VBA?
@postventatewis9968
@postventatewis9968 2 года назад
Great, Paul. Thanks for this. I want to ask you two questions. How send user & password to a site, and how populate the search box with a input box or a cell content.Regards
@pedrohcp
@pedrohcp 2 года назад
Wanna know as well
@meiyi6520
@meiyi6520 Год назад
Great video! How do I write the code if I need to scrap the table from mulitple web pages?
@Mexico0607
@Mexico0607 Год назад
FIrst of all a very nice and useful tutorial. I have a practical question: I use the querytable approach. Unfortunately the webpage Table uses another number format then my Excel (. and , swapped for dezimals). Is it possible to change this in the querytable?
@superyngo
@superyngo 2 года назад
Super!
@Excelmacromastery
@Excelmacromastery 2 года назад
Thank you very much!
@ELS737
@ELS737 2 года назад
Tnak you for the Video, awesome! When I go to download stock quotes I only get updated data about once a minute, the sites seem to somehow prevent a second by second update. How would this still be possible?
@miless2111sutube
@miless2111sutube 2 года назад
as always presented in a clear, easy and reassuring way :) How do you know which table reference (table 1) to use? Is it simply counting them visually or is there somewhere on the web page that you have to go to see that the table is referenced as table 1?
@Excelmacromastery
@Excelmacromastery 2 года назад
No clear cut way. You can count them on the page but it's not always obvious what is a table. You can check the underlying html code. The easiest thing is to run the code until you hit the correct one although this may not always be feasible.
@garyburke9990
@garyburke9990 Год назад
Would be great if you could do a video on scraping an e-commerce site
@user-vg1zf8dn5m
@user-vg1zf8dn5m Месяц назад
Hello, thank you for the video. I need help, please What should we do? If the site requires you to log in first, then scrape the data from it after that
@bxyhxyh
@bxyhxyh 2 года назад
Hello, can you make a video to get unique values fastest way? - Dictionary way - Collection way - Unique function from 365 and 2021 and other methods that i don't know etc...
@softwareinfacont4438
@softwareinfacont4438 10 месяцев назад
Hi. Excelent is it posible insert into MS ACCESS Table ?
@fortak2006
@fortak2006 Год назад
this video is amazing, I used to use httprequest, how about if the website required login name and pw, is it possible use "query table"? thank you
@todddean7722
@todddean7722 Год назад
Can this method be used to navigate to other pages using links and to enter information needed, like login and passwords? If so, have you done a video on it? If so, may I get a link to the video? Thank you.
@user-nz1of4kh6u
@user-nz1of4kh6u Год назад
Hello, good evening, wow, excellent tutorial. I have tried the macros and they work wonderfully, but something strange happens to me and I have not been able to find what is happening.... I perform a scraping to a web whose unique table has more or less 15000 objects but it only reflects me in the sheet only 100 .... What could be happening? I hope you help me understand thank you very much...
@s1ngularityxd64
@s1ngularityxd64 2 года назад
always a pleasure
@jim2lane
@jim2lane 2 года назад
For those who are fairly new to coding, what you see there in the VBA coding window is the development environment that all Microsoft centric coders worked in twenty years ago 😊
@FilipCordas
@FilipCordas 2 года назад
Don't be ridiculous Visual Studio has been introduced in 2000 and it was by far the best ide in the world.
@jim2lane
@jim2lane 2 года назад
@@FilipCordas actually, the first version of VS came out in '97. I used that version extensively back then, and each iteration since then. But the IDE experience back then was very similar to this - hence my comment
@stevenabel2068
@stevenabel2068 Год назад
@@jim2lane I still have a copy of Visual Basic 1.0 - those were the days. Bleeding edge programming and boy were we bleeding at times
@Donkeys_Dad_Adam
@Donkeys_Dad_Adam 2 года назад
Could this method be used to grab a JWT (*Jason Web Token) from an Azure Database for use in running a Single Sign On process?
@jennilong7798
@jennilong7798 Год назад
Is there a way to use the whole page code, but using a large list of URLs and placing their data into new sheets? 1 URL = 1 new sheet. I need to do this for a large amount of URLs and can't figure out how to do it in batches/more than one at a time.
@jacobnye4490
@jacobnye4490 Год назад
Does this work for dynamic web pages?
@orhanozturk1183
@orhanozturk1183 2 года назад
Hi, if web site is protecting like How to add username and password entering code?
@CoolAmyKid
@CoolAmyKid Год назад
how would I edit this code to just get one element from the webpage? preferably by ID thank you
@AvagyanAvag
@AvagyanAvag 2 года назад
Nice coding example, although for this job Power Query suits better
@Excelmacromastery
@Excelmacromastery 2 года назад
Debatable:)
@samektahadi
@samektahadi Год назад
"needs to review the security of your connection before proceeding" hi, I got this message when running the vba code you're providing
@online7198
@online7198 4 месяца назад
Hello, I am Omar from Egypt. I am interested in your videos. I would like to ask a question. Can I access a data source for a website. When I search about some on website
@Irfan9191111
@Irfan9191111 2 года назад
There is a QUERY function in google sheets. Any such option in Excel (including VBA)?
@hjiraoussama776
@hjiraoussama776 2 года назад
Is there a way to scrape data from multiple salary pdf payslips into excel table ?
@raviprakashh
@raviprakashh Год назад
Can you please suggest how to send data to web page and click on button.
@Donly1pt
@Donly1pt 2 года назад
Excellent work. One question, is there a way to make the code wait for the query to complete before proceeding? Using that "Main" sub you used on the video as an example, if I have code after the UseQueryTable to do something with the values that I expect from the table it will try to do so before the table is there because the query takes a while. I tried using a Sleep function after the UseQueryTable call but it seems to also halt the progress of query....
@pjetrucha
@pjetrucha 2 года назад
Had the same issue with macro which refreshed tables in Excel (connected to Oracle database through PowerQuery) and later used those tables in some calculations. I've tried Sleep, Wait but it didn't fit my needs. Finally I've stumbled upon DoEvents and it worked like a charm ;)
@Donly1pt
@Donly1pt 2 года назад
@@pjetrucha how could I use doevents in this case to allow the query to complete?
@mannymtzgomez
@mannymtzgomez 11 месяцев назад
I can’t seem to get the code files, could you please post them again?
@torbjornsvensson2527
@torbjornsvensson2527 2 года назад
Nice Video! But I get the response that I have to Enable javascript from the webpage I try to scrape? Is there any solution for this?
@cacinaz8802
@cacinaz8802 2 года назад
Incredible! Thank you. When I call up Yahoo! historical stock data, the date parameters are set to today's date and then back one year. Is there a way to set the date parameters differently?
@Excelmacromastery
@Excelmacromastery 2 года назад
It may be possible if the parameters are in the url. otherwise you'll need to use either Chrome Selenium or XMLHttp.
@Szajbus37
@Szajbus37 2 года назад
Hi i just have a quastion about some help in my excel to automate a few steps, it's any chance to contant you ? Like discord or something else
@mmbcampus
@mmbcampus Год назад
hello, How can i interact or populate a webpage form through VBA MSXML without opening IE or without IE method. pls kindly help?
@Space.of.C
@Space.of.C Год назад
If there are multiple tables on the website then how can I extract let say 1-5 tables ??
@youknowme6780
@youknowme6780 Год назад
I am working on a vba to fill web form, it works on first IE page and submit the form, but when a new page loads with different web address, my code don't recognize the active web page... Any advice??? No selenium used
@geoffj3191
@geoffj3191 Год назад
This is great, but how do you login and submit your username and password before you access the data. I can enter my username and password, but can't figure out how to click on the button as it doesn't seem to be clearly identifiable in the HTML.
@rogerramos6745
@rogerramos6745 2 года назад
I am trying to download the Query Table source code but I get stuck on an infinite loading screen. Is there a better way to get around this? As it stands right now the code generates an error saying "Incomplete Database"
@vivandh1404
@vivandh1404 9 месяцев назад
sir how can we achieve IMPRTXML FUNCTIONALITY of google sheet into MS excel ?
@cristhiancabra184
@cristhiancabra184 2 года назад
Hello, excellent video, but i have a question, what if we need to get data from a webpage that isn't in a table and we need to find the html location? Can you make a video explaining that webscraping method please? how to extract specific data from a webpage
@mirekt1822
@mirekt1822 2 года назад
Look at 5:42 there is some info but it needs some learning ;-)
@huonggiang537
@huonggiang537 Год назад
In case login requires captcha code, it is very difficult to pass this code, is there a way to scrape data from the website that is already logged in? Thank you very much
@TP-om8of
@TP-om8of 2 года назад
It’s definitely better than the old IE method. But seriously, use Python not VBA for webscraping
@Excelmacromastery
@Excelmacromastery 2 года назад
Maybe for extensive web scraping. But if you just need to get data from a page or table then installing and learning Python is a big overhead for most people.
@juniorortizaraujo6139
@juniorortizaraujo6139 8 месяцев назад
Can we download excel report from a website ??
@normalguystrive
@normalguystrive Год назад
Anyone know if this can be used on a webpage with a username and password? IE, not public, but it's my account that I log into.
@rafatshaikh3599
@rafatshaikh3599 2 года назад
Hi, I want to scrap Indimart Data. There are no options for exporting the data. I want the leads available for the specific category. I have the API as well. Please can you guide me on this
@gzfraud
@gzfraud 10 месяцев назад
QUESTION .... I scrape 10,00+ webpages so this will really help. BUT if a URL is embedded in text on a webpage, PQ or BI won't extract the URL eg email address is embedded in the person's name. I've searched and can't find it. Any ideas?
@davej429
@davej429 2 года назад
Promising but after putting this in and running, it is just so very slow to pole the site and write the data. Not sure anything can be done to speed up. I'm using Windows 10 and Office 365.
@vincentblackwall8645
@vincentblackwall8645 2 года назад
I have a question - how I can we scrape using your method, in case if I need scrape multiple tables from the different pages?
@Excelmacromastery
@Excelmacromastery 2 года назад
You would use the AfterRefresh event to detect when the QueryTable Refresh was complete(see docs.microsoft.com/en-us/office/vba/api/excel.querytable.afterrefresh)
@ignacioa3698
@ignacioa3698 2 года назад
You able to do webscrape, however, scraping data from the page filters that I normally have to MANUALLY populate the search criteria? For example, I have to get just simple total numbers of times a particular person’s username processed certain items for the day. I have to do this for about 10 different users from my team at work. And I have to pull the data by manually populating that person’s username in the specific search filter field criteria then the page clocks and spits out the data table, then I manually highlight the data on the page in order to get a simple total number of times that come up for that specific username for the day. And I have to type and change the username on a specific filter search space every time for all of my work group members that I’m collecting the data. Also, depending on how long it takes the page to get the data, I know there’s a VBA feature that prevents the VBA from “timing out” in case the data at times takes longer depending on the size the data table.
@Cappurnikus
@Cappurnikus 2 года назад
Rather than delete and replace the equal sign, you can also press Ctrl+space to see intellisense.
@Excelmacromastery
@Excelmacromastery 2 года назад
lol! True - I use this so automatically that I actually forgot about it.
@Cappurnikus
@Cappurnikus 2 года назад
@@Excelmacromastery The only reason I remember is that I spent a couple months using Python and had to consciously remember not to use Tab.
@Malignvs
@Malignvs 2 года назад
Did you test Selenium recently, though? I can't make it work. Probably because the library wasn't updated since 2016... I wrote a lot of automations for IE and I am looking for a replacement (since IE is going to be discontinued soon). Your method is cool, but my automations are focused on executing scripts, clicking buttons and inputting data into boxes.
@FilipCordas
@FilipCordas 2 года назад
Selenium should work fine for scraping how are you running it headless or browser? Have you checked Power Automate you can do a lot using the desktop version?
@Malignvs
@Malignvs 2 года назад
@@FilipCordas For me Selenium fails at the driver.Start command. I tried with both Edge and Chrome. Yes, Power Automate is one solution, Python is another. Not having an ability to install whatever you want on your work laptop due to company policy is a problem, however.
@FilipCordas
@FilipCordas 2 года назад
@@Malignvs What version of Selenium driver do you have? Python is not a solution it's a programming language a bad one at that, but I find it strange that they would allow you to install python sdk, ide and selenium drivers for python rather than power automate that comes native in windows 11 that's the reason I recommend it you might have it already, but it could be the case corporate IT is usually ridiculous.
@suqabi
@suqabi Год назад
It give me error massage : unable to open "url". Cannot download the information requested.
@phanhuyhoang3720
@phanhuyhoang3720 2 года назад
I’m stuck with f2a even I knew all credentials. Any Idea sir
@klent3284
@klent3284 2 года назад
The link for the source code doesn't seem to work. Getting this error: "This site can’t be reached"
@didierseverac
@didierseverac 2 года назад
When you delete the table doesn't that breaks all the formulas that were using it ?
@Excelmacromastery
@Excelmacromastery 2 года назад
Yes. If you want to simply update a table you can use Refresh once the table is created.
@bigdatax6512
@bigdatax6512 Год назад
is working for 100 pages??or just one page???
@charan888
@charan888 2 года назад
What if there is an authentication to the website we are trying to access. How to handle that using query tables ?
@Excelmacromastery
@Excelmacromastery 2 года назад
You would need to use one of the other libraries such as Selenium or Http XML.
Далее
Use Excel VBA to Read API Data
20:48
Просмотров 131 тыс.
WoT Blitz. Late Night Birthday Lotto + Gifts and Presents
1:07:55
Web Scraping with ChatGPT is mind blowing 🤯
8:03
Просмотров 35 тыс.
I Made this VBA Code 2,880,952% faster
12:21
Просмотров 24 тыс.
How VBA Objects Really Work in Memory
17:46
Просмотров 52 тыс.
Excel VBA: The Little-known secrets of ByVal and ByRef
13:00
5 Killer Excel VBA Tips Everyone Should Know
12:55
Просмотров 108 тыс.
Master VBA Debugging in 20 Minutes
22:08
Просмотров 34 тыс.
#miniphone
0:16
Просмотров 3,6 млн
Купил этот ваш VR.
37:21
Просмотров 297 тыс.
Самый СТРАННЫЙ смартфон!
0:57
Просмотров 24 тыс.