Skip to content

Instantly share code, notes, and snippets.

View andreimulbauer's full-sized avatar

Andrei Maxwel Mülbauer andreimulbauer

  • Loadsmart
  • Santa Catarina, Brazil
View GitHub Profile
@chriswallace
chriswallace / theme-fonts.php
Last active April 28, 2017 21:46
Typecase theme support declaration for WordPress themes.
<?php
/**
* Declares support for font families within your WordPress theme.
*
* By adding this code to your theme, it notifies the Typecase plugin
* that your theme allows for custom font locations that can be modified via
* the Customizer.
*/
add_theme_support( 'typecase', array(
from lxml import html
import csv
import os
import requests
from exceptions import ValueError
from time import sleep
from random import randint
def parse(url):
headers = {