youtube-dl

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

commit c67a055d16075fb59d365f4f259af6c68d4db76b
parent bc973e06d0be541eb1583dad5e61cf367dcc17c9
Author: remitamine <remitamine@gmail.com>
Date:   Mon,  7 Sep 2015 07:09:55 +0100

[test/test_write_annotations] fix test filename

Closes #6781

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

diff --git a/test/test_write_annotations.py b/test/test_write_annotations.py @@ -33,7 +33,7 @@ params = get_params({ TEST_ID = 'gr51aVj-mLg' -ANNOTATIONS_FILE = TEST_ID + '.flv.annotations.xml' +ANNOTATIONS_FILE = TEST_ID + '.annotations.xml' EXPECTED_ANNOTATIONS = ['Speech bubble', 'Note', 'Title', 'Spotlight', 'Label']