[arca.live] Remove host redirect to original file for videos#8769
Open
paulo27ms wants to merge 7598 commits intomikf:masterfrom
Open
[arca.live] Remove host redirect to original file for videos#8769paulo27ms wants to merge 7598 commits intomikf:masterfrom
paulo27ms wants to merge 7598 commits intomikf:masterfrom
Conversation
provide 'width_original' & 'height_original' metadata
micro optimizations...
fixes regression introduced in 9692a65
test for 'dt:…' to catch NullDatetime instances, which inherit from 'datetime.datetime' but are not exactly this class
Python's 'ast' module and its 'NodeVisitor' class were incredibly helpful in identifying these
add 'bgm' option
remove extra ',"submit":{}' after end of JSON object
should allow downloading and selecting the highest resolution video format regardless of its 'type' / format code
fixes regression introduced in 2eb5e52 forward the correct arguments to StopExtraction.__init__ instead of logging message and 'extras'
not only 'YoutubeDLError's
…#8733 mikf#8755) * [webtoons] play_image and stop_image in background music * [webtoons] add play_image and stop_image fields to test results * [webtoons]: flake8 * [webtoons]: flake8 (2) * update & improve - remove global 'images_urls' - move enumerate loop into images() extraction * simplify 'play_image' etc extraction * rename 'play_image' etc - num_play - num_stop - filename_play - filename_stop --------- Co-authored-by: Mike Fährmann <mike_faehrmann@web.de>
Since videos are not compressed they can be downloaded from the much fast "ac.namu" instead of using the "type=orig" parameter which redirects to the slower "ac-o.namu".
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.
Since videos are not compressed they can be downloaded from the much fast "ac.namu" instead of using the "type=orig" parameter which redirects to the slower "ac-o.namu".