youtube-dl

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

commit fca9baf0da9720bac25d160924204395930191fe
parent d347b52b63282b3276815fd03fc63a1bc8b82cf5
Author: Sergey M․ <dstftw@gmail.com>
Date:   Wed,  6 Mar 2019 02:45:33 +0700

[test] Fix test_compat_etree_Element

Diffstat:
Mtest/test_compat.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_compat.py b/test/test_compat.py @@ -93,7 +93,7 @@ class TestCompat(unittest.TestCase): def test_compat_etree_Element(self): try: - compat_etree_Element.text + compat_etree_Element.items except AttributeError: self.fail('compat_etree_Element is not a type')