How To Import FLV Files into Adobe Premiere CC

If you’ve ever tried to use an FLV file, perhaps a screen recording from OBS, in Premiere, you may have come across and annoying dialog box letting you know that the file format is not supported. Fear not, it’s simple to get the footage converted and working in Adobe Premiere.

Continue reading “How To Import FLV Files into Adobe Premiere CC”

BeautifulSoup 4 Python Web Scraping to CSV Excel File

In this tutorial we do some web scraping with Python and Beautiful Soup 4. The results are then saved to a CSV file which can be opened and analyzed in Microsoft Excel or another spreadsheet program. I show you how to select elements from the page, deal with 403 Forbidden errors by faking your user agent, and overcome cases where the website is poorly laid out for web scraping. The example used here is SocialBlade.

Continue reading “BeautifulSoup 4 Python Web Scraping to CSV Excel File”