[youtube] Add options to skip webpage and js player for video extraction#860
Merged
pukkandan merged 12 commits intoyt-dlp:masterfrom Sep 6, 2021
Merged
[youtube] Add options to skip webpage and js player for video extraction#860pukkandan merged 12 commits intoyt-dlp:masterfrom
pukkandan merged 12 commits intoyt-dlp:masterfrom
Conversation
Member
Author
|
Some example usage
Not recommended:
|
3 tasks
pukkandan
reviewed
Sep 2, 2021
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
pukkandan
reviewed
Sep 5, 2021
pukkandan
reviewed
Sep 6, 2021
5 tasks
nixxo
pushed a commit
to nixxo/yt-dlp
that referenced
this pull request
Nov 22, 2021
* fallback player url extraction when it fails to be extracted from the webpage * don't download js player unnecessarily for clients that don't require it * try to extract js player url from any additional client configs * ability to skip the js player usage/download using `player_skip=js` * ability to skip the initial webpage download using `player_skip=webpage` known issue: * authentication for multi-channel accounts and multi-account cookies may not work correctly if the webpage or client configs are skipped * formats from the web client requiring signature decryption will be skipped if player js extraction is skipped Authored by: coletdjnz
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please follow the guide below
xinto all the boxes [ ] relevant to your pull request (like that [x])Before submitting a pull request make sure you have:
In order to be accepted and merged into yt-dlp each piece of code must be in public domain or released under Unlicense. Check one of the following options:
What is the purpose of your pull request?
Description of your pull request and other information
Not sure what to call this.
This code was originally from #682.
This PR adds:
--extractor-args youtube:player_skip=js--extractor-args youtube:player_skip=webpageKNOWN ISSUES:
TODO:
player_skip=jsor something else?