NewPipeExtractor/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube
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
..
search Fix YoutubeSearchExtractorTest.MetaInfoTest 2022-11-22 16:34:54 +01:00
stream Merge pull request #1026 from AudricV/audio-streams-descriptive-and-locale-properties 2023-03-01 11:15:46 +01:00
YoutubeChannelExtractorTest.java [YouTube] Use a handle for YoutubeChannelExtractorTest.Gronkh 2022-11-03 19:46:42 +01:00
YoutubeChannelLinkHandlerFactoryTest.java [YouTube] Add tests for handles and user IDs with non ASCII characters support 2022-11-03 19:46:42 +01:00
YoutubeChannelLocalizationTest.java Improve tests and randomness 2022-03-27 20:52:38 +02:00
YoutubeCommentsExtractorTest.java Only store ajaxJson for initial page and eager fetch the initial continuation. 2023-01-02 20:40:48 +00:00
YoutubeCommentsLinkHandlerFactoryTest.java Fix test about exception type: NPE, not IllegalArgment 2022-08-14 14:48:28 +02:00
YoutubeDashManifestCreatorsTest.java [YouTube] Fix descriptive audio role property value in generated DASH manifests 2023-03-11 22:03:04 +01:00
YoutubeFeedExtractorTest.java Improve tests and randomness 2022-03-27 20:52:38 +02:00
YoutubeJavaScriptExtractorTest.java Updated to JUnit 5 2021-12-27 21:08:08 +01:00
YoutubeKioskExtractorTest.java Improve tests and randomness 2022-03-27 20:52:38 +02:00
YoutubeMixPlaylistExtractorTest.java [YouTube] Add music mix test 2023-01-15 23:30:30 +01:00
YoutubeParsingHelperTest.java Improve tests and randomness 2022-03-27 20:52:38 +02:00
YoutubePlaylistExtractorTest.java [YouTube] Fix YoutubePlaylistExtractorTest.LearningPlaylist 2022-10-29 18:12:10 +02:00
YoutubePlaylistLinkHandlerFactoryTest.java ``YoutubePlaylistLinkHandlerFactoryTest``: Use parameterized tests 2022-08-14 14:48:31 +02:00
YoutubeServiceTest.java Updated to JUnit 5 2021-12-27 21:08:08 +01:00
YoutubeStreamLinkHandlerFactoryTest.java [YouTube] Add live URLs test and do minor improvements to YoutubeStreamLinkHandlerFactoryTest 2023-01-28 19:36:21 +01:00
YoutubeSubscriptionExtractorTest.java Use StandardCharsets.UTF_8. 2022-11-12 07:29:15 +05:30
YoutubeSuggestionExtractorTest.java Improve tests and randomness 2022-03-27 20:52:38 +02:00
YoutubeTestsUtils.java Fixed all YTMixPlaylists 2022-08-14 14:48:27 +02:00
YoutubeThrottlingDecrypterTest.java Improve ``YoutubeThrottlingDecrypterTest`` 2022-08-21 20:17:05 +02:00
YoutubeTrendingKioskInfoTest.java Improve tests and randomness 2022-03-27 20:52:38 +02:00
YoutubeTrendingLinkHandlerFactoryTest.java Updated to JUnit 5 2021-12-27 21:08:08 +01:00