erikriver / opengraph

A python module to parse the Open Graph Protocol
http://ogp.me/
MIT License
226 stars 82 forks source link

Add timeout argument to __init__. Its value passes to urlopen. #12

Closed yamaneko1212 closed 9 years ago

yamaneko1212 commented 9 years ago

Hi

To specify a timeout for a connection, I added timeout argument to init. It just passes the value to urlopen.

Thanks