Skip to content

Instantly share code, notes, and snippets.

View brandonwu's full-sized avatar

Brandon Wu brandonwu

View GitHub Profile
[
{
"iata": "SFO",
"name": "San Francisco International Airport",
"img": "https://hoodline.imgix.net/uploads/story/image/66268/rsz_19037288028_d3260f96f2_k.jpg?auto=format"
},
{
"iata": "MUC",
"name": "Munich International Airport",
"img": "https://www.internationalairportreview.com/wp-content/uploads/munich-website-digital.jpg"
@brandonwu
brandonwu / Unsong.recipe
Created March 20, 2017 00:59
Calibre recipe to download Unsong, by Scott Alexander
#!/usr/bin/env python2
# vim:fileencoding=utf-8
from __future__ import unicode_literals, division, absolute_import, print_function
from calibre.web.feeds.news import BasicNewsRecipe
import re
conversion_options = { 'title' : 'Unsong', }
class AdvancedUserRecipe1488762317(BasicNewsRecipe):
title = 'Unsong'