Update extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java
This commit is contained in:
parent
d8ce08d969
commit
219c5c5be5
|
@ -1427,7 +1427,8 @@ public final class YoutubeParsingHelper {
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns a {@link Map} containing the required YouTube headers.
|
||||
* Returns a {@link Map} containing the required YouTube headers, including the
|
||||
* <code>CONSENT</code> cookie to prevent redirects to <code>consent.youtube.com</code>
|
||||
*/
|
||||
public static Map<String, List<String>> getYouTubeHeaders()
|
||||
throws ExtractionException, IOException {
|
||||
|
|
Loading…
Reference in New Issue