Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix to 'Unable to extract nsig jsi ... #32842' #32843

Closed
wants to merge 1 commit into from

Conversation

tansy
Copy link

@tansy tansy commented Jul 10, 2024

fix to 'Unable to extract nsig jsi ... #32842'
thanks to @Duster98 @#issuecomment-2220376175

Please follow the guide below

  • You will be asked some questions, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your pull request (like that [x])
  • Use Preview tab to see how your pull request will actually look like

Before submitting a pull request make sure you have:

In order to be accepted and merged into youtube-dl each piece of code must be in public domain or released under Unlicense. Check one of the following options:

  • [ -] I am the original author of this code and I am willing to release it under Unlicense
  • [ x] I am not the original author of this code but it is in public domain or released under Unlicense (provide reliable evidence)

What is the purpose of your pull request?

  • [ x] Bug fix
  • Improvement
  • New extractor
  • New feature

Description of your pull request and other information

Explanation of your pull request in arbitrary form goes here. Please make sure the description explains the purpose and effect of your pull request and is worded well enough to be understood. Provide as much context and examples as possible.

Fix to issue #32842 posted by @Duster98.

Code checked and tested.

$ python youtube-dl.py -F -v https://www.youtube.com/watch?v=NjCVZ2TBlkw
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-F', u'-v', u'https://www.youtube.com/watch?v=NjCVZ2TBlkw']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2024.07.08 [a452f9437]
[debug] ** This version was built from the latest master code at https://github.com/ytdl-org/youtube-dl.
[debug] ** For support, visit the main site.
[debug] Python 2.7.3 (CPython i686 32bit) - Linux-i686 - OpenSSL 1.0.1e - glibc 2.0
[debug] exe versions: none
[debug] Proxy map: {}
[youtube] NjCVZ2TBlkw: Downloading webpage
[debug] [youtube] Decrypted nsig GGMy0_8ADhuvb3QiC => HhLGoGWp5YkFLQ
[debug] [youtube] Decrypted nsig g_flXTUre97dIvcKl => kBjCgNdd7NUQcQ
[info] Available formats for NjCVZ2TBlkw:
format code  extension  resolution note
251          webm       audio only audio_quality_medium    3k , webm_dash container, opus  (48000Hz), 2.57MiB
251-drc      webm       audio only audio_quality_medium    3k , webm_dash container, opus  (48000Hz), 2.58MiB
140          m4a        audio only audio_quality_medium  129k , m4a_dash container, mp4a.40.2 (44100Hz), 91.90MiB
140-drc      m4a        audio only audio_quality_medium  129k , m4a_dash container, mp4a.40.2 (44100Hz), 91.90MiB
160          mp4        256x144    144p    6k , mp4_dash container, avc1.4d400c, 30fps, video only, 4.70MiB
134          mp4        640x360    360p   10k , mp4_dash container, avc1.4d401e, 30fps, video only, 7.64MiB
136          mp4        1280x720   720p   21k , mp4_dash container, avc1.64001f, 30fps, video only, 15.16MiB
137          mp4        1920x1080  1080p   32k , mp4_dash container, avc1.640028, 30fps, video only, 23.11MiB
18           mp4        640x360    360p  139k , avc1.42001E, 30fps, mp4a.40.2 (44100Hz) (best)

@dirkf dirkf closed this in #32845 Jul 10, 2024
@tansy tansy deleted the i32842-fix-1 branch July 11, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant