Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am nilshamerlinck on github.
  • I am nilshamerlinck (https://keybase.io/nilshamerlinck) on keybase.
  • I have a public key ASBe25U9t31HrsVHL5Wr5SSozfcwgf1_ASa30r_SRBDFago

To claim this, I am signing this object:

@nilshamerlinck
nilshamerlinck / get_url.py
Created April 27, 2013 12:21
Petit script python codé à l'arrache pour récupérer les urls directes des podcasts France Inter et France Culture à partir de leur page descriptive.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import codecs, locale, os, sys
sys.stdout = codecs.getwriter('utf-8')(sys.stdout)
import httplib
import urllib2
from cookielib import CookieJar