youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 364cf465dd53e8006f5523c348f127f8df657bc3
parent ca950f49e909baf6672034ffc2c1c2ee7133cf23
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 14 May 2016 20:46:33 +0600

[test_utils] PEP 8

Diffstat:
Mtest/test_utils.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/test/test_utils.py b/test/test_utils.py @@ -670,7 +670,6 @@ class TestUtil(unittest.TestCase): on = js_to_json('{42:42}') self.assertEqual(json.loads(on), {'42': 42}) - def test_extract_attributes(self): self.assertEqual(extract_attributes('<e x="y">'), {'x': 'y'}) self.assertEqual(extract_attributes("<e x='y'>"), {'x': 'y'})