NewPipeExtractor/extractor/src/test/java/org/schabi/newpipe/extractor/services
AudricV 7d27f8f25d
[YouTube] Fix descriptive audio role property value in generated DASH manifests
The note 2 of the section 5.8.5.5 of ISO/IEC 23009-1 specifies that when using
the alternate role value, a description of what the alternate track is should
be added.

As alternate is a generic role and a description role exists, it should be used
instead of the alternate one.

The property value has been of course updated in the corresponding test.
2023-03-11 22:03:04 +01:00
..
bandcamp [Bandcamp] Support loading additional comments (#1030) 2023-03-04 14:01:06 +01:00
media_ccc [MediaCCC] Test audio language property extraction 2023-02-26 19:06:18 +01:00
peertube [PeerTube] Support searching for channels 2022-12-31 18:24:33 +01:00
soundcloud [SoundCloud] Fix expectedLikeCountAtLeast tests of SoundcloudStreamExtractorTest test classes 2023-01-29 01:08:02 +01:00
youtube [YouTube] Fix descriptive audio role property value in generated DASH manifests 2023-03-11 22:03:04 +01:00
BaseChannelExtractorTest.java Add uploader verified by service extraction 2021-02-18 16:36:40 +01:00
BaseExtractorTest.java make UrlIdHandler actual wrapper for the url/id 2018-05-06 19:51:24 +02:00
BaseListExtractorTest.java Created gradle module and moved existing code to new one 2018-03-14 00:44:02 -03:00
BasePlaylistExtractorTest.java Add uploader verified by service extraction 2021-02-18 16:36:40 +01:00
BaseSearchExtractorTest.java Search: add isCorrectedSearch() and fix YoutubeSearchExtractor#getSearchSuggestion() 2020-05-07 15:39:57 +02:00
BaseStreamExtractorTest.java Add support for extracting channel subscriber count in StreamInfo. 2022-02-24 12:50:51 +00:00
DefaultExtractorTest.java Updated to JUnit 5 2021-12-27 21:08:08 +01:00
DefaultListExtractorTest.java Updated to JUnit 5 2021-12-27 21:08:08 +01:00
DefaultSearchExtractorTest.java Updated to JUnit 5 2021-12-27 21:08:08 +01:00
DefaultStreamExtractorTest.java Update DefaultStreamExtractorTest and SoundcloudStreamExtractorTest to support changes made in Stream classes 2022-05-28 12:00:45 +02:00
DefaultTests.java Updated to JUnit 5 2021-12-27 21:08:08 +01:00