Fix extraction of YouTube chapters (#531)
YouTube changed the name of the chapters in the JSON from engagement-panel-macro-markers to engagement-panel-macro-markers-description-chapters, so extracting chapters doesn't work.
This commit is contained in:
@@ -259,7 +259,6 @@ public class YoutubeStreamExtractorDefaultTest {
|
||||
|
||||
@Override public int expectedStreamSegmentsCount() { return 7; }
|
||||
@Test
|
||||
@Ignore("TODO fix")
|
||||
public void testStreamSegment() throws Exception {
|
||||
final StreamSegment segment = extractor.getStreamSegments().get(1);
|
||||
assertEquals(164, segment.getStartTimeSeconds());
|
||||
|
||||
Reference in New Issue
Block a user