Improve documentation and adress most of the requested changes

Also fix some issues in several places, in the code and the documentation.
This commit is contained in:
TiA4f8R
2022-03-15 11:19:13 +01:00
parent 6985167e63
commit aa4c10e751
20 changed files with 759 additions and 522 deletions

View File

@@ -53,7 +53,7 @@ class YoutubeDashManifestCreatorTest {
// Setting a higher number may let Google video servers return a lot of 403s
private static final int MAXIMUM_NUMBER_OF_STREAMS_TO_TEST = 3;
public static class testGenerationOfOtfAndProgressiveManifests {
public static class TestGenerationOfOtfAndProgressiveManifests {
private static final String url = "https://www.youtube.com/watch?v=DJ8GQUNUXGM";
private static YoutubeStreamExtractor extractor;