http://gitunderground.i2p/archive/youtube-dl/commit/46fde7caeeab13a6277aab22a0e8a29e10c30cc3
_test_proxy ( ) , ' geo_verification_proxy ' : geo_proxy , } ) url = ' http://foo.com/bar ' @@ -146,7 +517,7 @@ class TestProxy(unittest.TestCase): def test_proxy_with_idn ( self ) : ydl = YoutubeDL ( { ' proxy ' : ' 127.0.0.1: {0} ' . format ( self . port ) , ' proxy ' : self . _test_proxy ( ) , } ) url = ' http://中文.tw/ ' response = ydl . urlopen ( url ) . read ( ) . decode ( ' utf-8 ' ) @@ -154,5 +525,25 @@ class TestProxy(unittest.TestCase): self . assertEqual ( response , ' normal:...