NewPipeExtractor/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube
TiA4f8R 81013e5a8e
Add a static method to reset the YouTube deobfuscation code and use it in tests
This method is needed for YouTube stream tests, because when all YouTube tests are ran, the signatureTimestamp is known (the sts string) so a different body than the body present in the mocks is send by the extractor instance.
As a result, running all YouTube stream tests with the MockDownloader (like the CI does) will fail if this method is not called before fetching the page of a test.
2021-08-01 12:38:58 +02:00
..
search Use the youtubei.googleapis.com domain for YouTube Music searches + change a check + update client version and mocks 2021-08-01 12:37:56 +02:00
stream Add a static method to reset the YouTube deobfuscation code and use it in tests 2021-08-01 12:38:58 +02:00
YoutubeChannelExtractorTest.java Update client version and mocks 2021-08-01 12:38:44 +02:00
YoutubeChannelLinkHandlerFactoryTest.java Move DownloaderTestImpl into downloader package 2021-01-10 19:36:21 +01:00
YoutubeChannelLocalizationTest.java Use the youtubei API for YouTube searches + update mocks 2021-08-01 12:36:28 +02:00
YoutubeCommentsExtractorTest.java Tweaked code 2021-05-27 19:48:31 +02:00
YoutubeCommentsLinkHandlerFactoryTest.java Use the youtubei API for YouTube searches + update mocks 2021-08-01 12:36:28 +02:00
YoutubeFeedExtractorTest.java Add mocks 2021-05-01 17:50:19 +02:00
YoutubeJavaScriptExtractorTest.java Do some code improvements 2021-07-27 17:24:27 +02:00
YoutubeKioskExtractorTest.java Add method to inject Random into YoutubeParsingHelper and use in tests 2021-04-08 16:36:55 +02:00
YoutubeMixPlaylistExtractorTest.java Use the youtubei API for YouTube mixes + update the corresponding test + do some improvements 2021-08-01 12:38:37 +02:00
YoutubeParsingHelperTest.java Adress requested changes in YoutubeParsingHelper 2021-08-01 12:38:58 +02:00
YoutubePlaylistExtractorTest.java Update mocks, reenable a test and fix a test 2021-08-01 12:38:04 +02:00
YoutubePlaylistLinkHandlerFactoryTest.java Move DownloaderTestImpl into downloader package 2021-01-10 19:36:21 +01:00
YoutubeServiceTest.java Move DownloaderTestImpl into downloader package 2021-01-10 19:36:21 +01:00
YoutubeStreamLinkHandlerFactoryTest.java youtube: support /w/ folder 2021-02-13 22:20:05 +01:00
YoutubeSubscriptionExtractorTest.java use only one constant UTF-8 2021-02-15 18:47:54 +01:00
YoutubeSuggestionExtractorTest.java Set the NumberGenerator for th remaining tests 2021-04-09 11:59:17 +02:00
YoutubeThrottlingDecrypterTest.java Add final and adjust utils class name 2021-07-29 21:33:45 +02:00
YoutubeTrendingKioskInfoTest.java Set the NumberGenerator for th remaining tests 2021-04-09 11:59:17 +02:00
YoutubeTrendingLinkHandlerFactoryTest.java Move DownloaderTestImpl into downloader package 2021-01-10 19:36:21 +01:00